@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-italic.woff') format('woff'), url('../fonts/roboto-regular-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/roboto-bold-italic.woff') format('woff'), url('../fonts/roboto-bold-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/roboto-light-italic.woff') format('woff'), url('../fonts/roboto-light-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 0 auto;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid.grid--no-spacing {
  padding: 0;
}
.grid-cell.grid--no-margin {
  margin: 0;
  width: 100% !important;
}
.grid-cell {
  box-sizing: border-box;
}
.grid-cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.grid-cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.grid-cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.grid-cell--stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.grid.grid--no-spacing > .grid-cell {
  margin: 0;
}
.grid-cell--order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.grid-cell--order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.grid-cell--order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.grid-cell--order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.grid-cell--order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.grid-cell--order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.grid-cell--order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.grid-cell--order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.grid-cell--order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.grid-cell--order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.grid-cell--order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.grid-cell--order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
@media (max-width: 479px) {
  .grid {
    padding: 8px;
  }
  .grid-cell {
    margin: 8px;
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell {
    width: 100%;
  }
  .grid-cell--hide-phone {
    display: none !important;
  }
  .grid-cell--order-1-phone.grid-cell--order-1-phone {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cell--order-2-phone.grid-cell--order-2-phone {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cell--order-3-phone.grid-cell--order-3-phone {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cell--order-4-phone.grid-cell--order-4-phone {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .grid-cell--order-5-phone.grid-cell--order-5-phone {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .grid-cell--order-6-phone.grid-cell--order-6-phone {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .grid-cell--order-7-phone.grid-cell--order-7-phone {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .grid-cell--order-8-phone.grid-cell--order-8-phone {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .grid-cell--order-9-phone.grid-cell--order-9-phone {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .grid-cell--order-10-phone.grid-cell--order-10-phone {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .grid-cell--order-11-phone.grid-cell--order-11-phone {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .grid-cell--order-12-phone.grid-cell--order-12-phone {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid-cell--1-col,
  .grid-cell--1-col-phone.grid-cell--1-col-phone {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
  .grid--no-spacing > .grid-cell--1-col-phone.grid-cell--1-col-phone {
    width: 25%;
  }
  .grid-cell--2-col,
  .grid-cell--2-col-phone.grid-cell--2-col-phone {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
  .grid--no-spacing > .grid-cell--2-col-phone.grid-cell--2-col-phone {
    width: 50%;
  }
  .grid-cell--3-col,
  .grid-cell--3-col-phone.grid-cell--3-col-phone {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
  .grid--no-spacing > .grid-cell--3-col-phone.grid-cell--3-col-phone {
    width: 75%;
  }
  .grid-cell--4-col,
  .grid-cell--4-col-phone.grid-cell--4-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
  .grid--no-spacing > .grid-cell--4-col-phone.grid-cell--4-col-phone {
    width: 100%;
  }
  .grid-cell--5-col,
  .grid-cell--5-col-phone.grid-cell--5-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
  .grid--no-spacing > .grid-cell--5-col-phone.grid-cell--5-col-phone {
    width: 100%;
  }
  .grid-cell--6-col,
  .grid-cell--6-col-phone.grid-cell--6-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
  .grid--no-spacing > .grid-cell--6-col-phone.grid-cell--6-col-phone {
    width: 100%;
  }
  .grid-cell--7-col,
  .grid-cell--7-col-phone.grid-cell--7-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
  .grid--no-spacing > .grid-cell--7-col-phone.grid-cell--7-col-phone {
    width: 100%;
  }
  .grid-cell--8-col,
  .grid-cell--8-col-phone.grid-cell--8-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
  .grid--no-spacing > .grid-cell--8-col-phone.grid-cell--8-col-phone {
    width: 100%;
  }
  .grid-cell--9-col,
  .grid-cell--9-col-phone.grid-cell--9-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
  .grid--no-spacing > .grid-cell--9-col-phone.grid-cell--9-col-phone {
    width: 100%;
  }
  .grid-cell--10-col,
  .grid-cell--10-col-phone.grid-cell--10-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
  .grid--no-spacing > .grid-cell--10-col-phone.grid-cell--10-col-phone {
    width: 100%;
  }
  .grid-cell--11-col,
  .grid-cell--11-col-phone.grid-cell--11-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
  .grid--no-spacing > .grid-cell--11-col-phone.grid-cell--11-col-phone {
    width: 100%;
  }
  .grid-cell--12-col,
  .grid-cell--12-col-phone.grid-cell--12-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
  .grid--no-spacing > .grid-cell--12-col-phone.grid-cell--12-col-phone {
    width: 100%;
  }
  .grid-cell--1-offset,
  .grid-cell--1-offset-phone.grid-cell--1-offset-phone {
    margin-left: calc(25% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--1-offset,
  .grid.grid--no-spacing > .grid-cell--1-offset-phone.grid-cell--1-offset-phone {
    margin-left: 25%;
  }
  .grid-cell--2-offset,
  .grid-cell--2-offset-phone.grid-cell--2-offset-phone {
    margin-left: calc(50% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--2-offset,
  .grid.grid--no-spacing > .grid-cell--2-offset-phone.grid-cell--2-offset-phone {
    margin-left: 50%;
  }
  .grid-cell--3-offset,
  .grid-cell--3-offset-phone.grid-cell--3-offset-phone {
    margin-left: calc(75% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--3-offset,
  .grid.grid--no-spacing > .grid-cell--3-offset-phone.grid-cell--3-offset-phone {
    margin-left: 75%;
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  .grid {
    padding: 8px;
  }
  .grid-cell {
    margin: 8px;
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell {
    width: 50%;
  }
  .grid-cell--hide-tablet {
    display: none !important;
  }
  .grid-cell--order-1-tablet.grid-cell--order-1-tablet {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cell--order-2-tablet.grid-cell--order-2-tablet {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cell--order-3-tablet.grid-cell--order-3-tablet {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cell--order-4-tablet.grid-cell--order-4-tablet {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .grid-cell--order-5-tablet.grid-cell--order-5-tablet {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .grid-cell--order-6-tablet.grid-cell--order-6-tablet {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .grid-cell--order-7-tablet.grid-cell--order-7-tablet {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .grid-cell--order-8-tablet.grid-cell--order-8-tablet {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .grid-cell--order-9-tablet.grid-cell--order-9-tablet {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .grid-cell--order-10-tablet.grid-cell--order-10-tablet {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .grid-cell--order-11-tablet.grid-cell--order-11-tablet {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .grid-cell--order-12-tablet.grid-cell--order-12-tablet {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid-cell--1-col,
  .grid-cell--1-col-tablet.grid-cell--1-col-tablet {
    width: calc(12.5% - 16px);
  }
  .grid-cell--1-0-col-tablet.grid-cell--1-0-col-tablet {
    width: calc(10.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
  .grid--no-spacing > .grid-cell--1-col-tablet.grid-cell--1-col-tablet {
    width: 12.5%;
  }
  .grid-cell--2-col,
  .grid-cell--2-col-tablet.grid-cell--2-col-tablet {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
  .grid--no-spacing > .grid-cell--2-col-tablet.grid-cell--2-col-tablet {
    width: 25%;
  }
  .grid-cell--3-col,
  .grid-cell--3-col-tablet.grid-cell--3-col-tablet {
    width: calc(37.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
  .grid--no-spacing > .grid-cell--3-col-tablet.grid-cell--3-col-tablet {
    width: 37.5%;
  }
  .grid-cell--4-col,
  .grid-cell--4-col-tablet.grid-cell--4-col-tablet {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
  .grid--no-spacing > .grid-cell--4-col-tablet.grid-cell--4-col-tablet {
    width: 50%;
  }
  .grid-cell--5-col,
  .grid-cell--5-col-tablet.grid-cell--5-col-tablet {
    width: calc(62.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
  .grid--no-spacing > .grid-cell--5-col-tablet.grid-cell--5-col-tablet {
    width: 62.5%;
  }
  .grid-cell--6-col,
  .grid-cell--6-col-tablet.grid-cell--6-col-tablet {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
  .grid--no-spacing > .grid-cell--6-col-tablet.grid-cell--6-col-tablet {
    width: 75%;
  }
  .grid-cell--7-col,
  .grid-cell--7-col-tablet.grid-cell--7-col-tablet {
    width: calc(87.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
  .grid--no-spacing > .grid-cell--7-col-tablet.grid-cell--7-col-tablet {
    width: 87.5%;
  }
  .grid-cell--8-col,
  .grid-cell--8-col-tablet.grid-cell--8-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
  .grid--no-spacing > .grid-cell--8-col-tablet.grid-cell--8-col-tablet {
    width: 100%;
  }
  .grid-cell--9-col,
  .grid-cell--9-col-tablet.grid-cell--9-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
  .grid--no-spacing > .grid-cell--9-col-tablet.grid-cell--9-col-tablet {
    width: 100%;
  }
  .grid-cell--10-col,
  .grid-cell--10-col-tablet.grid-cell--10-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
  .grid--no-spacing > .grid-cell--10-col-tablet.grid-cell--10-col-tablet {
    width: 100%;
  }
  .grid-cell--11-col,
  .grid-cell--11-col-tablet.grid-cell--11-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
  .grid--no-spacing > .grid-cell--11-col-tablet.grid-cell--11-col-tablet {
    width: 100%;
  }
  .grid-cell--12-col,
  .grid-cell--12-col-tablet.grid-cell--12-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
  .grid--no-spacing > .grid-cell--12-col-tablet.grid-cell--12-col-tablet {
    width: 100%;
  }
  .grid-cell--1-offset,
  .grid-cell--1-offset-tablet.grid-cell--1-offset-tablet {
    margin-left: calc(12.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--1-offset,
  .grid.grid--no-spacing > .grid-cell--1-offset-tablet.grid-cell--1-offset-tablet {
    margin-left: 12.5%;
  }
  .grid-cell--2-offset,
  .grid-cell--2-offset-tablet.grid-cell--2-offset-tablet {
    margin-left: calc(25% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--2-offset,
  .grid.grid--no-spacing > .grid-cell--2-offset-tablet.grid-cell--2-offset-tablet {
    margin-left: 25%;
  }
  .grid-cell--3-offset,
  .grid-cell--3-offset-tablet.grid-cell--3-offset-tablet {
    margin-left: calc(37.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--3-offset,
  .grid.grid--no-spacing > .grid-cell--3-offset-tablet.grid-cell--3-offset-tablet {
    margin-left: 37.5%;
  }
  .grid-cell--4-offset,
  .grid-cell--4-offset-tablet.grid-cell--4-offset-tablet {
    margin-left: calc(50% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--4-offset,
  .grid.grid--no-spacing > .grid-cell--4-offset-tablet.grid-cell--4-offset-tablet {
    margin-left: 50%;
  }
  .grid-cell--5-offset,
  .grid-cell--5-offset-tablet.grid-cell--5-offset-tablet {
    margin-left: calc(62.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--5-offset,
  .grid.grid--no-spacing > .grid-cell--5-offset-tablet.grid-cell--5-offset-tablet {
    margin-left: 62.5%;
  }
  .grid-cell--6-offset,
  .grid-cell--6-offset-tablet.grid-cell--6-offset-tablet {
    margin-left: calc(75% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--6-offset,
  .grid.grid--no-spacing > .grid-cell--6-offset-tablet.grid-cell--6-offset-tablet {
    margin-left: 75%;
  }
  .grid-cell--7-offset,
  .grid-cell--7-offset-tablet.grid-cell--7-offset-tablet {
    margin-left: calc(87.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--7-offset,
  .grid.grid--no-spacing > .grid-cell--7-offset-tablet.grid-cell--7-offset-tablet {
    margin-left: 87.5%;
  }
}
@media (min-width: 840px) {
  .float-right {
    float: right;
    margin: 8px;
    width: unset !important;
  }
  .margin-right-minus--desktop {
    margin-right: 24px;
  }
  .align-vertically-center--desktop {
    display: inline-flex;
    align-items: center !important;
  }
  .grid {
    padding: 8px;
  }
  .grid-cell {
    margin: 8px;
    width: calc(33.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell {
    width: 33.33333333%;
  }
  .grid-cell--hide-desktop {
    display: none !important;
  }
  .grid-cell--order-1-desktop.grid-cell--order-1-desktop {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cell--1-0-col-desktop {
    width: calc(5.333333% - 16px);
  }
  .grid-cell--order-2-desktop.grid-cell--order-2-desktop {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cell--order-3-desktop.grid-cell--order-3-desktop {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cell--order-4-desktop.grid-cell--order-4-desktop {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .grid-cell--order-5-desktop.grid-cell--order-5-desktop {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .grid-cell--order-6-desktop.grid-cell--order-6-desktop {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .grid-cell--order-7-desktop.grid-cell--order-7-desktop {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .grid-cell--order-8-desktop.grid-cell--order-8-desktop {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .grid-cell--order-9-desktop.grid-cell--order-9-desktop {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .grid-cell--order-10-desktop.grid-cell--order-10-desktop {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .grid-cell--order-11-desktop.grid-cell--order-11-desktop {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .grid-cell--order-12-desktop.grid-cell--order-12-desktop {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid-cell--1-col,
  .grid-cell--1-col-desktop.grid-cell--1-col-desktop {
    width: calc(8.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
  .grid--no-spacing > .grid-cell--1-col-desktop.grid-cell--1-col-desktop {
    width: 8.33333333%;
  }
  .grid-cell--2-col,
  .grid-cell--2-col-desktop.grid-cell--2-col-desktop {
    width: calc(16.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
  .grid--no-spacing > .grid-cell--2-col-desktop.grid-cell--2-col-desktop {
    width: 16.66666667%;
  }
  .grid-cell--3-col,
  .grid-cell--3-col-desktop.grid-cell--3-col-desktop {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
  .grid--no-spacing > .grid-cell--3-col-desktop.grid-cell--3-col-desktop {
    width: 25%;
  }
  .grid-cell--4-col,
  .grid-cell--4-col-desktop.grid-cell--4-col-desktop {
    width: calc(33.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
  .grid--no-spacing > .grid-cell--4-col-desktop.grid-cell--4-col-desktop {
    width: 33.33333333%;
  }
  .grid-cell--5-col,
  .grid-cell--5-col-desktop.grid-cell--5-col-desktop {
    width: calc(41.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
  .grid--no-spacing > .grid-cell--5-col-desktop.grid-cell--5-col-desktop {
    width: 41.66666667%;
  }
  .grid-cell--6-col,
  .grid-cell--6-col-desktop.grid-cell--6-col-desktop {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
  .grid--no-spacing > .grid-cell--6-col-desktop.grid-cell--6-col-desktop {
    width: 50%;
  }
  .grid-cell--7-col,
  .grid-cell--7-col-desktop.grid-cell--7-col-desktop {
    width: calc(58.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
  .grid--no-spacing > .grid-cell--7-col-desktop.grid-cell--7-col-desktop {
    width: 58.33333333%;
  }
  .grid-cell--8-col,
  .grid-cell--8-col-desktop.grid-cell--8-col-desktop {
    width: calc(66.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
  .grid--no-spacing > .grid-cell--8-col-desktop.grid-cell--8-col-desktop {
    width: 66.66666667%;
  }
  .grid-cell--9-col,
  .grid-cell--9-col-desktop.grid-cell--9-col-desktop {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
  .grid--no-spacing > .grid-cell--9-col-desktop.grid-cell--9-col-desktop {
    width: 75%;
  }
  .grid-cell--10-col,
  .grid-cell--10-col-desktop.grid-cell--10-col-desktop {
    width: calc(83.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
  .grid--no-spacing > .grid-cell--10-col-desktop.grid-cell--10-col-desktop {
    width: 83.33333333%;
  }
  .grid-cell--11-col,
  .grid-cell--11-col-desktop.grid-cell--11-col-desktop {
    width: calc(91.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
  .grid--no-spacing > .grid-cell--11-col-desktop.grid-cell--11-col-desktop {
    width: 91.66666667%;
  }
  .grid-cell--12-col,
  .grid-cell--12-col-desktop.grid-cell--12-col-desktop {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
  .grid--no-spacing > .grid-cell--12-col-desktop.grid-cell--12-col-desktop {
    width: 100%;
  }
  .grid-cell--1-offset,
  .grid-cell--1-offset-desktop.grid-cell--1-offset-desktop {
    margin-left: calc(8.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--1-offset,
  .grid.grid--no-spacing > .grid-cell--1-offset-desktop.grid-cell--1-offset-desktop {
    margin-left: 8.33333333%;
  }
  .grid-cell--2-offset,
  .grid-cell--2-offset-desktop.grid-cell--2-offset-desktop {
    margin-left: calc(16.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--2-offset,
  .grid.grid--no-spacing > .grid-cell--2-offset-desktop.grid-cell--2-offset-desktop {
    margin-left: 16.66666667%;
  }
  .grid-cell--3-offset,
  .grid-cell--3-offset-desktop.grid-cell--3-offset-desktop {
    margin-left: calc(25% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--3-offset,
  .grid.grid--no-spacing > .grid-cell--3-offset-desktop.grid-cell--3-offset-desktop {
    margin-left: 25%;
  }
  .grid-cell--4-offset,
  .grid-cell--4-offset-desktop.grid-cell--4-offset-desktop {
    margin-left: calc(33.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--4-offset,
  .grid.grid--no-spacing > .grid-cell--4-offset-desktop.grid-cell--4-offset-desktop {
    margin-left: 33.33333333%;
  }
  .grid-cell--5-offset,
  .grid-cell--5-offset-desktop.grid-cell--5-offset-desktop {
    margin-left: calc(41.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--5-offset,
  .grid.grid--no-spacing > .grid-cell--5-offset-desktop.grid-cell--5-offset-desktop {
    margin-left: 41.66666667%;
  }
  .grid-cell--6-offset,
  .grid-cell--6-offset-desktop.grid-cell--6-offset-desktop {
    margin-left: calc(50% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--6-offset,
  .grid.grid--no-spacing > .grid-cell--6-offset-desktop.grid-cell--6-offset-desktop {
    margin-left: 50%;
  }
  .grid-cell--7-offset,
  .grid-cell--7-offset-desktop.grid-cell--7-offset-desktop {
    margin-left: calc(58.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--7-offset,
  .grid.grid--no-spacing > .grid-cell--7-offset-desktop.grid-cell--7-offset-desktop {
    margin-left: 58.33333333%;
  }
  .grid-cell--8-offset,
  .grid-cell--8-offset-desktop.grid-cell--8-offset-desktop {
    margin-left: calc(66.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--8-offset,
  .grid.grid--no-spacing > .grid-cell--8-offset-desktop.grid-cell--8-offset-desktop {
    margin-left: 66.66666667%;
  }
  .grid-cell--9-offset,
  .grid-cell--9-offset-desktop.grid-cell--9-offset-desktop {
    margin-left: calc(75% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--9-offset,
  .grid.grid--no-spacing > .grid-cell--9-offset-desktop.grid-cell--9-offset-desktop {
    margin-left: 75%;
  }
  .grid-cell--10-offset,
  .grid-cell--10-offset-desktop.grid-cell--10-offset-desktop {
    margin-left: calc(83.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--10-offset,
  .grid.grid--no-spacing > .grid-cell--10-offset-desktop.grid-cell--10-offset-desktop {
    margin-left: 83.33333333%;
  }
  .grid-cell--11-offset,
  .grid-cell--11-offset-desktop.grid-cell--11-offset-desktop {
    margin-left: calc(91.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--11-offset,
  .grid.grid--no-spacing > .grid-cell--11-offset-desktop.grid-cell--11-offset-desktop {
    margin-left: 91.66666667%;
  }
}
* {
  box-sizing: border-box;
  outline-color: #bf5204;
}
html {
  font-family: 'Roboto';
  font-size: 14px;
  color: #595959;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
button::-moz-focus-inner {
  border: 0;
}
a,
a:visited,
a:hover {
  color: #23477F;
  text-decoration: underline;
}
select::-ms-expand {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.heading1 {
  font-size: 40px;
  color: #595959;
  line-height: 50px;
}
.heading2 {
  color: #595959;
  font-size: 30px;
  line-height: 35px;
}
.heading3 {
  color: #595959;
  font-size: 20px;
  line-height: 30px;
}
.p1 {
  font-family: 'Roboto Light';
  color: #595959;
  font-size: 16px;
  line-height: 25px;
}
.p2 {
  font-family: 'Roboto Light';
  color: #595959;
  font-size: 14px;
  line-height: 25px;
}
.p3 {
  font-family: 'Roboto Light';
  color: #595959;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 22px;
}
.head-money {
  font-size: 22px;
  line-height: 30px;
}
.head-length-data {
  line-height: 35px;
  font-size: 25px;
}
.container {
  display: block;
  text-align: center;
  padding: 0 5px;
}
.container.decorated {
  position: relative;
  background-color: #D4D5D6;
}
.grid-container {
  width: 100%;
  max-width: 1170px;
  display: inline-block;
}
.grid-container > * {
  text-align: left;
}
.grid-header {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
}
.align-right {
  text-align: right;
  justify-content: flex-end !important;
}
.align-left {
  text-align: left;
  justify-content: left !important;
}
.align-center {
  text-align: center;
  justify-content: center !important;
}
@media all and (min-width: 840px) {
  .align-right--desktop {
    text-align: right;
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 839px) {
  .align-center--tablet {
    text-align: center;
    justify-content: center !important;
  }
}
@media all and (max-width: 479px) {
  .align-center--phone {
    text-align: center;
    justify-content: center !important;
  }
}
.align-vertically-center {
  display: inline-flex;
  align-items: center !important;
}
.align-vertically-bottom {
  display: inline-flex;
  align-items: flex-end !important;
}
.horizontal-stack {
  display: block;
}
.horizontal-stack > * {
  margin: 15px 17px 15px 0;
}
.horizontal-stack > *:not(.margin-right-last):last-child {
  margin-right: 0;
}
.horizontal-stack.horizontal-stack-compact > * {
  margin: 15px 20px 15px 0;
}
@media all and (max-width: 479px) {
  .horizontal-stack {
    display: block;
  }
  .horizontal-stack > * {
    display: block;
    margin-bottom: 30px;
  }
  .horizontal-stack > *:not(.margin-right-last):last-child {
    margin-bottom: 0;
  }
}
.table-info {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #595959;
  text-align: right;
}
.table-info > * {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #D4D5D6;
}
.table-info > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.table-info select {
  margin-left: 10px;
}
.table-radius {
  border-radius: 5px;
}
.table-height-minus thead th {
  padding: 18px 18px !important;
  height: 0px !important;
}
.table-info.align-left {
  text-align: left;
}
.decorated.table:before,
.decorated.form:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #FFFFFF;
  height: 86px /* grid padding */;
  width: 100%;
}
.decorated.form:before {
  height: 70px;
}
.decorated.form {
  margin-top: 70px;
}
.decorated.table.no-spacing:before {
  height: 70px;
}
.mirror-horizontally {
  transform: scaleX(-1);
}
.user-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-position-x: center;
  background-position-y: center;
  background-color: #D4D5D6;
  background-size: cover;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  color: #E8651E;
  font-family: 'Roboto Bold';
  font-size: 30px;
}
.link {
  text-decoration: none;
  display: inline-block;
  text-align: right;
  margin: 0 10px;
  color: #595959 !important;
}
.link > * {
  display: inline-flex;
  align-items: center;
}
.link > * > * {
  display: inline-block;
}
.link > * > *:nth-child(2) {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-left: 10px;
}
a.link,
a.link:focus,
a.link:hover {
  text-decoration: none;
}
.link:hover,
.link:focus {
  color: #E8651E !important;
}
@media all and (max-width: 479px) {
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell:first-child {
    margin-top: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell:last-child {
    margin-bottom: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell:first-child {
    padding-left: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell:last-child {
    padding-right: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell:first-child:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 839px) and (min-width: 480px) {
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell:first-child {
    margin-top: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell:last-child {
    margin-bottom: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell:first-child {
    padding-left: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell:last-child {
    padding-right: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell:first-child:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 840px) {
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell:first-child {
    margin-top: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell:last-child {
    margin-bottom: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell:first-child {
    padding-left: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell:last-child {
    padding-right: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell:first-child:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.hide {
  display: none !important;
}
.hide-accessibility {
  position: absolute;
  opacity: 0;
  height: 0;
}
.not-active {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: black;
}
.livesearch-columns {
  display: inline-table;
  width: 100%;
  height: 100%;
}
.livesearch-columns > div {
  display: table-cell;
}
.livesearch-columns > div:nth-child(1) {
  width: 40%;
  padding-right: 12px;
  word-break: break-all;
}
.grid-align-horizontal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.grid-margin-right {
  margin-right: 20px;
}
.grid-margin-top-first {
  margin-top: 30px;
}
.disabled-signatory {
  background-color: #D4D5D6;
}
.header-user-terms {
  text-align: center;
  font-size: 16px;
  transition: all ease-in-out 200ms;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
.header-user-terms.show {
  visibility: visible;
  transform: scaleY(1);
  max-height: 250px;
  padding: 10px 0;
  border-bottom: 2px solid #D4D5D6;
}
.header-user-terms .button.decorated {
  width: 145px;
  max-width: 100%;
  justify-content: center;
}
@media all and (max-width: 479px) {
  .header-user-terms .button.decorated {
    width: 100%;
  }
}
.header {
  text-align: center;
  border-bottom: 2px solid #D4D5D6;
  position: relative;
  background-color: #FFFFFF;
}
.header > .grid-container {
  height: 78px;
}
.header > .grid-container > .grid {
  height: 100%;
}
.header > .grid-container > .grid .grid-cell {
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .menu-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.header .menu-button .icon {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 26px;
}
.header .menu-button .icon div {
  display: inline-block;
  height: 3px;
  width: 27px;
  border-radius: 1.5px;
  transition: transform ease-in-out 300ms, border ease-in-out 300ms, width ease-in-out 300ms, height ease-in-out 300ms, left ease-in-out 300ms, top ease-in-out 300ms, opacity ease-in-out 300ms;
  position: absolute;
  background-color: #000000;
}
.header .menu-button .icon div:nth-child(1) {
  left: 0;
  top: 0;
}
.header .menu-button .icon div:nth-child(2) {
  left: 0;
  top: 9.5px;
}
.header .menu-button .icon div:nth-child(3) {
  left: 0;
  top: 19px;
}
.header .menu-button .label h2 {
  font-family: 'Roboto Bold';
  font-size: 12px;
  color: #2F2E2C;
  text-transform: uppercase;
}
.header .menu-button[aria-expanded='true'] .icon div {
  border-radius: 1.5px;
}
.header .menu-button[aria-expanded='true'] .icon div:nth-child(2) {
  transform: scale(0);
  opacity: 0;
}
.header .menu-button[aria-expanded='true'] .icon div:nth-child(1) {
  left: 2px;
  top: 8px;
  transform: rotate(45deg);
  width: 22px;
  height: 3px;
}
.header .menu-button[aria-expanded='true'] .icon div:nth-child(3) {
  left: 2px;
  top: 8px;
  transform: rotate(-45deg);
  width: 22px;
  height: 3px;
}
.header .menu-button:focus .label h2,
.header .menu-button:hover .label h2 {
  color: #E8651E;
}
.header .menu-button:focus .icon div,
.header .menu-button:hover .icon div {
  background-color: #E8651E;
}
.header .menu-button[aria-expanded='true']:focus .icon,
.header .menu-button[aria-expanded='true']:hover .icon {
  transform: rotate(0deg);
}
.header .menu {
  visibility: hidden;
  opacity: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 2px 0 0;
  width: 100%;
  background-color: #FFFFFF;
  height: 20px;
  transition: all ease-in-out 200ms;
  z-index: 100;
}
.header .menu li {
  background-color: #FFFFFF;
}
.header .menu li > a > * {
  border-bottom: 2px solid #D4D5D6;
  padding: 20px 0;
}
.header .menu li > a > * > * > * {
  display: inline-flex;
  align-items: center;
  color: #595959;
}
.header .menu li > a > * > * > * > * {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.header .menu li > a > * > * > *:nth-child(2) {
  text-align: left;
  font-size: 20px;
}
.header .menu li > a > * > * > *:nth-child(3) {
  text-align: left;
  font-size: 14px;
}
.header .menu li > a:hover > * > * > *,
.header .menu li a:focus > * > * > * {
  color: #E8651E;
}
.header .menu li:last-child {
  background-color: #FFFFFF;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15);
}
.header .menu li:last-child > a > * {
  border-bottom: 2px solid #D4D5D6;
  border-bottom: none;
}
.header .menu.show {
  visibility: visible;
  opacity: 1;
}
.header .application-name {
  color: #595959;
  position: absolute;
  width: 212px;
  left: 50%;
  margin-left: -106px;
  text-align: center;
  line-height: 25px;
  top: 26.5px;
  cursor: pointer;
}
.header .application-name a {
  text-decoration: none;
  color: #595959;
}
.header .application-name a:active {
  text-decoration: none;
  color: #595959;
}
.header .rectangle {
  height: 10px;
  width: 212px;
  border-radius: 100px 100px 0 0;
  background-color: #D4D5D6;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -106px;
}
.header .page-name {
  display: inline-flex;
  align-items: center;
}
.header .page-name * {
  display: inline-block;
}
.header .page-name *:nth-child(1) {
  max-width: 30px;
  max-height: 30px;
}
.header .page-name *:nth-child(2) {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-left: 10px;
}
.header .doubt {
  text-decoration: none;
  display: inline-block;
  text-align: right;
  color: #595959;
}
.header .doubt > * {
  display: inline-flex;
  align-items: center;
}
.header .doubt > * > * {
  display: inline-block;
}
.header .doubt > * > *:nth-child(1) {
  width: 24px;
}
.header .doubt > * > *:nth-child(2) {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-left: 10px;
}
.header .doubt:hover,
.header .doubt:focus {
  color: #E8651E;
}
.header .notifications {
  display: inline-flex;
  position: relative;
  height: 100%;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}
.header .notifications img {
  width: 22px;
  align-self: center;
}
.header .notifications ul {
  display: inline-block;
  position: absolute;
  overflow-y: auto;
  max-height: 480px;
  right: 0;
  top: calc(100% + 5px);
  padding: 0;
  margin: 0 -14px 0 0;
  list-style: none;
  background-color: #FFFFFF;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  min-width: 570px;
  text-align: left;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
}
.header .notifications ul li {
  color: #595959;
  padding: 20px 30px;
  border-bottom: 2px solid #D4D5D6;
  position: relative;
}
.header .notifications ul li a,
.header .notifications ul li a:hover,
.header .notifications ul li a:visited {
  font-size: 16px;
  line-height: 25px;
  color: #595959;
  text-decoration: none;
}
.header .notifications ul li a:hover,
.header .notifications ul li a:focus {
  color: #E8651E;
}
.header .notifications ul li a > div {
  display: inline-table;
  width: 100%;
}
.header .notifications ul li a > div > div {
  display: table-cell;
}
.header .notifications ul li a > div > div:nth-child(1) {
  width: 50px;
}
.header .notifications ul li a > div > div:nth-child(2) {
  padding-right: 42px;
  text-align: justify;
}
.header .notifications ul li a > div > div:nth-child(2) > div > div {
  display: inline-table;
  width: 100%;
}
.header .notifications ul li a > div > div:nth-child(2) > div > div > div {
  display: table-cell;
}
.header .notifications ul li a > div > div:nth-child(2) > div > div > div:last-child {
  text-align: right;
}
.header .notifications ul li.not-readed {
  font-family: 'Roboto Bold';
}
.header .notifications ul li:nth-child(1) a > div > div > div:nth-child(1) {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #E8651E;
  color: #FFFFFF;
  border-radius: 15px;
  font-size: 12px;
}
.header .notifications ul li:nth-child(1) a > div > div > div:nth-child(2) {
  font-size: 20px;
  line-height: 30px;
}
.header .notifications ul li:not(:nth-child(1)) a > div > div:nth-child(2) > div:nth-child(1) {
  font-size: 16px;
  line-height: 25px;
}
.header .notifications ul li:not(:nth-child(1)) a > div > div:nth-child(2) > div:nth-child(2) {
  font-size: 14px;
  line-height: 25px;
}
.header .notifications ul li:not(:nth-child(1)):before {
  display: inline-block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 100%;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}
.header .notifications ul li:not(:nth-child(1)):after {
  display: inline-block;
  content: ' ';
  position: absolute;
  right: 0;
  top: 100%;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}
.header .notifications ul li:last-child {
  border-bottom: 0;
}
.header .notifications ul li:last-child:before {
  display: none;
}
.header .notifications ul li:last-child:after {
  display: none;
}
.header .notifications .close-button {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 30px;
  width: 12px;
  height: 12px;
}
.header .notifications .close-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}
@media all and (max-width: 839px) {
  .header .notifications ul {
    margin: 0 -72px 0 0;
    min-width: 480px;
  }
}
@media all and (max-width: 479px) {
  .header .notifications ul {
    margin: 0 -101px 0 0;
    min-width: 320px;
  }
}
.header .notifications.show:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 5px);
  height: 5px;
  background-color: #E8651E;
  border-radius: 100px 100px 0 0;
}
.header .notifications.show ul {
  visibility: visible;
  opacity: 1;
}
.header .config-button {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
.header .config-button img {
  width: 22px;
  height: 22px;
}
.header .user-menu {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 100%;
  cursor: pointer;
  border: none;
  background: none;
}
.header .user-menu > *:nth-child(1) {
  width: 40px;
  height: 40px;
}
.header .user-menu > *:nth-child(2) {
  width: 14px;
  margin-left: 7px;
}
.header .user-menu .user-icon {
  font-size: 14px;
  transition: border 200ms ease-in-out;
  /* border: 2px solid rgba(0, 0, 0, 0); */
}
.header .user-menu ul {
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  min-width: 250px;
  text-align: left;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
}
.header .user-menu ul li {
  color: #595959;
  padding: 20px 30px;
  border-bottom: 2px solid #D4D5D6;
  position: relative;
}
.header .user-menu ul li a,
.header .user-menu ul li a:hover,
.header .user-menu ul li a:visited {
  font-size: 16px;
  line-height: 25px;
  color: #595959;
  text-decoration: none;
}
.header .user-menu ul li a:hover,
.header .user-menu ul li a:focus {
  color: #E8651E;
}
.header .user-menu ul li a > div {
  display: inline-table;
  width: 100%;
}
.header .user-menu ul li a > div > div {
  display: table-cell;
}
.header .user-menu ul li a > div > div:nth-child(1) {
  width: 38px;
}
.header .user-menu ul li:nth-child(1) {
  font-size: 20px;
  line-height: 30px;
}
.header .user-menu ul li:not(:nth-child(1)):before {
  display: inline-block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 100%;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}
.header .user-menu ul li:not(:nth-child(1)):after {
  display: inline-block;
  content: ' ';
  position: absolute;
  right: 0;
  top: 100%;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}
.header .user-menu ul li:last-child {
  border-bottom: 0;
}
.header .user-menu ul li:last-child:before {
  display: none;
}
.header .user-menu ul li:last-child:after {
  display: none;
}
.header .user-menu.show:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 5px);
  height: 5px;
  background-color: #E8651E;
  border-radius: 100px 100px 0 0;
}
.header .user-menu.show ul {
  visibility: visible;
  opacity: 1;
}
.header .user-menu.show .user-icon,
.header .user-menu:focus .user-icon,
.header .user-menu:hover .user-icon {
  border: 2px solid #E8651E;
}
.header .welcome {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #595959;
}
@media all and (max-width: 839px) {
  .header .rectangle,
  .header .application-name {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .header .grid-container {
    height: auto;
  }
  .header .page-name {
    text-align: center;
  }
}
.header.public-header {
  margin-bottom: 30px;
}
.header.public-header .welcome,
.header.public-header .page-name {
  padding-left: 16px;
}
.header.public-header .doubt {
  padding-right: 16px;
}
.header.public-header .page-name {
  display: none;
}
.skipnav {
  text-align: left;
}
.skipnav a {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.skipnav a:focus,
.skipnav a:active {
  position: absolute;
  overflow: visible;
  text-decoration: underline;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(191, 82, 4, 0.6);
  clip: auto;
  color: #23477F;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  top: 5px;
  left: 5px;
  width: 160px;
  z-index: 100000;
}
.footer {
  background-color: #FFFFFF;
  text-align: center;
}
.footer .first-layer {
  padding: 30px 0 22px 0;
}
.footer img {
  width: 100%;
  max-width: 402px;
}
.footer h2 {
  font-size: 16px;
  line-height: 25px;
  color: #595959;
  display: inline-block;
  padding: 18px 0;
}
.footer h3 {
  display: block;
}
.footer h3 a {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 10px 5px 0;
  color: #595959;
  text-decoration: none;
}
.footer h3 a:hover,
.footer h3 a:focus {
  text-decoration: underline;
  color: #E8651E;
}
.footer .second-layer {
  padding: 18px 16px;
  background-color: #D4D5D6;
}
.footer .copyright {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
}
.footer ul.links {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #595959;
}
.footer ul.links > li {
  display: inline-flex;
  align-items: center;
}
.footer ul.links > li a {
  color: #595959;
  text-decoration: none;
}
.footer ul.links > li a:focus,
.footer ul.links > li a:hover {
  text-decoration: underline;
  color: #E8651E;
}
.footer ul.links > li:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  content: ' ';
  background-color: #595959;
  margin: 0 10px;
}
.footer ul.links > li:last-child:after {
  display: none;
}
.footer .container-itau-social {
  position: relative;
}
.footer .container-itau-social img {
  position: absolute;
}
.footer.float {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 839px) {
  .footer .first-layer {
    padding-bottom: 0;
  }
  .footer .second-layer {
    padding: 23px 0;
  }
  .footer .second-layer .grid-cell {
    text-align: center;
  }
  .footer .second-layer a {
    margin-bottom: 5px;
  }
  .footer .itau-social-container {
    text-align: center;
  }
  .footer .itau-social-container img {
    padding: 54px 10px 10px 10px;
  }
}
.first-layer {
  padding: 46px 0 38px 0;
}
.tabs {
  text-align: left;
  margin-bottom: 26px;
}
.tabs .tab {
  margin-right: 30px;
}
.tabs a.tab,
.tabs .tab a {
  display: inline-block;
  font-size: 20px;
  color: #595959;
  line-height: 30px;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 2px solid #D4D5D6;
  transition: border ease-in-out 200ms;
}
.tabs .tab:last-child {
  margin-right: 0;
}
.tabs a.tab.selected,
.tabs .tab.selected a {
  border-bottom-color: #E8651E;
}
.tabs a.tab:hover,
.tabs .tab a:hover,
.tabs a.tab:focus,
.tabs .tab a:focus {
  color: #E8651E;
  border-bottom-color: #E8651E;
}
.tabs label {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.tabs-narrow {
  text-align: center;
  position: relative;
  border-bottom: 5px solid #D4D5D6;
  margin-bottom: 50px;
}
.tabs-narrow .tab {
  margin-right: 30px;
}
@media all and (max-width: 839px) {
  .tabs-narrow .tab {
    margin: 0 auto;
    display: block;
  }
}
.tabs-narrow a.tab,
.tabs-narrow .tab a {
  display: inline-block;
  font-size: 20px;
  color: #595959;
  line-height: 30px;
  padding: 20px;
  text-decoration: none;
  transition: border ease-in-out 200ms;
}
.tabs-narrow a.tab-arrow,
.tabs-narrow .tab-arrow a {
  border-bottom: none;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.tabs-narrow .tab-arrow {
  padding: 20px;
}
.tabs-narrow .tab:last-child {
  margin-right: 0;
}
.tabs-narrow .tab.selected a {
  border-bottom: 5px solid #E8651E;
  margin-bottom: -5px;
  position: relative;
}
.tabs-narrow .tab a::after {
  content: '';
  border: none;
  transition: border-top ease-in-out 500ms;
}
.tabs-narrow .tab.selected a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-48%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E8651E;
  clear: both;
}
.tabs-narrow a.tab:hover,
.tabs-narrow .tab a:hover,
.tabs-narrow a.tab:focus,
.tabs-narrow .tab a:focus {
  color: #E8651E;
  border-bottom-color: #E8651E;
}
.tabs-narrow label {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.tab-content {
  display: none;
}
.tab-content.selected {
  display: block;
}
.status-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.status-dot.finished {
  background-color: #40DA9D;
}
.status-dot.pending {
  background-color: #FFAA00;
}
.status-dot.risk {
  background-color: #FFAA00;
}
.status-dot.denied {
  background-color: #FC5C49;
}
.status-dot.alert {
  background: #E8651E;
}
.status-dot.not-started {
  background: #D4D5D6;
}
.tabs.align-center {
  text-align: center;
}
@media all and (max-width: 479px) {
  .tabs .tab {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tabs .tab:last-child {
    margin-bottom: 0;
  }
}
a.button,
.button {
  display: inline-flex;
  align-items: center;
  color: #595959;
  font-size: 16px;
  line-height: 25px;
  padding: 13px 20px;
  border: 2px solid #B5BFC7;
  background-color: #FFFFFF;
  border-radius: 5px;
  transition: all ease-in-out 200ms;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
a.button.decorated,
.button.decorated {
  color: #FFFFFF;
  background-color: #23477F;
  border-color: #23477F;
}
@media all and (max-width: 479px) {
  .grid-cell .button {
    width: 100%;
    justify-content: center;
  }
}
.button.icon-plus:before {
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-image: url('../images/icon-plus.png');
  background-image: -webkit-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
}
.button.icon-plus:focus:before,
.button.icon-plus:hover:before,
.button.icon-plus.decorated:before {
  background-image: url('../images/icon-plus-white.png');
  background-image: -webkit-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
}
.button.icon-plus {
  border-color: #D4D5D6;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  white-space: nowrap;
}
.button.icon-filter:before {
  display: inline-block;
  content: ' ';
  width: 23px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/icon-filter.png');
  background-image: -webkit-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-repeat: no-repeat;
}
.button.icon-filter:focus:before,
.button.icon-filter:hover:before,
.button.icon-filter.decorated:before {
  background-image: url('../images/icon-filter-white.png');
  background-image: -webkit-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-repeat: no-repeat;
}
.button.has-badge {
  padding-right: 50px;
  padding-left: 10px;
}
.button .badge {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #E8651E;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  transition: all ease-in-out 200ms;
}
.button:focus .badge,
.button:hover .badge {
  color: #E8651E;
  background-color: #FFFFFF;
}
.button.button-small {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 10px;
}
.button.button-small:hover,
.button.button-small:focus {
  color: #FFFFFF;
}
.button.button-no-border {
  border: 0;
}
.button.button-small.decorated {
  color: #FFFFFF;
}
.button.button-link {
  background-color: transparent;
  border: none;
  color: #595959;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  transition: none;
}
.button.button-link:focus,
.button.button-link:hover {
  color: #E8651E;
  background-color: transparent;
}
.button.icon-remove:before {
  display: inline-block;
  content: ' ';
  width: 23px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/icon-remove.png');
  background-image: -webkit-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-repeat: no-repeat;
}
.button.icon-remove:focus:before,
.button.icon-remove:hover:before {
  background-image: url('../images/icon-remove-hover.png');
  background-image: -webkit-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: -moz-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: -o-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: -ms-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-repeat: no-repeat;
}
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  color: #FFFFFF;
  border-color: #E8651E;
  background-color: #E8651E;
  text-decoration: none;
}
.badge {
  position: relative;
}
.badge[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -12px;
  right: -13px;
  font-size: 0.8em;
  background: #595959;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.field {
  display: inline-block;
  padding: 0;
  margin: 0 0 30px 0;
  border: 0;
}
.field label + input + .checkbox-compact-container,
.field select + a,
.field input + a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
}
label {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #595959;
  margin-bottom: 6px;
  text-align: left;
}
textarea {
  display: inline-block;
  width: 100%;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  transition: all ease-in-out 200ms;
}
textarea:focus,
textarea:hover {
  border-color: #E8651E;
}
select,
input[type="phone"],
input[type="email"],
input[type="password"],
input[type="text"] {
  color: #595959;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 7px;
  transition: all ease-in-out 200ms;
  border: none;
  border-bottom: 2px solid #D4D5D6;
  border-radius: 0;
  background: #FFFFFF;
  outline: none;
}
select,
input[type="phone"]:focus,
input[type="phone"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="text"]:hover {
  border-bottom-color: #E8651E;
}
select:disabled,
input[type="phone"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="text"]:disabled,
input[type="checkbox"]:disabled ~ span,
textarea:disabled,
label.disabled {
  pointer-events: none;
}
input.cb-livesearch-input,
input[type="text"].icon-magnifier {
  padding-right: 30px;
}
input.cb-livesearch-input,
input[type="text"].icon-magnifier {
  content: ' ';
  background-size: 20px 20px;
  background-image: url('../images/icon-magnifier.png');
  background-image: -webkit-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-repeat: no-repeat;
  background-position: right top;
}
input.cb-livesearch-input:focus,
input.cb-livesearch-input:hover,
input[type="text"].icon-magnifier:focus,
input[type="text"].icon-magnifier:hover {
  background-image: url('../images/icon-magnifier-hover.png');
  background-image: -webkit-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: -moz-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: -o-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: -ms-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
}
input.calendar {
  padding-left: 30px;
  content: ' ';
  background-size: 20px 20px;
  background-image: url('../images/icon-calendar.png');
  background-image: -webkit-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-repeat: no-repeat;
  background-position: left top;
}
input.calendar:focus,
input.calendar:hover {
  background-image: url('../images/icon-calendar-hover.png');
  background-image: -webkit-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: -moz-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: -o-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: -ms-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
}
input.cb-livesearch-input {
  padding-right: 0;
  padding-left: 30px;
  background-position: left 0px top 2px;
}
input.cb-livesearch-input.offline {
  padding-left: 0;
  background-image: none;
}
input.cb-livesearch-input.offline:hover,
input.cb-livesearch-input.offline:focus {
  background-image: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select,
.arrow-down {
  content: ' ';
  cursor: pointer;
  background-position: right 10px top 10px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-image: url('../images/icon-user-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
}
select input,
.arrow-down input {
  background-color: transparent;
  padding-right: 30px;
}
select {
  padding-right: 30px;
}
select.compact {
  display: inline-block;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  color: #595959;
  padding: 5px 25px 5px 10px;
  border-radius: 5px;
  border: 2px solid #D4D5D6;
  transition: all ease-in-out 200ms;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url('../images/icon-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
}
select.compact:focus,
select.compact:hover {
  border-color: #E8651E;
}
label.checkbox-container,
.label-progress {
  color: #595959;
  font-size: 16px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox-container input,
.label-progress input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox-container .check-mark,
.label-progress .check-mark {
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 5px;
  border: 2px solid #D4D5D6;
  transition: background-color ease-in-out 200ms, border ease-in-out 200ms;
}
label.checkbox-container .check-mark-medium,
.label-progress .check-mark-medium {
  height: 25px;
  width: 25px;
}
label.checkbox-container input:checked ~ .check-mark,
.label-progress input:checked ~ .check-mark {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-checked.png');
  background-image: -webkit-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
}
label.checkbox-container input:checked ~ .check-mark-medium,
.label-progress input:checked ~ .check-mark-medium {
  background-image: url('../images/icon-checked-compact.png');
  background-image: -webkit-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-color: #E8651E;
  border-color: #E8651E;
}
label.checkbox-container .info-container,
.label-progress .info-container {
  position: relative;
}
label.checkbox-container .info-container .info,
.label-progress .info-container .info {
  position: absolute;
  color: #595959;
  font-size: 12px;
  line-height: 20px;
}
label.checkbox-compact-container {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox-compact-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox-compact-container .check-mark {
  position: relative;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border-radius: 5px;
  border: 2px solid #D4D5D6;
  transition: background-color ease-in-out 200ms, border ease-in-out 200ms;
  background-color: #FFFFFF;
}
label.checkbox-compact-container input:checked ~ .check-mark {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-checked-compact.png');
  background-image: -webkit-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-color: #E8651E;
  border-color: #E8651E;
}
label.checkbox-compact-container .info-container {
  position: relative;
}
label.checkbox-compact-container .info-container .info {
  position: absolute;
  color: #595959;
  font-size: 12px;
  line-height: 20px;
}
.checkbox-compact-container:focus input ~ .check-mark,
.checkbox-compact-container:hover input ~ .check-mark,
.checkbox-container:focus input ~ .check-mark,
.checkbox-container:hover input ~ .check-mark {
  background-color: #E8651E;
  border-color: #E8651E;
}
.checkbox-compact-container input:focus ~ .check-mark,
.checkbox-container input:focus ~ .check-mark {
  background-color: #E8651E;
  border-color: #E8651E;
}
.checkbox-compact-container input:checked:focus ~ .check-mark {
  background-color: #595959;
  border-color: #595959;
}
.checkbox-compact-container:focus,
.checkbox-compact-container:hover,
.checkbox-container:focus,
.checkbox-container:hover {
  color: #E8651E;
}
label.radio-container {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.radio-container .check-mark {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #D4D5D6;
  margin: 0 5px;
}
label.radio-container:hover input ~ .check-mark {
  background-color: #D4D5D6;
}
label.radio-container input:checked ~ .check-mark:after {
  display: block;
}
label.radio-container input:checked ~ .check-mark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E8651E;
  content: '';
  position: absolute;
}
.grid-cell input[type="phone"],
.grid-cell input[type="email"],
.grid-cell input[type="password"],
.grid-cell input[type="text"] {
  width: 100%;
}
.grid-cell .arrow-down {
  width: 100%;
}
.grid-cell .field {
  width: 100%;
}
.grid-cell select:not(.compact) {
  width: 100%;
}
.form-page {
  border-radius: 5px;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15);
  padding-bottom: 22px;
  margin-bottom: 80px;
  position: relative;
  background-color: #FFFFFF;
}
.form-page > *:nth-child(1) {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: #595959;
  background-color: #D4D5D6;
  min-height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 36px;
}
.form-page > *:nth-child(1) h1 {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
}
.form-page > h1:nth-child(1) {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
  padding: 0 15px;
}
.form-page .buttons-container {
  margin: 4px 0 0 0;
  border-top: 5px solid #D4D5D6;
  padding: 22px 0 0 0;
}
.form-page .buttons-container .button {
  margin-right: 6px;
}
.form-page .buttons-container .button:last-of-type {
  margin-right: 0;
}
@media all and (max-width: 479px) {
  .form-page .buttons-container .button {
    margin: 0 0 10px 0;
  }
  .form-page .buttons-container .button:last-of-type {
    margin: 0;
  }
}
.form-page legend {
  display: block;
  color: #595959;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.form-page .form-session {
  margin-top: 4px;
  border-top: 5px solid #D4D5D6;
  padding-top: 42px;
}
.form-page .form-sub-session {
  margin: 44px 0;
}
.form-page .form-sub-session .form-sub-session-title {
  display: block;
  color: #595959;
  font-size: 14px;
  line-height: 30px;
  margin: 14px 0 10px;
  border-bottom: 2px solid #D4D5D6;
}
.form-page .form-sub-session:last-child:last-child {
  margin-bottom: 0;
}
.form-page-top {
  margin-bottom: 40px;
}
.form-page-middle {
  margin-bottom: 40px;
}
.form-page-middle > *:nth-child(1) {
  display: block;
  color: #595959;
  background-color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border-bottom: 2px solid #D4D5D6;
  min-height: auto;
}
.file-upload-container {
  display: flex;
  align-items: self-start;
}
.file-upload-container .button-link {
  font-size: 14px;
  line-height: 25px;
}
.file-upload-container .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-container .files-container {
  display: inline-block;
}
.pill {
  display: inline-flex;
  background-color: #D4D5D6;
  padding: 5px 10px;
  border-radius: 5px;
  align-items: center;
  margin: 0 0 10px 10px;
}
.pill img {
  max-height: 16px;
}
.pill a:first-child img {
  margin-right: 8px;
}
.pill div {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
}
.pill a:last-child img {
  margin-left: 8px;
}
.modal .cb-modal-body form {
  margin-top: 30px;
}
.modal .cb-modal-body form .field:last-child {
  margin-bottom: 20px;
}
.info-session {
  margin-bottom: 50px;
}
.info-session .info-session-header {
  color: #595959;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.info-session .info-session-field {
  margin-bottom: 20px;
}
.info-session .info-session-value,
.info-session .info-session-label {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #595959;
  margin-bottom: 6px;
  text-align: left;
}
.info-session .info-session-label {
  color: #E8651E;
}
.info-session.info-session--no-margin {
  margin-bottom: 0;
}
.info-session-date .info-session-date-value > *:nth-child(1) {
  margin-right: 10px;
}
.info-session-date .info-session-date-value > *:nth-child(2) {
  color: #595959;
  font-size: 16px;
  line-height: 25px;
}
.form-table input:hover,
.form-table select:hover,
.form-table input:focus,
.form-table select:focus,
.form-table input,
.form-table select {
  background-color: transparent;
  border-bottom-color: #595959;
  font-size: 14px;
  line-height: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.status-history {
  text-align: left;
  color: #595959;
  padding: 30px 0;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 2px solid #D4D5D6;
}
.status-history .status-dot {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.status-history > *:nth-child(1) {
  height: 25px;
  width: 770px;
  color: #595959;
  font-size: 16px;
  line-height: 25px;
}
@media all and (max-width: 839px) {
  .status-history > *:nth-child(1) {
    width: auto;
  }
}
.status-history > *:nth-child(2) {
  margin: 10px 0;
}
.status-history > *:nth-child(3) {
  display: inline-block;
}
.status-history > *:nth-child(4) {
  text-align: right;
  display: inline-block;
  float: right;
}
.status-commentary {
  text-align: left;
  color: #595959;
  padding: 20px 0 10px;
  font-size: 14px;
  line-height: 25px;
}
.status-commentary .commentary {
  margin: 10px 0 20px;
}
.status-commentary .section-title {
  border-bottom: 2px solid #D4D5D6;
  font-size: 16px;
  line-height: 25px;
}
.status-commentary > *:nth-child(4) {
  display: inline-block;
}
.status-commentary > *:nth-child(3) {
  text-align: right;
  display: inline-block;
  float: right;
}
.status-summary .grid-cell {
  position: relative;
  padding-bottom: 90px;
}
.status-summary .section-title {
  border-bottom: 2px solid #D4D5D6;
  font-size: 20px;
  line-height: 25px;
}
.status-summary .status-summary-title {
  color: #595959;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.status-summary .status-summary-step {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 5px;
}
.status-summary .status-summary-tab {
  position: absolute;
  bottom: 0;
  border-top: 2px solid #D4D5D6;
  width: 90%;
}
.status-summary .status-summary-tab a {
  padding-top: 10px;
  display: inline-block;
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}
.status-summary .status-summary-tab img {
  transform: rotate(270deg);
  margin-right: 15px;
}
.status-section-title {
  border-bottom: 2px solid #D4D5D6;
  font-size: 20px;
  line-height: 25px;
}
.status-section-title h2 {
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.status-section-title h3 {
  font-size: 14px;
  line-height: 25px;
  display: block;
  padding-bottom: 5px;
}
.status-section-title a {
  float: right;
}
.homologation-status .homologation-status-label {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}
.homologation-status .homologation-status-value {
  color: #595959;
  font-size: 20px;
  line-height: 30px;
}
.char-limit-info {
  display: block;
  color: #595959;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
.only-my-items-container {
  position: relative;
}
.only-my-items-container .only-my-items {
  position: absolute;
  right: 0;
  top: -42px;
}
@media all and (max-width: 839px) {
  .only-my-items-container {
    display: block;
  }
  .only-my-items-container .only-my-items {
    position: relative;
    top: auto;
    right: auto;
  }
}
.progress-bar {
  height: 10px;
  position: relative;
  background: #D4D5D6;
  border-radius: 8px;
}
.progress-bar > span {
  display: block;
  height: 100%;
  border-radius: 8px;
  background-color: #40DA9D;
  position: relative;
  overflow: hidden;
  transition: width 2s, height 4s;
}
.progress-bar label {
  margin: 10px 0;
  font-size: 16px;
}
.info-box {
  background-color: #D4D5D6;
  padding: 15px;
  border-radius: 5px;
  color: #595959;
}
.info-box span {
  text-transform: uppercase;
  font-family: 'Roboto Bold';
  color: #E8651E;
  margin-right: 8px;
}
.info-box p span {
  color: #595959;
  font-family: 'Roboto';
  text-transform: initial;
  margin-bottom: 5px;
  display: block;
}
.info-box #budgetInfoBox span {
  margin-bottom: 10px;
}
.alert-box {
  background-color: #FC5C49;
  padding: 22px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  margin-top: 30px;
  text-align: center;
}
.alert-box span {
  text-transform: uppercase;
  font-family: 'Roboto Bold';
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  margin-right: 6px;
}
.import-help img {
  width: 30px;
  height: 30px;
}
.table-container {
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: 0 30px 50px 0 rgba(35, 71, 127, 0.15);
  background-color: #FFFFFF;
  position: relative;
}
.table-container.no-shadow {
  box-shadow: none;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  table-layout: fixed;
}
@media all and (max-width: 1000px) {
  .table {
    table-layout: auto;
  }
}
.table .status-column img {
  width: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.table .status-column span {
  margin-left: 45px;
  text-align: left;
  display: inline-block;
}
.table .select-column {
  text-align: center;
}
.table .cell-icon {
  margin: 0 10px;
  width: 26px;
  vertical-align: middle;
}
.table .section-icon {
  margin: 0 10px;
  vertical-align: middle;
}
.table .nowrap {
  white-space: nowrap;
}
.table .status-dot {
  vertical-align: middle;
  margin: 0 22px;
}
.table thead th {
  padding: 22px 10px;
  color: #595959;
  background-color: #D4D5D6;
  height: 70px;
}
.table .orderly {
  cursor: pointer;
  position: relative;
}
.table .orderly.desc:after,
.table .orderly.asc:after {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  transition: transform ease-in-out 200ms;
}
.table .orderly.desc:after {
  transform: rotate(180deg);
}
.table thead th:first-child {
  border-top-left-radius: 5px;
}
.table thead th:last-child {
  border-top-right-radius: 5px;
}
.table tbody td {
  color: #595959;
  padding: 22px 10px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #D4D5D6;
  position: relative;
}
.table tbody td:first-child:after {
  content: '';
  background-color: #FFFFFF;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 10px;
}
.table tbody td:last-child:after {
  content: '';
  background-color: #FFFFFF;
  height: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
table.form-table {
  width: 100%;
  border-spacing: 0;
}
table.form-table .orderly {
  cursor: pointer;
  position: relative;
}
table.form-table .orderly.desc:after,
table.form-table .orderly.asc:after {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  transition: transform ease-in-out 200ms;
}
table.form-table .orderly.desc:after {
  transform: rotate(180deg);
}
table.form-table .nowrap {
  white-space: nowrap;
}
table.form-table thead th {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  padding: 8px 20px;
  height: auto;
  border-radius: unset;
  background-color: transparent;
}
table.form-table thead th:last-child:not(:first-child) {
  text-align: right;
  padding: 8px 10px 8px 8px;
}
table.form-table tbody tr:first-child td {
  border-top: 2px solid #D4D5D6;
}
table.form-table tbody tr:last-child td {
  border-bottom: 2px solid #D4D5D6;
}
table.form-table tbody tr td:first-child {
  border-left: 2px solid #D4D5D6;
}
table.form-table tbody tr td:first-child.border-red {
  border-left: 5px solid #FC5C49;
}
table.form-table tbody tr td:first-child.border-green {
  border-left: 5px solid #40DA9D;
}
table.form-table tbody tr td:first-child.border-yellow {
  border-left: 5px solid #FFAA00;
}
table.form-table tbody tr td:last-child {
  border-right: 2px solid #D4D5D6;
  white-space: nowrap;
}
table.form-table tbody td {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  padding: 8px 20px;
  position: relative;
}
table.form-table tbody td .checkbox-compact-container {
  margin: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60%;
}
table.form-table tbody td:last-child:not(:first-child) {
  text-align: right;
  padding: 8px 10px 8px 8px;
}
table.form-table tbody td:last-child:not(:first-child) a {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
table.form-table tbody td:last-child:not(:first-child) a:last-child {
  margin-right: 0;
}
table.form-table tbody tr:nth-child(even) {
  background-color: #D4D5D6;
}
.max-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  height: 59px;
}
.list-horizontal-style {
  display: table;
  list-style-position: inside;
  text-align: left;
}
.list-horizontal-style li {
  /*text-align: left;*/
  /*display: table-cell;*/
}
.list-filters-horizontal {
  padding-left: 0 !important;
}
.list-filters-horizontal li {
  position: relative;
  display: inline-block;
  border: 2px solid #D4D5D6;
  padding: 5px;
  width: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.pagination {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 69px;
}
.cb-modal .pagination {
  margin-bottom: 0;
}
ul.alert {
  display: block;
  width: 100%;
  color: #FC5C49;
  font-size: 16px;
  line-height: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.alert li {
  display: block;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}
ul.alert li:before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  margin-top: -4px;
  content: ' ';
  background-image: url('../images/icon-alert.png');
  background-image: -webkit-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
}
ul.alert li:first-child {
  margin-top: 25px;
}
ul.alert li:last-child {
  margin-bottom: 0;
}
.soft-alert {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #E8651E;
  margin-top: 8px;
}
.soft-alert:before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  width: 17px;
  height: 16px;
  margin-right: 5px;
  content: ' ';
  background-image: url('../images/icon-soft-alert.png');
  background-image: -webkit-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
}
.cb-modal-blur {
  filter: blur(16px) !important;
}
.modal .cb-modal {
  width: 100%;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15) !important;
}
.modal .cb-modal-head {
  border-bottom: 3px solid #D4D5D6;
  margin-bottom: 20px;
  color: #595959;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 19px 8px;
  position: relative;
}
.modal .cb-modal-head h2 {
  font-size: 20px;
  line-height: 30px;
}
.modal .cb-modal-head .close-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.modal .cb-modal-head .close-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.modal .cb-modal-body {
  padding: 0 8px;
  color: #595959;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.modal .cb-modal-foot {
  padding: 0 8px;
  text-align: center;
  margin-bottom: 50px;
}
.modal .cb-modal-foot .button {
  margin-right: 6px;
}
.modal .cb-modal-foot .button:last-of-type {
  margin-right: 0;
}
@media all and (max-width: 479px) {
  .modal .cb-modal-foot .button {
    margin: 0 0 10px 0;
  }
  .modal .cb-modal-foot .button:last-of-type {
    margin: 0;
  }
}
.modal .cb-modal-foot.buttons-container {
  border-top: 3px solid #D4D5D6;
  padding: 30px 0;
  margin: 0;
}
@media all and (max-width: 839px) {
  .modal .cb-modal-foot.buttons-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.modal .icon-alert,
.modal .icon-success,
.modal .icon-confirm {
  display: inline-block;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  background-size: initial;
  background-image: url('../images/icon-success-modal.png');
  background-image: -webkit-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
}
.modal .icon-alert {
  background-image: url('../images/icon-alert-modal.png');
  background-image: -webkit-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
}
.modal .icon-confirm {
  background-image: url('../images/icon-confirm-modal.png');
  background-image: -webkit-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
}
.modal.cb-modal-backdrop.show {
  background-color: rgba(89, 89, 89, 0.7);
}
.modification-history .cb-modal-head .icon-list {
  max-width: 28px;
}
.modification-history .modification-history-record {
  text-align: left;
  color: #595959;
  padding: 10px 0;
  border-bottom: 2px solid #D4D5D6;
}
.modification-history .modification-history-record > *:nth-child(1) {
  font-size: 14px;
  line-height: 25px;
}
.modification-history .modification-history-record > *:nth-child(2) {
  font-size: 12px;
  line-height: 20px;
}
.modification-history .modification-history-record:first-child {
  margin-top: 20px;
}
.modification-history .modification-history-record:last-child {
  margin-bottom: 30px;
}
.sync-history .cb-modal-head .icon-list {
  max-width: 48px;
}
.sync-history .form-session {
  margin-top: 4px;
  border-bottom: 5px solid #D4D5D6;
  border-top: 5px solid #D4D5D6;
  padding: 26px 0 30px;
}
.sync-history legend {
  text-align: left;
  margin-bottom: 20px;
}
.sync-history .cb-modal-head {
  border-bottom: none;
  margin-bottom: 0;
}
.status-modal-notification {
  background: #FFE4D5;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.status-modal-notification .status-notification-warning {
  font-style: italic;
}
.status-modal-notification .status-notification-highlight {
  color: #E8651E;
  font-weight: bold;
}
.status-modal-notification .status-notification-action {
  font-weight: bold;
}
.cb-modal-arrow .cb-modal:after {
  content: '';
  position: absolute;
  left: 85%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #FFFFFF;
  clear: both;
}
.cb-modal-arrow .status-summary .grid-cell {
  padding-bottom: 0;
}
.cb-modal-arrow .cb-modal-head {
  border-bottom: none;
  margin-bottom: 0;
}
.cb-modal-arrow .cb-modal-head .close-button {
  top: 100%;
}
.cb-modal-arrow .cb-modal-body {
  margin-bottom: 0;
}
.cb-modal-arrow .status-commentary,
.cb-modal-arrow #statusHistory {
  display: none;
}
.cb-modal-arrow .acess-link {
  display: none;
}
.cb-livesearch-input {
  transition: border 200ms ease-in-out !important;
}
.cb-livesearch-list {
  display: none;
  position: absolute;
  margin-top: 10px;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  padding: 10px;
  box-shadow: none;
  background-color: #FFFFFF;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  min-height: 0;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1001;
}
.cb-livesearch-list.show {
  opacity: 1;
  transform: scale(1);
}
.cb-livesearch-list-table {
  width: 100%;
  border-spacing: 0;
}
.cb-livesearch-list-table {
  width: 100%;
  border-spacing: 0;
}
.cb-livesearch-list-table td {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
}
.cb-livesearch-list-table tr {
  cursor: pointer;
  transition: background-color ease-in-out 100ms;
}
.cb-livesearch-message-box {
  display: none;
  width: 100%;
  text-align: center;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}
.cb-livesearch-message-box.show {
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  line-height: 50px;
}
.cb-livesearch-list-table tr {
  cursor: pointer;
}
.cb-livesearch-list-table tr td {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 20px;
  position: relative;
  border-bottom: 2px solid #D4D5D6;
}
.cb-livesearch-list-table tr:last-child td {
  border-bottom: none;
}
.cb-livesearch-list-table tr.selection td:before,
.cb-livesearch-list-table tr:hover td:before {
  color: #595959;
  background-color: #D4D5D6;
  position: absolute;
  border-radius: 5px;
  height: calc(100% - 10px);
  width: 100%;
  content: ' ';
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 5px;
  z-index: -1;
}
.cb-livesearch-list-table tr.selection td:before {
  background-color: #E8651E;
}
.cb-livesearch-list-table tr.selection td {
  color: #FFFFFF;
}
.filter-popup {
  display: none;
  position: absolute;
  margin-top: 10px;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  padding: 10px 10px 0 0;
  box-shadow: none;
  background-color: #FFFFFF;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  z-index: 1001;
  text-align: left;
}
.filter-popup .pill {
  word-break: break-all;
}
.filter-popup .empty-text:after {
  padding: 0 0 10px 10px;
  content: 'Vazio';
  text-align: center;
  display: none;
  font-size: 16px;
  line-height: 25px;
  color: #595959;
}
.filter-popup .empty-text.show:after {
  display: block;
}
.filter-popup.show {
  opacity: 1;
  transform: scale(1);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #23477F;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #595959;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #FC5C49;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #FC5C49;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #FFFFFF;
  border: none;
  background: #23477F;
}
.datepicker--cell.-selected-.-current- {
  color: #FFFFFF;
  background: #23477F;
}
.datepicker--cell.-selected-.-focus- {
  background: #595959;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #E8651E;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #23477F;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #595959;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #FFFFFF;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  padding: 10px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #FFFFFF;
  border-top: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #23477F;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #595959;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #FC5C49;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #23477F;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #595959;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #D4D5D6, #D4D5D6) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #23477F;
  border-color: #23477F;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #23477F;
  border-color: #23477F;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #23477F;
  border-color: #23477F;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #D4D5D6;
  background: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #D4D5D6;
  background: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #D4D5D6;
  background: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #23477F;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #595959;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.list-filter-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.list-filter-input input {
  padding-right: 30px;
}
.list-filter-input .remove,
.list-filter-input .magnifier {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-top: 0;
  top: 0;
  right: 0;
}
.progressbar {
  margin: 0 auto;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 100px;
}
.progressbar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.progressbar-step:before,
.progressbar-step:after {
  content: "";
  height: 5px;
  background-color: #D4D5D6;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 50%;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.progressbar-step:first-child:before,
.progressbar-step:first-child:after {
  display: none;
}
.progressbar-step:after {
  background-color: #40DA9D;
  width: 0;
}
.progressbar-step.is-complete + .progressbar-step.is-current:after,
.progressbar-step.is-complete + .progressbar-step.is-complete:after {
  width: 100%;
}
.progressbar-icon {
  width: 20px;
  height: 20px;
  background-color: #D4D5D6;
  fill: #D4D5D6;
  border-radius: 50%;
  max-width: 100%;
  z-index: 5;
  position: relative;
  transition: all 0.25s ease-out;
}
.is-complete .progressbar-icon {
  fill: #40DA9D;
  background-color: #40DA9D;
  border: 3px solid #40DA9D;
}
.is-finished .progressbar-icon {
  fill: #C70039;
  background-color: #C70039;
  border: 3px solid #23477F;
}
.is-current .progressbar-icon {
  fill: #FFAA00;
  background-color: #FFAA00;
  border: 3px solid #23477F;
}
.is-complete-back .progressbar-icon {
  background-color: #D4D5D6 !important;
  fill: #D4D5D6 !important;
  border: 3px solid #D4D5D6 !important;
}
.progressbar-step-label {
  display: block;
  color: #D4D5D6;
  position: absolute;
  padding-top: 10px;
  width: 100%;
  max-width: 140px;
  transition: all 0.25s ease-out;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 479px) {
  .progressbar-step-label {
    font-size: 10px;
    line-height: 18px;
  }
}
.is-current > .progressbar-step-label {
  color: #23477F;
}
.is-complete > .progressbar-step-label {
  color: #595959;
}
.progressbar-step .tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
}
.progressbar-step .tooltip img {
  width: 22px;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip img {
  width: 22px;
}
.tooltip .tooltip-text {
  visibility: hidden;
  max-width: 300px;
  min-width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  left: -100%;
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-bottom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #555;
  color: #fff;
  font-family: sans-serif;
  z-index: 10;
  max-width: 300px;
  visibility: visible;
  font-size: 14px;
  line-height: 20px;
  transition: all ease-in-out 300ms;
  transition-delay: 700ms;
  opacity: 0;
}
[data-title]:hover::before {
  opacity: 1;
}
.start-page h1 {
  color: #595959;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.start-page h2 {
  color: #595959;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 80px;
}
.start-page h3 {
  color: #23477F;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.start-page .legends {
  color: #23477F;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.start-page .itau-social {
  width: 100%;
  max-width: 469px;
}
.start-page .horizontal-divisor-container {
  position: relative;
}
.start-page .horizontal-divisor {
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #D4D5D6;
  left: 50%;
  margin-left: -1px;
}
.start-page .login-buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.start-page form {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 5px solid #D4D5D6;
}
@media all and (max-width: 479px) {
  .start-page h2 {
    margin-bottom: 30px;
  }
  .start-page .itau-social {
    margin-bottom: 80px;
  }
}
.not-logged-form {
  background-color: #D4D5D6;
}
.not-logged-form .header {
  margin-bottom: 36px;
}
.not-logged-form .form-page {
  margin-bottom: 50px;
}
.not-logged-form .form-page h1 {
  background-color: #FFFFFF;
  justify-content: center;
  border-bottom: 3px solid #D4D5D6;
}
.error-page h1 {
  color: #595959;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.error-page h2 {
  font-family: monospace;
  color: #595959;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 80px;
  display: block;
  text-align: center;
}
.error-page .error {
  font-family: monospace;
  color: #595959;
  font-size: 10px;
  line-height: 14px;
  word-break: break-word;
}
.back-to-page a {
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
  color: #595959;
}
.back-to-page a:hover {
  color: #E8651E;
  text-decoration: none;
}
.my-space .user-icon {
  width: 70px;
  height: 70px;
}
.my-space .welcome-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.my-space .welcome-container .tabs {
  margin-bottom: 0px;
}
.my-space .welcome {
  display: table;
}
.my-space .welcome > * {
  display: table-cell;
  vertical-align: middle;
}
.my-space .welcome .message {
  padding-left: 20px;
}
.my-space .welcome .message > *:nth-child(1) {
  color: #23477F;
  font-size: 14px;
  line-height: 25px;
}
.my-space .welcome .message > *:nth-child(2) {
  color: #595959;
  font-size: 30px;
  line-height: 35px;
}
.my-space .my-space-links img {
  width: 18px;
}
@media all and (max-width: 839px) {
  .my-space .welcome {
    margin-bottom: 30px;
  }
}
.my-space .section-container {
  background-color: #D4D5D6;
}
.my-space .section-container .section {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 43, 85, 0.1);
  margin-top: 30px;
}
.my-space .section-container .section .section-header > div > img {
  max-width: 30px;
  max-height: 30px;
}
.my-space .section-container .section .section-header > div > h3 {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
}
.my-space .section-container:last-of-type {
  padding-bottom: 170px;
}
.my-space .section-divisor {
  border-bottom: 2px solid #D4D5D6;
}
.my-space .section-divisor-right {
  border-right: 2px solid #D4D5D6;
}
@media all and (max-width: 839px) {
  .my-space .section-divisor-right {
    border-right: none;
  }
}
.my-space .section-inner-divisor {
  position: relative;
}
.my-space .section-inner-divisor:after {
  content: ' ';
  position: absolute;
  left: 16px;
  bottom: 0;
  margin-bottom: -8px;
  width: calc(100% - 16px * 2);
  height: 2px;
  display: inline-block;
  background-color: #D4D5D6;
}
.my-space .quantify > div:nth-child(1) {
  font-size: 30px;
  line-height: 35px;
  color: #595959;
  margin-bottom: 5px;
}
.my-space .quantify > div:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.my-space .quantify--large {
  margin: 20px 0;
}
.my-space .quantify--large > div:nth-child(1) {
  font-size: 40px;
  line-height: 35px;
  color: #595959;
  margin-bottom: 5px;
}
.my-space .quantify--large > div:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  margin-top: 10px;
}
.my-space .quantify--large .value-red {
  font-size: 20px !important;
  line-height: 30px !important;
  color: #FC5C49 !important;
}
.my-space .quantify--small > div:nth-child(1) {
  font-size: 20px;
  line-height: 35px;
}
.my-space .quantify--small-img > div:nth-child(2) {
  font-size: 20px;
  line-height: 35px;
  display: inline-block;
}
.my-space .quantify--small-img > div:nth-child(3) {
  margin-top: 10px;
}
.my-space .quantify--small-img img {
  width: 20px;
  display: inline;
  margin-right: 5px;
}
.my-space .quantify--bar {
  margin: 20px 0;
}
.my-space .quantify--bar > div:nth-child(1) {
  font-size: 30px;
  line-height: 35px;
  color: #595959;
  margin-bottom: 5px;
}
.my-space .quantify--bar > div:nth-child(2) {
  font-size: 16px;
  line-height: 25px;
  color: #595959;
  max-width: 150px;
  margin: 10px 0;
}
.my-space .quantify--bar > div:nth-child(2) img {
  transform: rotate(270deg);
  width: 14px;
  margin-left: 10px;
}
.my-space .collapsible-table {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 18px;
}
.my-space .horizontal-bar-chart {
  display: inline-block;
  width: 100%;
}
.my-space .horizontal-bar-chart .legend {
  display: inline-block;
  margin-bottom: 10px;
}
.my-space .horizontal-bar-chart .legend > *:before {
  content: ' ';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.my-space .horizontal-bar-chart .legend > * {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #595959;
  margin-right: 20px;
}
.my-space .horizontal-bar-chart .legend:last-child > * {
  margin-right: 0;
}
.my-space .horizontal-bar-chart .legend:nth-child(1) > *:before {
  background-color: #23477F;
}
.my-space .horizontal-bar-chart .legend:nth-child(2) > *:before {
  background-color: #E8651E;
}
.my-space .horizontal-bar-chart .bar-container .bar {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.my-space .horizontal-bar-chart .bar-container .bar > *:nth-child(1) {
  display: inline-block;
  height: 5px;
  width: 1px;
  margin-right: 10px;
  transition: all 800ms ease-in-out;
}
.my-space .horizontal-bar-chart .bar-container .bar > *:nth-child(2) {
  font-size: 14px;
  line-height: 25px;
  max-width: 40%;
}
.my-space .horizontal-bar-chart .bar-container .bar:nth-child(1) > *:nth-child(1) {
  background-color: #23477F;
}
.my-space .horizontal-bar-chart .bar-container .bar:nth-child(2) > *:nth-child(1) {
  background-color: #E8651E;
}
.colored-bar-container .container {
  display: inline-flex;
}
.colored-bar-container .bar-blue {
  float: left;
  height: 5px;
  margin-top: 7px;
  margin-right: 7px;
  background-color: #23477F;
  transition: all 800ms ease-in-out;
}
.colored-bar-container .bar-orange {
  float: left;
  height: 5px;
  margin-top: 7px;
  margin-right: 7px;
  background-color: #E8651E;
  transition: all 800ms ease-in-out;
}
.my-space-notifications {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  border-right: 2px solid #D4D5D6;
  padding-right: 20px;
  min-height: 200px;
  padding-bottom: 50px;
}
.my-space-notifications img {
  width: 22px;
  align-self: center;
  display: inline-block;
}
.my-space-notifications ul {
  list-style: none;
  background-color: #FFFFFF;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.my-space-notifications ul li {
  display: block;
  color: #595959;
  padding: 20px 10px;
  border-bottom: 2px solid #D4D5D6;
  position: relative;
  line-height: 25px;
  cursor: pointer;
}
.my-space-notifications ul li:hover,
.my-space-notifications ul li:active {
  color: #595959;
  text-decoration: none;
}
.my-space-notifications ul li.active {
  color: #E8651E;
}
.my-space-notifications ul li .notifications-wrapper {
  display: inline-table;
}
.my-space-notifications ul li .notifications-img {
  width: 50px;
  display: table-cell;
  vertical-align: top;
}
.my-space-notifications ul li .notifications-title {
  font-size: 20px;
}
.my-space-notifications ul li .notifications-info {
  display: table-cell;
}
.my-space-notifications ul li .notifications-remove {
  position: absolute;
  right: 0;
  top: 20%;
  transform: translateY(50%);
}
.my-space-notifications ul li .notifications-remove img {
  width: 18px;
}
.my-space-notifications-open {
  padding-bottom: 50px;
  width: 90%;
}
@media all and (max-width: 839px) {
  .my-space-notifications-open {
    position: relative !important;
  }
}
.my-space-notifications-open a {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  margin: 20px 0;
}
.my-space-notifications-open .arrow-icon-right {
  transform: rotate(180deg);
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.my-space-notifications-open .notifications-title {
  font-size: 30px;
  margin-top: 20px;
}
.my-space-notifications-open .notifications-message {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0 0;
}
.my-space-notifications-open .notifications-edit-remove-open {
  margin-top: 40px;
  right: 0;
  float: right;
}
.my-space-notifications-open .notifications-type {
  margin-bottom: 5px;
}
.my-space-notifications-open .link {
  margin: 10px;
}
.my-space-notifications-open .link img {
  margin-right: 10px;
}
.progress-bar-group {
  margin-left: 40px;
}
@media all and (max-width: 839px) {
  .progress-bar-group {
    margin-left: 0;
  }
}
.progress-bar-group .bar-value {
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  margin-left: 10px;
}
.progress-bar-group .colored-bar-container {
  margin: 0;
}
.progress-bar-group .bar-blue {
  margin-top: 10px;
  max-width: 85%;
}
.progress-bar-group p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
