html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.logged select,
.logged textarea,
.logged input {
  box-sizing: border-box;
}
.logo-container .logo {
  width: 100%;
  height: auto;
}
.picture-container {
  font-family: 'RobotoCondensed';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-color: #0d2e59;
  color: #fff;
}
.picture-container .input-picture {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  padding: 30px 0;
  font-size: 20px;
  line-height: 20px;
  opacity: 0;
  cursor: pointer;
}
.picture-container .input-picture:hover {
  opacity: 1;
}
.picture-container .input-picture input {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  cursor: pointer;
}
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
#nprogress .bar {
  background: #ff0000 !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px #ff0000, 0 0 5px #ff0000 !important;
}
#nprogress .spinner-icon {
  border-top-color: #ff0000 !important;
  border-left-color: #ff0000 !important;
}
.modal .cb-modal {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1170px;
  display: inline-block;
}
.limit-height {
  max-height: 200px;
  overflow: auto;
}
.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;
  padding: 0;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.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--right {
  text-align: right;
}
.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-cell {
    width: 100%;
  }
  .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: 25%;
  }
  .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: 50%;
  }
  .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: 75%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 25%;
  }
  .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: 50%;
  }
  .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: 75%;
  }
  .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-cell {
    width: 50%;
  }
  .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: 12.5%;
  }
  .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: 25%;
  }
  .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: 37.5%;
  }
  .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: 50%;
  }
  .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: 62.5%;
  }
  .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: 75%;
  }
  .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: 87.5%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 12.5%;
  }
  .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: 25%;
  }
  .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: 37.5%;
  }
  .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: 50%;
  }
  .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: 62.5%;
  }
  .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: 75%;
  }
  .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: 87.5%;
  }
  .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) {
  .grid-cell {
    width: 33.33333333%;
  }
  .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--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: 8.33333333%;
  }
  .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: 16.66666667%;
  }
  .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: 25%;
  }
  .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: 33.33333333%;
  }
  .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: 41.66666667%;
  }
  .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: 50%;
  }
  .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: 58.33333333%;
  }
  .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: 66.66666667%;
  }
  .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: 75%;
  }
  .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: 83.33333333%;
  }
  .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: 91.66666667%;
  }
  .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: 100%;
  }
  .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: 8.33333333%;
  }
  .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: 16.66666667%;
  }
  .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: 25%;
  }
  .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: 33.33333333%;
  }
  .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: 41.66666667%;
  }
  .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: 50%;
  }
  .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: 58.33333333%;
  }
  .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: 66.66666667%;
  }
  .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: 75%;
  }
  .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: 83.33333333%;
  }
  .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: 91.66666667%;
  }
  .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%;
  }
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoThin';
  src: url('../fonts/roboto-thin-webfont.eot');
  src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../fonts/roboto-thin-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FIM Roboto */
