/* Important styles below */

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus
 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
 {
  color: #333;
  text-decoration: none;
}
.btn:active,
 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
,
 {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
,
 {
  background-image: none;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0-beta
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}




/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
  text-align: center;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
  opacity: 0;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
@font-face {
  font-family: 'raygun-icons';
  src:
    url('../icons/icomoon/raygun-icons.woff2?cd87j6') format('woff2'),
    url('../icons/icomoon/raygun-icons.ttf?cd87j6') format('truetype'),
    url('../icons/icomoon/raygun-icons.woff?cd87j6') format('woff'),
    url('../icons/icomoon/raygun-icons.svg?cd87j6#raygun-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.raygun-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'raygun-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--integration-azure-devops:before {
  content: "\e9d4";
}
.icon--crown:before {
  content: "\e9d5";
}
.icon--ds-search:before {
  content: "\e9d3";
}
.icon--new-window-small:before {
  content: "\e9d0";
}
.icon--ds-eye:before {
  content: "\e9cf";
}
.icon--ds-infinity:before {
  content: "\e9c9";
}
.icon--ds-new-window:before {
  content: "\e9c8";
}
.icon--user-avatar-1:before {
  content: "\e9bf";
}
.icon--user-avatar-2:before {
  content: "\e9c0";
}
.icon--user-avatar-3:before {
  content: "\e9c1";
}
.icon--user-avatar-4:before {
  content: "\e9c2";
}
.icon--user-avatar-5:before {
  content: "\e9c3";
}
.icon--dashboard-switcher:before {
  content: "\e9b8";
}
.icon--app-switcher:before {
  content: "\e9b7";
}
.icon--nav-customers:before {
  content: "\e967";
}
.icon--nav-raygun:before {
  content: "\e969";
}
.icon--nav-briefcase:before {
  content: "\e968";
}
.icon--nav-blog:before {
  content: "\e96a";
}
.icon--nav-media:before {
  content: "\e96b";
}
.icon--nav-contact:before {
  content: "\e96c";
}
.icon--slider-left-arrow:before {
  content: "\e956";
}
.icon--slider-right-arrow:before {
  content: "\e957";
}
.icon--dashboard-design:before {
  content: "\e955";
}
.icon--dashboard-feedback:before {
  content: "\e95a";
}
.icon--dashboard-customize:before {
  content: "\e95b";
}
.icon--dashboard-visualize:before {
  content: "\e95c";
}
.icon--dashboard-tv:before {
  content: "\e95d";
}
.icon--apm-servers:before {
  content: "\e989";
}
.icon--circle-dash:before {
  content: "\e94a";
}
.icon--circle-info:before {
  content: "\e947";
}
.icon--circle-cross:before {
  content: "\e946";
}
.icon--circle-passed:before {
  content: "\e948";
}
.icon--share-github:before {
  content: "\e953";
}
.icon--share-email:before {
  content: "\e941";
}
.icon--share-facebook:before {
  content: "\e942";
}
.icon--share-google-plus:before {
  content: "\e943";
}
.icon--share-linked-in:before {
  content: "\e944";
}
.icon--share-twitter:before {
  content: "\e945";
}
.icon--lightning-bolt:before {
  content: "\e800";
}
.icon--public-menu:before {
  content: "\e802";
}
.icon--quote-open:before {
  content: "\e803";
}
.icon--quote-close:before {
  content: "\e804";
}
.icon--public-search:before {
  content: "\e805";
}
.icon--real-user-monitoring:before {
  content: "\e960";
}
.icon--deployment-tracking:before {
  content: "\e95e";
}
.icon--user-tracking:before {
  content: "\e959";
}
.icon--crash-reporting:before {
  content: "\e95f";
}
.icon--platform-flutter:before {
  content: "\e9d1";
}
.icon--platform-c-plus-plus:before {
  content: "\e966";
}
.icon--platform-react:before {
  content: "\e965";
}
.icon--platform-macosx:before {
  content: "\e952";
}
.icon--integration-gitlab:before {
  content: "\e94c";
}
.icon--platform-css3:before {
  content: "\e606";
}
.icon--platform-html5:before {
  content: "\e636";
}
.icon--browser-uc:before {
  content: "\e646";
}
.icon--platform-unknown:before {
  content: "\e637";
}
.icon--integration-bitbucket:before {
  content: "\e632";
}
.icon--platform-go:before {
  content: "\e611";
}
.icon--platform-aspnet-2:before {
  content: "\e630";
}
.icon--platform-nancy:before {
  content: "\e631";
}
.icon--platform-aspnet:before {
  content: "\e62e";
}
.icon--platform-rubyonrails:before {
  content: "\e62c";
}
.icon--platform-adobeair:before {
  content: "\e608";
}
.icon--platform-angular:before {
  content: "\e609";
}
.icon--platform-backbone:before {
  content: "\e60a";
}
.icon--platform-cakephp:before {
  content: "\e60b";
}
.icon--platform-coldfusion:before {
  content: "\e60c";
}
.icon--platform-django:before {
  content: "\e60d";
}
.icon--platform-dotnet:before {
  content: "\e60e";
}
.icon--platform-drupal:before {
  content: "\e60f";
}
.icon--platform-ember:before {
  content: "\e610";
}
.icon--platform-googleappengine:before {
  content: "\e612";
}
.icon--platform-java:before {
  content: "\e613";
}
.icon--platform-javascript:before {
  content: "\e614";
}
.icon--platform-laravel:before {
  content: "\e615";
}
.icon--platform-nodejs:before {
  content: "\e616";
}
.icon--platform-php:before {
  content: "\e617";
}
.icon--platform-play2:before {
  content: "\e618";
}
.icon--platform-python:before {
  content: "\e619";
}
.icon--platform-scala:before {
  content: "\e61a";
}
.icon--platform-unity3d:before {
  content: "\e61b";
}
.icon--store-windowsstore:before {
  content: "\e61c";
}
.icon--platform-wordpress:before {
  content: "\e61d";
}
.icon--platform-xamarin:before {
  content: "\e61e";
}
.icon--pulse-xamarin:before {
  content: "\e932";
  color: #000;
}
.icon--pulse-javascript .path1:before {
  content: "\e933";
  color: rgb(0, 0, 0);
}
.icon--pulse-javascript .path2:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon--pulse-android:before {
  content: "\e935";
  color: #000;
}
.icon--pulse-apple:before {
  content: "\e936";
  color: #000;
}
.icon--center-align:before {
  content: "\e999";
}
.icon--left-align:before {
  content: "\e99c";
}
.icon--right-align:before {
  content: "\e99d";
}
.icon--dashboard--value:before {
  content: "\e98d";
}
.icon--dashboard--list:before {
  content: "\e98e";
}
.icon--dashboard--free-text:before {
  content: "\e98f";
}
.icon--dashboard--chart:before {
  content: "\e990";
}
.icon--dashboard--tiles-errors:before {
  content: "\e997";
}
.icon--dashboard--tiles-users:before {
  content: "\e992";
}
.icon--dashboard--tiles-health:before {
  content: "\e993";
}
.icon--dashboard--tiles-text:before {
  content: "\e994";
}
.icon--dashboard--tiles-sessions:before {
  content: "\e995";
}
.icon--dashboard--tiles-loadtime:before {
  content: "\e996";
}
.icon--clock:before {
  content: "\e996";
}
.icon--dashboard--tiles-apm:before {
  content: "\e991";
}
.icon--rum:before {
  content: "\e985";
}
.icon--cr:before {
  content: "\e986";
}
.icon--apm:before {
  content: "\e98a";
}
.icon--pin:before {
  content: "\e988";
}
.icon--new-feature:before {
  content: "\e982";
}
.icon--platform2:before {
  content: "\e983";
}
.icon--provider:before {
  content: "\e984";
}
.icon--integration:before {
  content: "\e987";
}
.icon--product-rum:before {
  content: "\e9c5";
}
.icon--product-apm:before {
  content: "\e9c6";
}
.icon--menu:before {
  content: "\e9c4";
}
.icon--tick:before {
  content: "\e9af";
}
.icon--television:before {
  content: "\e954";
}
.icon--gitlab:before {
  content: "\e949";
}
.icon--dropdown:before {
  content: "\e93e";
}
.icon--dotburger-horizontal:before {
  content: "\e931";
}
.icon--dotburger:before {
  content: "\e92b";
}
.icon--warning:before {
  content: "\e657";
}
.icon--bug:before {
  content: "\e640";
}
.icon--new-window:before {
  content: "\e645";
}
.icon--browser:before {
  content: "\e63e";
}
.icon--geo:before {
  content: "\e63f";
}
.icon--platform:before {
  content: "\e641";
}
.icon--pulse-small:before {
  content: "\e642";
}
.icon--people:before {
  content: "\e644";
}
.icon--timeline:before {
  content: "\e652";
}
.icon--gauge-poor:before {
  content: "\e651";
}
.icon--gauge-average:before {
  content: "\e64f";
}
.icon--gauge-good:before {
  content: "\e650";
}
.icon--puzzle:before {
  content: "\e63a";
}
.icon--absolute-left:before {
  content: "\e63b";
}
.icon--absolute-right:before {
  content: "\e63c";
}
.icon--collapse:before {
  content: "\e638";
}
.icon--expand:before {
  content: "\e639";
}
.icon--icon--audio:before {
  content: "\e62d";
}
.icon--icon-beacon:before {
  content: "\e63d";
}
.icon--box-plus:before {
  content: "\e643";
}
.icon--box-cross:before {
  content: "\e647";
}
.icon--checkbox-unchecked:before {
  content: "\e648";
}
.icon--checkbox-checked:before {
  content: "\e649";
}
.icon--radio-unchecked:before {
  content: "\e600";
}
.icon--radio-checked:before {
  content: "\e607";
}
.icon--timeline-notch:before {
  content: "\e654";
}
.icon--radio-big:before {
  content: "\e654";
}
.icon--asset-document:before {
  content: "\e64a";
}
.icon--asset-file:before {
  content: "\e64b";
}
.icon--asset-flash:before {
  content: "\e64c";
}
.icon--asset-image:before {
  content: "\e64d";
}
.icon--asset-installer:before {
  content: "\e64e";
}
.icon--asset-code:before {
  content: "\e653";
}
.icon--video:before {
  content: "\e655";
}
.icon--asset-font:before {
  content: "\e656";
}
.icon--social-github:before {
  content: "\e61f";
}
.icon--social-google:before {
  content: "\e633";
}
.icon--social-linkedin:before {
  content: "\e622";
}
.icon--social-twitter:before {
  content: "\e623";
}
.icon--social-dribbble:before {
  content: "\e624";
}
.icon--social-facebook:before {
  content: "\e627";
}
.icon--browser-safari:before {
  content: "\e604";
  color: #444;
}
.icon--browser-opera:before {
  content: "\e628";
  color: #444;
}
.icon--browser-explorer:before {
  content: "\e629";
  color: #444;
}
.icon--browser-firefox:before {
  content: "\e62a";
  color: #444;
}
.icon--browser-chrome:before {
  content: "\e62b";
  color: #444;
}
.icon--platform-windows8:before {
  content: "\e620";
}
.icon--platform-windows:before {
  content: "\e621";
}
.icon--platform-apple:before {
  content: "\e625";
}
.icon--platform-android:before {
  content: "\e626";
}
.icon--search:before {
  content: "\e97e";
}
.icon--graph:before {
  content: "\e97f";
}
.icon--filter2:before {
  content: "\e980";
}
.icon--bolt:before {
  content: "\e981";
}
.icon--viewport:before {
  content: "\e9d2";
}
.icon--map-pin:before {
  content: "\e9ce";
  color: #546e7a;
}
.icon--full-screen:before {
  content: "\e9cc";
}
.icon--clone:before {
  content: "\e9cd";
}
.icon--deployments:before {
  content: "\e9cb";
}
.icon--integrations:before {
  content: "\e9ca";
}
.icon--product-cr:before {
  content: "\e9c7";
}
.icon--arrow-back:before {
  content: "\e9be";
}
.icon--dotburger-thick:before {
  content: "\e9bc";
}
.icon--dotburger-horizontal-thick:before {
  content: "\e9bd";
}
.icon--cog:before {
  content: "\e9bb";
}
.icon--response:before {
  content: "\e961";
}
.icon--pulse-compare:before {
  content: "\e9b9";
}
.icon--padlock-closed:before {
  content: "\e9b4";
}
.icon--padlock-open:before {
  content: "\e9b5";
}
.icon--up-arrow:before {
  content: "\e9b6";
}
.icon--down-arrow:before {
  content: "\e9b3";
}
.icon--copy:before {
  content: "\e9b1";
}
.icon--pencil:before {
  content: "\e9b2";
}
.icon--plus:before {
  content: "\e9ae";
}
.icon--cross:before {
  content: "\e9b0";
}
.icon--grabber .path1:before {
  content: "\e99e";
  color: rgb(255, 255, 255);
}
.icon--grabber .path2:before {
  content: "\e99f";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--grabber .path3:before {
  content: "\e9a0";
  margin-left: -0.4228515625em;
  color: rgb(255, 255, 255);
}
.icon--grabber .path4:before {
  content: "\e9a1";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--grabber .path5:before {
  content: "\e9a2";
  margin-left: -0.4228515625em;
  color: rgb(255, 255, 255);
}
.icon--grabber .path6:before {
  content: "\e9a3";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--grabber .path7:before {
  content: "\e9a4";
  margin-left: -0.4228515625em;
  color: rgb(255, 255, 255);
}
.icon--grabber .path8:before {
  content: "\e9a5";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--grabber .path9:before {
  content: "\e9a6";
  margin-left: -0.4228515625em;
  color: rgb(255, 255, 255);
}
.icon--grabber .path10:before {
  content: "\e9a7";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--grabber .path11:before {
  content: "\e9a8";
  margin-left: -0.4228515625em;
  color: rgb(255, 255, 255);
}
.icon--grabber .path12:before {
  content: "\e9a9";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--grabber .path13:before {
  content: "\e9aa";
  margin-left: -0.4228515625em;
  color: rgb(255, 255, 255);
}
.icon--grabber .path14:before {
  content: "\e9ab";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--grabber .path15:before {
  content: "\e9ac";
  margin-left: -0.4228515625em;
  color: rgb(255, 255, 255);
}
.icon--grabber .path16:before {
  content: "\e9ad";
  margin-left: -0.4228515625em;
  color: rgb(0, 0, 0);
}
.icon--underline:before {
  content: "\e998";
}
.icon--italic:before {
  content: "\e99a";
}
.icon--bold:before {
  content: "\e99b";
}
.icon--lightbulb:before {
  content: "\e98c";
}
.icon--announcement:before {
  content: "\e97d";
}
.icon--trace:before {
  content: "\e97b";
}
.icon--video-play:before {
  content: "\e97c";
}
.icon--swap:before {
  content: "\e963";
}
.icon--plus-circle:before {
  content: "\e958";
}
.icon--icon--thumbs-up:before {
  content: "\e962";
}
.icon--trash:before {
  content: "\e94d";
}
.icon--download:before {
  content: "\e94e";
}
.icon--email:before {
  content: "\e94f";
}
.icon--loading-small:before {
  content: "\e950";
}
.icon--stopwatch-small:before {
  content: "\e951";
}
.icon--arrow-up:before {
  content: "\e98b";
}
.icon--arrow-right:before {
  content: "\e9ba";
}
.icon--chevron-left:before {
  content: "\e93f";
}
.icon--chevron-right:before {
  content: "\e940";
}
.icon--mobile-devices:before {
  content: "\e92c";
}
.icon--cpu:before {
  content: "\e92d";
}
.icon--versions:before {
  content: "\e92e";
}
.icon--mobile-views:before {
  content: "\e92f";
}
.icon--platforms:before {
  content: "\e930";
}
.icon--favourite-stroke:before {
  content: "\e634";
}
.icon--favourite-solid:before {
  content: "\e635";
}
.icon--question:before {
  content: "\e62f";
}
.icon--filter:before {
  content: "\e605";
}
.icon--feature-apm-circle .path1:before {
  content: "\e96f";
  color: rgb(179, 179, 179);
}
.icon--feature-apm-circle .path2:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path3:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path4:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path5:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path6:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path7:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path8:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path9:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-apm-circle .path10:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(21, 143, 239);
}
.icon--feature-dashboards:before {
  content: "\e96e";
}
.icon--feature-integration:before {
  content: "\e975";
}
.icon--feature-team:before {
  content: "\e976";
}
.icon--feature-smart-alerting:before {
  content: "\e96d";
}
.icon--feature-measure:before {
  content: "\e928";
}
.icon--feature-visibility:before {
  content: "\e929";
}
.icon--face-sad-large:before {
  content: "\e964";
}
.icon--location-pin:before {
  content: "\e92a";
}
.icon--face-sad:before {
  content: "\e601";
}
.icon--face-neutral:before {
  content: "\e602";
}
.icon--face-happy:before {
  content: "\e603";
}
.icon--single-signon:before {
  content: "\e94b";
}
.icon--feature-hipaa:before {
  content: "\e937";
}
.icon--feature-support:before {
  content: "\e938";
}
.icon--feature-docs:before {
  content: "\e939";
}
.icon--feature-bin:before {
  content: "\e93a";
}
.icon--feature-delete:before {
  content: "\e93b";
}
.icon--feature-crash-circle:before {
  content: "\e93c";
}
.icon--feature-pulse-circle:before {
  content: "\e93d";
}
.icon--feature-heartbeat:before {
  content: "\e900";
}
.icon--feature-heart:before {
  content: "\e901";
}
.icon--real-user-monitoring-39:before {
  content: "\e902";
}
.icon--feature-face-sad:before {
  content: "\e903";
}
.icon--feature-face-neutral:before {
  content: "\e904";
}
.icon--feature-face-happy:before {
  content: "\e905";
}
.icon--feature-plus:before {
  content: "\e906";
}
.icon--feature-pulse2:before {
  content: "\e907";
}
.icon--feature-reload:before {
  content: "\e908";
}
.icon--feature-plus35:before {
  content: "\e909";
}
.icon--feature-rum36:before {
  content: "\e90a";
}
.icon--feature-deployment-2:before {
  content: "\e90c";
}
.icon--feature-deployment:before {
  content: "\e90d";
}
.icon--feature-globe:before {
  content: "\e90e";
}
.icon--feature-neutron:before {
  content: "\e90f";
}
.icon--feature-search:before {
  content: "\e911";
}
.icon--feature-bug:before {
  content: "\e912";
}
.icon--feature-devices:before {
  content: "\e913";
}
.icon--feature-mobile-alert:before {
  content: "\e914";
}
.icon--feature-on-prem:before {
  content: "\e916";
}
.icon--feature-stop-watch:before {
  content: "\e917";
}
.icon--feature-clock:before {
  content: "\e918";
}
.icon--feature-real-time:before {
  content: "\e65b";
}
.icon--feature-authentication:before {
  content: "\e927";
}
.icon--feature-cloud:before {
  content: "\e919";
}
.icon--feature-code:before {
  content: "\e91a";
}
.icon--feature-data:before {
  content: "\e91b";
}
.icon--feature-error-group:before {
  content: "\e91c";
}
.icon--feature-mobile-notification:before {
  content: "\e915";
}
.icon--feature-notification:before {
  content: "\e91d";
}
.icon--feature-tools:before {
  content: "\e91e";
}
.icon--feature-privacy:before {
  content: "\e924";
}
.icon--feature-users2:before {
  content: "\e91f";
}
.icon--feature-report:before {
  content: "\e910";
}
.icon--feature-error-reports:before {
  content: "\e920";
}
.icon--feature-bug-report:before {
  content: "\e90b";
}
.icon--feature-integrations:before {
  content: "\e921";
}
.icon--feature-js-mapping:before {
  content: "\e922";
}
.icon--feature-save-money:before {
  content: "\e925";
}
.icon--feature-security:before {
  content: "\e926";
}
.icon--feature-every-platform:before {
  content: "\e65a";
}
.icon--feature-pci-compliance:before {
  content: "\e923";
}

/*
 * jquery.selectBoxIt.css 2.0.0
 * Author: @gregfranko
 */
/* Div container holding the dropdown list */
/* line 7, ../sass/jquerySelectBox.scss */
.selectboxit-container {
  display: inline-block;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}

/* Dropdown List Box */
/* line 20, ../sass/jquerySelectBox.scss */
.selectboxit-container .selectboxit {
  width: 200px;
  height: 38px;
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 0;
  display: block;
  border:1px solid #c1cad5;
  box-shadow: inset 0 1px 0 #fff;
  border-radius: 2px;
  outline: none;

  background-image: linear-gradient(bottom, #eaeef3 0%, #f3f6f8 100%);
  background-image: -o-linear-gradient(bottom, #eaeef3 0, #f3f6f8 100%);
  background-image: -moz-linear-gradient(bottom, #eaeef3 0, #f3f6f8 100%);
  background-image: -webkit-linear-gradient(bottom, #eaeef3 0, #f3f6f8 100%);
  background-image: -ms-linear-gradient(bottom, #eaeef3 0, #f3f6f8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eaeef3), color-stop(1, #f3f6f8));
}

.selectboxit-container span.selectboxit-hover {
  background-image: linear-gradient(bottom, #e3e5e8 0%, #f9fbfd 100%);
  background-image: -o-linear-gradient(bottom, #e3e5e8 0, #f9fbfd 100%);
  background-image: -moz-linear-gradient(bottom, #e3e5e8 0, #f9fbfd 100%);
  background-image: -webkit-linear-gradient(bottom, #e3e5e8 0, #f9fbfd 100%);
  background-image: -ms-linear-gradient(bottom, #e3e5e8 0, #f9fbfd 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3e5e8), color-stop(1, #f9fbfd));
  box-shadow: 0 1px 2px rgba(000,000,000,0.2);
}

.selectboxit-container .selectboxit.active .selectboxit-arrow-container, .selectboxit-container .selectboxit:active  .selectboxit-arrow-container
{
  background-position: center 18px;
}


.selectboxit-container .selectboxit.active, .selectboxit-container .selectboxit:active {
  background-image: none;
  background-color: #f1f1f1;
  box-shadow: inset 0 0 3px rgba(000,000,000,0.2);
}


/* line 30, ../sass/jquerySelectBox.scss */
.selectboxit-container .selectboxit.selectboxit-disabled {
  cursor: default;
}

/* Dropdown list Default Icon Positioning */
/* line 35, ../sass/jquerySelectBox.scss */
.selectboxit-default-icon {
  float: left;
}

/* Dropdown List Box Text */
/* line 40, ../sass/jquerySelectBox.scss */
.selectboxit-text {
  font: 14px Helvetica, Arial;
  font-weight: 600;
  text-indent: 15px;
  line-height: 30px;
  overflow: hidden;
  color: #6f748e;
  text-shadow: 0 1px 0 #fff;
  float: left;
  white-space: nowrap;
}

/* Dropdown List Options List*/
/* line 50, ../sass/jquerySelectBox.scss */
.selectboxit-container .selectboxit-options {
  min-width: 200px;
  /* Minimum Width of the dropdown list box options */
  border: 1px solid #cbcbcb;
  font: 14px Helvetica, Arial;
  background-color: #fff;
  margin: -1px 0 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  overflow: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  outline: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -moz-box-shadow: none;
  /* Firefox */
  -webkit-box-shadow: none;
  /* Safari, Chrome */
  box-shadow: none;
  /* CSS3 */
}

/* Overrides Bootstrap drop down option style */
/* line 73, ../sass/jquerySelectBox.scss */
.selectboxit-options .selectboxit-option.active .selectboxit-option-anchor {
  
}

/* line 77, ../sass/jquerySelectBox.scss */
.selectboxit-option .selectboxit-option-anchor {
  text-decoration: none;
  box-shadow: none;
  display: block;
  padding: 5px;
  line-height: 30px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
  background-color: #eee;
  color: #6bb5eb;
}


/* Dropdown List Individual Options */
/* line 83, ../sass/jquerySelectBox.scss */
.selectboxit-option, .selectboxit-optgroup-header {
  line-height: 30px;
  /* Height of Individual Select Box Options */
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  margin: 0;
}

/* The first drop down option */
/* line 93, ../sass/jquerySelectBox.scss */
.selectboxit-option-first {

}

/* The last drop down option */
/* line 99, ../sass/jquerySelectBox.scss */
.selectboxit-option-last {

}

/* Dropdown List Optgroup Headers */
/* line 105, ../sass/jquerySelectBox.scss */
.selectboxit-optgroup-header {
  font-weight: 600;
}

/* Dropdown List Optgroup Options */
/* line 110, ../sass/jquerySelectBox.scss */
.selectboxit-optgroup-option {
  text-indent: 20px;
}

/* Dropdown List Optgroup Header hover psuedo class */
/* line 115, ../sass/jquerySelectBox.scss */
.selectboxit-optgroup-header[data-disabled='true']:hover {
  cursor: default;
}

/* Dropdown List Down Arrow Container (if an image is not used) */
/* line 120, ../sass/jquerySelectBox.scss */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 40px;
  float: right;
  background: url(../Content/images/icons/dropdownArrow.png) no-repeat center;
}


/* Dropdown List Down Arrow */
/* line 127, ../sass/jquerySelectBox.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  background-color: #f00;
  margin: 0 auto;
  display: block;
}

/* Dropdown List Individual Option Icon Positioning */
/* line 135, ../sass/jquerySelectBox.scss */
.selectboxit-option-icon {
  float: left;
}

.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js/themes.htm#classic
 */.picker{width:100%}.picker__holder{position:absolute;background:#fff;border:1px solid #aaa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:176px;max-width:466px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;max-height:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);-moz-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);-webkit-transition:all .15s ease-out,max-height 0 .15s;-moz-transition:all .15s ease-out,max-height 0 .15s;transition:all .15s ease-out,max-height 0 .15s}.picker--opened .picker__holder{max-height:25em;-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);-webkit-transition:all .15s ease-out,max-height 0;-moz-transition:all .15s ease-out,max-height 0;transition:all .15s ease-out,max-height 0;-webkit-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);-moz-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);box-shadow:0 6px 18px 1px rgba(0,0,0,.12)}
.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{font-size:.8em;border:1px solid #b7b7b7;height:2.5em;padding:.66em .25em;margin-left:.25em;margin-right:.25em;margin-top:-.5em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--prev,.picker__nav--next{position:absolute;top:-.33em;padding:.5em 1.33em;width:1em;height:1em}.picker__nav--prev{left:-1em;padding-right:1.5em}.picker__nav--next{right:-1em;padding-left:1.5em}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{color:#0089ec;position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--selected,.picker__day--selected:hover{border-color:#0089ec}.picker__day--highlighted{background:#b1dcfb}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd;-ms-filter:"alpha(Opacity=66)";filter:alpha(opacity=66);-moz-opacity:.66;opacity:.66}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{background:#0089ec;color:#fff}.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker__button--today,.picker__button--clear{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:600;width:50%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--today:before,.picker__button--clear:before{position:relative;display:inline-block;height:0}.picker__button--today:before{content:" ";margin-right:.45em;top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{content:"\D7";margin-right:.35em;top:-.1em;color:#e20;vertical-align:top;font-size:1.1em}
.picker__list{list-style:none;padding:.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em}@media (min-height:46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000;background:#b1dcfb;border-color:#0089ec;z-index:10}.picker__list-item--selected,.picker__list-item--selected:hover{border-color:#0089ec;z-index:10}.picker__list-item--highlighted{background:#b1dcfb}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{background:#0089ec;color:#fff}.picker__list-item--disabled,.picker__list-item--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default;border-color:#ddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:0;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{color:#000;background:#b1dcfb;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:0}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:700}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#fff}.picker--time{min-width:256px;max-width:320px}.picker--time .picker__holder{background:#f2f2f2}@media (min-height:40.125em){.picker--time .picker__holder{font-size:.875em}}.picker--time .picker__box{padding:0}
.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js/themes.htm#default
 */.picker__holder,.picker__frame{bottom:0;left:0;right:0;top:100%}.picker__holder{position:fixed;-webkit-transition:background .15s ease-out,top 0s .15s;-moz-transition:background .15s ease-out,top 0s .15s;transition:background .15s ease-out,top 0s .15s}.picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:666px;width:100%;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}@media (min-height:33.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height:40.125em){.picker__frame{margin-bottom:7.5%}}.picker__wrap{display:table;width:100%;height:100%}@media (min-height:33.875em){.picker__wrap{display:block}}.picker__box{background:#fff;display:table-cell;vertical-align:middle}@media (min-height:26.5em){.picker__box{font-size:1.25em}}@media (min-height:33.875em){.picker__box{display:block;font-size:1.33em;border:1px solid #777;border-top-color:#898989;border-bottom-width:0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 12px 36px 16px rgba(0,0,0,.24);-moz-box-shadow:0 12px 36px 16px rgba(0,0,0,.24);box-shadow:0 12px 36px 16px rgba(0,0,0,.24)}}@media (min-height:40.125em){.picker__box{font-size:1.5em;border-bottom-width:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}}.picker--opened .picker__holder{top:0;background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,.32);-webkit-transition:background .15s ease-out;-moz-transition:background .15s ease-out;transition:background .15s ease-out}.picker--opened .picker__frame{top:0;-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height:33.875em){.picker--opened .picker__frame{top:auto;bottom:0}}
.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{font-size:.8em;border:1px solid #b7b7b7;height:2.5em;padding:.66em .25em;margin-left:.25em;margin-right:.25em;margin-top:-.5em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--prev,.picker__nav--next{position:absolute;top:-.33em;padding:.5em 1.33em;width:1em;height:1em}.picker__nav--prev{left:-1em;padding-right:1.5em}.picker__nav--next{right:-1em;padding-left:1.5em}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{color:#0089ec;position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--selected,.picker__day--selected:hover{border-color:#0089ec}.picker__day--highlighted{background:#b1dcfb}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd;-ms-filter:"alpha(Opacity=66)";filter:alpha(opacity=66);-moz-opacity:.66;opacity:.66}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{background:#0089ec;color:#fff}.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker__button--today,.picker__button--clear{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:600;width:50%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--today:before,.picker__button--clear:before{position:relative;display:inline-block;height:0}.picker__button--today:before{content:" ";margin-right:.45em;top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{content:"\D7";margin-right:.35em;top:-.1em;color:#e20;vertical-align:top;font-size:1.1em}
.picker__list{list-style:none;padding:.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em}@media (min-height:46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000;background:#b1dcfb;border-color:#0089ec;z-index:10}.picker__list-item--selected,.picker__list-item--selected:hover{border-color:#0089ec;z-index:10}.picker__list-item--highlighted{background:#b1dcfb}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{background:#0089ec;color:#fff}.picker__list-item--disabled,.picker__list-item--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default;border-color:#ddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:0;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{color:#000;background:#b1dcfb;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:0}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:700}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#fff}.picker--time .picker__frame{min-width:256px;max-width:320px}.picker--time .picker__box{font-size:1em;background:#f2f2f2;padding:0}@media (min-height:40.125em){.picker--time .picker__box{margin-bottom:5em}}
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border-top: 1px solid #888;border-bottom: 1px solid #888;}ol.linenums{margin-top:0;margin-bottom:0;padding-left: 58px;list-style-type:decimal;}ol.linenums span{margin:0;}ol.linenums strong{font-weight: 600; background-color: yellow;}
/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+aspnet+bash+c+csharp+ruby+go+java+objectivec+php+python&plugins=line-numbers */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #f8f8f2;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important,
.token.bold {
	font-weight: 600;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

pre.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre.line-numbers > code {
	position: relative;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

	.line-numbers-rows > span {
		pointer-events: none;
		display: block;
		counter-increment: linenumber;
	}

		.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}

// toastr
.toast-title {
	font-weight: 600;
}
.toast-message {
    word-wrap: break-word;
    padding: 20px 20px 20px 50px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.toast-message a,
.toast-message label{
	color: #FFF;
}
.toast-message a:hover {
	color: #CCC;
	text-decoration: none;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	left: 12px;
	bottom: 12px;
}

#toast-container  {
	position: fixed;
	z-index: 9999;
  top: 90px;
  left: 20%;
  right: 20%;
  text-align: center;
}
@media all and (max-width: 640px) {
  #toast-container  {
	  position: fixed;
	  z-index: 9999;
    top: 90px;
    left: 16px;
    right: 16px;
    text-align: center;
  }
}

#toast-container > div {
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	border-radius: 3px 3px 3px 3px;
  &.toast-message {
    box-shadow: 0 1px 4px rgba(200,204,212,0.6);
  }
	color: #FFFFFF;
	margin: 0 auto 6px;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 1;
}

.toast-top-right {
	top: 12px;
	right: 12px;
}

#toast-container > :hover {
  &.toast-message {
	  -moz-box-shadow: 0 0 8px rgba(000,000,000,0.2); 
	  -webkit-box-shadow: 0 0 8px rgba(000,000,000,0.2); 
	  -o-box-shadow: 0 0 8px rgba(000,000,000,0.2);  
	  box-shadow: 0 0 8px rgba(000,000,000,0.2); 
  }
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	cursor: pointer;
}

#toast-container > .toast-info .toast-message h4:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
}

#toast-container > .toast-error .toast-message h4:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
}

#toast-container > .toast-success .toast-message h4:before{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning .toast-message h4:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #1e2732;
	background: #2f3946;
	color: #fff;
  max-width: 240px;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

@media all and (max-width: 240px) {
	#toast-container > .toast-message {
		padding: 8px 8px 8px 50px;
		width: 108px;
	}
}
@media all and (min-width: 241px) and (max-width: 320px) {
	#toast-container > .toast-message {
		padding: 8px 8px 8px 50px;
		width: 128px;
	}
}
@media all and (min-width: 321px) and (max-width: 480px) {
	#toast-container > .toast-message {
		padding: 8px 8px 8px 50px;
		width: 192px;
	}
}
@media all and (min-width: 481px) and (max-width: 768px) {
	#toast-container > .toast-message {
		padding: 15px 15px 15px 50px;
	}
}
@media all and (min-width: 769px) {
	#toast-container > .toast-message {
		padding: 15px 15px 15px 50px;
		width: 300px;
	}
}





