strong {
  font-weight: bolder
}

.cloudapp {
  font-size: 2em;
}

.blue-cloud {
  position: relative;
  line-height: 24px;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 20px;
  display: inline-block;
  margin-top: -20px;
  font-size: 18px;
  text-align: center;
}

.blue-cloud:after {
  content: '';
  position: absolute;
  background-position: -64px 0;
  top: 0;
  left: 50%;
  width: 64px;
  height: 64px;
  background-image: url(/assets/blue-cloud.png);
  margin-left: -32px;
}

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(2,6,17,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 538px;
  height: 339px;
  background-color: #fafbfa;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid #48494e;
  box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.9);
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}

#ouibounce-modal .modal label {
  font-weight: normal
}

#ouibounce-modal .modal h3 {
  margin: 5px !important;
  color: #484848;
}

#ouibounce-modal .modal .top-bar {
  color: #484848;
  padding: 13px 0 35px 0;
  font-size: 17px;
}

#ouibounce-modal .modal .logo {
  max-height: 15px !important;
  margin-top: 0 !important;
  display: inline-block !important;
}
#ouibounce-modal .modal .close {
  width: 14px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: url('/assets/close.png') 0 0;
  cursor: pointer;
}
#ouibounce-modal .modal .close:hover {
  background-position: 0 -15px;
}
#ouibounce-modal .modal .close:active {
  background-position: 0 -30px;
}

#validation-error {
  display: none;
  color: red;
  float: right;
  font-size: 12px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c8e53729f7e6c9707864)
 * Config saved to config.json and https://gist.github.com/c8e53729f7e6c9707864
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #8a939f;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #8a939f;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #8a939f;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #8a939f;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #8a939f;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #8a939f;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #8a939f;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #8a939f;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #8a939f;
}
/*.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
select + .chosen-container {
  min-width: 100px; }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 35px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  transition: all .3s; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/assets/chosen-sprite-d0d07ce393158723f3187513426a98f2.png);
  background-position: -42px 1px;
  background-repeat: no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/chosen-sprite-d0d07ce393158723f3187513426a98f2.png);
  background-position: 0px 8px;
  background-repeat: no-repeat; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background-color: white;
  background-image: url(/assets/chosen-sprite-d0d07ce393158723f3187513426a98f2.png);
  background-position: 100% -20px;
  background-repeat: no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #555;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0;
  padding: 0 0 0 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 8px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  transition: all .2s; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #f1f6fc;
  transition: all .2s; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, white 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/assets/chosen-sprite-d0d07ce393158723f3187513426a98f2.png);
  background-position: -42px 1px;
  background-repeat: no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  transition: all .3s; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background-color: white;
  background-image: url(/assets/chosen-sprite-d0d07ce393158723f3187513426a98f2.png);
  background-position: -30px -20px;
  background-repeat: no-repeat;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
/* @end */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@-webkit-keyframes progress-background {
  from {
    background-position: left; }

  to {
    background-position: 52px 0; } }

@-moz-keyframes progress-background {
  from {
    background-position: left; }

  to {
    background-position: 52px 0; } }

@keyframes progress-background {
  from {
    background-position: left; }

  to {
    background-position: 52px 0; } }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

audio {
  width: 100%; }

html {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

body {
  color: #757b7f;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-top: 53px;
  background-color: white; }

body.noir {
  background-color: black; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

a:link, a:visited {
  color: #4888cc;
  text-decoration: none; }

a img {
  border: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.clear {
  clear: both; }

.f11 {
  font-size: 11px; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.f18 {
  font-size: 18px; }

.f24 {
  font-size: 24px; }

.f30 {
  font-size: 30px; }

.f36 {
  font-size: 36px; }

.block {
  display: block; }

.hidden {
  display: none; }

.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
  padding: 13px 14px 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 15px; }
  .button strong {
    font-weight: bold; }
  .button.primary {
    background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
    background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
    background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
    background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
    .button.primary:active {
      background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
      background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
      background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
      background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }
    .button.primary strong {
      color: white; }
  .button.disabled {
    background-image: -webkit-linear-gradient(#eaeaea, #e9e9e9);
    background-image: -moz-linear-gradient(#eaeaea, #e9e9e9);
    background-image: -o-linear-gradient(#eaeaea, #e9e9e9);
    background-image: linear-gradient(#eaeaea, #e9e9e9);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(117, 123, 126, 0.4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .button.disabled strong {
      color: rgba(117, 123, 126, 0.6); }
  .button.waiting {
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), -webkit-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), -moz-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), -o-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), linear-gradient(to top, #e5e8e9 0%, #e5e8e9 100%);
    -webkit-animation-name: progress-background;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: progress-background;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    animation-name: progress-background;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.05);
    background-repeat: repeat-x, repeat-x; }

#canvas-container {
  max-height: 973px;
  transform: rotate(0deg);
  transform-origin: center 50% 0px; }
  #canvas-container .canvas-container {
    margin: 0 auto;
    border-style: dashed;
    border-width: 2px; }

.wrapper {
  max-width: 640px;
  margin: 30px auto 18px;
  padding: 0 16px; }

#download, #uploading {
  text-align: center; }

#download .file-type, #uploading .file-type {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/assets/document-860b0f7f547362dc017e51031767130a.png) center top no-repeat;
  color: #e5e8e9;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  height: 173px;
  margin-bottom: 33px;
  padding-top: 70px;
  text-transform: uppercase;
  text-shadow: 0 -1px #d3d6d9; }

#download .file-type span.extension {
  width: 100px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap; }