/* RobotoCondensed */
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/robotocondensed-regular-webfont.eot');
  src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-regular-webfont.woff') format('woff'), url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/robotocondensed-bold-webfont.eot');
  src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bold-webfont.woff') format('woff'), url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/robotocondensed-bolditalic-webfont.eot');
  src: url('../fonts/robotocondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bolditalic-webfont.woff') format('woff'), url('../fonts/robotocondensed-bolditalic-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/robotocondensed-italic-webfont.eot');
  src: url('../fonts/robotocondensed-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-italic-webfont.woff') format('woff'), url('../fonts/robotocondensed-italic-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-italic-webfont.svg#roboto_condenseditalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'RobotoCondensedLight';
  src: url('../fonts/robotocondensed-light-webfont.eot');
  src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-light-webfont.woff') format('woff'), url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensedLight';
  src: url('../fonts/robotocondensed-lightitalic-webfont.eot');
  src: url('../fonts/robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-lightitalic-webfont.woff') format('woff'), url('../fonts/robotocondensed-lightitalic-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* FIM RobotoCondensed */
.not-logged body {
  font-family: 'RobotoLight';
  color: #0d2e59;
  background-color: #fefefe;
  text-align: center;
}
.not-logged h1 {
  font-family: 'RobotoCondensed';
  font-weight: bold;
  line-height: 47px;
  font-size: 34px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.not-logged-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.not-logged-container > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.not-logged label {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 8px;
}
.not-logged .field-group {
  margin-bottom: 30px;
}
.not-logged input {
  color: #0d2e59;
  font-family: 'RobotoLight';
  font-size: 16px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #0d2e59;
  padding: 8px 2px;
  outline: 0;
  transition: border-bottom-color 200ms ease-in-out;
}
.not-logged input[type='submit'] {
  width: auto;
}
.not-logged input:focus,
.not-logged input:active {
  border-bottom: 2px solid #ff0000;
}
.not-logged a,
.not-logged a:visited {
  color: #0d2e59;
  font-family: 'RobotoThin';
  font-size: 14px;
  transition: color 200ms ease-in-out;
}
.not-logged a:hover,
.not-logged a:focus,
.not-logged a:active {
  color: #0d2e59;
}
.not-logged .button {
  display: inline-block;
  color: #fefefe;
  font-family: 'RobotoCondensed';
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0d2e59;
  padding: 8px 48px;
  border-radius: 26px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  margin-bottom: 4px;
  border: 4px solid transparent;
  user-select: none;
  outline: 0;
}
.not-logged .button:hover,
.not-logged .button:focus {
  border: 4px solid red;
}
.not-logged .button:active {
  transform: scale(0.98);
  filter: brightness(85%);
}
.not-logged .footer-logo {
  height: 90px;
  max-width: 100%;
  background-image: url("../images/aacosta-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.not-logged .field-group.validation-error label {
  color: red;
}
.not-logged .field-group.validation-error input {
  border-bottom-color: red;
}
.not-logged .field-group.validation-error .validation-message {
  max-height: 100px;
}
.not-logged .validation-message {
  overflow: hidden;
  font-weight: normal;
  font-size: 10px;
  color: red;
  max-height: 0;
  margin-top: 4px;
  transition: max-height 200ms ease-in-out;
}
.not-logged .info-modal .cb-modal-body {
  font-size: 22px;
  padding: 18px 8px;
}
.not-logged .info-modal.cb-modal {
  background-color: #fefefe;
  color: #0d2e59;
  box-shadow: 0 0 38px 0px rgba(255, 255, 255, 0.3);
}
.not-logged .info-modal .button {
  color: #fefefe;
  background-color: #ff0000;
  margin: 16px;
}
.not-logged .info-modal .button:hover,
.not-logged .info-modal .button:focus {
  border: 4px solid #0d2e59;
}
.logged body {
  font-family: 'RobotoLight';
  color: #0d2e59;
  background-color: #fefefe;
  text-align: center;
}
.logged body .bold {
  font-family: 'Roboto';
  font-weight: bold;
}
.logged-container {
  display: inline-block;
  width: 100%;
  max-width: 1170px;
  text-align: left;
  padding: 8px;
}
.logged-header .grid-cell {
  padding: 8px;
}
.logged-header .header-profile-icon,
.logged-header .header-config-icon,
.logged-header .header-logoff-icon,
.logged-header .header-tutorial-icon,
.logged-header .header-ring-icon {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url("../images/configs-red.svg");
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  margin-left: 8px;
}
.logged-header .header-ring-icon {
  margin-left: 0;
}
.logged-header .header-logoff-icon {
  background-image: url("../images/logoff-red.svg");
}
.logged-header .header-profile-icon {
  height: 23px;
  width: 20px;
  background-image: url("../images/user-profile-red.svg");
}
.logged-header .header-tutorial-icon {
  height: 23px;
  width: 27px;
  background-image: url("../images/user-tutorial-red.svg");
}
.logged-header .header-ring-icon {
  background-image: url("../images/ring-red.svg");
}
.notifications {
  font-family: 'Roboto';
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}
.notifications .mention-icon {
  background-repeat: no-repeat;
  background-size: 27px;
  background-image: url('../images/new-alerts-red.svg');
}
.notifications .feedback-icon {
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url('../images/tasks-red.svg');
}
.notifications .high-priority-icon {
  background-repeat: no-repeat;
  background-size: 27px;
  background-image: url('../images/warning-red.svg');
}
.notifications ul {
  display: inline-block;
  position: absolute;
  overflow-y: scroll;
  max-height: 450px;
  left: -20px;
  top: 62px;
  padding: 0;
  margin: 0 -14px 0 0;
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 5px;
  width: 400px;
  text-align: left;
  z-index: 10;
  visibility: hidden;
  box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.3);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
.notifications ul li {
  color: #595959;
  padding: 15px 30px;
  border-bottom: 2px solid #D4D5D6;
  position: relative;
}
.notifications ul li a,
.notifications ul li a:visited {
  font-size: 14px;
  line-height: 20px;
  color: #595959 !important;
  text-decoration: none;
  white-space: normal;
}
.notifications ul li a:hover,
.notifications ul li a:focus {
  color: #0d2e59 !important;
}
.notifications ul li a > div {
  display: inline-table;
  width: 100%;
}
.notifications ul li a > div > div {
  display: table-cell;
}
.notifications ul li a > div > div:nth-child(1) {
  width: 50px;
  text-align: left;
}
.notifications ul li a > div > div:nth-child(2) {
  padding-right: 42px;
  text-align: left;
}
.notifications ul li a > div > div:nth-child(2) > div:nth-child(1) {
  font-size: 14px;
}
.notifications ul li a > div > div:nth-child(2) > div:nth-child(2) {
  font-size: 12px;
}
.notifications ul li a > div > div:nth-child(2) > div:nth-child(2) > div > div:last-child {
  text-align: right;
}
.notifications ul li.not-readed {
  font-weight: bold;
}
.notifications ul li:nth-child(1) {
  cursor: default;
  font-size: 14px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}
.notifications ul li:nth-child(1) button {
  margin-right: 10px;
  font-size: 12px;
  padding: 5px 10px;
}
.notifications ul li:nth-child(1) div {
  display: inline-table;
}
.notifications ul li:nth-child(1) > div:nth-child(2) {
  margin-left: 20px;
  vertical-align: middle;
}
.notifications ul li:nth-child(1) > div:nth-child(1) {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #2ebf72;
  color: #FFFFFF;
  border-radius: 15px;
  font-size: 12px;
}
.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;
}
.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;
}
.notifications ul li:last-child {
  border-bottom: 0;
}
.notifications ul li:last-child:before {
  display: none;
}
.notifications ul li:last-child:after {
  display: none;
}
.notifications .close-button {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 30px;
  width: 12px;
  height: 12px;
}
.notifications .close-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}
.cab-img {
  width: 125px;
  vertical-align: middle;
}
.notifications.show ul {
  visibility: visible;
  z-index: 999;
}
.notifications.show:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 52px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}
@media (max-width: 840px) {
  .notifications.show ul {
    position: fixed;
    visibility: visible;
    top: 145px;
    right: unset;
    left: 30%;
  }
}
@media (max-width: 600px) {
  .notifications.show ul {
    right: unset;
    left: 5%;
    width: 90%;
  }
}
.config-button {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
.config-button img {
  width: 22px;
  height: 22px;
}
.notification-pill {
  display: inline-block;
  position: absolute;
  top: auto;
  right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: red;
  color: white;
}
.logged h1,
.logged h2 {
  font-family: 'RobotoCondensed';
  font-weight: bold;
  text-align: left;
  line-height: 48px;
  color: #ff0000;
  font-size: 34px;
  text-transform: uppercase;
  padding: 0;
  margin: 25px 0 28px 0;
}
.logged h2 {
  text-transform: none;
}
.logged .header {
  background-color: #fefefe;
  padding: 2px 0;
  text-align: center;
}
.logged .header-username,
.logged .header-username a,
.logged .header-username a:hover,
.logged .header-username a:visited {
  text-align: left;
  color: #0d2e59;
  font-size: 20px;
}
@media all and (max-width: 479px) {
  .logged .header-username,
  .logged .header-username a,
  .logged .header-username a:hover,
  .logged .header-username a:visited {
    text-align: right;
  }
}
.logged .header-username > * {
  display: inline-table;
  height: 100%;
}
.logged .header-username > * > * {
  display: table-cell;
  vertical-align: middle;
}
.logged .header-menu {
  font-family: 'RobotoCondensedLight';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.logged .header-menu a,
.logged .header-menu a:visited {
  text-decoration: none;
  color: #0d2e59;
}
.logged .header-menu > * {
  display: inline-table;
  height: 100%;
}
.logged .header-menu > * > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 12px 0px 0px;
}
.logged .header-menu > * > *:last-child {
  padding-right: 0;
}
.logged .menu-options-container {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 840px) {
  .logged .menu-options-container {
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media all and (max-width: 640px) {
  .logged .menu-options-container {
    align-items: inherit;
  }
}
.logged .header-options {
  margin-left: 12px;
  color: #0d2e59;
  font-size: 12px;
  text-align: right;
  font-family: 'RobotoLight';
}
@media all and (max-width: 840px) {
  .logged .header-options {
    margin-top: 8px;
    margin-left: 0;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.logged .header-options a,
.logged .header-options a:visited {
  text-decoration: none;
  color: #0d2e59;
}
.logged .header-options > * {
  display: inline-table;
  height: 100%;
}
.logged .header-options > * > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 12px;
  white-space: nowrap;
}
.logged .header-options > * > *:first-child {
  padding-left: 0;
}
.logged .header-options > * > *:last-child {
  padding-right: 0;
}
.logged .header-search {
  background-color: #EDEDED;
  text-align: center;
}
.logged .header-search .grid {
  padding-top: 0;
  padding-bottom: 0;
}
.logged .header-search input {
  width: 100%;
  background-color: transparent;
  border: none;
  background-image: url('../images/search-red.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding: 4px 0 4px 34px;
  outline: 0;
  font-family: 'RobotoLight';
  font-size: 15px;
  color: #0d2e59;
}
.work-hours {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.work-hours > * {
  background: none !important;
  text-align-last: center;
}
.logged .tab-button {
  display: inline-table;
  width: 100%;
  padding: 12px;
  min-height: 85px;
  background-color: #F4F4F4;
  box-shadow: 1px 1px 1px 1px rgba(155, 155, 155, 0.7);
  cursor: pointer;
}
.logged a.tab-button,
.logged a.tab-button:visited {
  text-decoration: none;
  color: #0d2e59;
}
.logged .tab-button > * {
  display: table-cell;
  vertical-align: middle;
}
.logged .tab-button > *:first-child {
  min-width: 58px;
  min-height: 58px;
  width: 30%;
  text-align: center;
}
.logged .tab-button > *:last-child {
  text-align: left;
  padding-left: 21px;
}
.logged .button {
  display: inline-block;
  color: #fefefe;
  font-family: 'RobotoCondensed';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0d2e59;
  padding: 5px 18px;
  border-radius: 26px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  border: 4px solid transparent;
  user-select: none;
  outline: 0;
}
.btn-before-next {
  font-size: 10px !important;
  text-align: center !important;
  padding: 1px 7px !important;
  border: 2px solid transparent !important;
  margin-bottom: 14px !important;
}
.logged .button.danger {
  background-color: red;
}
.logged .button.gray {
  background-color: red;
  color: #fefefe;
}
.logged .button:hover,
.logged .button:focus {
  border: 4px solid red;
}
.logged .button.selected,
.logged .button:active {
  transform: scale(0.98);
  filter: brightness(85%);
}
.logged .blocked-field {
  opacity: 0.7;
}
.logged .table-container {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
}
.logged table {
  width: 100%;
  border-spacing: 0;
}
@media all and (max-width: 600px) {
  .logged .table-container,
  .logged table {
    overflow: auto;
  }
}
.logged thead th.orderable {
  cursor: pointer;
}
.logged thead th.orderable.desc:after,
.logged thead th.orderable.asc:after {
  display: inline-block;
  position: absolute;
  content: '\25B2';
  margin-left: 4px;
  font-size: 12px;
}
@media all and (max-width: 768px) {
  .logged thead th.orderable.desc:after,
  .logged thead th.orderable.asc:after {
    position: relative;
  }
}
.logged thead th.orderable.asc,
.logged thead th.orderable.desc {
  width: 100px;
}
.logged thead th.orderable.desc:after {
  transform: rotate(180deg);
}
.logged .filter-head,
.logged thead th {
  color: #0d2e59;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 0 4px 10px 4px;
  border-bottom: 1px solid #979797;
  position: relative;
  margin-bottom: 40px;
}
.logged tbody td {
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  padding: 18px 4px;
}
.logged tbody td b,
.logged tbody td strong {
  font-family: 'Roboto';
}
.logged tbody td.numeric {
  text-align: right;
}
.logged table.condensed tbody td {
  padding: 6px 4px;
}
.logged tr {
  transition: background-color ease-in-out 100ms;
}
.logged tbody tr.selected,
.logged tbody tr:hover {
  background-color: #f4f4f4;
}
.logged label {
  font-family: 'Roboto';
  display: block;
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  margin-bottom: 8px;
}
.logged label.inline {
  display: inline;
  vertical-align: middle;
}
.logged .field-group {
  margin-bottom: 24px;
}
.logged select:required:invalid {
  color: #9B9B9B;
}
.logged option[value=""][disabled] {
  display: none;
}
.logged option {
  color: #0d2e59;
}
.logged textarea::-webkit-input-placeholder,
.logged input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9B9B9B;
}
.logged textarea::-moz-placeholder,
.logged input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9B9B9B;
}
.logged textarea:-ms-input-placeholder,
.logged input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9B9B9B;
}
.logged textarea:-moz-placeholder,
.logged input:-moz-placeholder {
  /* Firefox 18- */
  color: #9B9B9B;
}
.logged textarea,
.logged select,
.logged input {
  font-family: 'RobotoLight';
  font-size: 16px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9B9B9B;
  padding: 8px 2px;
  outline: 0;
  transition: border-bottom-color 200ms ease-in-out;
}
.logged input[type='checkbox'],
.logged input[type='radio'] {
  display: inline;
  width: auto;
  padding: 0;
}
.logged textarea {
  resize: vertical;
}
.logged select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
.logged input.input-search {
  background: url('../images/search-gray.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  padding-left: 24px;
}
.logged .cb-livesearch-input {
  background: url('../images/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}
.logged input[type='submit'] {
  width: auto;
}
.logged input.input-calendar {
  background: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
}
.logged input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  border-radius: 3px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  padding: 0;
  border: none;
}
.logged input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: -7px;
  background: #ff0000;
  cursor: pointer;
}
.logged input[type='range']::-webkit-slider-runnable-track {
  height: 2px;
  background: red;
}
.logged input[type='range']::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff0000;
  cursor: pointer;
}
.logged input[type='range']::-moz-range-track {
  height: 2px;
  background: red;
}
.logged input[type='range']::-ms-track {
  height: 2px;
  background: red;
  border-color: transparent;
}
.logged input[type='range']::-ms-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff0000;
  cursor: pointer;
}
.logged input[type='range']::-ms-fill-lower {
  display: none;
}
.logged .field-group.validation-error label {
  color: red;
}
.logged .question-modal {
  width: 600px;
}
@media all and (max-width: 600px) {
  .logged .question-modal {
    width: 300px;
  }
}
.logged .question-modal .cb-modal-foot {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #ff0000;
}
.logged .question-modal .question {
  padding: 6px;
  background-color: #EDEDED;
  border-radius: 10px;
  margin-bottom: 16px;
}
.logged .question-modal .question h3 {
  margin-bottom: 6px;
}
.logged .question-modal .question .question-header {
  text-align: center;
}
.logged .question-modal .question .button.danger {
  margin-bottom: 6px;
}
.logged .question-modal .question .question-ask {
  position: relative;
  margin-bottom: 6px;
  padding: 6px;
  border: 1px solid red;
  border-radius: 4px;
}
.logged .question-modal .question .question-ask .question-ask-remove {
  position: absolute;
  right: 6px;
  right: 10px;
}
.logged .question-modal .question .question-ask .question-ask-item {
  display: table;
  width: 100%;
}
.logged .question-modal .question .question-ask .question-ask-item > * {
  display: table-cell;
}
.logged .question-modal .question .question-ask .question-ask-item > *:first-child {
  padding-right: 4px;
}
.logged .question-modal .question .question-ask .question-ask-item > *:last-child {
  padding-left: 4px;
}
.logged .question-modal .question .question-ask input,
.logged .question-modal .question .question-ask select {
  margin-bottom: 4px;
}
.logged .question-modal .question .question-ask label {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 4px;
}
.logged .question-modal .question .question-ask label:first-child {
  margin-top: 0;
}
.logged .question-modal .question input {
  margin-bottom: 8px;
}
input.validation-error,
.logged .field-group.validation-error input {
  border-bottom-color: red;
}
.logged .field-group.validation-error .validation-message {
  max-height: 100px;
}
.logged .validation-message {
  overflow: hidden;
  font-weight: normal;
  font-size: 10px;
  color: red;
  max-height: 0;
  margin-top: 4px;
  transition: max-height 200ms ease-in-out;
  text-align: left;
}
.logged .info-modal .cb-modal-body {
  font-size: 22px;
  padding: 18px 8px;
}
.logged .info-modal .button {
  margin: 8px;
}
.logged .pill {
  display: inline-block;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 14px;
  background-color: #4d4d4d;
  color: #ededed;
  text-align: center;
  margin: 4px;
  vertical-align: middle;
}
.logged .pill.highlighted {
  background-color: #ff0000;
}
.logged .pill.highlighted a,
.logged .pill.highlighted a:visited,
.logged .pill.highlighted a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.logged a.pill.highlighted,
a.pill.highlighted:visited,
a.pill.highlighted:hover {
  color: #fff;
}
.logged a.pill,
a.pill:visited,
a.pill:hover {
  color: #4d4d4d;
  font-weight: bold;
  text-decoration: none;
}
.button.small,
.logged .pill .button {
  font-size: 8px;
  padding: 2px;
  color: #4d4d4d;
  background-color: #ededed;
  margin: 0 -4px 0 4px;
  border: 2px solid;
  vertical-align: middle;
  white-space: nowrap;
}
.button.small.danger,
.logged .pill .button.danger {
  color: #fefefe;
  border: 2px solid red;
}
.button.small:hover,
.button.small:focus,
.logged .pill .button:hover,
.logged .pill .button:focus {
  border: 2px solid #9b9b9b;
}
.logged .people-card {
  display: inline-table;
  margin: 10px 0;
  width: 100%;
}
.logged .people-card:first-child {
  margin-top: 20px;
}
.logged .people-card > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.logged .people-card > div:first-child {
  width: 1px;
}
.logged .people-card-picture {
  font-family: 'RobotoCondensed';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #ff0000;
  color: #0d2e59;
}
.logged .people-card-picture img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.logged .people-card-name {
  padding-left: 24px;
  text-align: left;
  word-break: break-word;
}
.logged .people-card-remove {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: red;
  border: 0;
  padding: 0;
  font-size: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
}
.logged .people-card:hover .people-card-remove,
.logged .people-card:focus .people-card-remove {
  opacity: 0.95;
  visibility: visible;
}
.logged .people-card-remove:focus,
.logged .people-card-remove:hover {
  border: 0 !important;
}
.logged .user-picture {
  font-family: 'RobotoCondensed';
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  line-height: 54px;
  text-align: center;
  background-color: #ff0000;
  color: #fefefe;
}
.logged .user-picture img {
  width: 54px;
  height: 54px;
  border-radius: 27px;
}
.logged .comment-card {
  display: flex;
  flex-flow: row;
  width: 100%;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #cccccc;
  transition: background-color ease-in-out 500ms;
}
.logged .comment-card.highlight {
  background-color: lightgrey;
}
.logged .comment-card > div:nth-child(2) {
  flex: 1;
}
.logged .comment-card-cell-image {
  padding-right: 16px;
}
.logged .comment-card-user-picture {
  font-family: 'RobotoCondensed';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #ff0000;
  color: #fefefe;
}
.logged .comment-card-user-picture img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.logged .comment-card-head {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logged .comment-card-user-name {
  font-family: 'Roboto';
  font-size: 16px;
  color: #4D4D4D;
  word-break: break-word;
  flex: 1;
}
.logged .comment-card-date {
  font-family: 'RobotoLight';
  font-size: 12px;
  color: #9B9B9B;
  padding: 12px;
}
.logged .comment-card-comment-id {
  font-family: 'Roboto';
  font-size: 12px;
  color: #4D4D4D;
  text-align: right;
}
.editor-preview *,
.editor-preview-side *,
.logged .comment-card-comment,
.logged .comment-card-comment * {
  word-break: break-word !important;
  white-space: normal !important;
}
.logged .comment-card-comment code {
  white-space: pre-wrap !important;
}
.CodeMirror-wrap pre {
  word-break: break-word !important;
}
.CodeMirror-hints {
  text-align: left !important;
}
.logged .comment-card-removed-comment {
  font-style: italic;
  color: #9B9B9B;
}
.editor-preview,
.editor-preview-side,
.logged .comment-card-comment {
  font-family: 'RobotoLight';
  font-size: 14px;
  color: #4D4D4D;
  margin: 12px 0;
}
.logged .comment-card-controls {
  display: block;
  max-height: 0;
}
.logged .comment-card .comment-card-controls {
  max-height: 20px;
}
.logged .button.controls {
  margin: 8px;
}
.logged .button.small.controls {
  margin: 3px;
}
.logged .comment-card-control {
  font-family: 'Roboto';
  font-weight: bold;
  color: #0d2e59;
  display: inline-block;
  border: none;
  background: none;
  font-size: 14px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.logged .comment-card-control:hover {
  text-decoration: underline;
}
.logged .comment-card-control:focus {
  outline: none;
}
.logged .comment-card-control:first-of-type {
  margin-left: 0;
}
.logged .comment-card-attachments {
  margin: 22px 0;
}
.logged blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.logged blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.logged blockquote p {
  display: inline;
}
.logged blockquote img {
  max-width: 100%;
}
.logged .comments-container {
  overflow-x: auto;
  text-align: left;
}
.editor-preview strong,
.editor-preview-side strong,
.logged .comments-container strong {
  font-family: 'Roboto';
  font-weight: bold;
}
.editor-preview h1,
.editor-preview-side h1,
.logged .comments-container h1 {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: normal;
  margin: 0 0 18px 0;
}
.editor-preview h2,
.editor-preview-side h2,
.logged .comments-container h2 {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: normal;
  margin: 0 0 16px 0;
}
.editor-preview h3,
.editor-preview-side h3,
.logged .comments-container h3 {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: normal;
  margin: 0 0 12px 0;
}
.editor-preview h4,
.editor-preview-side h4,
.logged .comments-container h4 {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: normal;
  margin: 0 0 12px 0;
}
.editor-preview h5,
.editor-preview-side h5,
.logged .comments-container h5 {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: normal;
  margin: 0 0 12px 0;
}
.editor-preview h6,
.editor-preview-side h6,
.logged .comments-container h6 {
  font-family: 'Roboto';
  font-size: 13px;
  line-height: normal;
  margin: 0 0 12px 0;
}
.editor-preview img,
.editor-preview-side img,
.logged .comments-container img {
  display: block;
  max-width: 100%;
  max-height: 400px;
  margin: 0;
}
.editor-preview pre,
.editor-preview-side pre,
.logged .comments-container pre {
  background-color: #eee;
}
.editor-preview table,
.editor-preview-side table,
.logged .comments-container table,
.editor-preview p,
.editor-preview-side p,
.logged .comments-container p {
  margin: 0 0 12px 0;
}
.logged .cb-modal.comment-modal {
  width: 80%;
}
.logged .comment-modal .button {
  margin: 8px;
}
.logged .comment-modal .cb-modal-body {
  text-align: left;
}
.logged .cb-modal h1,
.logged .cb-modal h2,
.logged .cb-modal h3,
.logged .cb-modal h4,
.logged .cb-modal h5,
.logged .cb-modal h6 {
  text-align: center;
  margin-top: 0;
}
.CodeMirror {
  font-family: Consolas, Menlo, Monaco, monospace !important;
}
.logged .file-upload {
  position: relative;
}
.logged .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.logged .cb-livesearch-list-table td {
  padding: 8px !important;
}
.logged .attach-title {
  font-family: 'Roboto';
  color: #4D4D4D;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}
.logged a.attach,
.logged a.attach:visited {
  text-decoration: none;
  color: #0d2e59;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 80px;
  padding: 0px;
  margin: 4px;
}
.logged .attach-name,
.logged .attach-name:visited {
  position: absolute;
  width: 75%;
  height: 90%;
  top: 8px;
  left: 8px;
  font-weight: bold;
  font-size: 12px;
  word-wrap: break-word;
  visibility: hidden;
}
.modal-grant {
  font-size: 18px;
}
.modal-grant ul {
  font-size: 16px;
  word-break: break-all;
  padding-right: 20px;
}
.attach-options {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
}
.attach-button-delete {
  z-index: 100;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-image: url('../images/trash.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.attach-button-download:hover,
.attach-button-delete:hover {
  cursor: pointer;
  background-color: #999977;
  padding: 8px;
}
.attach-img-common {
  width: 120px;
  height: 80px;
  background-color: #f9f9f9;
  background-image: url('../images/document.svg');
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center;
}
.attach-button-download {
  z-index: 100;
  border-radius: 50%;
  bottom: 8px;
  right: 8px;
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-image: url('../images/save-file.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
a.attach.not-a-image .attach-options,
a.attach.not-a-image .attach-name,
a.attach:hover .attach-options,
a.attach:hover .attach-name {
  visibility: visible;
}
a.attach.not-a-image .attach-image-container,
a.attach:hover .attach-image-container {
  opacity: 0.1;
}
.attach-image-container {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
.attach-image-container img {
  max-width: 100%;
}
.logged .new-record-button-container {
  display: table;
  width: 100%;
  height: 100%;
}
.logged .new-record-button-container > div {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.logged .new-record-button-container .button {
  margin: 8px;
}
body.editor-fullscreen .cb-modal {
  transform: none !important;
}
.logged .file-modal-sended-file {
  text-align: center;
}
.logged .file-modal .cb-modal-body {
  text-align: left;
}
.logged .file-modal-send-file {
  text-align: center;
}
.logged .simple-checkbox {
  display: flex;
  flex-flow: row;
  align-items: center;
  white-space: nowrap;
}
.logged .simple-checkbox.break-space {
  white-space: normal;
}
.logged .simple-checkbox label {
  font-family: 'RobotoLight';
  font-size: 15px;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
}
.logged .simple-checkbox-tbl {
  display: inline-table;
  margin-bottom: 8px;
  margin-right: 8px;
}
.logged .simple-checkbox-tbl:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.logged .simple-checkbox-tbl input[type='checkbox'],
.logged .simple-checkbox-tbl input[type='radio'] {
  display: table-cell;
}
.logged .simple-checkbox-tbl label {
  font-family: 'RobotoLight';
  font-size: 15px;
  text-align: left;
  display: table-cell;
  padding: 0;
  margin: 0;
}
.icon-new-alerts,
.icon-warning,
.icon-tasks,
.icon-users,
.icon-team,
.icon-product,
.icon-customer,
.icon-report,
.icon-clock,
.icon-hours-package,
.icon-recurring-tickets {
  display: inline-block;
  background-position: center;
  background-size: cover;
}
.icon-new-alerts {
  width: 74px;
  height: 74px;
  background-image: url('../images/new-alerts-red.svg');
}
.icon-warning {
  width: 74px;
  height: 74px;
  background-image: url('../images/warning-red.svg');
}
.icon-tasks {
  width: 56px;
  height: 74px;
  background-image: url('../images/tasks-red.svg');
}
.icon-users {
  width: 58px;
  height: 39px;
  background-image: url('../images/users-red.svg');
}
.icon-team {
  width: 51px;
  height: 39px;
  background-image: url('../images/team-red.svg');
}
.icon-customer {
  width: 34px;
  height: 39px;
  background-image: url('../images/customer-red.svg');
}
.icon-product {
  width: 41px;
  height: 39px;
  background-image: url('../images/product-red.svg');
}
.icon-report {
  width: 30px;
  height: 39px;
  background-image: url('../images/report-red.svg');
}
.icon-clock {
  width: 74px;
  height: 74px;
  background-image: url('../images/clock-red.svg');
}
.icon-hours-package {
  width: 48px;
  height: 48px;
  background-image: url('../images/hours-package-red.svg');
}
.icon-recurring-ticket {
  width: 48px;
  height: 52px;
  background-image: url('../images/icon-recurring-ticket-red.svg');
  margin-left: 4px;
}
.logged .see-more {
  position: relative;
  display: inline-table;
  border-radius: 100px;
  background-color: #F9F9F9;
  box-shadow: 1px 1px 5px 0 rgba(155, 155, 155, 0.73);
  color: #4D4D4D;
  font-family: 'Roboto';
  font-size: 16px;
  cursor: pointer;
  margin: 5px;
}
.logged .see-more > div {
  display: table-cell;
  padding: 12px 16px;
  vertical-align: middle;
  text-align: center;
}
.logged .see-more > div:last-child {
  padding-left: 0;
}
.logged .see-more-base-arrow {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 11.5px;
  color: #fff;
  background-color: #ff0000;
}
.logged .required-field {
  font-size: 10px;
}
.priority {
  display: inline-flex;
}
.text-priority {
  margin: 4px;
}
.circle-lower-priority {
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #29e7ff;
}
.circle-low-priority {
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #30ff4d;
}
.circle-medium-priority {
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #ffeb25;
}
.circle-high-priority {
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #ff6f09;
}
.circle-higher-priority {
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #ff231a;
}
.summary {
  margin-bottom: 50px;
}
.summary h1 {
  text-align: center;
  margin: 0;
  margin-top: 25px;
}
#stateHours {
  display: flex;
  justify-content: space-around;
}
.field-hours {
  padding-top: 15px;
  text-align: center;
}
.comment-mentioned {
  cursor: pointer;
  text-decoration: underline #0000FF;
  color: #0000FF;
}
.logged .button.notification {
  font-size: 12px;
  color: #4d4d4d;
  background-color: #ededed;
  border: 3px solid;
  display: initial;
  padding: 6px 10px;
}
.logged .button.notification:hover,
.logged .button.notification:focus {
  border: 3px solid #9b9b9b;
}
.logged .button.notification .config-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/configs-dark.svg');
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}
.tabs h3 {
  display: inline-block;
  font-size: 19px;
  border-bottom: 2px solid #f4f4f4;
  transition: border ease-in-out 200ms;
  margin-bottom: 0;
}
.tabs h3:hover {
  border-color: #fde439;
}
.tabs h3 a {
  text-decoration: none;
  color: inherit;
}
.tabs h3.selected {
  border-color: #054b89;
}
.tabs > *:last-child {
  margin-left: 30px;
}
@media all and (max-width: 768px) {
  .summary h1 {
    text-align: left;
  }
  #stateHours {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 425px) {
  .summary h1 {
    text-align: center;
    margin: 0;
  }
  #stateHours {
    display: block;
    justify-content: space-between;
  }
}
@media all and (max-width: 840px) {
  label.count-lists {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .see-more-div {
    text-align: center !important;
  }
}
label.count-lists {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
}
@media all and (max-width: 479px) {
  .logged h1 {
    text-align: center;
  }
  .logged .comment-card-head,
  .logged .comment-card-head > div {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .logged .comment-card-user-name {
    word-break: break-word;
    white-space: normal;
  }
  .logged .comment-card-date {
    padding-left: 0;
  }
  .cb-modal.comment-modal {
    width: 100%;
  }
  .logged .comment-card-control {
    display: block;
    margin: 12px 0;
  }
  .logged .comment-card:hover .comment-card-controls {
    max-height: none;
  }
  .logged .new-record-button-container > div {
    text-align: center;
    padding-bottom: 40px;
  }
  .logged tbody td {
    word-break: break-all;
  }
}
.dashboard-package .col-tickets {
  width: 40%;
}
.dashboard-package .red {
  color: red;
  font-weight: bold;
}
.dashboard-package .table-total {
  font-weight: bold;
  background-color: #edebeb;
}
.dashboard-package .table-total .center {
  text-align: center;
}
.dashboard-package .table-total:hover {
  background-color: #edebeb;
}
.worked-hour-modal {
  width: 65% !important;
  margin: 15px 0;
}
.worked-hour-modal .table-title {
  font-weight: bold;
  background-color: #edebeb;
}
.worked-hour-modal .table-title .center {
  text-align: center;
}
.worked-hour-modal .table-title:hover {
  background-color: #edebeb;
}
.worked-hour-modal .package-modal-row {
  border-bottom: 1px solid #6b6b6b;
}
.worked-hour-modal .package-modal-row.gray {
  background-color: #edebeb;
}
.worked-hour-modal .package-modal-desc-row:hover {
  background-color: unset;
}
.worked-hour-modal .btn-pack-modal {
  width: 20%;
  min-width: 160px;
}
.worked-hour-modal .table-worked-hour-user {
  border: 1px solid #e6e6e6;
  box-shadow: 2px 1px 3px #cbcaca;
}
.worked-hour-modal .table-worked-hour-user .package-modal-row {
  border-bottom: 1px solid #bcbcbc;
}
.worked-hour-modal .table-worked-hour-user .package-modal-row:hover {
  background-color: unset;
}
.logged .tutorial-modal .cb-modal-body {
  font-size: 22px;
  padding: 18px 8px;
}
.logged .tutorial-modal .button {
  margin: 8px;
}
.logged .tutorial-modal.cb-modal {
  max-width: 550px;
  width: auto;
  height: min-content;
}
@media (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
  .logged .button.feedback-reopen {
    font-size: 14px;
    padding: 5px;
  }
  .logged .button.feedback-close {
    font-size: 11px;
    padding: 5px;
    white-space: nowrap;
  }
}
@media all and (min-width: 1700px) {
  .logged .cb-modal.comment-modal {
    width: 50%;
  }
}
@media all and (min-width: 2000px) {
  .logged .cb-modal.comment-modal {
    width: 45%;
  }
}
html.report {
  height: auto;
  width: auto;
  display: inline-block;
}
.report body {
  font-family: 'Roboto';
  color: #000;
  background-color: #fff;
  text-align: left;
  margin: 0;
}
.logo {
  background-image: url("../images/aacosta-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px auto;
}
.report .layout-table {
  display: table;
}
.report .layout-table > *:first-child {
  width: 30%;
  height: 64px;
}
.report .layout-table > * {
  display: table-cell;
  vertical-align: middle;
}
.report .layout-table-with-row {
  display: table;
  width: 100%;
}
.report .layout-table-with-row > div {
  display: table-row;
}
.report .layout-table-with-row > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
}
.report .light {
  font-family: 'RobotoLight';
}
.report h1 {
  font-family: 'RobotoCondensed';
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2mm 0;
  padding: 0;
}
.report h2 {
  font-family: 'RobotoCondensedLight';
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.report table {
  width: 100%;
  border-spacing: 0;
}
.report thead th {
  color: #0d2e59;
  font-family: 'RobotoCondensed';
  font-weight: bold;
  text-align: left;
  padding: 4px;
  border-bottom: 1px solid #979797;
  position: relative;
  white-space: nowrap;
  margin-bottom: 40px;
}
.report tbody td {
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  font-size: 12px;
}
.report tbody td b,
.report tbody td strong {
  font-family: 'RobotoCondensed';
}
.report tbody td.numeric {
  text-align: right;
}
.report tbody tr.bold {
  font-weight: bold;
  font-family: 'RobotoCondensed';
}
.report-billing body {
  margin-bottom: 0;
}
.report-billing table {
  border-collapse: collapse;
  text-align: center;
  margin: auto;
  margin-bottom: 12%;
  max-width: 400px;
  width: 90% !important;
}
.report-billing .report-header :nth-last-child(2) {
  margin-bottom: 0;
}
.report-billing table tbody td {
  border: 1px solid #979797;
  text-align: center;
  font-size: 1.2rem;
}
.report-billing table tr:first-child th {
  border-top: 0;
}
.report-billing table tr:last-child td {
  border-bottom: 0;
}
.report-billing table tr td:first-child,
.report-billing table tr th:first-child {
  border-left: 0;
}
.report-billing table tr td:last-child,
.report-billing table tr th:last-child {
  border-right: 0;
}
.report-billing table thead th.table-header {
  opacity: 1;
  color: #2D2D2D;
  font-size: 34px;
  text-align: center;
}
.report-billing thead th {
  color: #0d2e59;
  font-family: 'RobotoCondensed';
  font-weight: bold;
  text-align: left;
  padding: 4px;
  border: 1px solid #979797;
  position: relative;
  white-space: nowrap;
  margin-bottom: 40px;
}
.report-billing table tbody th.result {
  font-size: 24px;
  color: #2F2F2F;
  padding: 8px;
  text-align: left;
  font-weight: lighter;
  font-family: 'RobotoLight';
}
.report-billing table tbody th b {
  font-size: 24px;
  color: #2F2F2F;
  padding: 8px;
  text-align: left;
  font-family: 'RobotoLight';
}
.report-billing header,
.report-billing header .dark-bg {
  background-color: #2ebf72;
  width: 100%;
  height: 100px;
  display: flex;
  align-content: space-between;
}
.report-billing header nav {
  height: 100%;
  background-color: #191a1b;
  display: flex;
  width: -webkit-fill-available;
}
.report-billing h1 {
  color: #2ebf72;
  font-size: 2.5rem;
}
.report-billing h3 {
  color: #2F2F2F;
  font-size: 26px;
  margin: 0;
  margin-left: 30;
  padding: 0;
}
.report-billing span.data-header {
  background-color: #2ebf72;
  padding: 2px 5px 2px 5px;
}
.report-billing p {
  font-weight: 500;
  opacity: 0.3;
  font-size: 1.3rem;
  margin: auto;
}
.report-billing p.small {
  opacity: 1;
  color: #2D2D2D;
  font-size: 1.3rem;
}
.report-billing p.small.space {
  padding-top: 20px;
  padding-bottom: 45px;
}
.report-billing p.small-total {
  opacity: 1;
  color: #2D2D2D;
  font-size: 1rem;
  padding-bottom: 10px;
  text-align: left;
}
.report-billing h3.total {
  font-size: 26px;
  text-align: left;
  border-bottom: 0;
}
.report-billing span.icon-total {
  font-size: 45px;
  color: #2ebf72;
  font-weight: bold;
  margin-left: 50px;
}
.report-billing td {
  height: 100px;
}
.report-billing .green {
  background-color: #2ebf72;
}
.report-billing .red {
  background-color: #FF5151;
}
.report-billing .dark-bg {
  background-color: #191a1b;
}
.report-billing .container {
  margin: 5%;
}
.report-billing div.report-header {
  padding-top: 7em;
  padding-left: 3em;
  margin-bottom: 0;
  padding-bottom: 0;
  page-break-after: always;
}
.report-billing div.data-total {
  margin-top: 70px;
  margin-bottom: 25px;
}
.report-billing img.report-img {
  width: 100%;
  margin-left: -25px;
  margin-bottom: -10px;
}
.report-billing img.report-logo {
  width: 15%;
  float: right;
  margin-top: -175px;
}
.report-billing b.space-text {
  margin-right: 13px;
}
.report-billing footer {
  height: 100px;
  background-color: #191a1b;
}
.report-hours-tickets-header .header-container {
  background-color: #2F2F2F;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 3rem;
}
.report-hours-tickets-header img {
  width: 25%;
  margin-top: 0.7rem;
}
.report-hours-tickets-header .text {
  width: 75%;
}
.report-hours-tickets-header .text span {
  text-align: left;
}
.report-hours-tickets-header .text h1 {
  font-family: 'RobotoCondensed';
  text-align: left;
  color: #FFFFFF;
  font-size: 56px;
  font-style: italic;
  font-weight: bold;
}
.report-hours-tickets-header .text span {
  margin: 0;
  background-color: #2ebf72;
  color: #000;
  font-style: normal;
  font-weight: 100;
  font-size: 34px;
  padding: 10px 20px;
}
.body-report {
  margin: 0;
  padding: 0 !important;
}
.report-hours-tickets {
  font-family: 'RobotoLight';
}
.report-hours-tickets .infomation-ticket {
  page-break-inside: avoid !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 2rem 2rem 2rem 5.5rem;
}
.report-hours-tickets .infomation-ticket .information-title {
  width: 40%;
}
.report-hours-tickets .infomation-ticket .information-title a {
  color: #000000;
  text-decoration: none;
}
.report-hours-tickets .infomation-ticket .information-title .title {
  margin: 15px 0;
  font-size: 20px;
  font-weight: 100;
}
.report-hours-tickets .infomation-ticket .information-title .title span {
  font-family: 'Roboto' !important;
  font-weight: bold !important;
}
.report-hours-tickets table:nth-child(2n) {
  background-color: rgba(255, 240, 245, 0.6);
}
.report-hours-tickets table {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  page-break-inside: avoid;
}
.report-hours-tickets table thead th {
  font-family: 'Roboto' !important;
  font-weight: bold !important;
  font-style: normal;
  text-align: center;
}
.report-hours-tickets table tfoot td {
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.report-hours-tickets table tbody td {
  font-size: 18px;
  text-align: left;
  padding: 1rem 0;
}
.report-hours-tickets table tbody td:nth-child(3) {
  font-size: 18px;
  text-align: left;
}
.report-hours-tickets #total-hours-table {
  margin-top: -34px;
}
.report-hours-tickets #total-hours-table tr {
  break-inside: avoid  !important;
}
.report-hours-tickets #total-hours-table td {
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.report-hours-tickets #total-hours-table td b {
  font-family: 'Roboto' !important;
}
.report-hours-tickets .total-general {
  text-align: center;
}
.report-hours-tickets .total-general span {
  font-family: 'RobotoCondensed';
  background-color: #2ebf72;
  font-size: 26px;
  padding: 1rem;
  font-style: bold;
}
.em,
.em-svg {
  height: 1.5em;
  width: 1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.em-star {
  background-image: url("../images/aacosta-logo.png");
}
.em-star.em-svg {
  background: url("../images/aacosta-logo.png");
  background-image: url("../images/star-report.svg"), none;
}
.report-hired-hours table {
  table-layout: fixed;
  width: 100%;
}
.report-hired-hours thead th {
  border-bottom: 3px solid #979797;
}
.report-hired-hours thead th,
.report-hired-hours tbody td {
  padding: 15px;
  font-size: 1rem;
}
.report-hired-hours .circle {
  border: none;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.report-hired-hours .green {
  background-color: #2ebf72;
}
.report-hired-hours .yellow {
  background-color: #ffec00;
}
.report-hired-hours .red {
  background-color: #FF5151;
}
.report-hired-hours .light-red {
  background-color: rgba(255, 240, 245, 0.6);
}
.report-hired-hours .header-container {
  background-color: #2F2F2F;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 6mm 3rem;
}
.report-hired-hours img {
  width: 25%;
  margin-top: 0.7rem;
}
.report-hired-hours .text {
  width: 75%;
}
.report-hired-hours .text h1,
.report-hired-hours .text span {
  text-align: left;
}
.report-hired-hours .text h1 {
  color: #FFFFFF;
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
}
.report-hired-hours .text span {
  margin: 0;
  background-color: #2ebf72;
  color: #000;
  font-style: normal;
  font-weight: 100;
  font-size: 34px;
  padding: 10px 20px;
}
.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: #ff0000;
}
.-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: #ff0000;
  border: 1px solid #ff0000;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #ff0000;
}
.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: #ff0000;
}
.datepicker--cell.-selected-.-current- {
  color: #FFFFFF;
  background: #ff0000;
}
.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: #0d2e59;
  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: #ff0000;
}
.-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;
  padding: 4px;
  box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.3);
  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;
  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: #ff0000;
}
.-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: #ff0000;
  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: #ff0000;
}
.-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: #ff0000;
  border-color: #ff0000;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #ff0000;
  border-color: #ff0000;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #ff0000;
  border-color: #ff0000;
}
.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: #ff0000;
}
.-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;
}
.feedback-score {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row;
  min-width: 106px;
}
.feedback-score > div {
  display: inline-block;
}
.feedback-score > div:after {
  display: inline-block;
  content: ' ';
  width: 17px;
  height: 16px;
  background-image: url('../images/star.svg');
  background-size: contain;
  cursor: pointer;
}
.feedback-score > div.selected:after {
  background-image: url('../images/star-selected.svg');
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip img {
  vertical-align: middle;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: normal;
  font-size: 14px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext.tooltip-bottom {
  top: 135%;
  bottom: auto;
  left: 50%;
}
.tooltip .tooltiptext.tooltip-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
