body {
  font-family: "HelveticaNeue45Light";
  font-size: 13px;
  letter-spacing: 0.26px;
}

body .btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  background: white;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 2px 1px #dadada7e;
          box-shadow: 0px 2px 2px 1px #dadada7e;
  color: #111;
  font-weight: bold;
  font-family: "HelveticaNeue65Medium";
}

body .btn.accent {
  background: #000dd2;
  color: white;
}

body .btn.white {
  background: white;
}

body .btn.black {
  background: #111;
  color: white;
  font-family: "HelveticaNeue45Light";
}

body .btn.gray {
  background: #F1F4F4;
}

body .btn.block {
  display: block;
}

body .btn.full {
  width: 100%;
}

body .btn.slim {
  padding: 2px 10px;
}

body .btn.noshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .header {
  background: #eee;
  height: 124px;
}

body .header .border {
  height: 34px;
  background: #3D3E3E;
}

body .header .nav {
  text-align: right;
  color: #BEBEBE;
}

body .header .nav .avatar img {
  border-radius: 100px;
  max-height: 41px;
  max-width: 41px;
  margin-top: -17px;
  position: relative;
  top: 13px;
  margin-left: 10px;
}

body .header .nav .menu {
  margin-left: 20px;
  font-size: 20px;
  position: relative;
  top: 4px;
  left: 14px;
}

body #body {
  clear: both;
}

body .sidebar {
  padding: 20px;
  max-width: 370px;
}

body .sidebar .box {
  background: #222;
  color: white;
  min-height: 60vh;
}

