@font-face {
  font-family: "Lato-Regular";
  src: url("/assets/fonts/Lato-Bold.ttf"); }
@font-face {
  font-family: "Lato-Light";
  src: url("/assets/fonts/Lato-Regular.ttf"); }
@font-face {
  font-family: "Lato-Bold";
  src: url("/assets/fonts/Lato-Heavy.ttf"); }
@font-face {
  font-family: "Lato-Black";
  src: url("/assets/fonts/Lato-Black.ttf"); }
@font-face {
  font-family: "Nitti";
  src: url("/assets/fonts/Nitti.otf"); }
@font-face {
  font-family: Helvetica Neue;
  font-weight: 300;
  src: url("/assets/fonts/Helvetica Neue Light.otf") format("truetype"); }
@font-face {
  font-family: Helvetica Neue;
  font-weight: 500;
  src: url("/assets/fonts/Helvetica Neue Medium.otf") format("truetype"); }
@font-face {
  font-family: Helvetica Neue;
  font-weight: 700;
  src: url("/assets/fonts/Helvetica Neue Bold.otf") format("truetype"); }
@font-face {
  font-family: Helvetica Neue;
  font-weight: 900;
  src: url("/assets/fonts/Helvetica Neue Heavy.otf") format("truetype"); }
/* COLORS */
body, html, #container {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Lato-Regular;
  -webkit-font-smoothing: antialiased; }

input, textarea {
  font-family: Lato-Regular;
  outline: none;
  border: none; }