#download p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  margin-top: 20px; }

#uploading p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin-top: 20px; }

#markdown {
  font: 15px "ff-tisa-web-pro", Georgia, serif;
  line-height: 2;
  padding-bottom: 20px;
  color: #5d6164; }
  #markdown h1, #markdown h2, #markdown h3, #markdown h4, #markdown h5, #markdown h6 {
    margin: 20px 0; }
  #markdown h1:first-child, #markdown h2:first-child, #markdown h3:first-child, #markdown h4:first-child, #markdown h5:first-child, #markdown h6:first-child {
    margin-top: 0; }
  #markdown h1 {
    font-size: 32px;
    line-height: 1; }
  #markdown h2, #markdown h3, #markdown h4, #markdown h5 {
    font-weight: bold; }
  #markdown h2 {
    border-bottom: 1px solid #dfe0e1;
    font-size: 22px; }
  #markdown h3 {
    font-size: 18px; }
  #markdown h4 {
    font-size: 16px; }
  #markdown h5 {
    font-size: 14px; }
  #markdown p {
    margin-bottom: 20px; }
  #markdown ul, #markdown ol {
    padding-left: 20px;
    margin-bottom: 20px; }
  #markdown ul {
    list-style-type: disc; }
  #markdown ol {
    list-style-type: decimal; }
  #markdown ul ul, #markdown ol ol {
    margin: 0; }
  #markdown code {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfe0e1;
    font-family: Menlo, Monaco, monospace;
    font-size: 13px;
    padding: 1px 6px;
    white-space: nowrap;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
  #markdown pre {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfe0e1;
    font: 13px/18px Menlo, Monaco, monospace;
    margin-bottom: 30px;
    overflow-x: auto;
    padding: 12px;
    margin-top: 0;
    -webkit-font-smoothing: subpixel-antialiased; }
    #markdown pre code {
      background: transparent;
      border: none;
      font-size: 1em;
      padding: 0; }
  #markdown blockquote {
    border-left: 3px solid #dfe0e1;
    color: #999999;
    margin-bottom: 15px;
    padding-left: 17px; }
  #markdown a:link, #markdown a:visited {
    color: #4888cc;
    font-weight: normal;
    text-decoration: none; }
  #markdown a:hover {
    text-decoration: underline; }
  #markdown strong {
    font-weight: bold; }
  #markdown em {
    font-style: italic; }
  #markdown hr {
    background: #dfe0e1;
    border: 0;
    height: 1px;
    margin: 29px 0 30px 0; }
  #markdown img {
    max-width: 100%; }
    #markdown img.emoji {
      vertical-align: middle; }

#image.wrapper {
  max-width: 100%; }
#image img {
  -webkit-animation: rotation 1s infinite linear;
  display: block;
  margin: 0 auto;
  max-width: 100%; }

body.zoomed-out #image img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
body.zoomed-in #image img {
  max-width: none;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/*    ------------------    header   ------------------------------ */
.brand-header {
  padding: 19px 16px !important; }

#header {
  color: #222222;
  line-height: 18px;
  padding: 16px;
  position: fixed;
  background: -webkit-linear-gradient(top, white 0%, #f8fbfc 100%) white;
  background: -moz-linear-gradient(top, white 0%, #f8fbfc 100%) white;
  background: -ms-linear-gradient(top, white 0%, #f8fbfc 100%) white;
  background: linear-gradient(to bottom, white 0%, #f8fbfc 100%) white;
  border-bottom: 1px solid #eeeeee;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200; }
  #header .custom-brand {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    left: 18px;
    position: absolute;
    width: 50px;
    z-index: 1;
    font-weight: 500;
    top: 9px; }
  #header .brand {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background: url(/assets/logo-00e6b57f6646530aca859eb5ab10cf3d.png) left center no-repeat;
    left: 18px;
    position: absolute;
    width: 26px;
    z-index: 1;
    font-weight: 500;
    top: 16px; }
  #header h2 {
    color: rgba(117, 123, 126, 0.6);
    margin: 0 auto;
    padding: 0 190px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    line-height: 30px; }
    #header h2 span.truncate {
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 90%;
      color: #444444; }

header h2 span {
  display: inline-block;
  vertical-align: top; }

#header h2 strong {
  color: #333333;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 0;
  text-rendering: optimizeLegibility; }
#header .menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 60px;
  text-align: right; }
  #header .menu .trigger {
    vertical-align: middle;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background-image: url(/assets/menu-e0b21d7724c1a6f66f1ba7fc93d84ef4.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    height: 100%;
    width: 60px;
    opacity: 0.5;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }
#header .trigger:hover {
  opacity: 0.8; }
#header .menu.showing:hover .trigger, #header .menu .trigger.triggered {
  opacity: 1; }