body .sidebar .box .tabs {
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

body .sidebar .box .tabs .tab {
  padding: 10px 0;
  -webkit-transition: 0.2s background ease-in;
  transition: 0.2s background ease-in;
  cursor: pointer;
  background: #333333;
  border-right: 1px solid #111111;
  color: white;
}

body .sidebar .box .tabs .tab:hover, body .sidebar .box .tabs .tab.active {
  background: #111;
  color: #000dd2;
}

body .sidebar .box .tabs .tab:last-child {
  border: 0;
}

body .sidebar .box .tab-content {
  display: none;
  padding: 10px 20px;
}

body .sidebar .box .tab-content.active {
  display: block;
}

body .sidebar .box .tab-content .headline {
  color: #707070;
  font-size: 34px;
  border-bottom: 1px solid #323333;
}

body .sidebar .box .tab-content .campaign_list {
  list-style-type: none;
  padding: 0;
}

body .sidebar .box .tab-content .campaign_list .campaign {
  color: #4F4F4F;
  padding: 10px 0;
  border-bottom: 1px solid #323333;
}

body .sidebar .box .tab-content .campaign_list .campaign:first-child {
  padding-top: 0;
}

body .sidebar .box .tab-content .campaign_list .campaign .name {
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  font-size: 13px;
  font-weight: 600;
  cursor: default;
}

body .sidebar .box .tab-content .campaign_list .campaign .name a {
  color: #4F4F4F;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

body .sidebar .box .tab-content .campaign_list .campaign .actions a {
  color: #4F4F4F;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  display: block;
  float: left;
  margin-left: 8px;
  font-size: 16px;
  position: relative;
  top: 4px;
  cursor: pointer;
}

body .sidebar .box .tab-content .campaign_list .campaign .actions a:first-child {
  margin-left: 0;
}

body .sidebar .box .tab-content .campaign_list .campaign.active .name {
  color: #000dd2;
}

body .sidebar .box .tab-content .campaign_list .campaign.active .name a {
  color: white;
}

body .sidebar .box .tab-content .campaign_list .campaign.active .actions a {
  color: white;
}

body .sidebar .box .tab-content .campaign_list .campaign:hover .name a, body .sidebar .box .tab-content .campaign_list .campaign:hover .actions a {
  color: white;
}

body .sidebar .box .tab-content .campaign_list .campaign:hover .actions a:hover, body .sidebar .box .tab-content .campaign_list .campaign:hover .name a:hover {
  color: #000dd2;
}

body .sidebar .box .tab-content .btn {
  font-size: 20px;
  padding: 2px 12px;
}

body .sidebar .box .faq {
  padding: 10px 20px;
}

body .sidebar .box .faq .headline {
  color: #707070;
  font-size: 34px;
  border-bottom: 1px solid #323333;
}

body .sidebar .box .faq a {
  display: block;
  color: #4f4f4f;
  margin-top: 10px;
}

body .sidebar .box .faq a:hover {
  color: #000dd2;
}

body .dataTables_wrapper table.dataTable {
  border: none;
  -webkit-box-shadow: 0px 2px 7px 2px #f1f4f4;
  box-shadow: 0px 2px 7px 2px #f1f4f4;
}

body .dataTables_wrapper .dataTables_filter {
  float: left;
  margin-top: 15px;
}

body .dataTables_wrapper th {
  background: #F1F4F4;
  text-align: left;
  background-position: center left !important;
  padding-left: 10px;
  border: none !important;
  font-size: 14px;
  color: #999;
  padding: 20px 30px !important;
}

body .dataTables_wrapper tr td {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
  color: #111;
}

body .dataTables_wrapper tr td .author {
  width: 70%;
  display: inline-block;
}

body .dataTables_wrapper tr td .actions {
  width: 25%;
  min-width: 98px;
  display: inline-block;
  text-align: center;
}

body .dataTables_wrapper tr td .actions a {
  color: #666;
  cursor: pointer;
}

body .dataTables_wrapper .dataTables_paginate {
  margin-top: 10px;
}

body .dataTables_wrapper .dataTables_paginate .previous, body .dataTables_wrapper .dataTables_paginate .next {
  display: none;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 10px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  background: #F1F4F4;
  color: #111;
  border: 0;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #111111;
  color: #E1E7E7 !important;
  border: 0;
}

body.teamsets .content .wrapper, body.globalsets .content .wrapper, body.archive .content .wrapper, body.mysets .content .wrapper {
  margin: 20px 0 0 20px;
}

body.set .set_wrapper, body.view .set_wrapper {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 12px 5px #dadadab7;
          box-shadow: 0px 2px 12px 5px #dadadab7;
  font-family: 'HelveticaNeue45Light';
}

body.set .set_wrapper .pure-g, body.view .set_wrapper .pure-g {
  letter-spacing: 0;
}

body.set .set_wrapper .padr, body.view .set_wrapper .padr {
  padding-right: 50px;
}

body.set .set_wrapper .hr, body.view .set_wrapper .hr {
  border-bottom: 1px solid #e1e7e7;
  padding-bottom: 15px;
}

body.set .set_wrapper .headline, body.view .set_wrapper .headline {
  color: #111;
  font-size: 36px;
  line-height: 20.945730209350586px;
  letter-spacing: 0.72px;
}

body.set .set_wrapper .set_header, body.set .set_wrapper .set_footer, body.view .set_wrapper .set_header, body.view .set_wrapper .set_footer {
  background: #f1f4f4;
  padding: 10px 20px;
  color: #111;
}

body.set .set_wrapper .set_header, body.view .set_wrapper .set_header {
  font-size: 25px;
}

body.set .set_wrapper .set_content, body.view .set_wrapper .set_content {
  padding: 20px;
  padding-top: 40px;
}

body.set .set_wrapper .set_content .pure-g .pure-g, body.view .set_wrapper .set_content .pure-g .pure-g {
  padding: 14px 0;
  position: relative;
}

body.set .set_wrapper .set_content .pure-g .pure-g .pure-u-3-8, body.view .set_wrapper .set_content .pure-g .pure-g .pure-u-3-8 {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

body.set .set_wrapper .set_content .label, body.view .set_wrapper .set_content .label {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

body.set .set_wrapper .set_content .icon, body.view .set_wrapper .set_content .icon {
  color: #bdbdbb;
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
}

body.set .set_wrapper .set_content input[type=text], body.set .set_wrapper .set_content select, body.set .set_wrapper .set_content button, body.view .set_wrapper .set_content input[type=text], body.view .set_wrapper .set_content select, body.view .set_wrapper .set_content button {
  width: 100%;
  background: #F1F3F4;
  color: #111;
  font-family: "HelveticaNeue75Bold";
  font-size: 14px;
  border: 0;
  -webkit-box-shadow: 0px 2px 2px 1px #dadada7e;
          box-shadow: 0px 2px 2px 1px #dadada7e;
  padding: 8px 13px;
  border-radius: 5px;
  -webkit-appearance: none;
}

body.set .set_wrapper .set_content select option, body.view .set_wrapper .set_content select option {
  font-family: arial;
  font-size: 14px;
}

body.set .set_wrapper .set_content button, body.view .set_wrapper .set_content button {
  width: auto;
  padding: 4px 12px;
  position: absolute;
  top: 7px;
}

body.set .set_wrapper .set_content .tracking_url, body.view .set_wrapper .set_content .tracking_url {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.set .set_wrapper .set_content .icon-clipboard, body.view .set_wrapper .set_content .icon-clipboard {
  color: #333;
  padding: 10px 13px;
  font-size: 14px;
  top: 0;
  left: 8px;
}

body.set .set_wrapper .tag_overlay, body.view .set_wrapper .tag_overlay {
  background: #222;
  width: 350px;
  min-height: 150px;
  position: absolute;
  margin-left: 60px;
  top: -100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

body.set .set_wrapper .tag_overlay.active, body.view .set_wrapper .tag_overlay.active {
  opacity: 1;
  visibility: visible;
}

body.set .set_wrapper .tag_overlay:after, body.view .set_wrapper .tag_overlay:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #222;
  top: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -10px;
  z-index: 1;
}

body.set .set_wrapper .tag_overlay .tag, body.view .set_wrapper .tag_overlay .tag {
  padding: 6px 12px;
  border: 1px solid white;
  display: inline-block;
  margin: 4px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  position: relative;
  z-index: 2;
  min-width: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

body.set .set_wrapper .tag_overlay .tag:before, body.view .set_wrapper .tag_overlay .tag:before {
  content: "+ ";
  position: relative;
  top: -2px;
}

body.set .set_wrapper .tag_overlay .tag:hover, body.view .set_wrapper .tag_overlay .tag:hover {
  border-color: #000dd2;
  color: #000dd2;
}

body.set .set_wrapper .tag_overlay .tag.active, body.view .set_wrapper .tag_overlay .tag.active {
  background: #000dd2;
  color: white;
  border-color: black;
}

body.set .set_wrapper .tag_overlay .tag.active:before, body.view .set_wrapper .tag_overlay .tag.active:before {
  content: "x ";
}

body.set .set_wrapper .tag_overlay .tag:hover, body.view .set_wrapper .tag_overlay .tag:hover {
  border-color: #000dd2;
  color: #000dd2;
  background: none;
}

body.set .set_wrapper .tag_container, body.view .set_wrapper .tag_container {
  margin-left: 48px;
  margin-top: -7px;
}

body.set .set_wrapper .tag_container .tag, body.view .set_wrapper .tag_container .tag {
  padding: 4px 12px;
  border: 1px solid #DBE1E1;
  display: inline-block;
  margin: 0 4px;
  border-radius: 5px;
  color: #111111;
  font-size: 14px;
  position: relative;
  z-index: 2;
  min-width: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

body.set .set_wrapper .tag_container .tag:before, body.view .set_wrapper .tag_container .tag:before {
  content: "x";
  color: #BDBEBE;
  position: relative;
  top: -2px;
  font-family: "HelveticaNeue55Roman";
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  padding-right: 5px;
}

body.set .set_wrapper .tag_container .tag:hover, body.view .set_wrapper .tag_container .tag:hover {
  border-color: red;
}

body.set .set_wrapper .tag_container .tag:hover::before, body.view .set_wrapper .tag_container .tag:hover::before {
  color: red;
}

body.set .set_wrapper .link_container, body.view .set_wrapper .link_container {
  margin-top: 20px;
}

body.set .set_wrapper .link_container .label, body.view .set_wrapper .link_container .label {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  position: relative;
  top: 5px;
}

body .set_footer .icon {
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

body .addEmptySet span.plus {
  position: relative;
  top: -2px;
}

body.view .set_wrapper .tag_container .tag.active:hover {
  border-color: #DBE1E1;
  cursor: default;
}

body.view .set_wrapper .tag_container .tag.active:before {
  display: none;
}

body.view .set_wrapper.hide, body.set .set_wrapper.hide {
  display: none;
}

body.default .content .wrapper {
  margin: 20px 0 0 20px;
  padding: 0;
}

body.default .content .wrapper iframe {
  max-width: 100%;
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  * {
    cursor: pointer;
  }
  body #body .sidebar {
    width: 100% !important;
    max-width: 100%;
  }
  body #body .sidebar .box {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    min-height: 0;
    -webkit-transition: 0.4s all ease-in;
    transition: 0.4s all ease-in;
  }
  body #body .sidebar .box.active {
    max-height: 5000px;
  }
  body #body .sidebar .box a {
    color: white;
    float: none;
    display: inline-block;
  }
  body #body .sidebar .box .actions {
    text-align: right;
  }
  body #body .sidebar .box .faq a {
    display: block;
  }
  body .content {
    width: 100%;
    padding-bottom: 30px;
  }
  body .content > .wrapper {
    padding: 0 20px;
    margin: 0 !important;
  }
  body .content > .wrapper .dataTables_wrapper tr td .actions {
    width: 98px;
  }
  body .content .tag_overlay {
    width: auto !important;
  }
}
/*# sourceMappingURL=viega.css.map */