/* CONSTANTS */
/* TRANSITIONS */
/* MEDIA QUERIES */
/* COMMON */
.green {
  color: #74BF6E !important; }

.yellow {
  color: #f5a623 !important; }

.blue {
  color: #4a90e2 !important; }

.red {
  color: #D66A78 !important; }

.blue-background {
  background: #4a90e2 !important; }

.red-background {
  background: #D66A78 !important;
  color: #fff; }

.nonclickable {
  pointer-events: none;
  cursor: default; }

.link, .left-sidebar.lists .second .list, .left-sidebar .sidebar-top .location, .left-sidebar .sidebar-top .label {
  font-size: 0.7em;
  margin-top: 10px;
  text-align: center;
  color: #999;
  text-decoration: none;
  transition: 100ms color ease-in-out;
  cursor: pointer;
  -webkit-transition: 100ms color ease-in-out; }
  .link.selected, .left-sidebar.lists .second .selected.list, .left-sidebar .sidebar-top .selected.location, .left-sidebar .sidebar-top .selected.label {
    color: #4a90e2; }
  .link:hover, .left-sidebar.lists .second .list:hover, .left-sidebar .sidebar-top .location:hover, .left-sidebar .sidebar-top .label:hover {
    color: #4A90E2; }

.error-text {
  color: #D66A78;
  margin: 10px 0; }

.hidden {
  opacity: 0;
  pointer-events: none; }

.center {
  display: flex;
  flex-direction: column;
  align-items: center; }

/* ONBOARDING */
.filter-onboarding {
  opacity: 1;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  color: #7d7d7d;
  font-size: 0.85em;
  font-family: "Lato-Regular"; }

.blank-search {
  margin: 20px;
  margin-top: 50px;
  margin-right: calc((100% - 500px)/2);
  text-align: center;
  color: #7d7d7d;
  font-family: "Lato-Regular";
  font-size: 0.85em;
  position: relative; }
  @media (max-width: 1232px) {
    .blank-search {
      margin-right: 180px; } }
  .blank-search .blank-inset {
    display: inline-block;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 1em; }
    .blank-search .blank-inset .blank-button {
      padding: 10px;
      background: #4a90e2;
      margin-top: 20px;
      border-radius: 5px;
      color: #fff;
      cursor: pointer; }
      .blank-search .blank-inset .blank-button div:nth-child(2) {
        opacity: 0.5;
        font-size: 0.85em;
        margin: 2px 10px; }
    .blank-search .blank-inset img {
      width: 30px;
      height: 30px;
      margin: 10px;
      margin-bottom: 20px; }

.content-items > .blank-search {
  margin-top: 20px; }

.browse-body > .blank-search {
  margin-top: 45px; }

.blank-search a {
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.blank-search .blank-item-img {
  cursor: pointer; }

.blank-search a:hover {
  text-decoration: none; }

.blank-subtitle {
  color: #bbb; }

.blank-link {
  color: #4a90e2; }

.blank-container {
  width: 300px;
  margin: 20px auto;
  border-top: 1px solid #ddd; }

.blank-item {
  position: relative;
  margin: 15px 0px;
  height: 60px; }

.blank-item > .blank-item-img,
.blank-item > .blank-item-info {
  display: inline-block; }

.blank-item-img > img {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 20px;
  width: 40px;
  border-radius: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.blank-item-img > img.dark {
  opacity: 0; }

.blank-item:hover img.light {
  opacity: 0; }

.blank-item:hover img.dark {
  opacity: 1; }

.blank-item-info {
  margin-top: 5px; }

.blank-item > a.blank-item-info {
  display: inline-block;
  text-decoration: none;
  color: #4a90e2;
  height: 60px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 80px;
  padding: 10px 0px 10px 10px; }

/* RIGHT SIDEBAR */
.right-sidebar {
  float: right;
  height: 80px;
  display: flex;
  flex-direction: column;
  width: 200px;
  /* mac specific */ }
  @media (max-width: 1250px) {
    .right-sidebar {
      width: 80px; }
      .right-sidebar .sidebar-top {
        margin-left: -110px; } }
  .right-sidebar .sidebar-top {
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.6); }
  .right-sidebar .selecting {
    z-index: 500; }
  .right-sidebar .label {
    text-align: center;
    margin-bottom: 5px;
    color: #4a90e2; }
  .right-sidebar .link, .right-sidebar .left-sidebar.lists .second .list, .left-sidebar.lists .second .right-sidebar .list, .right-sidebar .left-sidebar .sidebar-top .location, .left-sidebar .sidebar-top .right-sidebar .location, .right-sidebar .left-sidebar .sidebar-top .label, .left-sidebar .sidebar-top .right-sidebar .label {
    background: #eee;
    padding: 7px;
    border-radius: 3px;
    width: 140px;
    font-size: 12px;
    margin-left: 20px; }
    .right-sidebar .link.blue, .right-sidebar .left-sidebar.lists .second .blue.list, .left-sidebar.lists .second .right-sidebar .blue.list, .right-sidebar .left-sidebar .sidebar-top .blue.location, .left-sidebar .sidebar-top .right-sidebar .blue.location, .right-sidebar .left-sidebar .sidebar-top .blue.label, .left-sidebar .sidebar-top .right-sidebar .blue.label {
      color: #4a90e2; }
    .right-sidebar .link.red, .right-sidebar .left-sidebar.lists .second .red.list, .left-sidebar.lists .second .right-sidebar .red.list, .right-sidebar .left-sidebar .sidebar-top .red.location, .left-sidebar .sidebar-top .right-sidebar .red.location, .right-sidebar .left-sidebar .sidebar-top .red.label, .left-sidebar .sidebar-top .right-sidebar .red.label {
      color: #D66A78; }
    .right-sidebar .link.delete, .right-sidebar .left-sidebar.lists .second .delete.list, .left-sidebar.lists .second .right-sidebar .delete.list, .right-sidebar .left-sidebar .sidebar-top .delete.location, .left-sidebar .sidebar-top .right-sidebar .delete.location, .right-sidebar .left-sidebar .sidebar-top .delete.label, .left-sidebar .sidebar-top .right-sidebar .delete.label {
      margin-bottom: 10px; }
  .right-sidebar .filter-icon {
    opacity: 0.7;
    transition: opacity 0.1s;
    display: inline-block; }
    .right-sidebar .filter-icon > img {
      height: 25px;
      margin-top: 3px;
      margin-right: 15px;
      cursor: pointer;
      width: 25px; }
    .right-sidebar .filter-icon:hover {
      opacity: 1; }
      .right-sidebar .filter-icon:hover .standard-tooltip {
        visibility: visible; }
  .right-sidebar hr {
    border-bottom: 1px solid #D7D7D7;
    border-top: none;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 0px; }
  .right-sidebar .title {
    text-align: center;
    font-size: 0.85em;
    color: #545454;
    width: 60%;
    margin: 30px 20% 0px 20%;
    padding: 5px 0px; }
    .right-sidebar .title.active {
      background: rgba(0, 0, 0, 0.05);
      font-size: 0.7em;
      cursor: pointer;
      padding: 10px 0px;
      margin-top: 10px; }
      .right-sidebar .title.active:hover {
        background: rgba(0, 0, 0, 0.1); }
  .right-sidebar .filter-modes-container {
    display: flex;
    flex-direction: row;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 15px; }
  .right-sidebar .filter-mode-buttons {
    cursor: pointer;
    flex: 1 1 50px;
    width: 50px;
    text-align: center;
    font-size: 0.7em;
    color: #a8a8a8;
    text-transform: uppercase;
    cursor: pointer; }
    .right-sidebar .filter-mode-buttons.selected {
      color: #4a90e2; }
    .right-sidebar .filter-mode-buttons:hover {
      color: #4a90e2; }
  .right-sidebar.mac .filter-circles {
    padding-left: 0px; }
  .right-sidebar .filter-circles {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 50px;
    padding-left: 15px; }
    .right-sidebar .filter-circles .more {
      font-size: 0.6em;
      position: absolute;
      bottom: 0px;
      right: 0;
      height: 40px;
      padding-top: 10px;
      text-align: center;
      color: #4a90e2;
      background: #fff;
      opacity: 0;
      -webkit-transition: 0.5s opacity ease-in-out;
      -moz-transition: 0.5s opacity ease-in-out;
      -ms-transition: 0.5s opacity ease-in-out;
      -o-transition: 0.5s opacity ease-in-out;
      transition: 0.5s opacity ease-in-out; }
      @media (max-width: 1000px) {
        .right-sidebar .filter-circles .more {
          width: 100%; }
          .right-sidebar .filter-circles .more .down-indicator {
            right: calc(50% - 15px); } }
      @media (min-width: 1000px) {
        .right-sidebar .filter-circles .more {
          width: 300px; }
          .right-sidebar .filter-circles .more .down-indicator {
            right: 140px; } }
      .right-sidebar .filter-circles .more .down-indicator {
        position: absolute;
        top: 20px;
        background: #4a90e2;
        display: block;
        width: 10px;
        height: 10px;
        margin: 5px;
        transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -webkit-transform: rotate(225deg); }
        .right-sidebar .filter-circles .more .down-indicator:after {
          content: "";
          position: absolute;
          left: 1px;
          top: 1px;
          width: 10px;
          height: 10px;
          background: #fff; }
    .right-sidebar .filter-circles.show-more .more {
      pointer-events: none;
      opacity: 1; }
    .right-sidebar .filter-circles.show-more:hover > .more {
      opacity: 0; }
    .right-sidebar .filter-circles .filter-view-mode-button {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 25px;
      height: 25px;
      opacity: 0.15;
      cursor: pointer;
      pointer-events: all;
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }
    .right-sidebar .filter-circles .filter-bar {
      display: flex;
      flex-direction: row;
      align-items: center;
      background: #f8f8f8;
      margin: 0 55px;
      margin-bottom: 5px;
      cursor: pointer;
      pointer-events: all; }
      .right-sidebar .filter-circles .filter-bar:hover {
        background: #4a90e2; }
        .right-sidebar .filter-circles .filter-bar:hover .display, .right-sidebar .filter-circles .filter-bar:hover .count {
          color: #fff; }
        .right-sidebar .filter-circles .filter-bar:hover .circle.circle {
          background: #fff; }
      .right-sidebar .filter-circles .filter-bar .circle-container {
        width: 25px;
        height: 25px;
        margin: 5px 10px;
        margin-left: 15px;
        position: relative;
        flex-shrink: 0; }
        .right-sidebar .filter-circles .filter-bar .circle-container .circle {
          background: #4a90e2;
          opacity: 0.8;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
          .right-sidebar .filter-circles .filter-bar .circle-container .circle.disabled {
            opacity: 0.2; }
      .right-sidebar .filter-circles .filter-bar .display {
        flex: 1;
        text-align: center;
        font-size: 0.85em;
        color: #545454;
        padding: 5px 0px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0; }
      .right-sidebar .filter-circles .filter-bar .count {
        flex-shrink: 0;
        font-size: 0.7em;
        opacity: 0.4;
        min-width: 20px;
        text-align: right;
        margin-right: 15px; }

.browse-circle-container {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  clear: both;
  cursor: pointer;
  pointer-events: auto; }
  .browse-circle-container.fake {
    cursor: initial; }
    .browse-circle-container.fake .browse-circle {
      background-color: #dedede;
      border: 0px solid #4a90e2; }
  .browse-circle-container.fake:hover .browse-circle-2 {
    border: 0px !important; }
  .browse-circle-container.fake:hover .browse-circle-3 {
    border: 0px !important; }
  .browse-circle-container .browse-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #4a90e2;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-sizing: content-box;
    border: 0px solid #4a90e2;
    pointer-events: none;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: border;
    -webkit-transition-timing-function: ease-in-out; }
  .browse-circle-container .browse-circle-1 {
    opacity: 0.2; }
  .browse-circle-container .browse-circle-2 {
    opacity: 0.5; }
  .browse-circle-container .browse-circle-3 {
    opacity: 1; }
  .browse-circle-container:hover .browse-circle {
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: border;
    -webkit-transition-timing-function: ease-in-out; }
  .browse-circle-container:hover .browse-circle-1 {
    border: 0; }
  .browse-circle-container:hover .browse-circle-2 {
    border: 5px solid #4a90e2 !important; }
  .browse-circle-container:hover .browse-circle-3 {
    border: 10px solid #4a90e2 !important; }
  .browse-circle-container .browse-circle-number,
  .browse-circle-container .browse-circle-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    pointer-events: none; }
  .browse-circle-container .browse-circle-title {
    font-size: 0.85em;
    margin-top: -18px;
    font-family: Lato-Light; }
  .browse-circle-container .browse-circle-number {
    opacity: 0.8;
    font-size: 0.55em;
    margin-top: 3px;
    font-family: Lato-Light; }

/* LEFT SIDEBAR */
.left-sidebar {
  float: left;
  width: 100px;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .left-sidebar.lists {
    width: 200px;
    background: #2F2F2F; }
    .left-sidebar.lists .first {
      width: 100px; }
    .left-sidebar.lists .second {
      top: 0;
      overflow: auto;
      width: 100px;
      position: absolute;
      left: 100px;
      height: calc(100% - 27px);
      background: #FFFFFF;
      padding-top: 27px;
      background-color: #e7e7e7;
      text-align: center;
      color: grey; }
      .left-sidebar.lists .second .curation-list-option:hover .standard-tooltip {
        top: -70px;
        left: 100px;
        margin-left: 0px;
        visibility: visible; }
      .left-sidebar.lists .second .title-letter {
        margin: auto;
        margin-bottom: 6px;
        width: 15px;
        padding: 3px;
        border: 2px solid grey;
        border-radius: 3px; }
        .left-sidebar.lists .second .title-letter.selected-category {
          border: 2px solid #4a90e2;
          color: #4a90e2; }
      .left-sidebar.lists .second .title {
        display: block; }
        .left-sidebar.lists .second .title.selected-category {
          color: #4a90e2; }
      .left-sidebar.lists .second .list {
        padding: 10px;
        margin: 0 auto;
        opacity: 0.8;
        margin-bottom: 20px; }
        .left-sidebar.lists .second .list .delete {
          margin-left: 5px;
          color: #D66A78; }
        .left-sidebar.lists .second .list.create {
          color: #2F2F2F; }
          .left-sidebar.lists .second .list.create:hover {
            color: #2F2F2F; }
          .left-sidebar.lists .second .list.create .create-icon {
            border: 2px solid #2F2F2F;
            font-size: 13px;
            color: #2F2F2F; }
        .left-sidebar.lists .second .list:hover {
          opacity: 1;
          color: grey; }
        .left-sidebar.lists .second .list > img {
          width: 20px;
          margin: 0 auto;
          margin-bottom: 5px;
          opacity: 0.8; }
        .left-sidebar.lists .second .list.selected {
          opacity: 0.8; }
          .left-sidebar.lists .second .list.selected:hover {
            opacity: 1; }
          .left-sidebar.lists .second .list.selected > img {
            opacity: 1; }
  .left-sidebar.stash {
    background: #2F2F2F; }
  .left-sidebar.inbox {
    background: #2F2F2F; }
  .left-sidebar.reminders {
    background: #2F2F2F; }
  .left-sidebar.archive {
    background: #2F2F2F; }
  .left-sidebar .sidebar-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px; }
    .left-sidebar .sidebar-top .location {
      padding: 10px;
      margin: 0;
      opacity: 0.7;
      color: #FFFFFF;
      margin-bottom: 20px; }
      .left-sidebar .sidebar-top .location:hover {
        opacity: 0.85; }
      .left-sidebar .sidebar-top .location div {
        color: #FFFFFF; }
      .left-sidebar .sidebar-top .location > img {
        width: 20px;
        margin: 0 auto;
        margin-bottom: 5px;
        opacity: 0.7; }
      .left-sidebar .sidebar-top .location.selected {
        opacity: 1; }
        .left-sidebar .sidebar-top .location.selected > img {
          opacity: 1; }
    .left-sidebar .sidebar-top .label {
      color: #000; }
      .left-sidebar .sidebar-top .label:hover {
        color: #000; }
    .left-sidebar .sidebar-top.actions .link, .left-sidebar.lists .sidebar-top.actions .second .list, .left-sidebar.lists .second .sidebar-top.actions .list, .left-sidebar .sidebar-top.actions .location, .left-sidebar .sidebar-top.actions .label {
      margin-left: 50px;
      text-align: left;
      cursor: pointer; }
    .left-sidebar .sidebar-top.actions .delete {
      color: #D66A78; }
    .left-sidebar .sidebar-top.actions .small-show {
      display: none; }
    .left-sidebar .sidebar-top img {
      width: 30px;
      height: auto;
      opacity: 0.1;
      margin-left: auto;
      margin-bottom: 10px;
      cursor: pointer; }
  .left-sidebar hr {
    border-bottom: 1px solid #D7D7D7;
    border-top: none;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 0px; }
    @media (max-width: 1000px) {
      .left-sidebar hr {
        display: none; } }
  .left-sidebar .sidebar-bottom {
    display: flex;
    margin-top: auto;
    margin-bottom: 30px;
    color: #FFFFFF;
    justify-content: center;
    flex-direction: column; }
    .left-sidebar .sidebar-bottom .menu-container .menu {
      position: absolute;
      left: 110px;
      top: calc(100% - 250px); }
    .left-sidebar .sidebar-bottom .settings-button-container {
      opacity: 0.7;
      height: 30px;
      cursor: pointer; }
      .left-sidebar .sidebar-bottom .settings-button-container:hover {
        opacity: 1; }
      .left-sidebar .sidebar-bottom .settings-button-container .settings {
        width: 20px;
        margin-left: 42px;
        opacity: 0.5; }
    .left-sidebar .sidebar-bottom .link, .left-sidebar.lists .sidebar-bottom .second .list, .left-sidebar.lists .second .sidebar-bottom .list, .left-sidebar .sidebar-bottom .sidebar-top .location, .left-sidebar .sidebar-top .sidebar-bottom .location, .left-sidebar .sidebar-bottom .sidebar-top .label, .left-sidebar .sidebar-top .sidebar-bottom .label {
      color: #FFFFFF; }

/* CENTER MAIN VIEW */
.import-container {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 230px;
  width: calc(100% - 600px); }

.import-bar {
  margin-top: 20px;
  width: 100%;
  padding: 15px;
  border-radius: 0px;
  background: #4a90e2;
  color: #fff; }
  .import-bar .import-bar-top {
    font-weight: bold;
    height: 18px;
    font-size: 0.7em; }
  .import-bar .import-bar-top-left {
    position: relative;
    float: left; }
  .import-bar .import-bar-top-right {
    position: relative;
    float: right;
    cursor: pointer;
    opacity: 0.7; }
    .import-bar .import-bar-top-right:hover {
      opacity: 1; }
  .import-bar .import-bar-progress-container {
    height: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .import-bar .import-bar-progress-left {
    width: calc(100% - 10px);
    height: 100%;
    display: inline-block;
    margin: 0px;
    padding-left: 5px;
    margin-right: -5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out; }
  .import-bar .import-bar-progress-right {
    height: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-left: -5px;
    padding-right: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    opacity: 0.6;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out; }
  .import-bar .import-bar-bottom {
    font-size: 0.85em;
    margin-top: 10px; }
  .import-bar .import-bar-bottom-done {
    font-weight: bold; }
  .import-bar .import-bar-bottom-total {
    font-weight: bold; }
  .import-bar .import-bar-bottom-time {
    font-weight: bold; }

.center-container {
  height: 100%;
  padding-top: 20px;
  padding-left: calc((100% - 950px)/2 + 100px); }
  @media (max-width: 1232px) {
    .center-container {
      padding-left: 180px; } }
  .center-container .search-wrapper {
    display: flex;
    flex-direction: row;
    width: calc(100% - 100px);
    max-width: 800px;
    margin: 0;
    margin-left: 5px;
    margin-top: 10px; }
    .center-container .search-wrapper .tooltip-container {
      flex: 0 0 50px;
      margin-top: 25px; }
  .center-container .item-wrapper {
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 10px; }
    .center-container .item-wrapper .item-container {
      overflow-y: hidden;
      height: calc(100% - 70px); }
      .center-container .item-wrapper .item-container .title.archived {
        opacity: 0.5; }

/* TOOL TIPS */
.tooltip-wrapper {
  position: absolute; }

.standard-tooltip {
  top: 10px;
  font-size: 10px;
  visibility: hidden;
  width: 120px;
  background-color: #2F2F2F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px;
  margin-left: -50px;
  position: relative;
  z-index: 10; }

/* SEARCH BAR */
.button-icon {
  flex: 0 0 50px;
  vertical-align: middle;
  position: relative;
  cursor: pointer; }
  .button-icon > img {
    width: 23px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms; }
    .button-icon > img.archive {
      width: 27px;
      top: -8px; }
    .button-icon > img.hidden {
      opacity: 0; }
    .button-icon > img:hover {
      filter: brightness(80%); }
  @media (max-width: 1000px) {
    .button-icon {
      margin-right: 10px; } }

.searchbar {
  flex: 1;
  display: flex;
  margin-bottom: 30px;
  margin-left: -10px;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  color: #dfdfdf;
  z-index: 10;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .searchbar input {
    flex: 1;
    background: none; }
  .searchbar .menu {
    position: relative;
    z-index: 3;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    .searchbar .menu .search-modal {
      position: fixed;
      top: 5px;
      left: calc(100% - 180px);
      z-index: 3;
      background: #FFFFFF;
      height: 500px;
      width: 200px;
      border: 2px solid #dfdfdf;
      border-radius: 4px; }
      .searchbar .menu .search-modal > input {
        width: calc(100% - 20px);
        padding: 10px;
        padding-left: 10px;
        font-size: 13px;
        border-bottom: 2px solid #dfdfdf; }
        .searchbar .menu .search-modal > input::-webkit-input-placeholder {
          color: #AFAFAF; }
        .searchbar .menu .search-modal > input:-moz-placeholder {
          color: #AFAFAF; }
        .searchbar .menu .search-modal > input::-moz-placeholder {
          color: #AFAFAF; }
        .searchbar .menu .search-modal > input:-ms-input-placeholder {
          color: #AFAFAF; }
      .searchbar .menu .search-modal .body {
        height: 460px;
        overflow: auto;
        color: #7c7c7c;
        padding-top: 3px; }
        .searchbar .menu .search-modal .body .autocomplete {
          cursor: pointer;
          padding-left: 6px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-bottom: 1px solid #dfdfdf; }
          .searchbar .menu .search-modal .body .autocomplete.added {
            background: #dfdfdf !important; }
          .searchbar .menu .search-modal .body .autocomplete.key {
            cursor: default; }
          .searchbar .menu .search-modal .body .autocomplete .search-category-wrapper {
            display: flex; }
            .searchbar .menu .search-modal .body .autocomplete .search-category-wrapper .search-category-icon {
              padding-top: 5px;
              padding-left: 5px;
              padding-right: 5px;
              display: inline-block;
              float: left;
              min-width: 20px; }
            .searchbar .menu .search-modal .body .autocomplete .search-category-wrapper .search-category-text {
              display: inline-block;
              flex-grow: 1;
              padding-top: 6px;
              padding-bottom: 6px; }
            .searchbar .menu .search-modal .body .autocomplete .search-category-wrapper .search-category-count {
              font-size: 12px;
              float: right;
              margin-right: 0px;
              margin-top: 7px;
              opacity: 0.5; }
            .searchbar .menu .search-modal .body .autocomplete .search-category-wrapper.empty-category {
              opacity: 0.3; }
          .searchbar .menu .search-modal .body .autocomplete .icon > img {
            position: relative;
            top: 5px;
            height: 20px;
            width: 20px; }
          .searchbar .menu .search-modal .body .autocomplete.key {
            background: #dfdfdf; }
          .searchbar .menu .search-modal .body .autocomplete .name {
            color: #474747;
            font-size: 0.85em;
            display: block;
            font-family: Lato-Black; }
            .searchbar .menu .search-modal .body .autocomplete .name.value {
              padding-left: 10px; }
          .searchbar .menu .search-modal .body .autocomplete .shifted {
            display: inline-block !important;
            margin-left: 7px; }
          .searchbar .menu .search-modal .body .autocomplete .subtitle {
            display: block;
            font-size: 12px; }
            .searchbar .menu .search-modal .body .autocomplete .subtitle.value {
              padding-left: 10px; }
        .searchbar .menu .search-modal .body .selected {
          background: #f8f8f8; }
          .searchbar .menu .search-modal .body .selected.key {
            background: #787878; }
            .searchbar .menu .search-modal .body .selected.key .name {
              color: #FFFFFF; }
  .searchbar .buttons {
    margin-top: 2px;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle; }
    .searchbar .buttons .filter-icon {
      opacity: 0.7;
      transition: opacity 0.1s;
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      margin-top: 6px;
      cursor: pointer; }
      .searchbar .buttons .filter-icon .filter-rect {
        position: relative;
        padding: 7px;
        border-radius: 3px;
        background-color: #4a90e2;
        color: #FFFFFF;
        font-size: 0.7em;
        cursor: pointer;
        margin-top: -2px;
        margin-right: 11px; }
      .searchbar .buttons .filter-icon:hover {
        opacity: 1; }
        .searchbar .buttons .filter-icon:hover .standard-tooltip {
          visibility: visible; }
      .searchbar .buttons .filter-icon.active {
        border-bottom: 2px solid #4a90e2; }
      .searchbar .buttons .filter-icon > img {
        height: 25px;
        margin-right: 15px;
        cursor: pointer;
        width: 25px; }
  .searchbar .filter-button {
    color: #4a90e2; }
    @media (min-width: 1000px) {
      .searchbar .filter-button {
        display: none !important; } }
  .searchbar .link, .searchbar .left-sidebar.lists .second .list, .left-sidebar.lists .second .searchbar .list, .searchbar .left-sidebar .sidebar-top .location, .left-sidebar .sidebar-top .searchbar .location, .searchbar .left-sidebar .sidebar-top .label, .left-sidebar .sidebar-top .searchbar .label {
    display: inline-block;
    cursor: pointer;
    line-height: 0px;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-top: 0;
    margin-right: 15px; }
  .searchbar .search-icon {
    flex: 0 0 50px;
    vertical-align: middle;
    position: relative; }
    .searchbar .search-icon > img {
      width: 23px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto; }

/* ITEM-CONTAINER */
/* CURATION ITEM */
.curation-item {
  position: relative;
  flex-shrink: 0;
  min-height: 40px;
  flex-wrap: wrap;
  width: calc(100%);
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-left: 0px;
  margin-bottom: 30px;
  padding-top: 5px;
  border-bottom: 1px solid transparent;
  /* different hover styles based on width */ }
  @media (max-width: 1000px) {
    .curation-item {
      margin-right: 50px; } }
  .curation-item.selected {
    background: #EFF5FC !important; }
    @media (max-width: 1000px) {
      .curation-item.selected .item-body {
        border-bottom: 1px solid;
        border-color: #4a90e2 !important; } }
    @media (min-width: 1000px) {
      .curation-item.selected {
        border-bottom: 1px solid;
        border-color: #4a90e2 !important; }
        .curation-item.selected .item-body {
          border-color: transparent !important; } }
  .curation-item.selecting {
    cursor: pointer;
    user-select: none; }
    .curation-item.selecting a {
      pointer-events: none; }
    .curation-item.selecting .item-body-row > .item-body-menu {
      opacity: 0 !important;
      pointer-events: none !important; }
  .curation-item.reminder > .item-body {
    border-color: #f5a623; }
  .curation-item.selected .item-select, .curation-item .item-select:hover {
    border: 1px solid transparent;
    background: #4a90e2;
    opacity: 0.4 !important; }
  .curation-item:hover, .curation-item.selecting {
    /* different hover styles based on width */ }
    .curation-item:hover .item-type-icon, .curation-item.selecting .item-type-icon {
      opacity: 1; }
    .curation-item:hover .item-select.item-select, .curation-item.selecting .item-select.item-select {
      opacity: 1; }
    @media (max-width: 1000px) {
      .curation-item:hover .item-body, .curation-item.selecting .item-body {
        border-bottom: 1px solid #d7d7d7; }
      .curation-item:hover.article > .item-body, .curation-item.selecting.article > .item-body {
        border-color: #AB4AFF; }
      .curation-item:hover.book > .item-body, .curation-item.selecting.book > .item-body {
        border-color: #A65330; }
      .curation-item:hover.file > .item-body, .curation-item.selecting.file > .item-body {
        border-color: #61CF3C; }
      .curation-item:hover.forum > .item-body, .curation-item.selecting.forum > .item-body {
        border-color: #60AFFF; }
      .curation-item:hover.image > .item-body, .curation-item.selecting.image > .item-body {
        border-color: #52CACF; }
      .curation-item:hover.job > .item-body, .curation-item.selecting.job > .item-body {
        border-color: #EF46DA; }
      .curation-item:hover.movie > .item-body, .curation-item.selecting.movie > .item-body {
        border-color: #7AC4C6; }
      .curation-item:hover.place > .item-body, .curation-item.selecting.place > .item-body {
        border-color: #FF4A5F; }
      .curation-item:hover.product > .item-body, .curation-item.selecting.product > .item-body {
        border-color: #F5B247; }
      .curation-item:hover.profile > .item-body, .curation-item.selecting.profile > .item-body {
        border-color: #3079B4; }
      .curation-item:hover.property > .item-body, .curation-item.selecting.property > .item-body {
        border-color: #15A822; }
      .curation-item:hover.qa > .item-body, .curation-item.selecting.qa > .item-body {
        border-color: #F48024; }
      .curation-item:hover.recipe > .item-body, .curation-item.selecting.recipe > .item-body {
        border-color: #FF924A; }
      .curation-item:hover.repository > .item-body, .curation-item.selecting.repository > .item-body {
        border-color: #008080; }
      .curation-item:hover.song > .item-body, .curation-item.selecting.song > .item-body {
        border-color: #3ED676; }
      .curation-item:hover.video > .item-body, .curation-item.selecting.video > .item-body {
        border-color: #F02F2F; }
      .curation-item:hover.wiki > .item-body, .curation-item.selecting.wiki > .item-body {
        border-color: #87A7D5; }
      .curation-item:hover.selecting > .item-body, .curation-item.selecting.selecting > .item-body {
        border-color: #4a90e2; } }
    @media (min-width: 1000px) {
      .curation-item:hover, .curation-item.selecting {
        border-bottom: 1px solid #d7d7d7; }
        .curation-item:hover .item-body, .curation-item.selecting .item-body {
          border-bottom: 1px solid transparent; }
        .curation-item:hover.article, .curation-item.selecting.article {
          border-color: #AB4AFF; }
        .curation-item:hover.book, .curation-item.selecting.book {
          border-color: #A65330; }
        .curation-item:hover.file, .curation-item.selecting.file {
          border-color: #61CF3C; }
        .curation-item:hover.forum, .curation-item.selecting.forum {
          border-color: #60AFFF; }
        .curation-item:hover.image, .curation-item.selecting.image {
          border-color: #52CACF; }
        .curation-item:hover.job, .curation-item.selecting.job {
          border-color: #EF46DA; }
        .curation-item:hover.movie, .curation-item.selecting.movie {
          border-color: #7AC4C6; }
        .curation-item:hover.place, .curation-item.selecting.place {
          border-color: #FF4A5F; }
        .curation-item:hover.product, .curation-item.selecting.product {
          border-color: #F5B247; }
        .curation-item:hover.profile, .curation-item.selecting.profile {
          border-color: #3079B4; }
        .curation-item:hover.property, .curation-item.selecting.property {
          border-color: #15A822; }
        .curation-item:hover.qa, .curation-item.selecting.qa {
          border-color: #F48024; }
        .curation-item:hover.recipe, .curation-item.selecting.recipe {
          border-color: #FF924A; }
        .curation-item:hover.repository, .curation-item.selecting.repository {
          border-color: #008080; }
        .curation-item:hover.song, .curation-item.selecting.song {
          border-color: #3ED676; }
        .curation-item:hover.video, .curation-item.selecting.video {
          border-color: #F02F2F; }
        .curation-item:hover.wiki, .curation-item.selecting.wiki {
          border-color: #87A7D5; }
        .curation-item:hover.selecting, .curation-item.selecting.selecting {
          border-color: #4a90e2; } }
  .curation-item .title-container {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em; }
    .curation-item .title-container.no-title:hover > .hint {
      display: inline-block; }
    .curation-item .title-container.faded > .title {
      opacity: 0.5; }
    .curation-item .title-container .title {
      text-align: left;
      display: inline-block;
      font-family: Lato-Bold;
      text-decoration: none;
      color: #333;
      cursor: pointer; }
      .curation-item .title-container .title:hover {
        text-decoration: underline; }
    .curation-item .title-container .hint {
      display: none;
      color: #aaa;
      cursor: pointer;
      margin-left: 0.5em; }
  .curation-item .item-body {
    padding-bottom: 5px;
    border-bottom: 1px solid #D7D7D7; }
    @media (max-width: 1000px) {
      .curation-item .item-body {
        width: calc(100%); } }
    @media (min-width: 1000px) {
      .curation-item .item-body {
        width: calc(100%); } }
  .curation-item .item-body-menu {
    opacity: 0;
    background-color: white;
    border: 2px solid #dfdfdf;
    position: absolute;
    right: 5px;
    bottom: 10px;
    border-radius: 5px; }
  .curation-item .item-body-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 7px; }
    .curation-item .item-body-row .item-body-menu {
      display: flex;
      margin-bottom: 4px;
      padding-left: 3px; }
      .curation-item .item-body-row .item-body-menu .item-body-button-wrapper {
        opacity: 0.7;
        height: 100%;
        vertical-align: middle; }
        .curation-item .item-body-row .item-body-menu .item-body-button-wrapper img {
          height: 14px;
          margin-right: 2px;
          padding: 5px;
          cursor: pointer; }
        .curation-item .item-body-row .item-body-menu .item-body-button-wrapper:hover {
          opacity: 1; }
          .curation-item .item-body-row .item-body-menu .item-body-button-wrapper:hover .standard-tooltip {
            visibility: visible; }
    .curation-item .item-body-row .item-tags {
      display: flex;
      flex-direction: row;
      margin-right: 10px; }
  .curation-item .item-icon {
    padding-top: 4px;
    padding-right: 2px;
    width: 30px;
    min-width: 35px;
    cursor: pointer !important;
    flex: 0 1 auto;
    position: relative; }
    .curation-item .item-icon > .item-type-icon {
      cursor: pointer;
      width: 25px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 2;
      transition: opacity 0.3s; }
      @media (max-width: 1000px) {
        .curation-item .item-icon > .item-type-icon {
          margin-right: 10px; } }
      @media (min-width: 1000px) {
        .curation-item .item-icon > .item-type-icon {
          margin-right: 10px; } }
    .curation-item .item-icon > .item-select {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 3;
      padding: 10px;
      width: 0;
      height: 0;
      border-radius: 50%;
      border: 1px solid #4a90e2;
      opacity: 0;
      cursor: pointer;
      transition: opacity 0.3s, background 0.3s; }
      @media (max-width: 1000px) {
        .curation-item .item-icon > .item-select {
          margin-left: 5px;
          margin-right: 25px; } }
      @media (min-width: 1000px) {
        .curation-item .item-icon > .item-select {
          margin-left: 5px;
          margin-right: 25px; } }
  .curation-item .shared {
    margin-top: 5px;
    color: #74BF6E;
    font-size: 0.6em; }
  .curation-item .comment {
    margin-top: 10px;
    color: #a8a8a8;
    font-size: 0.6em;
    font-style: italic; }
  .curation-item .note-wrapper {
    display: flex; }
  .curation-item .note-border {
    flex-shrink: 0;
    align-items: stretch;
    background-color: #dfdfdf;
    width: 4px;
    min-width: 4px;
    border-radius: 3px; }
  .curation-item .note {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a8a8a8;
    font-size: 0.85em;
    font-weight: 500; }
  .curation-item .reminder {
    margin-top: 10px;
    color: #a8a8a8;
    font-size: 0.6em; }
  .curation-item .tag {
    font-family: Lato-Bold;
    white-space: pre;
    opacity: 0.9;
    background: #f5f5f5;
    color: #5d5d5d;
    margin-right: 5px;
    padding: 7px;
    border-radius: 2px;
    font-size: 0.55em;
    cursor: pointer; }
    .curation-item .tag:hover {
      opacity: 1; }
    .curation-item .tag.placeholder {
      opacity: 0.6; }
      .curation-item .tag.placeholder:hover {
        opacity: 1; }
    .curation-item .tag .tag-key {
      color: #a4a4a4 !important; }
  .curation-item .aux {
    opacity: 0;
    transition: all 0.3s;
    font-size: 0.55em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #2F2F2F;
    height: 19px;
    line-height: 25px; }
    .curation-item .aux .light {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #a8a8a8; }
    .curation-item .aux .archive {
      color: #AE723C; }

.loading-indicator {
  text-align: center;
  margin: auto;
  margin-top: 100px;
  font-size: 0.85em;
  color: #787878; }
  .loading-indicator.clickable {
    color: #4a90e2;
    cursor: pointer; }

/* MENUS */
.menu-container .menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
.menu-container .buttons {
  margin-top: 2px;
  margin-left: auto;
  display: inline-block;
  vertical-align: middle; }
.menu-container .menu {
  position: absolute;
  top: 20px;
  width: 100px;
  background: #f8f8f8;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 11px;
  z-index: 101; }
  @media (max-width: 1300px) {
    .menu-container .menu {
      right: 130px; } }
  .menu-container .menu.small {
    width: 70px; }
  .menu-container .menu hr {
    border-bottom: 1px solid #D7D7D7;
    border-top: none;
    width: 100%;
    margin-top: 5px; }
  .menu-container .menu .menu-item {
    opacity: 0.7;
    color: #222;
    font-size: 0.7em;
    margin-top: 6px;
    cursor: pointer;
    text-decoration: none;
    display: block; }
    .menu-container .menu .menu-item:hover {
      opacity: 1; }
    .menu-container .menu .menu-item.device {
      margin-top: 12px; }
    .menu-container .menu .menu-item.disabled {
      cursor: auto;
      opacity: 1; }

/* ITEM */
.item {
  position: relative;
  flex-shrink: 0;
  min-height: 40px;
  flex-wrap: wrap;
  width: calc(100% - 110px);
  max-width: 800px;
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-left: 0px;
  margin-bottom: 15px;
  padding-top: 5px;
  border-bottom: 1px solid transparent;
  /* different hover styles based on width */ }
  @media (max-width: 1000px) {
    .item {
      margin-right: 50px; } }
  .item.selected {
    background: #EFF5FC !important; }
    @media (max-width: 1000px) {
      .item.selected .item-body {
        border-bottom: 1px solid;
        border-color: #4a90e2 !important; } }
    @media (min-width: 1000px) {
      .item.selected {
        border-bottom: 1px solid;
        border-color: #4a90e2 !important; }
        .item.selected .item-body {
          border-color: transparent !important; } }
  .item.selecting {
    cursor: pointer;
    user-select: none; }
    .item.selecting a {
      pointer-events: none; }
    .item.selecting .item-body-row > .item-body-menu {
      opacity: 0 !important;
      pointer-events: none !important; }
  .item.reminder > .item-body {
    border-color: #f5a623; }
  .item:hover {
    background: #f8f8f8; }
    .item:hover .aux {
      opacity: 1; }
    .item:hover .tag {
      background: #ececec; }
    .item:hover .item-body-row > .item-body-menu {
      opacity: 1; }
      .item:hover .item-body-row > .item-body-menu > img {
        opacity: 1; }
  .item.selected .item-select, .item .item-select:hover {
    border: 1px solid transparent;
    background: #4a90e2;
    opacity: 0.4 !important; }
  .item:hover, .item.selecting {
    /* different hover styles based on width */ }
    .item:hover .item-type-icon, .item.selecting .item-type-icon {
      opacity: 1; }
    .item:hover .item-select.item-select, .item.selecting .item-select.item-select {
      opacity: 1; }
    @media (max-width: 1000px) {
      .item:hover .item-body, .item.selecting .item-body {
        border-bottom: 1px solid #d7d7d7; }
      .item:hover.article > .item-body, .item.selecting.article > .item-body {
        border-color: #AB4AFF; }
      .item:hover.book > .item-body, .item.selecting.book > .item-body {
        border-color: #A65330; }
      .item:hover.file > .item-body, .item.selecting.file > .item-body {
        border-color: #61CF3C; }
      .item:hover.forum > .item-body, .item.selecting.forum > .item-body {
        border-color: #60AFFF; }
      .item:hover.image > .item-body, .item.selecting.image > .item-body {
        border-color: #52CACF; }
      .item:hover.job > .item-body, .item.selecting.job > .item-body {
        border-color: #EF46DA; }
      .item:hover.movie > .item-body, .item.selecting.movie > .item-body {
        border-color: #7AC4C6; }
      .item:hover.place > .item-body, .item.selecting.place > .item-body {
        border-color: #FF4A5F; }
      .item:hover.product > .item-body, .item.selecting.product > .item-body {
        border-color: #F5B247; }
      .item:hover.profile > .item-body, .item.selecting.profile > .item-body {
        border-color: #3079B4; }
      .item:hover.property > .item-body, .item.selecting.property > .item-body {
        border-color: #15A822; }
      .item:hover.qa > .item-body, .item.selecting.qa > .item-body {
        border-color: #F48024; }
      .item:hover.recipe > .item-body, .item.selecting.recipe > .item-body {
        border-color: #FF924A; }
      .item:hover.repository > .item-body, .item.selecting.repository > .item-body {
        border-color: #008080; }
      .item:hover.song > .item-body, .item.selecting.song > .item-body {
        border-color: #3ED676; }
      .item:hover.video > .item-body, .item.selecting.video > .item-body {
        border-color: #F02F2F; }
      .item:hover.wiki > .item-body, .item.selecting.wiki > .item-body {
        border-color: #87A7D5; }
      .item:hover.selecting > .item-body, .item.selecting.selecting > .item-body {
        border-color: #4a90e2; } }
    @media (min-width: 1000px) {
      .item:hover, .item.selecting {
        border-bottom: 1px solid #d7d7d7; }
        .item:hover .item-body, .item.selecting .item-body {
          border-bottom: 1px solid transparent; }
        .item:hover.article, .item.selecting.article {
          border-color: #AB4AFF; }
        .item:hover.book, .item.selecting.book {
          border-color: #A65330; }
        .item:hover.file, .item.selecting.file {
          border-color: #61CF3C; }
        .item:hover.forum, .item.selecting.forum {
          border-color: #60AFFF; }
        .item:hover.image, .item.selecting.image {
          border-color: #52CACF; }
        .item:hover.job, .item.selecting.job {
          border-color: #EF46DA; }
        .item:hover.movie, .item.selecting.movie {
          border-color: #7AC4C6; }
        .item:hover.place, .item.selecting.place {
          border-color: #FF4A5F; }
        .item:hover.product, .item.selecting.product {
          border-color: #F5B247; }
        .item:hover.profile, .item.selecting.profile {
          border-color: #3079B4; }
        .item:hover.property, .item.selecting.property {
          border-color: #15A822; }
        .item:hover.qa, .item.selecting.qa {
          border-color: #F48024; }
        .item:hover.recipe, .item.selecting.recipe {
          border-color: #FF924A; }
        .item:hover.repository, .item.selecting.repository {
          border-color: #008080; }
        .item:hover.song, .item.selecting.song {
          border-color: #3ED676; }
        .item:hover.video, .item.selecting.video {
          border-color: #F02F2F; }
        .item:hover.wiki, .item.selecting.wiki {
          border-color: #87A7D5; }
        .item:hover.selecting, .item.selecting.selecting {
          border-color: #4a90e2; } }
  .item .title-container {
    margin-top: 5px;
    font-size: 0.85em; }
    .item .title-container.no-title:hover > .hint {
      display: inline-block; }
    .item .title-container.faded > .title {
      opacity: 0.5; }
    .item .title-container .title {
      display: inline-block;
      font-family: Lato-Black;
      text-decoration: none;
      color: #333;
      cursor: pointer; }
      .item .title-container .title:hover {
        text-decoration: underline; }
    .item .title-container .hint {
      display: none;
      color: #aaa;
      cursor: pointer;
      margin-left: 0.5em; }
  .item .item-body {
    padding-bottom: 5px;
    border-bottom: 1px solid #D7D7D7; }
    @media (max-width: 1000px) {
      .item .item-body {
        width: calc(100%); } }
    @media (min-width: 1000px) {
      .item .item-body {
        width: calc(100%); } }
  .item .item-body-menu {
    opacity: 0;
    background-color: white;
    border: 2px solid #dfdfdf;
    position: absolute;
    right: 5px;
    bottom: 10px;
    border-radius: 5px; }
  .item .item-body-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 7px; }
    .item .item-body-row .item-body-menu {
      display: flex;
      margin-bottom: 4px;
      padding-left: 3px; }
      .item .item-body-row .item-body-menu .item-body-button-wrapper {
        opacity: 0.7;
        height: 100%;
        vertical-align: middle; }
        .item .item-body-row .item-body-menu .item-body-button-wrapper img {
          height: 14px;
          margin-right: 2px;
          padding: 5px;
          cursor: pointer; }
        .item .item-body-row .item-body-menu .item-body-button-wrapper:hover {
          opacity: 1; }
          .item .item-body-row .item-body-menu .item-body-button-wrapper:hover .standard-tooltip {
            visibility: visible; }
    .item .item-body-row .item-tags {
      display: flex;
      flex-direction: row;
      margin-right: 10px; }
  .item .item-icon {
    cursor: pointer !important;
    padding-top: 3px;
    padding-left: 5px;
    width: 30px;
    min-width: 35px;
    flex: 0 1 auto;
    position: relative; }
    .item .item-icon > .item-type-icon {
      cursor: pointer;
      width: 25px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 2;
      transition: opacity 0.3s; }
      @media (max-width: 1000px) {
        .item .item-icon > .item-type-icon {
          margin-right: 10px; } }
      @media (min-width: 1000px) {
        .item .item-icon > .item-type-icon {
          margin-right: 10px; } }
    .item .item-icon > .item-select {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 3;
      padding: 10px;
      width: 0;
      height: 0;
      border-radius: 50%;
      border: 1px solid #4a90e2;
      opacity: 0;
      cursor: pointer;
      transition: opacity 0.3s, background 0.3s; }
      @media (max-width: 1000px) {
        .item .item-icon > .item-select {
          margin-left: 5px;
          margin-right: 25px; } }
      @media (min-width: 1000px) {
        .item .item-icon > .item-select {
          margin-left: 5px;
          margin-right: 25px; } }
  .item .shared {
    margin-top: 5px;
    color: #74BF6E;
    font-size: 0.6em; }
  .item .comment {
    margin-top: 10px;
    color: #a8a8a8;
    font-size: 0.6em;
    font-style: italic; }
  .item .note-wrapper {
    display: flex; }
  .item .note-border {
    flex-shrink: 0;
    align-items: stretch;
    background-color: #dfdfdf;
    width: 4px;
    border-radius: 3px; }
  .item .note {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a8a8a8;
    font-size: 0.85em;
    font-weight: 500;
    cursor: pointer; }
  .item .comment-wrapper {
    display: flex; }
  .item .comment-border {
    flex-shrink: 0;
    align-items: stretch;
    background-color: #dfdfdf;
    width: 4px;
    border-radius: 3px; }
  .item .comment {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a8a8a8;
    font-size: 0.85em;
    font-weight: 500;
    cursor: pointer; }
  .item .blank {
    opacity: 0.5; }
    .item .blank:hover {
      opacity: 1; }
  .item .reminder {
    margin-top: 10px;
    color: #a8a8a8;
    font-size: 0.6em; }
  .item .tag {
    font-family: Lato-Bold;
    white-space: pre;
    opacity: 0.9;
    background: #f5f5f5;
    color: #5d5d5d;
    margin-right: 5px;
    padding: 7px;
    border-radius: 2px;
    font-size: 0.55em;
    cursor: pointer; }
    .item .tag:hover {
      opacity: 1; }
    .item .tag.placeholder {
      opacity: 0.6; }
      .item .tag.placeholder:hover {
        opacity: 1; }
    .item .tag .tag-key {
      color: #a4a4a4 !important; }
  .item .aux {
    opacity: 0;
    transition: all 0.3s;
    font-size: 0.55em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #2F2F2F;
    height: 19px;
    line-height: 25px; }
    .item .aux .light {
      color: #a8a8a8; }
    .item .aux .archive {
      color: #AE723C; }

.loading-indicator {
  text-align: center;
  margin: auto;
  margin-top: 100px;
  font-size: 0.85em;
  color: #787878; }
  .loading-indicator.clickable {
    color: #4a90e2;
    cursor: pointer; }

/* MENUS */
.menu-container .menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
.menu-container .menu {
  position: absolute;
  top: 20px;
  width: 100px;
  background: #f8f8f8;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 11px;
  z-index: 101; }
  @media (max-width: 1300px) {
    .menu-container .menu {
      right: 130px; } }
  .menu-container .menu.small {
    width: 70px; }
  .menu-container .menu hr {
    border-bottom: 1px solid #D7D7D7;
    border-top: none;
    width: 100%;
    margin-top: 5px; }
  .menu-container .menu .menu-item {
    opacity: 0.7;
    color: #222;
    font-size: 0.7em;
    margin-top: 6px;
    cursor: pointer;
    text-decoration: none;
    display: block; }
    .menu-container .menu .menu-item:hover {
      opacity: 1; }
    .menu-container .menu .menu-item.device {
      margin-top: 12px; }
    .menu-container .menu .menu-item.disabled {
      cursor: auto;
      opacity: 1; }

/* FULLSCREEN MODALS */
.fullscreen-modal-container {
  font-family: "Lato-Regular";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .fullscreen-modal-container .fullscreen-referral-input::-webkit-input-placeholder {
    color: rgba(74, 144, 226, 0.6); }
  .fullscreen-modal-container .fullscreen-referral-input:-moz-placeholder {
    color: rgba(74, 144, 226, 0.6); }
  .fullscreen-modal-container .fullscreen-referral-input::-moz-placeholder {
    color: rgba(74, 144, 226, 0.6); }
  .fullscreen-modal-container .fullscreen-referral-input:-ms-input-placeholder {
    color: rgba(74, 144, 226, 0.6); }
  .fullscreen-modal-container .fullscreen-modal-white {
    width: 100%;
    height: 100%;
    color: #4a90e2;
    background: #FFFFFF; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-close {
      display: inline-block;
      margin-right: 50px;
      margin-top: 40px;
      font-size: 1.5em;
      opacity: 0.7;
      float: right;
      cursor: pointer; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-back {
      display: inline-block;
      margin-left: 50px;
      margin-top: 40px;
      font-size: 1.5em;
      opacity: 0.7;
      float: left;
      cursor: pointer; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-title {
      padding-bottom: 10px;
      font-size: 1.75em;
      color: #000000;
      opacity: 0.5; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-subtitle {
      padding-bottom: 30px;
      font-size: 1em;
      color: #000000;
      opacity: 0.3; }
    .fullscreen-modal-container .fullscreen-modal-white .referral-subtitle {
      padding-bottom: 20px;
      font-size: 1em;
      color: #000000;
      opacity: 0.3; }
    .fullscreen-modal-container .fullscreen-modal-white .referral-count {
      padding-bottom: 20px;
      font-size: 1.25em;
      color: #000000;
      opacity: 0.3; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-start {
      display: inline-block;
      margin-right: 50px;
      margin-top: 40px;
      font-size: 1.75em;
      font-weight: bold;
      opacity: 0.7;
      float: right;
      cursor: pointer;
      color: #4a90e2; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-onboarding-icon {
      height: 25px;
      width: 25px;
      padding-bottom: 3px;
      margin-right: 15px;
      vertical-align: middle;
      display: inline-block; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-option {
      cursor: pointer;
      padding-left: 20px;
      padding-right: 20px;
      background: rgba(74, 144, 226, 0.1);
      height: 100%;
      padding-bottom: 15px;
      line-height: 25px;
      font-size: 1.5em;
      padding-top: 15px;
      margin-top: 10px;
      margin-bottom: 10px;
      color: #4a90e2;
      position: relative;
      opacity: 0.7; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-option:hover {
        opacity: 1; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-title-mobile {
      padding-left: 10px;
      padding-right: 10px; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-row-mobile {
      color: #4a90e2;
      margin-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
    .fullscreen-modal-container .fullscreen-modal-white a {
      color: #4a90e2;
      text-decoration: none; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-option-deselect {
      color: #000000;
      opacity: 0.3; }
    .fullscreen-modal-container .fullscreen-modal-white .noclick {
      opacity: 1;
      cursor: initial; }
    .fullscreen-modal-container .fullscreen-modal-white .todo {
      background: rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.5); }
    .fullscreen-modal-container .fullscreen-modal-white .done {
      opacity: 1;
      background: rgba(89, 181, 81, 0.1);
      color: #59b551; }
    .fullscreen-modal-container .fullscreen-modal-white .try-unactive {
      background: rgba(74, 144, 226, 0.05);
      color: rgba(74, 144, 226, 0.5); }
    .fullscreen-modal-container .fullscreen-modal-white .try-active {
      opacity: 1;
      background: rgba(74, 144, 226, 0.2);
      color: #4a90e2; }
    .fullscreen-modal-container .fullscreen-modal-white .try-done {
      background: #4a90e2;
      color: #FFFFFF; }
    .fullscreen-modal-container .fullscreen-modal-white .next {
      opacity: 1 !important; }
    .fullscreen-modal-container .fullscreen-modal-white .other {
      opacity: 0.5 !important; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body {
      padding: 100px 0px;
      max-width: 600px;
      margin: 0 auto; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-label {
      line-height: 40px; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-label-blue {
      color: #4a90e2;
      opacity: 1; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-label-grey {
      line-height: 40px;
      color: #7d7d7d; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-subtitle-grey {
      line-height: 20px;
      font-size: 0.85em;
      width: 400px;
      margin-bottom: 10px;
      color: #7d7d7d; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-subtitle-span {
      line-height: 20px;
      font-size: 0.85em;
      color: #000000;
      opacity: 0.4; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-subtitle-select {
      margin-right: 5px;
      margin-left: 5px;
      margin-bottom: 10px;
      border: 1px solid rgba(0, 0, 0, 0.4);
      font-family: "Lato-Regular";
      background: #FFFFFF;
      color: #4a90e2; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-input {
      line-height: 30px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-input.inline {
        display: inline-block;
        width: 250px; }
        .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-input.inline > input {
          width: 200px; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-input > input {
        border: 1px solid #7c7c7c;
        background-color: #f8f8f8;
        color: #2F2F2F;
        padding: 5px 15px;
        width: 400px;
        line-height: 30px;
        font-size: 1em; }
        .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-input > input::-webkit-input-placeholder {
          color: #a8a8a8; }
        .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-input > input::-moz-placeholder {
          color: #a8a8a8; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button {
      margin: 10px 0px;
      display: inline-block; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button > div {
        min-width: 120px;
        padding: 10px 20px;
        background: #99C1EE;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        color: #FFFFFF;
        font-size: 0.85em; }
        .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button > div:hover {
          background: #4a90e2; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button #modify-biling-information {
        margin-left: 10px; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button-right {
      display: inline-block;
      min-width: 40px;
      margin-right: 10px;
      margin-bottom: 2px;
      padding: 10px 10px;
      background: #99C1EE;
      cursor: pointer;
      text-align: center;
      vertical-align: middle;
      color: #FFFFFF;
      font-size: 0.85em; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button-right:hover {
        background: #4a90e2; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button-right.button-red:hover {
        background: #D66A78; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-button-right.button-red {
        background: #e1929c; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-result {
      margin-top: 10px;
      margin-bottom: 10px; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-done {
      padding: 40px 0px;
      margin: 0 auto;
      width: 400px;
      text-align: center;
      font-size: 1.5em;
      opacity: 1;
      cursor: pointer;
      color: #4a90e2; }
    .fullscreen-modal-container .fullscreen-modal-white .ok {
      color: #74BF6E; }
    .fullscreen-modal-container .fullscreen-modal-white .error {
      color: #D66A78; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-description {
      color: #a7a7a7;
      width: 350px; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-description a {
        color: #4a90e2;
        text-decoration: none; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-option-subtitle {
      font-size: 0.6em;
      padding-top: 5px;
      padding-right: 5px; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-option-subtitle-header {
      font-size: 1em;
      margin-top: 10px;
      margin-bottom: 5px; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-option-subtitle-header.margin {
        margin-top: 15px; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-option-subtitle-header > a {
        color: #4a90e2;
        text-decoration: underline; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-additional-option {
      line-height: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-additional-option .selected {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background: #4a90e2;
        border: 2px solid #4a90e2;
        margin-right: 15px;
        float: left; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-body-additional-option .deselected {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background: #FFFFFF;
        border: 2px solid #4a90e2;
        margin-right: 15px;
        float: left; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-light-buttons {
      width: calc(100% - 20px);
      margin-top: 10px;
      margin-bottom: 30px; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-light-button {
      display: inline-block;
      cursor: pointer; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-light-button:last-child {
        float: right; }
    .fullscreen-modal-container .fullscreen-modal-white .fullscreen-feedback {
      color: #000000;
      opacity: 0;
      font-size: 1em;
      margin-bottom: 15px;
      transition: opacity 0.3s; }
      .fullscreen-modal-container .fullscreen-modal-white .fullscreen-feedback.active {
        opacity: 0.3; }
    .fullscreen-modal-container .fullscreen-modal-white hr {
      opacity: 0.3;
      margin: 50px 0px; }
  .fullscreen-modal-container .fullscreen-modal {
    width: 100%;
    height: 100%;
    background: #4a90e2;
    color: #FFFFFF; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-close {
      display: inline-block;
      margin-right: 70px;
      margin-top: 40px;
      font-size: 1em;
      opacity: 0.7;
      float: right;
      cursor: pointer; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-back {
      display: inline-block;
      margin-left: 70px;
      margin-top: 40px;
      font-size: 1em;
      opacity: 0.7;
      float: left;
      cursor: pointer; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-body {
      width: 600px;
      padding-top: 150px;
      margin: 0 auto; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-title {
      padding-bottom: 40px;
      font-size: 1.75em; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-body-separated {
      line-height: 60px;
      font-size: 1.5em; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-body-option {
      cursor: pointer; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-body-label {
      line-height: 40px; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-body-description {
      color: #a7a7a7;
      width: 350px; }
    .fullscreen-modal-container .fullscreen-modal .fullscreen-body-additional-option {
      line-height: 23px;
      margin-top: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
    .fullscreen-modal-container .fullscreen-modal .selected {
      width: 20px;
      height: 20px;
      border-radius: 3px;
      background: #FFFFFF;
      margin-right: 15px;
      float: left; }
    .fullscreen-modal-container .fullscreen-modal .deselected {
      width: 20px;
      height: 20px;
      border-radius: 3px;
      background: #FFFFFF;
      opacity: 0.2;
      margin-right: 15px;
      float: left; }
  .fullscreen-modal-container .dropzone {
    margin-top: 30px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    height: 120px;
    width: 400px;
    cursor: pointer; }
    .fullscreen-modal-container .dropzone > div {
      padding-left: 50px;
      padding-right: 50px;
      text-align: center; }
  .fullscreen-modal-container .dropzone-start {
    padding-top: 40px;
    font-size: 1.75em;
    line-height: 1.75em; }
  .fullscreen-modal-container .dropzone-links {
    padding-top: 10px;
    line-height: 14px;
    font-size: 0.85em; }
  .fullscreen-modal-container .dropzone-selected {
    background: #4a90e2;
    color: #FFFFFF; }
  .fullscreen-modal-container .dropzone-selecting {
    background: rgba(74, 144, 226, 0.1);
    border: 1px dashed #4a90e2; }
  .fullscreen-modal-container .dropzone-plus {
    padding-top: 20px;
    font-size: 2em;
    margin: 0 auto;
    width: 30px; }
  .fullscreen-modal-container .index-pane {
    position: fixed;
    top: 100px;
    z-index: 1000; }
    @media (max-width: 1000px) {
      .fullscreen-modal-container .index-pane {
        left: calc((100% - 600px) * 0.5 + 440px); } }
    @media (min-width: 1000px) {
      .fullscreen-modal-container .index-pane {
        left: calc((100% - 600px) * 0.5 - 220px); } }
    .fullscreen-modal-container .index-pane .header {
      padding: 5px 0px;
      margin: 7px;
      text-transform: uppercase;
      font-size: 0.6em;
      color: rgba(0, 0, 0, 0.4); }
    .fullscreen-modal-container .index-pane .option {
      padding: 10px 15px;
      border-radius: 3px;
      background: #f8f8f8;
      margin: 7px;
      color: #7d7d7d;
      font-size: 0.7em;
      cursor: pointer; }
      .fullscreen-modal-container .index-pane .option.active, .fullscreen-modal-container .index-pane .option:hover {
        outline: 0;
        background: #dfdfdf; }
  .fullscreen-modal-container .tutorial {
    width: 100%;
    margin: 30px 0px; }
  .fullscreen-modal-container .tutorial-message {
    color: #000;
    text-align: center; }
  .fullscreen-modal-container .tutorial-image {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: auto; }
  .fullscreen-modal-container .fullscreen-option-expand {
    width: 35px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5; }

.tooltip-container {
  position: relative; }
  .tooltip-container.force .tooltip, .tooltip-container:hover .tooltip {
    -webkit-transition: opacity 200ms 400ms;
    -moz-transition: opacity 200ms 400ms;
    -ms-transition: opacity 200ms 400ms;
    -o-transition: opacity 200ms 400ms;
    transition: opacity 200ms 400ms;
    opacity: 1; }
  .tooltip-container .tooltip {
    position: absolute;
    background: #000;
    padding: 5px 8px;
    opacity: 0;
    z-index: 500;
    pointer-events: none;
    -webkit-transition: opacity 200ms 0ms;
    -moz-transition: opacity 200ms 0ms;
    -ms-transition: opacity 200ms 0ms;
    -o-transition: opacity 200ms 0ms;
    transition: opacity 200ms 0ms; }
    .tooltip-container .tooltip .text {
      color: #fff;
      font-size: 0.55em;
      white-space: nowrap; }
      .tooltip-container .tooltip .text > div {
        text-align: center; }
    .tooltip-container .tooltip .triangle.right {
      position: absolute;
      left: 100%;
      top: 50%;
      transform: rotate(90deg); }
    .tooltip-container .tooltip .triangle.bottom {
      position: absolute;
      left: 50%;
      top: 100%;
      transform: rotate(180deg); }
    .tooltip-container .tooltip .triangle svg {
      position: absolute;
      top: -6px;
      left: 50%;
      transform: translateX(-5px);
      fill: #000;
      pointer-events: none; }

/* MODALS */
.modal-tooltip {
  position: absolute;
  top: calc(50% + 60px);
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
  height: 150px;
  background: #fff;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2000;
  font-size: 0.85em; }
  .modal-tooltip .header {
    text-transform: uppercase;
    color: #4a90e2;
    margin: 10px; }
  .modal-tooltip .body {
    margin: 10px;
    text-align: center;
    color: #222; }
  .modal-tooltip .button {
    background: #4a90e2;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 0.7em;
    margin: 10px;
    cursor: pointer; }
  .modal-tooltip svg {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-5px);
    fill: #fff;
    pointer-events: none; }

.emoji-picker-override {
  position: absolute;
  z-index: 20;
  top: 95px;
  right: -50px;
  visibility: hidden; }
  .emoji-picker-override.open {
    visibility: visible; }

.open-emoji-selector {
  opacity: 0.7;
  position: absolute;
  z-index: 15;
  font-size: 0.85em;
  top: 45px;
  right: 23px;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .open-emoji-selector:hover {
    opacity: 1; }
  .open-emoji-selector > img {
    width: 100%; }

.modal-container-two {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .modal-container-two.clear {
    background: transparent; }
  .modal-container-two .modal {
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    max-height: calc(100% - 60px); }
    .modal-container-two .modal .tabs {
      margin-top: 20px;
      padding-left: 20px;
      display: inline-block; }
      .modal-container-two .modal .tabs .tab {
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        font-size: 0.9em;
        margin-right: 10px;
        border-radius: 3px;
        background: #dfdfdf;
        color: #787878; }
      .modal-container-two .modal .tabs .active {
        background-color: #4a90e2;
        color: white; }
    .modal-container-two .modal .statistics-container {
      margin: 30px 0px; }
      .modal-container-two .modal .statistics-container .statistics {
        color: #787878;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px; }
    .modal-container-two .modal .label {
      font-size: 0.8em;
      display: inline-block;
      padding-left: 20px;
      line-height: 30px;
      color: #787878; }
    .modal-container-two .modal .category-view-checkbox {
      margin: 10px 0px; }
    .modal-container-two .modal .public {
      font-size: 0.7em;
      padding: 20px;
      padding-top: 0px;
      color: #787878;
      font-style: italic;
      cursor: default; }
    .modal-container-two .modal .tag-input-body {
      position: relative; }
    .modal-container-two .modal .input-header {
      font-size: 13px;
      margin-left: 20px;
      font-size: 0.7em;
      margin-top: 20px;
      cursor: default; }
    .modal-container-two .modal .input {
      border-bottom: 1px solid #dfdfdf; }
      .modal-container-two .modal .input .url-input {
        display: flex;
        padding: 10px 0px; }
        .modal-container-two .modal .input .url-input .pre-url {
          margin-left: 20px;
          display: inline-block;
          float: left;
          color: #4a90e2; }
        .modal-container-two .modal .input .url-input .url-name-input {
          display: inline-block;
          margin: 0px;
          padding: 0px; }
      .modal-container-two .modal .input .option {
        opacity: 0.7;
        cursor: pointer;
        width: calc(100% - 80px);
        font-size: 0.85em;
        padding: 20px; }
        .modal-container-two .modal .input .option.selected {
          opacity: 1; }
      .modal-container-two .modal .input textarea {
        outline: 0;
        border: 0;
        width: calc(100% - 80px);
        font-size: 1em;
        padding: 10px 20px;
        color: #222; }
      .modal-container-two .modal .input input {
        outline: 0;
        border: 0;
        width: calc(100% - 80px);
        font-size: 1em;
        padding: 10px 20px;
        color: #222; }
      .modal-container-two .modal .input .icon-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px;
        height: 100px;
        overflow-y: scroll; }
        .modal-container-two .modal .input .icon-grid .icon {
          margin: 3px;
          cursor: pointer; }
    .modal-container-two .modal .category-name {
      font-size: 20px;
      display: block; }
      .modal-container-two .modal .category-name .selected-icon {
        padding-top: 18px;
        padding-left: 23px;
        display: inline-block;
        float: left; }
      .modal-container-two .modal .category-name .category-name-input-field {
        display: inline-block;
        width: 400px; }
    .modal-container-two .modal .newlist-name {
      font-size: 20px; }
    .modal-container-two .modal .close {
      background: #dfdfdf;
      padding: 10px;
      color: #FFFFFF;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
      .modal-container-two .modal .close .cancel {
        opacity: 0.85;
        float: left;
        cursor: pointer;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 3px;
        background: #787878;
        font-size: 0.8em; }
        .modal-container-two .modal .close .cancel:hover {
          opacity: 1; }
      .modal-container-two .modal .close .confirm {
        opacity: 0.85;
        float: right;
        cursor: pointer;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 3px;
        background: #74BF6E;
        font-size: 0.8em; }
        .modal-container-two .modal .close .confirm:hover {
          opacity: 1; }
  .modal-container-two .header {
    color: #787878;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.85em;
    display: flex;
    min-height: 17px; }
    .modal-container-two .header .label {
      flex-shrink: 0;
      padding-top: 2px;
      display: inline-block;
      color: #fff;
      opacity: 0.7;
      margin-right: 10px;
      vertical-align: middle; }
    .modal-container-two .header .title {
      font-weight: bold;
      font-size: 18px;
      flex-grow: 1;
      padding-top: 2px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle; }
      .modal-container-two .header .title .title-right {
        opacity: 0.8;
        background: #4a90e2;
        position: absolute;
        right: calc(50% - 290px);
        color: #FFFFFF;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 0.7em !important;
        font-weight: normal; }
        .modal-container-two .header .title .title-right:hover {
          opacity: 1; }
    .modal-container-two .header .close {
      flex-shrink: 0;
      margin-left: 10px;
      display: inline-block;
      float: right;
      cursor: pointer; }
      .modal-container-two .header .close div {
        padding-top: 5px;
        font-size: 0.7em;
        color: #FFFFFF;
        opacity: 0.7; }
        .modal-container-two .header .close div:hover {
          opacity: 1; }
  .modal-container-two .positive {
    color: #dfdfdf;
    font-size: 0.7em;
    float: right;
    text-align: right;
    padding: 14px;
    margin-top: 4px; }
    .modal-container-two .positive.active {
      text-decoration: none;
      color: #4a90e2; }
  .modal-container-two .share-field {
    flex: 1;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 15px; }
    .modal-container-two .share-field input {
      padding-left: 5px; }
      .modal-container-two .share-field input.disabled {
        pointer-events: none; }
    .modal-container-two .share-field .email {
      display: inline-block;
      margin: 15px 0px;
      font-size: 0.85em;
      padding: 5px;
      color: #4a90e2;
      border-radius: 5px; }
      .modal-container-two .share-field .email:after {
        content: ","; }
  .modal-container-two .body {
    overflow-y: auto;
    height: 300px; }
    .modal-container-two .body .selected {
      background: #EFF5FC; }
  .modal-container-two .body-text {
    padding: 20px;
    font-size: 0.85em; }
    .modal-container-two .body-text select {
      outline: 0;
      background: 0;
      border: 0;
      border-bottom: 1px solid #d7d7d7;
      padding: 0px 5px;
      margin: 0px 5px;
      padding-bottom: 1px;
      overflow: hidden; }
  .modal-container-two .tag, .modal-container-two .type, .modal-container-two .autocomplete {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 20px;
    color: #2F2F2F; }
  .modal-container-two .tag span {
    font-size: 0.85em; }
  .modal-container-two .tag img {
    opacity: 0.7;
    cursor: pointer;
    padding: 7px;
    float: right;
    display: inline-block;
    width: 10px;
    height: 10px; }
    .modal-container-two .tag img:hover {
      opacity: 1; }
  .modal-container-two .autocomplete {
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf; }
    .modal-container-two .autocomplete.key {
      background: #dfdfdf;
      cursor: default; }
      .modal-container-two .autocomplete.key.selected {
        background: #7c7c7c; }
    .modal-container-two .autocomplete .name {
      color: #2F2F2F;
      font-size: 0.85em;
      display: block; }
      .modal-container-two .autocomplete .name.value {
        padding-left: 10px; }
    .modal-container-two .autocomplete .subtitle {
      color: #7c7c7c;
      font-size: 0.7em;
      margin-top: 3px; }
      .modal-container-two .autocomplete .subtitle.value {
        padding-left: 10px; }
  .modal-container-two .sharedto {
    border-bottom: 1px solid #4a90e2; }
    .modal-container-two .sharedto .share-header {
      background: #f8f8f8;
      font-size: 0.6em;
      padding: 5px 20px;
      color: #2F2F2F; }
    .modal-container-two .sharedto .subtitle {
      color: #4a90e2; }
    .modal-container-two .sharedto .autocomplete:last-child {
      border-bottom: none; }
  .modal-container-two .type {
    cursor: pointer;
    font-size: 0.85em; }
    .modal-container-two .type .icon {
      position: relative;
      top: 3px;
      padding-right: 10px; }
    .modal-container-two .type .modify {
      float: right;
      position: relative;
      top: 3px;
      cursor: pointer;
      opacity: 0.7;
      padding-right: 5px;
      font-size: 0.7em; }
    .modal-container-two .type .delete {
      float: right;
      position: relative;
      top: 3px;
      cursor: pointer;
      opacity: 0.7;
      font-size: 0.7em; }
    .modal-container-two .type.current {
      line-height: 24px;
      color: #4a90e2;
      background: #dfdfdf; }
    .modal-container-two .type img {
      cursor: pointer;
      padding: 7px;
      float: right;
      display: inline-block;
      width: 10px;
      height: 10px; }
  .modal-container-two .progress {
    padding: 20px; }
  .modal-container-two .dropzone {
    border: 1px dashed #666666;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    height: 50px;
    width: calc(100% - 44px); }
    .modal-container-two .dropzone > div {
      margin-top: 10px; }
  .modal-container-two .buttons {
    padding: 15px 20px;
    width: calc(100% - 40px);
    height: 32px; }
    .modal-container-two .buttons a {
      text-decoration: none; }
    .modal-container-two .buttons .button {
      padding: 10px;
      margin-right: 10px;
      background: #4a90e2;
      text-transform: uppercase;
      font-size: 0.6em;
      color: rgba(255, 255, 255, 0.7);
      cursor: pointer;
      float: left; }
      .modal-container-two .buttons .button.centered {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        text-align: right; }
      .modal-container-two .buttons .button.disabled, .modal-container-two .buttons .button.disabled:hover {
        background: #99C1EE; }
      .modal-container-two .buttons .button:hover {
        background: #3669A5;
        color: white; }
      .modal-container-two .buttons .button.button-red {
        background: #D66A78 !important; }
    .modal-container-two .buttons .button:last-child {
      margin-right: 0px;
      float: right; }
  .modal-container-two textarea {
    padding: 20px;
    resize: none;
    height: 260px; }
  .modal-container-two .twitter-picker {
    box-shadow: none !important;
    border-bottom: solid 1px #dfdfdf !important; }

.modal-container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .modal-container.clear {
    background: transparent; }
  .modal-container .modal {
    display: flex;
    flex-direction: column;
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    max-height: calc(100% - 60px); }
  .modal-container .header {
    background: #4a90e2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.85em;
    display: flex;
    min-height: 17px; }
    .modal-container .header .label {
      flex-shrink: 0;
      padding-top: 2px;
      display: inline-block;
      color: #fff;
      opacity: 0.7;
      margin-right: 10px;
      vertical-align: middle; }
    .modal-container .header .title {
      flex-grow: 1;
      padding-top: 2px;
      display: inline-block;
      color: #fff;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle; }
    .modal-container .header .close {
      flex-shrink: 0;
      margin-left: 10px;
      display: inline-block;
      float: right;
      cursor: pointer; }
      .modal-container .header .close div {
        padding-top: 5px;
        font-size: 0.7em;
        color: #FFFFFF;
        opacity: 0.7; }
        .modal-container .header .close div:hover {
          opacity: 1; }
  .modal-container .input {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #4a90e2; }
    .modal-container .input input {
      flex: 1;
      outline: 0;
      border: 0;
      width: calc(100% - 40px);
      font-size: 0.85em;
      padding: 20px; }
  .modal-container .positive {
    color: #dfdfdf;
    font-size: 0.7em;
    float: right;
    text-align: right;
    padding: 14px;
    margin-top: 4px; }
    .modal-container .positive.active {
      text-decoration: none;
      color: #4a90e2; }
  .modal-container .share-field {
    flex: 1;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 15px; }
    .modal-container .share-field input {
      padding-left: 5px; }
      .modal-container .share-field input.disabled {
        pointer-events: none; }
    .modal-container .share-field .email {
      display: inline-block;
      margin: 15px 0px;
      font-size: 0.85em;
      padding: 5px;
      color: #4a90e2;
      border-radius: 5px; }
      .modal-container .share-field .email:after {
        content: ","; }
  .modal-container .body {
    flex: 1;
    overflow-y: auto;
    height: 300px; }
    .modal-container .body .selected {
      background: #EFF5FC; }
  .modal-container .body-text {
    padding: 20px;
    font-size: 0.85em; }
    .modal-container .body-text select {
      outline: 0;
      background: 0;
      border: 0;
      border-bottom: 1px solid #d7d7d7;
      padding: 0px 5px;
      margin: 0px 5px;
      padding-bottom: 1px;
      overflow: hidden; }
  .modal-container .tag, .modal-container .type, .modal-container .autocomplete {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 20px;
    color: #2F2F2F; }
  .modal-container .tag span {
    font-size: 0.85em; }
  .modal-container .tag img {
    opacity: 0.7;
    cursor: pointer;
    padding: 7px;
    float: right;
    display: inline-block;
    width: 10px;
    height: 10px; }
    .modal-container .tag img:hover {
      opacity: 1; }
  .modal-container .autocomplete {
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf; }
    .modal-container .autocomplete .name {
      color: #2F2F2F;
      font-size: 0.85em;
      display: block; }
    .modal-container .autocomplete .subtitle {
      color: #7c7c7c;
      font-size: 0.7em;
      margin-top: 3px; }
  .modal-container .sharedto {
    border-bottom: 1px solid #4a90e2; }
    .modal-container .sharedto .share-header {
      background: #f8f8f8;
      font-size: 0.6em;
      padding: 5px 20px;
      color: #2F2F2F; }
    .modal-container .sharedto .subtitle {
      color: #4a90e2; }
    .modal-container .sharedto .autocomplete:last-child {
      border-bottom: none; }
  .modal-container .type {
    cursor: pointer;
    font-size: 0.85em; }
    .modal-container .type.current {
      line-height: 24px;
      color: #4a90e2;
      background: #dfdfdf; }
    .modal-container .type img {
      cursor: pointer;
      padding: 7px;
      float: right;
      display: inline-block;
      width: 10px;
      height: 10px; }
  .modal-container .progress {
    padding: 20px; }
  .modal-container .dropzone {
    border: 1px dashed #666666;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    height: 50px;
    width: calc(100% - 44px); }
    .modal-container .dropzone > div {
      margin-top: 10px; }
  .modal-container .buttons {
    padding: 15px 20px;
    width: calc(100% - 40px);
    height: 32px; }
    .modal-container .buttons a {
      text-decoration: none; }
    .modal-container .buttons .button {
      padding: 10px;
      margin-right: 10px;
      background: #4a90e2;
      text-transform: uppercase;
      font-size: 0.6em;
      color: rgba(255, 255, 255, 0.7);
      cursor: pointer;
      float: left; }
      .modal-container .buttons .button.centered {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        text-align: right; }
      .modal-container .buttons .button.disabled, .modal-container .buttons .button.disabled:hover {
        background: #99C1EE; }
      .modal-container .buttons .button:hover {
        background: #3669A5;
        color: white; }
      .modal-container .buttons .button.button-red {
        background: #D66A78 !important; }
    .modal-container .buttons .button:last-child {
      margin-right: 0px;
      float: right; }
  .modal-container textarea {
    padding: 20px;
    resize: none;
    height: 260px; }

/* Login and Register */
.page {
  border-top: 7px solid #4a90e2;
  width: 100%;
  margin: auto;
  padding-top: 5%; }
  .page .undecorated {
    text-decoration: none; }
  .page .title {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1em; }
  .page .logo-splitter {
    padding-top: 30px;
    border-bottom: #dfdfdf; }
  .page .logo {
    margin-left: 0px;
    padding: 0px; }
    .page .logo img {
      margin: 0 auto;
      float: none;
      display: block;
      width: 20px;
      height: auto; }
  .page .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px; }
    .page .centered input {
      font-size: 1em; }
    .page .centered .field {
      margin: 10px 30px;
      width: 60%;
      padding: 10px 0px;
      border-bottom: 1px solid #dfdfdf; }
    .page .centered .field-small {
      margin: 10px 30px;
      width: 60%;
      padding: 10px 0px; }
      .page .centered .field-small > input {
        padding-bottom: 10px;
        padding-right: 5px;
        border-bottom: 1px solid #dfdfdf;
        -webkit-transition: border-bottom 0.3s;
        -moz-transition: border-bottom 0.3s;
        -ms-transition: border-bottom 0.3s;
        -o-transition: border-bottom 0.3s;
        transition: border-bottom 0.3s; }
        .page .centered .field-small > input:focus {
          border-bottom: 1px solid #4a90e2; }
      .page .centered .field-small > input[type=checkbox] {
        height: 12px;
        width: 12px; }
    .page .centered .button {
      margin-top: 30px;
      display: block;
      padding: 20px 20px;
      text-transform: uppercase;
      cursor: pointer;
      line-height: 0.1em;
      font-size: 0.6em;
      vertical-align: middle;
      background: #4a90e2;
      color: #FFFFFF;
      text-align: center; }
      .page .centered .button.fixed {
        width: 200px;
        margin-top: 15px; }
      .page .centered .button:hover {
        background: #3669A5; }
  .page .button-skip {
    margin-top: 30px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 0.1em;
    font-size: 0.6em;
    vertical-align: middle;
    color: #787878;
    text-align: center;
    width: 140px;
    padding: 20px;
    text-decoration: none; }
    .page .button-skip:hover {
      color: #2F2F2F; }
  .page hr {
    border-top: none;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 50px;
    border-color: #7c7c7c;
    border-width: 1px; }

.modal-page {
  background-color: #4a90e2;
  width: 100%;
  margin: auto;
  height: 100%; }
  .modal-page .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px; }
  .modal-page .content {
    border-radius: 5px;
    margin-top: 50px;
    background-color: white;
    width: 400px;
    padding: 20px;
    float: left; }
  .modal-page .button {
    background: #4a90e2;
    float: left !important;
    clear: left;
    color: #fff;
    font-size: 0.8em;
    font-family: Lato-Regular;
    opacity: 0.8;
    display: inline-block;
    cursor: pointer;
    margin: 10px auto;
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 12px;
    text-align: center;
    outline: none !important;
    border-radius: 3px; }
    .modal-page .button:hover {
      opacity: 1; }
  .modal-page input {
    float: left !important;
    font-family: Lato-Light;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 0px;
    margin-bottom: 20px;
    margin-top: 7px;
    width: 50% !important;
    padding-left: 10px;
    background-color: #fafafa;
    box-shadow: none !important;
    -webkit-transition: border-bottom 0.3s;
    -moz-transition: border-bottom 0.3s;
    -ms-transition: border-bottom 0.3s;
    -o-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s; }
    .modal-page input::-webkit-input-placeholder {
      color: #bcbcbc; }
    .modal-page input:-moz-placeholder {
      color: #bcbcbc; }
    .modal-page input::-moz-placeholder {
      color: #bcbcbc; }
    .modal-page input:-ms-input-placeholder {
      color: #bcbcbc; }
    .modal-page input:focus {
      border: 1px solid #4a90e2; }

/* External Pages */
.page-prompts {
  border-top: 7px solid #4a90e2;
  width: 100%;
  text-align: center;
  font-weight: 300; }
  .page-prompts .logo {
    margin-left: 0px;
    padding: 0px;
    width: 100%; }
    .page-prompts .logo img {
      margin: 0 auto;
      float: none;
      display: block;
      width: 20px;
      height: auto; }
  .page-prompts .center {
    padding-top: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 80%; }
    .page-prompts .center .message {
      font-size: 14px;
      line-height: 22px; }
  .page-prompts .header {
    font-size: 1.2em;
    font-weight: 500;
    color: #222; }
  .page-prompts .header-text {
    margin: 20px;
    line-height: 1.2em; }
  .page-prompts .success-text, .page-prompts .error-text {
    margin-bottom: 20px;
    line-height: 1.2em;
    padding: 10px;
    background: #fff;
    font-size: 0.7em;
    color: #222; }
    .page-prompts .success-text:empty, .page-prompts .error-text:empty {
      display: none; }
  .page-prompts .error-text {
    color: #D66A78 !important; }
  .page-prompts a {
    text-decoration: none; }
  .page-prompts hr {
    border-top: none;
    width: 40%;
    margin-top: 30px;
    margin-bottom: 50px;
    border-color: #7c7c7c; }
  .page-prompts input {
    background: rgba(0, 0, 0, 0.2);
    margin: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 5px; }
    .page-prompts input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
    .page-prompts input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
    .page-prompts input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
    .page-prompts input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
  .page-prompts .horizontal-buttons {
    display: flex; }
    .page-prompts .horizontal-buttons > .button {
      flex: 1;
      font-weight: 500; }
  .page-prompts .button {
    margin-top: 50px;
    display: block;
    padding: 20px 20px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 0.1em;
    font-size: 0.7em;
    vertical-align: middle;
    background: #4a90e2;
    color: #FFFFFF;
    text-align: center;
    width: 140px; }
    .page-prompts .button:hover {
      background: #3669A5; }
  .page-prompts .button-skip {
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 0.1em;
    font-size: 0.7em;
    vertical-align: middle;
    color: #787878;
    text-align: center;
    width: 140px;
    padding: 20px; }
    .page-prompts .button-skip:hover {
      color: #2F2F2F; }
  .page-prompts .tutorial-image {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    max-width: 500px; }

.onboarding-page {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Lato-Regular";
  transition: background 0.8s 0.5s; }
  .onboarding-page.white {
    background: #FFFFFF; }
  .onboarding-page.blue {
    background: #4a90e2; }
    .onboarding-page.blue hr {
      border-color: #FFFFFF; }
    .onboarding-page.blue .header, .onboarding-page.blue .message {
      color: #FFFFFF; }
    .onboarding-page.blue .button {
      background: #FFFFFF;
      color: #4a90e2; }
      .onboarding-page.blue .button:hover {
        background: #FFFFFF;
        color: #3669A5; }
    .onboarding-page.blue .button-skip {
      color: #FFFFFF; }
      .onboarding-page.blue .button-skip:hover {
        color: #FFFFFF; }
    .onboarding-page.blue svg {
      stroke: #4a90e2 !important; }
  .onboarding-page.active .header,
  .onboarding-page.active hr {
    -webkit-animation: animFadeIn 400ms ease-in both;
    animation: animFadeIn 400ms ease-in both;
    -webkit-animation: animFadeIn 400ms ease-in both;
    animation: animFadeIn 400ms ease-in both; }
  .onboarding-page.active .message,
  .onboarding-page.active .button {
    -webkit-animation: animFadeIn 400ms ease-in 200ms both;
    animation: animFadeIn 400ms ease-in 200ms both;
    -webkit-animation: animFadeIn 400ms ease-in 200ms both;
    animation: animFadeIn 400ms ease-in 200ms both; }
  .onboarding-page.active .image {
    -webkit-animation: animFadeIn 400ms ease-in 500ms both;
    animation: animFadeIn 400ms ease-in 500ms both; }
  .onboarding-page.closed.blue {
    background: #FFFFFF; }
  .onboarding-page.closed.white {
    background: rgba(255, 255, 255, 0); }
  .onboarding-page.closed .header,
  .onboarding-page.closed hr {
    -webkit-animation: animFadeOut 400ms ease-in both;
    animation: animFadeOut 400ms ease-in both;
    -webkit-animation: animFadeOut 400ms ease-in both;
    animation: animFadeOut 400ms ease-in both; }
  .onboarding-page.closed .message,
  .onboarding-page.closed .button {
    -webkit-animation: animFadeOut 400ms ease-in 200ms both;
    animation: animFadeOut 400ms ease-in 200ms both;
    -webkit-animation: animFadeOut 400ms ease-in 200ms both;
    animation: animFadeOut 400ms ease-in 200ms both; }
  .onboarding-page.closed .image {
    -webkit-animation: animFadeOut 400ms ease-in 500ms both;
    animation: animFadeOut 400ms ease-in 500ms both; }
  .onboarding-page .center {
    padding-top: 15vh;
    height: calc(100% - 15vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: calc(100% - 160px);
    overflow: hidden; }
  .onboarding-page .header {
    font-size: 1.7em;
    font-weight: 500;
    color: #222;
    opacity: 0; }
  .onboarding-page .message {
    font-size: 1.4em;
    color: #222;
    opacity: 0; }
    .onboarding-page .message.mobile {
      font-size: 1em; }
    .onboarding-page .message.thinner {
      max-width: 650px;
      margin: 0 auto; }
    .onboarding-page .message.lower {
      margin-top: 20px; }
  .onboarding-page a {
    text-decoration: none; }
  .onboarding-page hr {
    border-top: none;
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #7c7c7c;
    opacity: 0; }
    .onboarding-page hr.mobile {
      width: 60%; }
  .onboarding-page .button {
    margin-top: 50px;
    display: block;
    padding: 20px 80px;
    cursor: pointer;
    font-size: 1.4em;
    vertical-align: middle;
    background: #4a90e2;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    position: relative;
    transition: font-size 0.5s, padding 0.5s, border-radius 0.5s; }
    .onboarding-page .button.mobile {
      padding: 20px; }
    .onboarding-page .button:hover {
      background: #3669A5; }
    .onboarding-page .button svg {
      display: none;
      stroke: #FFFFFF;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .onboarding-page .button svg .checkmark-check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        transform: scale(2);
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }
    .onboarding-page .button.checked {
      font-size: 0;
      color: transparent;
      padding: 30px;
      border-radius: 30px; }
      .onboarding-page .button.checked svg {
        display: block; }
  .onboarding-page .button-skip {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    font-style: italic;
    color: #4a90e2;
    cursor: pointer; }
    .onboarding-page .button-skip.mobile {
      bottom: none;
      top: 0;
      margin-top: 20px; }
    .onboarding-page .button-skip:hover {
      color: #3669A5; }
  .onboarding-page .image {
    margin-top: 10vh;
    width: 100%;
    height: auto;
    opacity: 0;
    position: relative; }
    .onboarding-page .image.hoverclose img:last-child {
      z-index: 100;
      -webkit-animation: animAuto 600ms ease-in 1500ms both;
      animation: animAuto 600ms ease-in 1500ms both; }
    .onboarding-page .image img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%; }

.fullscreen-page {
  width: 100%;
  height: 100%;
  font-family: Lato-Regular;
  font-size: 0.9em;
  text-align: center; }
  .fullscreen-page .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px; }
  .fullscreen-page .header {
    text-transform: uppercase;
    color: #4a90e2;
    margin: 10px;
    margin-top: 20px; }
  .fullscreen-page .subtitle {
    color: rgba(0, 0, 0, 0.4);
    margin: 10px;
    max-width: 500px; }
  .fullscreen-page .button {
    padding: 10px 50px;
    background: #f8f8f8;
    color: rgba(0, 0, 0, 0.4);
    margin: 20px;
    cursor: pointer;
    transition: background 150ms, color 150ms; }
    .fullscreen-page .button:hover {
      color: #7d7d7d; }
      .fullscreen-page .button:hover.red-hover {
        color: #fff;
        background: #D66A78; }
      .fullscreen-page .button:hover.green-hover {
        color: #fff;
        background: #74BF6E; }
    .fullscreen-page .button.open .button-title {
      margin: 20px 0px;
      font-weight: bold; }
    .fullscreen-page .button.open .button-hidden-text {
      color: rgba(0, 0, 0, 0.4);
      display: block;
      margin-bottom: 20px; }
    .fullscreen-page .button .button-hidden-text {
      display: none; }
  .fullscreen-page hr {
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    opacity: 0.2; }
  .fullscreen-page .types {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60vw;
    flex-wrap: wrap;
    margin: 20px 0px; }
    .fullscreen-page .types .image {
      margin: 10px;
      cursor: pointer; }
      .fullscreen-page .types .image img {
        width: 30px;
        height: 30px;
        padding: 5px; }
      .fullscreen-page .types .image .title {
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        font-size: 0.8em; }

.import-contacts-checkmark {
  font-size: 0;
  color: transparent;
  padding: 30px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-table;
  transition: border 300ms; }
  .import-contacts-checkmark.spin {
    border: 1px solid #fff;
    border-top: 1px solid #4a90e2;
    animation: spin 1s linear infinite; }
  .import-contacts-checkmark.active {
    border: 1px solid #4a90e2; }
    .import-contacts-checkmark.active svg {
      display: block;
      stroke: #4a90e2;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .import-contacts-checkmark.active svg .checkmark-check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        transform: scale(2);
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

.no-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.curation-page {
  overflow-x: hidden;
  text-align: center;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .curation-page .curation-credits {
    cursor: pointer;
    text-align: right;
    color: #787878;
    position: absolute;
    bottom: 40px;
    margin-left: -140px;
    font-size: 13px; }
    .curation-page .curation-credits .subscribe {
      text-align: right;
      padding: 7px;
      padding-right: 0px;
      padding-bottom: 15px;
      border-bottom: 1px solid #dfdfdf; }
      .curation-page .curation-credits .subscribe:hover {
        color: #4a90e2; }
    .curation-page .curation-credits .text {
      opacity: 0.5; }
      .curation-page .curation-credits .text:hover {
        opacity: 1; }
    @media (max-width: 1050px) {
      .curation-page .curation-credits {
        margin-left: -100px; } }
    @media (max-width: 560px) {
      .curation-page .curation-credits {
        visibility: hidden; } }
  .curation-page .curation-center {
    display: block;
    margin: auto;
    width: calc(100% - 250px);
    max-width: 750px;
    height: 100%; }
    @media (max-width: 560px) {
      .curation-page .curation-center {
        width: 90%;
        max-width: 90%; } }
    .curation-page .curation-center .curation-items {
      margin-top: 20px;
      display: inline-block;
      width: 100%; }
    .curation-page .curation-center .curation-title {
      padding-top: 40px;
      width: calc(100%);
      display: inline-block; }
      .curation-page .curation-center .curation-title .search-modal {
        overflow: scroll;
        position: fixed;
        top: 90px;
        z-index: 3;
        background: #FFFFFF;
        height: 500px;
        width: 200px;
        border: 2px solid #dfdfdf;
        border-radius: 4px;
        left: calc(50% + 220px); }
        @media (max-width: 1000px) {
          .curation-page .curation-center .curation-title .search-modal {
            left: auto;
            right: 80px; } }
        @media (max-width: 560px) {
          .curation-page .curation-center .curation-title .search-modal {
            right: 40px;
            top: 150px;
            transform: scale(1.2);
            max-height: calc(100% - 230px); } }
        .curation-page .curation-center .curation-title .search-modal > input {
          width: calc(100% - 20px);
          padding: 10px;
          padding-left: 6px;
          font-size: 13px;
          border-bottom: 2px solid #dfdfdf; }
        .curation-page .curation-center .curation-title .search-modal .body {
          height: 460px;
          overflow: auto;
          color: #7c7c7c;
          padding-top: 3px; }
          .curation-page .curation-center .curation-title .search-modal .body .autocomplete {
            text-align: left;
            cursor: pointer;
            padding-left: 5px;
            padding-top: 3px;
            padding-bottom: 3px;
            border-bottom: 1px solid #dfdfdf; }
            .curation-page .curation-center .curation-title .search-modal .body .autocomplete.added {
              background: #dfdfdf !important; }
            .curation-page .curation-center .curation-title .search-modal .body .autocomplete .search-category-wrapper {
              display: block; }
              .curation-page .curation-center .curation-title .search-modal .body .autocomplete .search-category-wrapper .search-category-icon {
                padding-top: 5px;
                padding-left: 5px;
                padding-right: 5px;
                display: inline-block;
                float: left; }
              .curation-page .curation-center .curation-title .search-modal .body .autocomplete .search-category-wrapper .search-category-text {
                display: inline-block; }
            .curation-page .curation-center .curation-title .search-modal .body .autocomplete .icon > img {
              position: relative;
              top: 5px;
              height: 20px;
              width: 20px; }
            .curation-page .curation-center .curation-title .search-modal .body .autocomplete .name {
              color: #474747;
              font-size: 0.85em;
              font-family: Lato-Black;
              display: block; }
            .curation-page .curation-center .curation-title .search-modal .body .autocomplete .shifted {
              display: inline-block !important;
              line-height: 30px;
              margin-left: 7px; }
            .curation-page .curation-center .curation-title .search-modal .body .autocomplete .subtitle {
              display: block;
              font-size: 12px; }
          .curation-page .curation-center .curation-title .search-modal .body .selected {
            background: #f8f8f8; }
      .curation-page .curation-center .curation-title .right {
        display: flex;
        float: right; }
      .curation-page .curation-center .curation-title .left {
        padding-right: 10px;
        border-right: 1px solid #dfdfdf; }
      .curation-page .curation-center .curation-title .title-button {
        opacity: 0.8;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px; }
        .curation-page .curation-center .curation-title .title-button:hover {
          opacity: 1; }
        .curation-page .curation-center .curation-title .title-button .search-text {
          display: inline-block;
          font-size: 14px;
          opacity: 0.5;
          cursor: pointer; }
        .curation-page .curation-center .curation-title .title-button .filter-text {
          display: inline-block;
          font-size: 14px;
          opacity: 0.5;
          cursor: pointer; }
        .curation-page .curation-center .curation-title .title-button .icon-container {
          position: relative;
          top: 0;
          width: 100%;
          text-align: center; }
          .curation-page .curation-center .curation-title .title-button .icon-container img {
            max-height: 20px;
            padding-bottom: 3px; }
      .curation-page .curation-center .curation-title .top {
        float: left;
        display: inline-block;
        left: 0;
        text-align: left;
        max-width: calc(100% - 200px); }
      .curation-page .curation-center .curation-title .search {
        float: left;
        left: 0;
        max-width: calc(100% - 200px);
        display: inline-block; }
        .curation-page .curation-center .curation-title .search input {
          max-width: calc(100%);
          display: inline-block;
          line-height: 40px;
          font-size: 24px;
          opacity: 0.5; }
      .curation-page .curation-center .curation-title .primary {
        text-align: left;
        font-size: 24px;
        margin-bottom: 10px;
        cursor: pointer; }
      .curation-page .curation-center .curation-title .secondary {
        font-size: 14px;
        opacity: 0.5; }
    .curation-page .curation-center .category-list {
      display: flex;
      flex-wrap: wrap;
      margin-top: 25px;
      margin-bottom: 25px; }
      .curation-page .curation-center .category-list.large {
        margin-top: 70px; }
        @media (max-width: 680px) {
          .curation-page .curation-center .category-list.large {
            width: 100%; } }
      .curation-page .curation-center .category-list .category-option {
        background-color: #f5f5f5;
        font-size: 0.85em;
        border-radius: 3px;
        cursor: pointer; }
        .curation-page .curation-center .category-list .category-option.active {
          background-color: blue; }
        .curation-page .curation-center .category-list .category-option.inactive {
          background-color: #f5f5f5; }
        .curation-page .curation-center .category-list .category-option.large {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 200px;
          height: 200px;
          float: left;
          margin-right: 15px;
          margin-bottom: 15px; }
          @media (max-width: 680px) {
            .curation-page .curation-center .category-list .category-option.large {
              width: 100%; } }
        .curation-page .curation-center .category-list .category-option.small {
          display: flex;
          float: left;
          padding: 10px;
          margin-right: 8px;
          text-align: left;
          margin-bottom: 10px; }
        .curation-page .curation-center .category-list .category-option .category-option-content {
          margin: auto;
          vertical-align: middle;
          text-align: center; }
        .curation-page .curation-center .category-list .category-option .category-option-image.small {
          float: left; }
        .curation-page .curation-center .category-list .category-option .category-option-title.small {
          float: left;
          padding-left: 7px;
          padding-right: 7px;
          line-height: 18px; }
        .curation-page .curation-center .category-list .category-option .category-option-count.large {
          margin-top: 7px;
          color: grey;
          font-size: 0.7em; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes animAuto {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes animFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes animFadeOut {
  from {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

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