#header .menu .drop-down {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(59, 67, 77, 0.1), 0 2px 6px rgba(59, 67, 77, 0.15);
  background: white;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 46px;
  width: 160px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity ease 0.3s, -webkit-transform ease 0.3s;
  -moz-transition: opacity ease 0.3s, -moz-transform ease 0.3s;
  transition: opacity ease 0.3s, transform ease 0.3s;
  text-align: left; }
  #header .menu .drop-down.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    pointer-events: auto; }
  #header .menu .drop-down li {
    border-top: 1px solid #e9e9e9;
    position: relative; }
    #header .menu .drop-down li .zeroclipboard-is-active {
      outline: none;
      box-shadow: none; }
  #header .menu .drop-down .btn_copy {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 23px;
    width: 23px;
    border-radius: 2px;
    background-size: 14px;
    background-image: url(/assets/ico_copy-479894ec125262a3ee61ebb37c2b8911.png);
    display: block;
    visibility: visible;
    opacity: 0.7; }
  #header .menu .drop-down .btn_copy:hover, #header .menu .drop-down .zeroclipboard-is-hover, #header .menu .drop-down .btn_copy:focus {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
    outline: none; }
  #header .menu .drop-down .btn_copy:active {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
    outline: none;
    opacity: 1; }
  #header .menu .drop-down a:link, #header .menu .drop-down a:visited {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px 8px; }
  #header .menu .drop-down a:hover {
    background: #f7fbfc; }
  #header .menu .drop-down:first-child {
    border-top: none; }
    #header .menu .drop-down:first-child a {
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px; }
  #header .menu .drop-down:last-child a {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 8px; }
  #header .menu .drop-down a small {
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 10px;
    color: rgba(117, 123, 126, 0.4);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.05);
    padding: 1px 5px;
    line-height: 13px;
    border-radius: 3px;
    background-color: white;
    opacity: 0;
    display: none;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }

.highlight {
  color: black; }
  .highlight .hll {
    background-color: #ffffcc;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .c {
    color: #adadad;
    background-color: white; }
  .highlight .err, .highlight .g {
    color: black;
    background-color: white; }
  .highlight .k {
    color: #61862f;
    background-color: white; }
  .highlight .l, .highlight .n, .highlight .o, .highlight .x, .highlight .p {
    color: black;
    background-color: white; }
  .highlight .cm {
    color: #adadad;
    background-color: white; }
  .highlight .cp {
    color: #61862f;
    background-color: white; }
  .highlight .c1, .highlight .cs {
    color: #adadad;
    background-color: white; }
  .highlight .gd {
    color: #f25454;
    background-color: white; }
  .highlight .ge {
    color: black;
    text-decoration: underline;
    background-color: white; }
  .highlight .gr {
    color: black;
    background-color: white; }
  .highlight .gh {
    color: black;
    font-weight: bold;
    background-color: white; }
  .highlight .gi {
    color: black;
    font-weight: bold;
    background-color: #a1e85d;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .go {
    color: #e0e0e0;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .gp, .highlight .gs {
    color: black;
    background-color: white; }
  .highlight .gu {
    color: black;
    font-weight: bold;
    background-color: white; }
  .highlight .gt {
    color: black;
    background-color: white; }
  .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr {
    color: #61862f;
    background-color: white; }
  .highlight .kt {
    color: #3a1d72;
    background-color: white; }
  .highlight .ld {
    color: black;
    background-color: white; }
  .highlight .m {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .s {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .na {
    color: #61862f;
    background-color: white; }
  .highlight .nb, .highlight .nc {
    color: black;
    background-color: white; }
  .highlight .no {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .nd, .highlight .ni, .highlight .ne {
    color: black;
    background-color: white; }
  .highlight .nf {
    color: #61862f;
    background-color: white; }
  .highlight .nl {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .nn, .highlight .nx, .highlight .py {
    color: black;
    background-color: white; }
  .highlight .nt {
    color: #61862f;
    background-color: white; }
  .highlight .nv {
    color: #6700b9;
    background-color: white; }
  .highlight .ow {
    color: #626fc9;
    background-color: white; }
  .highlight .w {
    color: black;
    background-color: white; }
  .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .bp {
    color: black;
    background-color: white; }
  .highlight .vc, .highlight .vg, .highlight .vi {
    color: #6700b9;
    background-color: white; }
  .highlight .il {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }

/* =text inputs & text areas
 *---------------------------------------------- */
.form-group {
  text-align: left;
  margin: 0 0 15px 0; }
  .form-group label.label {
    margin-top: 0; }

.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 130%; }
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 0; }

input, textarea, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px/18px "Helvetica Neue", Helvetica, sans-serif;
  color: #757b7f; }

input[type='text'], input[type='email'], input[type='password'] {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(116, 181, 248, 0);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-transition: border ease 0.2s, box-shadow ease 0.2s;
  -moz-transition: border ease 0.2s, box-shadow ease 0.2s;
  transition: border ease 0.2s, box-shadow ease 0.2s; }

textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(116, 181, 248, 0);
  border-radius: 4px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-transition: border ease 0.2s, box-shadow ease 0.2s;
  -moz-transition: border ease 0.2s, box-shadow ease 0.2s;
  transition: border ease 0.2s, box-shadow ease 0.2s; }

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus {
  outline: none;
  border: 1px solid #81b4e9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px #74b5f8; }

textarea:focus {
  outline: none;
  border: 1px solid #81b4e9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px #74b5f8; }

.blue {
  border: none;
  cursor: pointer; }

a.button.blue:link, a.button.blue:visited {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
a.button.blue.large {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 8px 20px 10px 20px;
  border-radius: 8px; }

button.blue, input[type='submit'].blue {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  button.blue.large, input[type='submit'].blue.large {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 8px 20px 10px 20px;
    border-radius: 8px; }

a.button.blue:hover, button.blue:hover, input[type='submit'].blue:hover {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

a.button.blue:focus, button.blue:focus, input[type='submit'].blue:focus {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

a.button.blue:active, a.button.blue.active {
  background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }

button.blue:active, input[type='submit'].blue:active {
  background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }

button.blue {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

button.blue:hover {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

button.blue:focus {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

button.blue:active {
  background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }

button {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 6px 20px 8px;
  border-radius: 3px;
  text-align: left;
  border: none; }

/*    ------------------   orange-upgrade-bar  ----------------------- */
#orange-upgrade-bar {
  border-radius: 4px;
  top: 65px;
  right: 15px;
  position: absolute;
  z-index: 9999;
  color: white;
  background-image: -webkit-linear-gradient(top, #f69a15 0%, #f89a14 100%) !important;
  background-image: -moz-linear-gradient(top, #f69a15 0%, #f89a14 100%) !important;
  background-image: -ms-linear-gradient(top, #f69a15 0%, #f89a14 100%) !important;
  background-image: linear-gradient(to bottom, #f69a15 0%, #f89a14 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  height: 60px;
  width: 360px;
  text-align: center; }
  #orange-upgrade-bar #upgrade-link {
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 24px; }
    #orange-upgrade-bar #upgrade-link h4 {
      font-weight: bold; }
    #orange-upgrade-bar #upgrade-link .subtext {
      font-size: 12px;
      font-weight: 600; }
  #orange-upgrade-bar .close-dialog {
    cursor: pointer;
    color: #fdeacf;
    position: absolute;
    top: 5px;
    font-weight: bold;
    right: 7px; }

/*   --------------------modal  --------------------- */
.js-signup-modal {
  position: fixed;
  top: 40px;
  left: 50%;
  background: red;
  z-index: 234566;
  color: white;
  padding: 10px 20px; }

.signin_modal {
  display: none; }

.signup_modal {
  display: none; }

.modal.xs {
  width: 400px;
  margin: 30px auto; }
  .modal.xs .dialog-content {
    padding: 20px 30px 30px; }
    .modal.xs .dialog-content a {
      font-size: inherit;
      font-weight: inherit; }
    .modal.xs .dialog-content input {
      height: 40px;
      box-sizing: border-box; }
    .modal.xs .dialog-content button {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .modal.xs .dialog-content p {
      padding: 10px 0;
      line-height: 150%; }
  .modal.xs h2 {
    font-size: 21px;
    font-weight: 300;
    padding: 55px 0 20px;
    background-image: url(/assets/img_cloud-340233e2c5af9bbbc43b0d8c111d2bfa.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 40px; }

/*    -------------------------  ouibounce-modal  ----------------------- */
#ouibounce-modal {
  z-index: 100; }

#ouibounce-modal .modal {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5; }
  #ouibounce-modal .modal .logo {
    margin-top: 25px; }
  #ouibounce-modal .modal h3 {
    margin: 18px 0;
    font-size: 22px; }
  #ouibounce-modal .modal form {
    margin: 25px 90px 12px 90px;
    text-align: left; }
  #ouibounce-modal .modal label {
    display: block;
    font-weight: bold;
    margin: 0 0 2px 0; }
  #ouibounce-modal .modal input {
    width: 350px; }
  #ouibounce-modal .modal .submit {
    padding: 7px 0;
    width: 361px;
    max-width: none;
    margin: 5px 0 0 0;
    font-weight: bold; }

/*  ----------  icon flag  ------ */
.btn_flag {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  background-image: url(/assets/ico_dialog_abuse@2x-96b78a35b175070f2a8b94a72545b46d.png); }

/*    ------------------  modal flag drop   ----------------------- */
.flag-drop {
  display: none; }

#flag-drop.mask .mask_content {
  display: block; }

#flag-drop {
  max-width: 600px;
  width: auto;
  margin: 0 auto;
  position: relative; }
  #flag-drop h4 {
    font-weight: 600;
    margin-top: 20px;
    line-height: 130%; }
  #flag-drop .mask_content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 100000; }
    #flag-drop .mask_content .spinner {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -10px;
      font-size: 16px;
      color: #575757; }
  #flag-drop .mfp-close:hover {
    opacity: 1; }
  #flag-drop .mfp-close {
    width: 20px;
    height: 20px;
    opacity: 0.7;
    position: absolute;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    background: url(/assets/ico_dialog_close-218acc2f6e5e5cc26c7cbab9e15296e3.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
    text-indent: 200px; }

body .mfp-container {
  margin-top: 10px;
  margin-bottom: 10px; }

body .mfp-container:before {
  vertical-align: top; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.dialog {
  background: #fafafa;
  width: 100%;
  border-radius: 3px;
  min-height: 300px; }

.dialog-title {
  padding: 15px 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative; }
  .dialog-title h2 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    padding-left: 34px;
    background-size: 24px;
    background-position: left center;
    background-image: url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png);
    background-repeat: no-repeat; }

.dialog-content {
  padding: 20px 30px 20px;
  font-size: 14px; }
  .dialog-content i {
    display: none; }
  .dialog-content a {
    color: #4888cc;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500; }
  .dialog-content .label {
    display: block;
    margin: 15px 0 4px;
    font-weight: 500; }
    .dialog-content .label span {
      color: #999999;
      font-weight: 400;
      font-size: 13px; }
  .dialog-content .label-inline {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px; }
  .dialog-content input[type="text"], .dialog-content input[type="email"], .dialog-content input[type="password"] {
    padding: 2px 5px;
    height: 34px;
    font-size: 15px;
    border-radius: 3px;
    box-sizing: border-box; }
  .dialog-content .w100 {
    width: 100%; }
  .dialog-content .half {
    width: 245px;
    padding-right: 10px; }
  .dialog-content textarea {
    min-height: 70px;
    box-sizing: border-box;
    font-size: 14px; }

.error-help {
  margin-top: 3px;
  display: none;
  color: #a94442;
  font-size: 12px; }

.error input {
  border: 1px solid #a94442; }
.error label {
  color: #a94442; }
.error .error-help {
  display: block; }

/*   -----    flash notification  --------- */
.flash_notification {
  position: fixed;
  top: 65px;
  left: 50%;
  background: white;
  border-radius: 5px;
  padding: 10px 20px;
  width: 300px;
  margin-left: -150px;
  z-index: 1000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center; }

.flash_notification.error {
  background: #ffe2e1;
  color: #ce0000;
  border: 1px solid #f0afad; }

.flash_notification.success {
  color: #54753f;
  background: #d2f7bc;
  border: 1px solid #a5df7d; }

/*       ----------------------------  Annotations   --------------------------------- */
.inline-block {
  display: inline-block !important; }

html body .btn.btn-primary {
  background: #5c92e0;
  border: 2px solid #5c92e0;
  color: white;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }

html body .btn.btn-primary:hover {
  background: #2769ba;
  border: 2px solid #2769ba;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.btn.btn-secondary {
  color: rgba(0, 0, 0, 0.35); }

.btn_icon.btn {
  width: 31px;
  height: 31px;
  padding: 0; }

.btn {
  color: rgba(0, 0, 0, 0.35);
  display: inline-block;
  padding-left: 20px;
  font-weight: 500;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
  padding: 5px 10px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box; }
  .btn i {
    display: none;
    margin-left: 3px; }

.annotation_menu .js-blurProcessing a.btn-save {
  background-image: none; }
.annotation_menu .js-blurProcessing a {
  line-height: 20px;
  text-align: center; }
  .annotation_menu .js-blurProcessing a i {
    display: inline-block;
    color: #999999;
    margin: 0; }

.btn:hover {
  border: 2px solid #e2e6e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn:active, .btn:focus {
  outline: none; }

.btn-left.btn {
  border-radius: 3px 0 0 3px;
  border-left: 2px solid #e2e6e8; }

.btn-right {
  border-radius: 0 3px 3px 0; }

.btn-middle.btn {
  border-radius: 0; }

.btn_annotate.btn {
  background-image: url(/assets/ico_annotate@2x-8f3d7b738426fc10eb170e2b3efb6e83.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 5px 10px 5px 30px;
  color: rgba(0, 0, 0, 0.35);
  position: relative; }

.beta {
  background-image: url(/assets/beta-1805648a86515c724fdaf8efd1f9967c.png);
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: center center;
  width: 30px;
  height: 10px;
  position: absolute;
  top: -8px;
  right: -13px;
  background-color: #cadffd;
  border-radius: 3px;
  padding: 2px 3px; }

.annotation_actions {
  height: 100%;
  position: absolute;
  right: 70px;
  top: 0;
  text-align: right; }
  .annotation_actions .annotation_buttons {
    display: none;
    width: 160px; }
  .annotation_actions .btn {
    margin-top: 18px; }

.annotation_menu {
  display: none;
  text-align: center;
  max-height: 30px; }
  .annotation_menu .menu_content {
    position: relative; }
  .annotation_menu .btn-color.btn + .chosen-container {
    width: 19px;
    min-width: 60px;
    height: 31px;
    margin-right: 10px;
    float: left; }
    .annotation_menu .btn-color.btn + .chosen-container .chosen-single {
      border: 2px solid #e2e6e8;
      line-height: 29px;
      height: 31px;
      background: transparent; }
      .annotation_menu .btn-color.btn + .chosen-container .chosen-single div b {
        background-position: 2px 6px; }
  .annotation_menu .btn-circle {
    background-image: url(/assets/ico_circle-e15bbe0d07aeb991c161123d276cdb28.png); }
  .annotation_menu .btn-rectangle {
    background-image: url(/assets/ico_rectangle-197197fb0a14a90054af85eed5257ba9.png); }
  .annotation_menu .btn-trash.btn {
    background-image: url(/assets/ico_trash-57b04c2314596535188cfaee1de69ae7.png);
    border-left: 2px solid #e2e6e8;
    border-radius: 3px;
    margin-right: 10px;
    position: absolute;
    left: -54px;
    display: none; }
  .annotation_menu .btn-blur {
    background-image: url(/assets/ico_blur-d4437d93d221a05bd723ecdcd09730ac.png);
    position: relative;
    border-radius: 0 3px 3px 0; }
    .annotation_menu .btn-blur .blur_btns {
      display: none;
      transition: all 0.3s;
      position: absolute;
      top: -2px;
      right: -57px;
      background: #e2e6e8;
      padding: 3px; }
    .annotation_menu .btn-blur a {
      width: 25px;
      height: 25px;
      text-align: center;
      background-color: white;
      border-radius: 2px;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      padding-top: 2px; }
    .annotation_menu .btn-blur a:hover {
      background-color: rgba(255, 255, 255, 0.7); }
  .annotation_menu .btn-discard {
    background-image: url(/assets/ico_discard-bbc5d2a6c5a9c96f90950eaa69089b0c.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px; }
  .annotation_menu .btn-save {
    background-image: url(/assets/ico_save-222df8a9cf806b6c212d3d5f558a8143.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px; }
  .annotation_menu .btn-arrow {
    background-image: url(/assets/ico_arrow-e7b5ff2278a0382769ac4d13b8dbfa1f.png); }
  .annotation_menu .btn-text {
    background-image: url(/assets/ico_text-31e77463d647628d0a8f0aba7bf418f8.png); }
  .annotation_menu .btn {
    border-top: 2px solid #e2e6e8;
    border-bottom: 2px solid #e2e6e8;
    border-right: 2px solid #e2e6e8;
    border-left: none;
    float: left;
    width: 31px;
    height: 31px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px; }
  .annotation_menu .btn.btn-active, .annotation_menu .btn:hover {
    background-color: #e2e6e8; }
  .annotation_menu .btn.btn-active.btn-blur .blur_btns {
    display: inline-block;
    transition: all 0.3s; }
  .annotation_menu .btn-left.btn {
    border-left: 2px solid #e2e6e8; }
  .annotation_menu .btn-color.btn.red + .chosen-container .chosen-single:before {
    color: #ff3a30; }
  .annotation_menu .btn-color.btn.orange + .chosen-container .chosen-single:before {
    color: #ffad21; }
  .annotation_menu .btn-color.btn.green + .chosen-container .chosen-single:before {
    color: #82d233; }
  .annotation_menu .btn-color.btn.blue + .chosen-container .chosen-single:before {
    color: #5c92e0; }
  .annotation_menu .btn-color.btn.black + .chosen-container .chosen-single:before {
    color: #1e1e1e; }
  .annotation_menu .btn-color.btn.white + .chosen-container .chosen-single:before {
    color: white; }
  .annotation_menu .btn-color.btn + .chosen-container .chosen-single {
    border-color: #e2e6e8;
    text-align: left;
    padding-left: 8px; }
  .annotation_menu .btn-color.btn + .chosen-container .chosen-single:before {
    content: "\f111";
    display: inline-block;
    font-weight: normal;
    font-size: 21px;
    font-family: FontAwesome;
    text-rendering: auto; }
  .annotation_menu .btn-color.btn + .chosen-container .chosen-drop {
    border: none;
    background: #e2e6e8;
    box-shadow: none; }
  .annotation_menu .btn-color.btn + .chosen-container .chosen-results {
    color: #eeeeee; }
    .annotation_menu .btn-color.btn + .chosen-container .chosen-results li {
      padding: 6px 10px;
      text-align: left; }
    .annotation_menu .btn-color.btn + .chosen-container .chosen-results li:hover, .annotation_menu .btn-color.btn + .chosen-container .chosen-results li.highlighted {
      background: rgba(0, 0, 0, 0.05); }
  .annotation_menu .circle:before {
    content: "\f111";
    display: inline-block;
    font-weight: normal;
    font-size: 21px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .annotation_menu .circle.red:before {
    color: #ff3a30; }
  .annotation_menu .circle.orange:before {
    color: #ffad21; }
  .annotation_menu .circle.green:before {
    color: #82d233; }
  .annotation_menu .circle.blue:before {
    color: #5c92e0; }
  .annotation_menu .circle.white:before {
    color: white; }
  .annotation_menu .circle.black:before {
    color: #1e1e1e; }

/*   ---------------   dark theme   -------------------  */
.noir .beta {
  background-color: #3a4758; }
.noir .btn-blur .blur_btns {
  background: #474747; }
  .noir .btn-blur .blur_btns a {
    background-color: rgba(0, 0, 0, 0.3); }
  .noir .btn-blur .blur_btns a:hover {
    background-color: rgba(0, 0, 0, 0.5); }
.noir .btn-trash.btn {
  border-color: #474747;
  background-image: url(/assets/ico_trash_noir-5140df959c3f47a84eabea8bee2cb1aa.png); }
.noir .btn-arrow {
  background-image: url(/assets/ico_arrow_noir-12bb2fe9a0a532253655a226cdaa9fac.png); }
.noir .btn_copy {
  background-image: url(/assets/ico_copy_noir-c798d0d62b9d516cbc2e86de1de15743.png); }
.noir .btn-text {
  background-image: url(/assets/ico_text_noir-9b3f026f5a55f2615c95868f85f5300a.png); }
.noir .btn-circle {
  background-image: url(/assets/ico_circle_noir-fae3ad58fb938b94929c4b547e14abcd.png); }
.noir .btn-rectangle {
  background-image: url(/assets/ico_rectangle_noir-2433b1faade5e637a12cd983df3c3be3.png); }
.noir .btn-blur {
  background-image: url(/assets/ico_blur_noir-f636fb7d3eebfee731242edd022d5751.png); }
.noir .btn_annotate.btn {
  background-image: url(/assets/ico_annotate_noir@2x-331b5c476bacdf6c340bdddb5cd7a101.png); }
.noir .btn-left.btn {
  border-color: #474747; }
.noir .btn_flag {
  background-image: url(/assets/ico_dialog_abuse_noir@2x-283992d654bf53942e096e13272b3194.png); }
.noir .btn {
  border-color: #474747;
  color: rgba(255, 255, 255, 0.4); }
.noir .annotation_menu .btn-color.btn + .chosen-container li:hover, .noir .annotation_menu .btn-color.btn + .chosen-container li.highlighted {
  background: rgba(0, 0, 0, 0.3); }
.noir .annotation_menu .btn-color.btn + .chosen-container .chosen-single {
  border-color: #474747;
  background: rgba(255, 255, 255, 0.1); }
.noir .annotation_menu .btn-color.btn + .chosen-container .chosen-drop {
  border: none;
  background: #474747;
  box-shadow: none; }
.noir .annotation_menu .btn-color.btn + .chosen-container .chosen-results {
  color: #eeeeee; }
.noir .btn.btn-active, .noir .btn:hover {
  background-color: rgba(255, 255, 255, 0.2); }
.noir .button.primary {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15); }
.noir .button.disabled {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.2); }
  .noir .button.disabled strong {
    color: rgba(255, 255, 255, 0.4); }
.noir .button.disabled {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1); }
.noir .button.waiting {
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), -webkit-linear-gradient(bottom, #333333 0%, #222222 100%);
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), -moz-linear-gradient(bottom, #333333 0%, #111111 100%);
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), -o-linear-gradient(bottom, #333333 0%, #111111 100%);
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), linear-gradient(to top, #222222 0%, #222222 100%);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
  text-shadow: none; }
.noir #header::after {
  opacity: 0.5; }
.noir #header {
  color: white;
  background: #1a1a1a;
  border-color: #333333; }
  .noir #header h2 {
    color: rgba(255, 255, 255, 0.5); }
    .noir #header h2 strong {
      color: #eeeeee; }
  .noir #header .menu .trigger {
    background-image: url(/assets/menu-noir-16f3b8b44b9fa5b1e59ae44eefbc65fe.png);
    opacity: 0.7; }
  .noir #header .drop-down {
    background: #373737; }
    .noir #header .drop-down li {
      border-color: rgba(0, 0, 0, 0.4); }
    .noir #header .drop-down .btn_copy {
      background-image: url(/assets/ico_copy_noir-c798d0d62b9d516cbc2e86de1de15743.png); }
    .noir #header .drop-down a {
      color: rgba(255, 255, 255, 0.5); }
    .noir #header .drop-down a:hover {
      background: rgba(0, 0, 0, 0.2); }
  .noir #header .brand {
    background: -webkit-linear-gradient(white 0%, #999999 100%) repeat-x;
    background: linear-gradient(white 0%, #999999 100%) repeat-x;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .noir #header .brand::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: 18px;
      background-image: url(/assets/logo-noir-04c0e54bb24123abda5f2199a6389ac7.png);
      background-position: left center;
      background-repeat: no-repeat; }
.noir #download .file-type, .noir #uploading .file-type {
  color: #333333;
  text-shadow: none;
  background: url(/assets/document-noir-3850b42eb71d454d21b8fc85d0cd945e.png) center top no-repeat; }
.noir #download p, .noir #uploading p {
  color: rgba(255, 255, 255, 0.4); }
.noir #markdown {
  color: rgba(255, 255, 255, 0.9); }
  .noir #markdown a:link, .noir #markdown a:visited {
    color: #70a2d7; }
  .noir #markdown h2 {
    border-color: #44484a; }
  .noir #markdown pre, .noir #markdown code {
    border-color: #44484a; }
.noir .highlight {
  background-color: #222222;
  border-radius: 3px; }
  .noir .highlight .hll {
    background-color: #ffffcc;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .c {
    color: #adadad;
    background-color: #222222; }
  .noir .highlight .err, .noir .highlight .g {
    color: white;
    background-color: #222222; }
  .noir .highlight .k {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .l, .noir .highlight .n, .noir .highlight .o, .noir .highlight .x, .noir .highlight .p {
    color: white;
    background-color: #222222; }
  .noir .highlight .cm {
    color: #adadad;
    background-color: #222222; }
  .noir .highlight .cp {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .c1, .noir .highlight .cs {
    color: #adadad;
    background-color: #222222; }
  .noir .highlight .gd {
    color: #f25454;
    background-color: #222222; }
  .noir .highlight .ge {
    color: white;
    text-decoration: underline;
    background-color: #222222; }
  .noir .highlight .gr {
    color: white;
    background-color: #222222; }
  .noir .highlight .gh {
    color: white;
    font-weight: bold;
    background-color: #222222; }
  .noir .highlight .gi {
    color: white;
    font-weight: bold;
    background-color: #a1e85d;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .go {
    color: #e0e0e0;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .gp, .noir .highlight .gs {
    color: white;
    background-color: #222222; }
  .noir .highlight .gu {
    color: white;
    font-weight: bold;
    background-color: #222222; }
  .noir .highlight .gt {
    color: white;
    background-color: #222222; }
  .noir .highlight .kc, .noir .highlight .kd, .noir .highlight .kn, .noir .highlight .kp, .noir .highlight .kr {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .kt {
    color: #3a1d72;
    background-color: #222222; }
  .noir .highlight .ld {
    color: white;
    background-color: #222222; }
  .noir .highlight .m {
    color: #7653c1;
    background-color: #222222; }
  .noir .highlight .s {
    color: #bc670f;
    background-color: #222222; }
  .noir .highlight .na {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .nb, .noir .highlight .nc {
    color: white;
    background-color: #222222; }
  .noir .highlight .no {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .nd, .noir .highlight .ni, .noir .highlight .ne {
    color: white;
    background-color: #222222; }
  .noir .highlight .nf {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .nl {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .nn, .noir .highlight .nx, .noir .highlight .py {
    color: white;
    background-color: #222222; }
  .noir .highlight .nt {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .nv {
    color: #6700b9;
    background-color: #222222; }
  .noir .highlight .ow {
    color: #626fc9;
    background-color: #222222; }
  .noir .highlight .w {
    color: white;
    background-color: #222222; }
  .noir .highlight .mf, .noir .highlight .mh, .noir .highlight .mi, .noir .highlight .mo {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .sb, .noir .highlight .sc, .noir .highlight .sd, .noir .highlight .s2, .noir .highlight .se, .noir .highlight .sh, .noir .highlight .si, .noir .highlight .sx, .noir .highlight .sr, .noir .highlight .s1, .noir .highlight .ss {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .bp {
    color: white;
    background-color: #222222; }
  .noir .highlight .vc, .noir .highlight .vg, .noir .highlight .vi {
    color: #6700b9;
    background-color: #222222; }
  .noir .highlight .il {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .noir #download .file-type, .noir #uploading .file-type {
    background-image: url(/assets/document-noir@2x-1a05eaca1e6383b3bdfb494ffc86d479.png);
    background-size: 124px 173px; }
  .noir .button.waiting {
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), -webkit-linear-gradient(bottom, #222222 0%, black 100%);
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), -moz-linear-gradient(bottom, #222222 0%, black 100%);
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), -o-linear-gradient(bottom, #222222 0%, black 100%);
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), linear-gradient(to top, #222222 0%, black 100%);
    background-size: 50px 44px, 100% 100%; }
  .noir #header .brand::after {
    background-image: url(/assets/logo-noir@2x-f3072937bfccfb2e9dee18042660af35.png); }
  .noir #header .menu .trigger {
    background-image: url(/assets/menu-noir@2x-b6644ffe0b9c4cd674189fc216ad607b.png); }

  #download .file-type, #uploading .file-type {
    background-image: url(/assets/document@2x-a90158884940a3f908e4c268469343ba.png);
    background-size: 124px 173px; }

  #header .brand {
    background-image: url(/assets/logo@2x-94ea697678fa5ffc85e253f6a5a47ec2.png);
    background-size: 26px 18px; }

  .button.waiting {
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), -webkit-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), -moz-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), -o-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), linear-gradient(to top, #e5e8e9 0%, #e5e8e9 100%);
    background-size: 50px 44px, 100% 100%; }

  #header .menu .trigger {
    background-image: url(/assets/menu@2x-b08e1d3ba35f12be927d0d5bb424e3ac.png);
    background-size: 23px 5px; } }
@media only screen and (min-width: 700px) {
  #header .brand {
    padding-left: 36px;
    text-indent: 0;
    width: auto; }

  #header h2 {
    padding: 0 56px 0 50px; } }
@media screen and (max-width: 585px) {
  #flag-drop .dialog-content {
    padding: 0 15px 20px; }
    #flag-drop .dialog-content .label-inline {
      font-size: 12px;
      margin-right: 15px; }
    #flag-drop .dialog-content .half {
      width: 100%;
      padding-right: 0; } }
/*





 */

