/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.guideflow_hovered,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='radio'],
input[type='checkbox'] {
  cursor: pointer;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, system-ui, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #262e39;
  background-color: #fafafa;
}
a {
  color: #3781b8;
  text-decoration: none;
}
a.guideflow_hovered,
a:focus {
  color: #3274a6;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted.guideflow_hovered,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning.guideflow_hovered,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error.guideflow_hovered,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info.guideflow_hovered,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success.guideflow_hovered,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: '';
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: -apple-system, system-ui, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type='file'],
input[type='image'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'] {
  width: auto;
}
select,
input[type='file'] {
  height: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 32px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*='span'],
.input-append .uneditable-input[class*='span'],
.input-prepend input[class*='span'],
.input-prepend .uneditable-input[class*='span'],
.row-fluid input[class*='span'],
.row-fluid select[class*='span'],
.row-fluid textarea[class*='span'],
.row-fluid .uneditable-input[class*='span'],
.row-fluid .input-prepend [class*='span'],
.row-fluid .input-append [class*='span'] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*='span'] + [class*='span'] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: '';
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*='span'],
.controls-row .radio[class*='span'] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'][readonly],
input[type='checkbox'][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: '';
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #455367;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type='radio'],
.form-search .checkbox input[type='checkbox'],
.form-inline .radio input[type='radio'],
.form-inline .checkbox input[type='checkbox'] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: '';
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-hover tbody tr.guideflow_hovered > td,
.table-hover tbody tr.guideflow_hovered > th {
  background-color: #fafbfb;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.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;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a.guideflow_hovered,
.dropdown-menu > li > a:focus,
.dropdown-submenu.guideflow_hovered > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #357bb0;
  background-image: -moz-linear-gradient(top, #3781b8, #3173a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3781b8), to(#3173a4));
  background-image: -webkit-linear-gradient(top, #3781b8, #3173a4);
  background-image: -o-linear-gradient(top, #3781b8, #3173a4);
  background-image: linear-gradient(to bottom, #3781b8, #3173a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3781b8', endColorstr='#ff3173a4', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a.guideflow_hovered,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #357bb0;
  background-image: -moz-linear-gradient(top, #3781b8, #3173a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3781b8), to(#3173a4));
  background-image: -webkit-linear-gradient(top, #3781b8, #3173a4);
  background-image: -o-linear-gradient(top, #3781b8, #3173a4);
  background-image: linear-gradient(to bottom, #3781b8, #3173a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3781b8', endColorstr='#ff3173a4', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a.guideflow_hovered,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a.guideflow_hovered,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu.guideflow_hovered > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.guideflow_hovered > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close.guideflow_hovered,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a.guideflow_hovered,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a.guideflow_hovered,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3781b8;
}
.nav-list [class^='icon-'],
.nav-list [class*=' icon-'] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: '';
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a.guideflow_hovered,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a.guideflow_hovered,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a.guideflow_hovered,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #3781b8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a.guideflow_hovered,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #3781b8;
  border-bottom-color: #3781b8;
  margin-top: 6px;
}
.nav .dropdown-toggle.guideflow_hovered .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #3274a6;
  border-bottom-color: #3274a6;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a.guideflow_hovered,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a.guideflow_hovered,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a.guideflow_hovered .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a.guideflow_hovered,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: '';
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a.guideflow_hovered,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a.guideflow_hovered,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a.guideflow_hovered,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a.guideflow_hovered,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a.guideflow_hovered,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a.guideflow_hovered,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a.guideflow_hovered,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #474747;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-inner a {
  color: inherit;
}
.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: #474747;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #474747;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #474747;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #474747;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day.guideflow_hovered,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled.guideflow_hovered {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today.guideflow_hovered,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.guideflow_hovered {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd49a', endColorstr='#fffdf59a', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #fdf59a #fdf59a #fbed50;
  *background-color: #fdf59a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #000;
}
.datepicker table tr td.today.guideflow_hovered,
.datepicker table tr td.today.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.today.disabled.guideflow_hovered,
.datepicker table tr td.today.disabled.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.today:focus,
.datepicker table tr td.today.guideflow_hovered:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled.guideflow_hovered:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today.guideflow_hovered:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled.guideflow_hovered:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.guideflow_hovered.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.guideflow_hovered.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.guideflow_hovered.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.guideflow_hovered.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today.guideflow_hovered[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled.guideflow_hovered[disabled] {
  color: #fff;
  background-color: #fdf59a;
  *background-color: #fcf282;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.guideflow_hovered:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled.guideflow_hovered:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.guideflow_hovered.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.guideflow_hovered.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today.guideflow_hovered.guideflow_hovered {
  color: #000;
}
.datepicker table tr td.today.active.guideflow_hovered {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.guideflow_hovered,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled.guideflow_hovered {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.guideflow_hovered,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.guideflow_hovered {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3c17a', endColorstr='#fff3e97a', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #f3e97a #f3e97a #edde34;
  *background-color: #f3e97a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today.guideflow_hovered,
.datepicker table tr td.range.today.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.range.today.disabled.guideflow_hovered,
.datepicker table tr td.range.today.disabled.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.guideflow_hovered:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled.guideflow_hovered:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.guideflow_hovered:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled.guideflow_hovered:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.guideflow_hovered.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.guideflow_hovered.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.guideflow_hovered.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.guideflow_hovered.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today.guideflow_hovered[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled.guideflow_hovered[disabled] {
  color: #fff;
  background-color: #f3e97a;
  *background-color: #f1e663;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.guideflow_hovered:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled.guideflow_hovered:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.guideflow_hovered.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.guideflow_hovered.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.guideflow_hovered,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.guideflow_hovered {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff808080', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #808080 #808080 #595959;
  *background-color: #808080;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.guideflow_hovered,
.datepicker table tr td.selected.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.selected.disabled.guideflow_hovered,
.datepicker table tr td.selected.disabled.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.guideflow_hovered:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled.guideflow_hovered:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.guideflow_hovered:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled.guideflow_hovered:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.guideflow_hovered.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.guideflow_hovered.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.guideflow_hovered.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.guideflow_hovered.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected.guideflow_hovered[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled.guideflow_hovered[disabled] {
  color: #fff;
  background-color: #808080;
  *background-color: #737373;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.guideflow_hovered:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled.guideflow_hovered:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.guideflow_hovered.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.guideflow_hovered.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active.guideflow_hovered,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.guideflow_hovered {
  background-color: #3770b8;
  background-image: -moz-linear-gradient(top, #3781b8, #3756b8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3781b8), to(#3756b8));
  background-image: -webkit-linear-gradient(top, #3781b8, #3756b8);
  background-image: -o-linear-gradient(top, #3781b8, #3756b8);
  background-image: linear-gradient(to bottom, #3781b8, #3756b8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3781b8', endColorstr='#ff3756b8', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #3756b8 #3756b8 #253a7d;
  *background-color: #3756b8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.guideflow_hovered,
.datepicker table tr td.active.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.active.disabled.guideflow_hovered,
.datepicker table tr td.active.disabled.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.guideflow_hovered:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled.guideflow_hovered:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.guideflow_hovered:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled.guideflow_hovered:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.guideflow_hovered.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.guideflow_hovered.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.guideflow_hovered.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.guideflow_hovered.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.guideflow_hovered[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled.guideflow_hovered[disabled] {
  color: #fff;
  background-color: #3756b8;
  *background-color: #314da4;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.guideflow_hovered:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled.guideflow_hovered:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.guideflow_hovered.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.guideflow_hovered.active {
  background-color: #2b4491 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span.guideflow_hovered {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled.guideflow_hovered {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.guideflow_hovered,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.guideflow_hovered {
  background-color: #3770b8;
  background-image: -moz-linear-gradient(top, #3781b8, #3756b8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3781b8), to(#3756b8));
  background-image: -webkit-linear-gradient(top, #3781b8, #3756b8);
  background-image: -o-linear-gradient(top, #3781b8, #3756b8);
  background-image: linear-gradient(to bottom, #3781b8, #3756b8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3781b8', endColorstr='#ff3756b8', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #3756b8 #3756b8 #253a7d;
  *background-color: #3756b8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.guideflow_hovered,
.datepicker table tr td span.active.guideflow_hovered.guideflow_hovered,
.datepicker table tr td span.active.disabled.guideflow_hovered,
.datepicker table tr td span.active.disabled.guideflow_hovered.guideflow_hovered,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active.guideflow_hovered:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled.guideflow_hovered:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.guideflow_hovered:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled.guideflow_hovered:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.guideflow_hovered.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.guideflow_hovered.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.guideflow_hovered.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.guideflow_hovered.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active.guideflow_hovered[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled.guideflow_hovered[disabled] {
  color: #fff;
  background-color: #3756b8;
  *background-color: #314da4;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.guideflow_hovered:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled.guideflow_hovered:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.guideflow_hovered.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.guideflow_hovered.active {
  background-color: #2b4491 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th.guideflow_hovered,
.datepicker tfoot tr th.guideflow_hovered {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em;
}
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.ui-timepicker-list.guideflow_hovered .ui-timepicker-duration {
  color: #888;
}
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}
.ui-timepicker-list.guideflow_hovered .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li.guideflow_hovered,
.ui-timepicker-list .ui-timepicker-selected.guideflow_hovered {
  background: #1980EC;
  color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li.guideflow_hovered .ui-timepicker-duration {
  color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled.guideflow_hovered,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled.guideflow_hovered,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
/**
 * COLORS -- Brand
 * ---------------
 */
/**
 * COLORS -- States
 * ----------------
 */
/**
 * COLORS -- Grays
 * ---------------
 *
 * TODO: transition to numbered scale & replace in-app uses of deprecated colors
 * https://www.figma.com/file/TWrpsC0Vz7VBj0YCNXtFYo3m/1.-Colors?node-id=35%3A0
 */
/**
 * COLORS -- type
 * --------------
 */
/**
 * COLORS -- Domain-specific
 * -------------------------
 */
/**
 * COLORS -- Component-specific
 * -------------------------
 */
/**
 * https://www.figma.com/file/eflpAcOSTsb5Gbm0eizgJzSf/Atoms?node-id=9870%3A57119
 * Shadow level 1 is default
 * Shadow level 2 is hover state
 * Shadow level 3 is menus and callouts
 * Shadow level 4 is modals and dragging
 */
/*
We (Close) edited this file
 - only using .woff and woff2 formats
 - commented out all the animation stuff
 - made similar changes to glyphicons-social.less
 - fyi also we AREN'T also including glyphicons-bootstrap.css b/c it does more harm than good
*/
@font-face {
  font-family: 'Glyphicons Regular';
  src: url(https://html-assets-prod.guideflow.com/f88a4629334e3231aa6532f41427992b132cb195) format('woff2'), url(https://html-assets-prod.guideflow.com/b4db6ec1cc49ec6a99b219dc700972abebb6c611) format('woff');
}
.glyphicons {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*&:before{*/
  /*display:inline-block;*/
  /*padding:6px 8px;*/
  /*}*/
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
  /*&:before{*/
  /*padding:8px 12px;*/
  /*}*/
}
.glyphicons.x3 {
  font-size: 72px;
  /*&:before{*/
  /*padding:16px 20px;*/
  /*}*/
}
.glyphicons.x4 {
  font-size: 96px;
  /*&:before{*/
  /*padding:20px 28px;*/
  /*}*/
}
.glyphicons.x5 {
  font-size: 120px;
  /*&:before{*/
  /*padding:28px 36px;*/
  /*}*/
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  transform: scaleX(-1);
  filter: FlipH;
}
.glyphicons.flipv {
  transform: scaleY(-1);
  filter: FlipV;
}
.glyphicons.rotate45 {
  transform: rotate(45deg);
}
.glyphicons.rotate90 {
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: '\E001';
}
.glyphicons-leaf:before {
  content: '\E002';
}
.glyphicons-dog:before {
  content: '\E003';
}
.glyphicons-user:before {
  content: '\E004';
}
.glyphicons-girl:before {
  content: '\E005';
}
.glyphicons-car:before {
  content: '\E006';
}
.glyphicons-user-add:before {
  content: '\E007';
}
.glyphicons-user-remove:before {
  content: '\E008';
}
.glyphicons-film:before {
  content: '\E009';
}
.glyphicons-magic:before {
  content: '\E010';
}
.glyphicons-envelope:before {
  content: '\E011';
}
.glyphicons-camera:before {
  content: '\E012';
}
.glyphicons-heart:before {
  content: '\E013';
}
.glyphicons-beach-umbrella:before {
  content: '\E014';
}
.glyphicons-train:before {
  content: '\E015';
}
.glyphicons-print:before {
  content: '\E016';
}
.glyphicons-bin:before {
  content: '\E017';
}
.glyphicons-music:before {
  content: '\E018';
}
.glyphicons-music-alt:before {
  content: '\E019';
}
.glyphicons-heart-empty:before {
  content: '\E020';
}
.glyphicons-home:before {
  content: '\E021';
}
.glyphicons-snowflake:before {
  content: '\E022';
}
.glyphicons-fire:before {
  content: '\E023';
}
.glyphicons-magnet:before {
  content: '\E024';
}
.glyphicons-parents:before {
  content: '\E025';
}
.glyphicons-binoculars:before {
  content: '\E026';
}
.glyphicons-road:before {
  content: '\E027';
}
.glyphicons-search:before {
  content: '\E028';
}
.glyphicons-cars:before {
  content: '\E029';
}
.glyphicons-notes-2:before {
  content: '\E030';
}
.glyphicons-pencil:before {
  content: '\E031';
}
.glyphicons-bus:before {
  content: '\E032';
}
.glyphicons-wifi-alt:before {
  content: '\E033';
}
.glyphicons-luggage:before {
  content: '\E034';
}
.glyphicons-old-man:before {
  content: '\E035';
}
.glyphicons-woman:before {
  content: '\E036';
}
.glyphicons-file:before {
  content: '\E037';
}
.glyphicons-coins:before {
  content: '\E038';
}
.glyphicons-plane:before {
  content: '\E039';
}
.glyphicons-notes:before {
  content: '\E040';
}
.glyphicons-stats:before {
  content: '\E041';
}
.glyphicons-charts:before {
  content: '\E042';
}
.glyphicons-pie-chart:before {
  content: '\E043';
}
.glyphicons-group:before {
  content: '\E044';
}
.glyphicons-keys:before {
  content: '\E045';
}
.glyphicons-calendar:before {
  content: '\E046';
}
.glyphicons-router:before {
  content: '\E047';
}
.glyphicons-camera-small:before {
  content: '\E048';
}
.glyphicons-star-empty:before {
  content: '\E049';
}
.glyphicons-star:before {
  content: '\E050';
}
.glyphicons-link:before {
  content: '\E051';
}
.glyphicons-eye-open:before {
  content: '\E052';
}
.glyphicons-eye-close:before {
  content: '\E053';
}
.glyphicons-alarm:before {
  content: '\E054';
}
.glyphicons-clock:before {
  content: '\E055';
}
.glyphicons-stopwatch:before {
  content: '\E056';
}
.glyphicons-projector:before {
  content: '\E057';
}
.glyphicons-history:before {
  content: '\E058';
}
.glyphicons-truck:before {
  content: '\E059';
}
.glyphicons-cargo:before {
  content: '\E060';
}
.glyphicons-compass:before {
  content: '\E061';
}
.glyphicons-keynote:before {
  content: '\E062';
}
.glyphicons-paperclip:before {
  content: '\E063';
}
.glyphicons-power:before {
  content: '\E064';
}
.glyphicons-lightbulb:before {
  content: '\E065';
}
.glyphicons-tag:before {
  content: '\E066';
}
.glyphicons-tags:before {
  content: '\E067';
}
.glyphicons-cleaning:before {
  content: '\E068';
}
.glyphicons-ruler:before {
  content: '\E069';
}
.glyphicons-gift:before {
  content: '\E070';
}
.glyphicons-umbrella:before {
  content: '\E071';
}
.glyphicons-book:before {
  content: '\E072';
}
.glyphicons-bookmark:before {
  content: '\E073';
}
.glyphicons-wifi:before {
  content: '\E074';
}
.glyphicons-cup:before {
  content: '\E075';
}
.glyphicons-stroller:before {
  content: '\E076';
}
.glyphicons-headphones:before {
  content: '\E077';
}
.glyphicons-headset:before {
  content: '\E078';
}
.glyphicons-warning-sign:before {
  content: '\E079';
}
.glyphicons-signal:before {
  content: '\E080';
}
.glyphicons-retweet:before {
  content: '\E081';
}
.glyphicons-refresh:before {
  content: '\E082';
}
.glyphicons-roundabout:before {
  content: '\E083';
}
.glyphicons-random:before {
  content: '\E084';
}
.glyphicons-heat:before {
  content: '\E085';
}
.glyphicons-repeat:before {
  content: '\E086';
}
.glyphicons-display:before {
  content: '\E087';
}
.glyphicons-log-book:before {
  content: '\E088';
}
.glyphicons-address-book:before {
  content: '\E089';
}
.glyphicons-building:before {
  content: '\E090';
}
.glyphicons-eyedropper:before {
  content: '\E091';
}
.glyphicons-adjust:before {
  content: '\E092';
}
.glyphicons-tint:before {
  content: '\E093';
}
.glyphicons-crop:before {
  content: '\E094';
}
.glyphicons-vector-path-square:before {
  content: '\E095';
}
.glyphicons-vector-path-circle:before {
  content: '\E096';
}
.glyphicons-vector-path-polygon:before {
  content: '\E097';
}
.glyphicons-vector-path-line:before {
  content: '\E098';
}
.glyphicons-vector-path-curve:before {
  content: '\E099';
}
.glyphicons-vector-path-all:before {
  content: '\E100';
}
.glyphicons-font:before {
  content: '\E101';
}
.glyphicons-italic:before {
  content: '\E102';
}
.glyphicons-bold:before {
  content: '\E103';
}
.glyphicons-text-underline:before {
  content: '\E104';
}
.glyphicons-text-strike:before {
  content: '\E105';
}
.glyphicons-text-height:before {
  content: '\E106';
}
.glyphicons-text-width:before {
  content: '\E107';
}
.glyphicons-text-resize:before {
  content: '\E108';
}
.glyphicons-left-indent:before {
  content: '\E109';
}
.glyphicons-right-indent:before {
  content: '\E110';
}
.glyphicons-align-left:before {
  content: '\E111';
}
.glyphicons-align-center:before {
  content: '\E112';
}
.glyphicons-align-right:before {
  content: '\E113';
}
.glyphicons-justify:before {
  content: '\E114';
}
.glyphicons-list:before {
  content: '\E115';
}
.glyphicons-text-smaller:before {
  content: '\E116';
}
.glyphicons-text-bigger:before {
  content: '\E117';
}
.glyphicons-embed:before {
  content: '\E118';
}
.glyphicons-embed-close:before {
  content: '\E119';
}
.glyphicons-table:before {
  content: '\E120';
}
.glyphicons-message-full:before {
  content: '\E121';
}
.glyphicons-message-empty:before {
  content: '\E122';
}
.glyphicons-message-in:before {
  content: '\E123';
}
.glyphicons-message-out:before {
  content: '\E124';
}
.glyphicons-message-plus:before {
  content: '\E125';
}
.glyphicons-message-minus:before {
  content: '\E126';
}
.glyphicons-message-ban:before {
  content: '\E127';
}
.glyphicons-message-flag:before {
  content: '\E128';
}
.glyphicons-message-lock:before {
  content: '\E129';
}
.glyphicons-message-new:before {
  content: '\E130';
}
.glyphicons-inbox:before {
  content: '\E131';
}
.glyphicons-inbox-plus:before {
  content: '\E132';
}
.glyphicons-inbox-minus:before {
  content: '\E133';
}
.glyphicons-inbox-lock:before {
  content: '\E134';
}
.glyphicons-inbox-in:before {
  content: '\E135';
}
.glyphicons-inbox-out:before {
  content: '\E136';
}
.glyphicons-cogwheel:before {
  content: '\E137';
}
.glyphicons-cogwheels:before {
  content: '\E138';
}
.glyphicons-picture:before {
  content: '\E139';
}
.glyphicons-adjust-alt:before {
  content: '\E140';
}
.glyphicons-database-lock:before {
  content: '\E141';
}
.glyphicons-database-plus:before {
  content: '\E142';
}
.glyphicons-database-minus:before {
  content: '\E143';
}
.glyphicons-database-ban:before {
  content: '\E144';
}
.glyphicons-folder-open:before {
  content: '\E145';
}
.glyphicons-folder-plus:before {
  content: '\E146';
}
.glyphicons-folder-minus:before {
  content: '\E147';
}
.glyphicons-folder-lock:before {
  content: '\E148';
}
.glyphicons-folder-flag:before {
  content: '\E149';
}
.glyphicons-folder-new:before {
  content: '\E150';
}
.glyphicons-edit:before {
  content: '\E151';
}
.glyphicons-new-window:before {
  content: '\E152';
}
.glyphicons-check:before {
  content: '\E153';
}
.glyphicons-unchecked:before {
  content: '\E154';
}
.glyphicons-more-windows:before {
  content: '\E155';
}
.glyphicons-show-big-thumbnails:before {
  content: '\E156';
}
.glyphicons-show-thumbnails:before {
  content: '\E157';
}
.glyphicons-show-thumbnails-with-lines:before {
  content: '\E158';
}
.glyphicons-show-lines:before {
  content: '\E159';
}
.glyphicons-playlist:before {
  content: '\E160';
}
.glyphicons-imac:before {
  content: '\E161';
}
.glyphicons-macbook:before {
  content: '\E162';
}
.glyphicons-ipad:before {
  content: '\E163';
}
.glyphicons-iphone:before {
  content: '\E164';
}
.glyphicons-iphone-transfer:before {
  content: '\E165';
}
.glyphicons-iphone-exchange:before {
  content: '\E166';
}
.glyphicons-ipod:before {
  content: '\E167';
}
.glyphicons-ipod-shuffle:before {
  content: '\E168';
}
.glyphicons-ear-plugs:before {
  content: '\E169';
}
.glyphicons-record:before {
  content: '\E170';
}
.glyphicons-step-backward:before {
  content: '\E171';
}
.glyphicons-fast-backward:before {
  content: '\E172';
}
.glyphicons-rewind:before {
  content: '\E173';
}
.glyphicons-play:before {
  content: '\E174';
}
.glyphicons-pause:before {
  content: '\E175';
}
.glyphicons-stop:before {
  content: '\E176';
}
.glyphicons-forward:before {
  content: '\E177';
}
.glyphicons-fast-forward:before {
  content: '\E178';
}
.glyphicons-step-forward:before {
  content: '\E179';
}
.glyphicons-eject:before {
  content: '\E180';
}
.glyphicons-facetime-video:before {
  content: '\E181';
}
.glyphicons-download-alt:before {
  content: '\E182';
}
.glyphicons-mute:before {
  content: '\E183';
}
.glyphicons-volume-down:before {
  content: '\E184';
}
.glyphicons-volume-up:before {
  content: '\E185';
}
.glyphicons-screenshot:before {
  content: '\E186';
}
.glyphicons-move:before {
  content: '\E187';
}
.glyphicons-more:before {
  content: '\E188';
}
.glyphicons-brightness-reduce:before {
  content: '\E189';
}
.glyphicons-brightness-increase:before {
  content: '\E190';
}
.glyphicons-plus-sign:before {
  content: '\E191';
}
.glyphicons-minus-sign:before {
  content: '\E192';
}
.glyphicons-remove-sign:before {
  content: '\E193';
}
.glyphicons-ok-sign:before {
  content: '\E194';
}
.glyphicons-question-sign:before {
  content: '\E195';
}
.glyphicons-info-sign:before {
  content: '\E196';
}
.glyphicons-exclamation-sign:before {
  content: '\E197';
}
.glyphicons-remove-circle:before {
  content: '\E198';
}
.glyphicons-ok-circle:before {
  content: '\E199';
}
.glyphicons-ban-circle:before {
  content: '\E200';
}
.glyphicons-download:before {
  content: '\E201';
}
.glyphicons-upload:before {
  content: '\E202';
}
.glyphicons-shopping-cart:before {
  content: '\E203';
}
.glyphicons-lock:before {
  content: '\E204';
}
.glyphicons-unlock:before {
  content: '\E205';
}
.glyphicons-electricity:before {
  content: '\E206';
}
.glyphicons-ok:before {
  content: '\E207';
}
.glyphicons-remove:before {
  content: '\E208';
}
.glyphicons-cart-in:before {
  content: '\E209';
}
.glyphicons-cart-out:before {
  content: '\E210';
}
.glyphicons-arrow-left:before {
  content: '\E211';
}
.glyphicons-arrow-right:before {
  content: '\E212';
}
.glyphicons-arrow-down:before {
  content: '\E213';
}
.glyphicons-arrow-up:before {
  content: '\E214';
}
.glyphicons-resize-small:before {
  content: '\E215';
}
.glyphicons-resize-full:before {
  content: '\E216';
}
.glyphicons-circle-arrow-left:before {
  content: '\E217';
}
.glyphicons-circle-arrow-right:before {
  content: '\E218';
}
.glyphicons-circle-arrow-top:before {
  content: '\E219';
}
.glyphicons-circle-arrow-down:before {
  content: '\E220';
}
.glyphicons-play-button:before {
  content: '\E221';
}
.glyphicons-unshare:before {
  content: '\E222';
}
.glyphicons-share:before {
  content: '\E223';
}
.glyphicons-chevron-right:before {
  content: '\E224';
}
.glyphicons-chevron-left:before {
  content: '\E225';
}
.glyphicons-bluetooth:before {
  content: '\E226';
}
.glyphicons-euro:before {
  content: '\E227';
}
.glyphicons-usd:before {
  content: '\E228';
}
.glyphicons-gbp:before {
  content: '\E229';
}
.glyphicons-retweet-2:before {
  content: '\E230';
}
.glyphicons-moon:before {
  content: '\E231';
}
.glyphicons-sun:before {
  content: '\E232';
}
.glyphicons-cloud:before {
  content: '\E233';
}
.glyphicons-direction:before {
  content: '\E234';
}
.glyphicons-brush:before {
  content: '\E235';
}
.glyphicons-pen:before {
  content: '\E236';
}
.glyphicons-zoom-in:before {
  content: '\E237';
}
.glyphicons-zoom-out:before {
  content: '\E238';
}
.glyphicons-pin:before {
  content: '\E239';
}
.glyphicons-albums:before {
  content: '\E240';
}
.glyphicons-rotation-lock:before {
  content: '\E241';
}
.glyphicons-flash:before {
  content: '\E242';
}
.glyphicons-map-marker:before {
  content: '\E243';
}
.glyphicons-anchor:before {
  content: '\E244';
}
.glyphicons-conversation:before {
  content: '\E245';
}
.glyphicons-chat:before {
  content: '\E246';
}
.glyphicons-note-empty:before {
  content: '\E247';
}
.glyphicons-note:before {
  content: '\E248';
}
.glyphicons-asterisk:before {
  content: '\E249';
}
.glyphicons-divide:before {
  content: '\E250';
}
.glyphicons-snorkel-diving:before {
  content: '\E251';
}
.glyphicons-scuba-diving:before {
  content: '\E252';
}
.glyphicons-oxygen-bottle:before {
  content: '\E253';
}
.glyphicons-fins:before {
  content: '\E254';
}
.glyphicons-fishes:before {
  content: '\E255';
}
.glyphicons-boat:before {
  content: '\E256';
}
.glyphicons-delete:before {
  content: '\E257';
}
.glyphicons-sheriffs-star:before {
  content: '\E258';
}
.glyphicons-qrcode:before {
  content: '\E259';
}
.glyphicons-barcode:before {
  content: '\E260';
}
.glyphicons-pool:before {
  content: '\E261';
}
.glyphicons-buoy:before {
  content: '\E262';
}
.glyphicons-spade:before {
  content: '\E263';
}
.glyphicons-bank:before {
  content: '\E264';
}
.glyphicons-vcard:before {
  content: '\E265';
}
.glyphicons-electrical-plug:before {
  content: '\E266';
}
.glyphicons-flag:before {
  content: '\E267';
}
.glyphicons-credit-card:before {
  content: '\E268';
}
.glyphicons-keyboard-wireless:before {
  content: '\E269';
}
.glyphicons-keyboard-wired:before {
  content: '\E270';
}
.glyphicons-shield:before {
  content: '\E271';
}
.glyphicons-ring:before {
  content: '\E272';
}
.glyphicons-cake:before {
  content: '\E273';
}
.glyphicons-drink:before {
  content: '\E274';
}
.glyphicons-beer:before {
  content: '\E275';
}
.glyphicons-fast-food:before {
  content: '\E276';
}
.glyphicons-cutlery:before {
  content: '\E277';
}
.glyphicons-pizza:before {
  content: '\E278';
}
.glyphicons-birthday-cake:before {
  content: '\E279';
}
.glyphicons-tablet:before {
  content: '\E280';
}
.glyphicons-settings:before {
  content: '\E281';
}
.glyphicons-bullets:before {
  content: '\E282';
}
.glyphicons-cardio:before {
  content: '\E283';
}
.glyphicons-t-shirt:before {
  content: '\E284';
}
.glyphicons-pants:before {
  content: '\E285';
}
.glyphicons-sweater:before {
  content: '\E286';
}
.glyphicons-fabric:before {
  content: '\E287';
}
.glyphicons-leather:before {
  content: '\E288';
}
.glyphicons-scissors:before {
  content: '\E289';
}
.glyphicons-bomb:before {
  content: '\E290';
}
.glyphicons-skull:before {
  content: '\E291';
}
.glyphicons-celebration:before {
  content: '\E292';
}
.glyphicons-tea-kettle:before {
  content: '\E293';
}
.glyphicons-french-press:before {
  content: '\E294';
}
.glyphicons-coffee-cup:before {
  content: '\E295';
}
.glyphicons-pot:before {
  content: '\E296';
}
.glyphicons-grater:before {
  content: '\E297';
}
.glyphicons-kettle:before {
  content: '\E298';
}
.glyphicons-hospital:before {
  content: '\E299';
}
.glyphicons-hospital-h:before {
  content: '\E300';
}
.glyphicons-microphone:before {
  content: '\E301';
}
.glyphicons-webcam:before {
  content: '\E302';
}
.glyphicons-temple-christianity-church:before {
  content: '\E303';
}
.glyphicons-temple-islam:before {
  content: '\E304';
}
.glyphicons-temple-hindu:before {
  content: '\E305';
}
.glyphicons-temple-buddhist:before {
  content: '\E306';
}
.glyphicons-bicycle:before {
  content: '\E307';
}
.glyphicons-life-preserver:before {
  content: '\E308';
}
.glyphicons-share-alt:before {
  content: '\E309';
}
.glyphicons-comments:before {
  content: '\E310';
}
.glyphicons-flower:before {
  content: '\E311';
}
.glyphicons-baseball:before {
  content: '\E312';
}
.glyphicons-rugby:before {
  content: '\E313';
}
.glyphicons-ax:before {
  content: '\E314';
}
.glyphicons-table-tennis:before {
  content: '\E315';
}
.glyphicons-bowling:before {
  content: '\E316';
}
.glyphicons-tree-conifer:before {
  content: '\E317';
}
.glyphicons-tree-deciduous:before {
  content: '\E318';
}
.glyphicons-more-items:before {
  content: '\E319';
}
.glyphicons-sort:before {
  content: '\E320';
}
.glyphicons-filter:before {
  content: '\E321';
}
.glyphicons-gamepad:before {
  content: '\E322';
}
.glyphicons-playing-dices:before {
  content: '\E323';
}
.glyphicons-calculator:before {
  content: '\E324';
}
.glyphicons-tie:before {
  content: '\E325';
}
.glyphicons-wallet:before {
  content: '\E326';
}
.glyphicons-piano:before {
  content: '\E327';
}
.glyphicons-sampler:before {
  content: '\E328';
}
.glyphicons-podium:before {
  content: '\E329';
}
.glyphicons-soccer-ball:before {
  content: '\E330';
}
.glyphicons-blog:before {
  content: '\E331';
}
.glyphicons-dashboard:before {
  content: '\E332';
}
.glyphicons-certificate:before {
  content: '\E333';
}
.glyphicons-bell:before {
  content: '\E334';
}
.glyphicons-candle:before {
  content: '\E335';
}
.glyphicons-pushpin:before {
  content: '\E336';
}
.glyphicons-iphone-shake:before {
  content: '\E337';
}
.glyphicons-pin-flag:before {
  content: '\E338';
}
.glyphicons-turtle:before {
  content: '\E339';
}
.glyphicons-rabbit:before {
  content: '\E340';
}
.glyphicons-globe:before {
  content: '\E341';
}
.glyphicons-briefcase:before {
  content: '\E342';
}
.glyphicons-hdd:before {
  content: '\E343';
}
.glyphicons-thumbs-up:before {
  content: '\E344';
}
.glyphicons-thumbs-down:before {
  content: '\E345';
}
.glyphicons-hand-right:before {
  content: '\E346';
}
.glyphicons-hand-left:before {
  content: '\E347';
}
.glyphicons-hand-up:before {
  content: '\E348';
}
.glyphicons-hand-down:before {
  content: '\E349';
}
.glyphicons-fullscreen:before {
  content: '\E350';
}
.glyphicons-shopping-bag:before {
  content: '\E351';
}
.glyphicons-book-open:before {
  content: '\E352';
}
.glyphicons-nameplate:before {
  content: '\E353';
}
.glyphicons-nameplate-alt:before {
  content: '\E354';
}
.glyphicons-vases:before {
  content: '\E355';
}
.glyphicons-bullhorn:before {
  content: '\E356';
}
.glyphicons-dumbbell:before {
  content: '\E357';
}
.glyphicons-suitcase:before {
  content: '\E358';
}
.glyphicons-file-import:before {
  content: '\E359';
}
.glyphicons-file-export:before {
  content: '\E360';
}
.glyphicons-bug:before {
  content: '\E361';
}
.glyphicons-crown:before {
  content: '\E362';
}
.glyphicons-smoking:before {
  content: '\E363';
}
.glyphicons-cloud-upload:before {
  content: '\E364';
}
.glyphicons-cloud-download:before {
  content: '\E365';
}
.glyphicons-restart:before {
  content: '\E366';
}
.glyphicons-security-camera:before {
  content: '\E367';
}
.glyphicons-expand:before {
  content: '\E368';
}
.glyphicons-collapse:before {
  content: '\E369';
}
.glyphicons-collapse-top:before {
  content: '\E370';
}
.glyphicons-globe-af:before {
  content: '\E371';
}
.glyphicons-global:before {
  content: '\E372';
}
.glyphicons-spray:before {
  content: '\E373';
}
.glyphicons-nails:before {
  content: '\E374';
}
.glyphicons-claw-hammer:before {
  content: '\E375';
}
.glyphicons-classic-hammer:before {
  content: '\E376';
}
.glyphicons-hand-saw:before {
  content: '\E377';
}
.glyphicons-riflescope:before {
  content: '\E378';
}
.glyphicons-electrical-socket-eu:before {
  content: '\E379';
}
.glyphicons-electrical-socket-us:before {
  content: '\E380';
}
.glyphicons-message-forward:before {
  content: '\E381';
}
.glyphicons-coat-hanger:before {
  content: '\E382';
}
.glyphicons-dress:before {
  content: '\E383';
}
.glyphicons-bathrobe:before {
  content: '\E384';
}
.glyphicons-shirt:before {
  content: '\E385';
}
.glyphicons-underwear:before {
  content: '\E386';
}
.glyphicons-log-in:before {
  content: '\E387';
}
.glyphicons-log-out:before {
  content: '\E388';
}
.glyphicons-exit:before {
  content: '\E389';
}
.glyphicons-new-window-alt:before {
  content: '\E390';
}
.glyphicons-video-sd:before {
  content: '\E391';
}
.glyphicons-video-hd:before {
  content: '\E392';
}
.glyphicons-subtitles:before {
  content: '\E393';
}
.glyphicons-sound-stereo:before {
  content: '\E394';
}
.glyphicons-sound-dolby:before {
  content: '\E395';
}
.glyphicons-sound-5-1:before {
  content: '\E396';
}
.glyphicons-sound-6-1:before {
  content: '\E397';
}
.glyphicons-sound-7-1:before {
  content: '\E398';
}
.glyphicons-copyright-mark:before {
  content: '\E399';
}
.glyphicons-registration-mark:before {
  content: '\E400';
}
.glyphicons-radar:before {
  content: '\E401';
}
.glyphicons-skateboard:before {
  content: '\E402';
}
.glyphicons-golf-course:before {
  content: '\E403';
}
.glyphicons-sorting:before {
  content: '\E404';
}
.glyphicons-sort-by-alphabet:before {
  content: '\E405';
}
.glyphicons-sort-by-alphabet-alt:before {
  content: '\E406';
}
.glyphicons-sort-by-order:before {
  content: '\E407';
}
.glyphicons-sort-by-order-alt:before {
  content: '\E408';
}
.glyphicons-sort-by-attributes:before {
  content: '\E409';
}
.glyphicons-sort-by-attributes-alt:before {
  content: '\E410';
}
.glyphicons-compressed:before {
  content: '\E411';
}
.glyphicons-package:before {
  content: '\E412';
}
.glyphicons-cloud-plus:before {
  content: '\E413';
}
.glyphicons-cloud-minus:before {
  content: '\E414';
}
.glyphicons-disk-save:before {
  content: '\E415';
}
.glyphicons-disk-open:before {
  content: '\E416';
}
.glyphicons-disk-saved:before {
  content: '\E417';
}
.glyphicons-disk-remove:before {
  content: '\E418';
}
.glyphicons-disk-import:before {
  content: '\E419';
}
.glyphicons-disk-export:before {
  content: '\E420';
}
.glyphicons-tower:before {
  content: '\E421';
}
.glyphicons-send:before {
  content: '\E422';
}
.glyphicons-git-branch:before {
  content: '\E423';
}
.glyphicons-git-create:before {
  content: '\E424';
}
.glyphicons-git-private:before {
  content: '\E425';
}
.glyphicons-git-delete:before {
  content: '\E426';
}
.glyphicons-git-merge:before {
  content: '\E427';
}
.glyphicons-git-pull-request:before {
  content: '\E428';
}
.glyphicons-git-compare:before {
  content: '\E429';
}
.glyphicons-git-commit:before {
  content: '\E430';
}
.glyphicons-construction-cone:before {
  content: '\E431';
}
.glyphicons-shoe-steps:before {
  content: '\E432';
}
.glyphicons-plus:before {
  content: '\E433';
}
.glyphicons-minus:before {
  content: '\E434';
}
.glyphicons-redo:before {
  content: '\E435';
}
.glyphicons-undo:before {
  content: '\E436';
}
.glyphicons-golf:before {
  content: '\E437';
}
.glyphicons-hockey:before {
  content: '\E438';
}
.glyphicons-pipe:before {
  content: '\E439';
}
.glyphicons-wrench:before {
  content: '\E440';
}
.glyphicons-folder-closed:before {
  content: '\E441';
}
.glyphicons-phone-alt:before {
  content: '\E442';
}
.glyphicons-earphone:before {
  content: '\E443';
}
.glyphicons-floppy-disk:before {
  content: '\E444';
}
.glyphicons-floppy-saved:before {
  content: '\E445';
}
.glyphicons-floppy-remove:before {
  content: '\E446';
}
.glyphicons-floppy-save:before {
  content: '\E447';
}
.glyphicons-floppy-open:before {
  content: '\E448';
}
.glyphicons-translate:before {
  content: '\E449';
}
.glyphicons-fax:before {
  content: '\E450';
}
.glyphicons-factory:before {
  content: '\E451';
}
.glyphicons-shop-window:before {
  content: '\E452';
}
.glyphicons-shop:before {
  content: '\E453';
}
.glyphicons-kiosk:before {
  content: '\E454';
}
.glyphicons-kiosk-wheels:before {
  content: '\E455';
}
.glyphicons-kiosk-light:before {
  content: '\E456';
}
.glyphicons-kiosk-food:before {
  content: '\E457';
}
.glyphicons-transfer:before {
  content: '\E458';
}
.glyphicons-money:before {
  content: '\E459';
}
.glyphicons-header:before {
  content: '\E460';
}
.glyphicons-blacksmith:before {
  content: '\E461';
}
.glyphicons-saw-blade:before {
  content: '\E462';
}
.glyphicons-basketball:before {
  content: '\E463';
}
.glyphicons-server:before {
  content: '\E464';
}
.glyphicons-server-plus:before {
  content: '\E465';
}
.glyphicons-server-minus:before {
  content: '\E466';
}
.glyphicons-server-ban:before {
  content: '\E467';
}
.glyphicons-server-flag:before {
  content: '\E468';
}
.glyphicons-server-lock:before {
  content: '\E469';
}
.glyphicons-server-new:before {
  content: '\E470';
}
.glyphicons-charging-station:before {
  content: '\E471';
}
.glyphicons-gas-station:before {
  content: '\E472';
}
.glyphicons-target:before {
  content: '\E473';
}
.glyphicons-bed:before {
  content: '\E474';
}
.glyphicons-mosquito:before {
  content: '\E475';
}
.glyphicons-dining-set:before {
  content: '\E476';
}
.glyphicons-plate-of-food:before {
  content: '\E477';
}
.glyphicons-hygiene-kit:before {
  content: '\E478';
}
.glyphicons-blackboard:before {
  content: '\E479';
}
.glyphicons-marriage:before {
  content: '\E480';
}
.glyphicons-bucket:before {
  content: '\E481';
}
.glyphicons-none-color-swatch:before {
  content: '\E482';
}
.glyphicons-bring-forward:before {
  content: '\E483';
}
.glyphicons-bring-to-front:before {
  content: '\E484';
}
.glyphicons-send-backward:before {
  content: '\E485';
}
.glyphicons-send-to-back:before {
  content: '\E486';
}
.glyphicons-fit-frame-to-image:before {
  content: '\E487';
}
.glyphicons-fit-image-to-frame:before {
  content: '\E488';
}
.glyphicons-multiple-displays:before {
  content: '\E489';
}
.glyphicons-handshake:before {
  content: '\E490';
}
.glyphicons-child:before {
  content: '\E491';
}
.glyphicons-baby-formula:before {
  content: '\E492';
}
.glyphicons-medicine:before {
  content: '\E493';
}
.glyphicons-atv-vehicle:before {
  content: '\E494';
}
.glyphicons-motorcycle:before {
  content: '\E495';
}
.glyphicons-bed-alt:before {
  content: '\E496';
}
.glyphicons-tent:before {
  content: '\E497';
}
.glyphicons-glasses:before {
  content: '\E498';
}
.glyphicons-sunglasses:before {
  content: '\E499';
}
.glyphicons-family:before {
  content: '\E500';
}
.glyphicons-education:before {
  content: '\E501';
}
.glyphicons-shoes:before {
  content: '\E502';
}
.glyphicons-map:before {
  content: '\E503';
}
.glyphicons-cd:before {
  content: '\E504';
}
.glyphicons-alert:before {
  content: '\E505';
}
.glyphicons-piggy-bank:before {
  content: '\E506';
}
.glyphicons-star-half:before {
  content: '\E507';
}
.glyphicons-cluster:before {
  content: '\E508';
}
.glyphicons-flowchart:before {
  content: '\E509';
}
.glyphicons-commodities:before {
  content: '\E510';
}
.glyphicons-duplicate:before {
  content: '\E511';
}
.glyphicons-copy:before {
  content: '\E512';
}
.glyphicons-paste:before {
  content: '\E513';
}
.glyphicons-bath-bathtub:before {
  content: '\E514';
}
.glyphicons-bath-shower:before {
  content: '\E515';
}
.glyphicons-shower:before {
  content: '\E516';
}
.glyphicons-menu-hamburger:before {
  content: '\E517';
}
.glyphicons-option-vertical:before {
  content: '\E518';
}
.glyphicons-option-horizontal:before {
  content: '\E519';
}
.glyphicons-currency-conversion:before {
  content: '\E520';
}
.glyphicons-user-ban:before {
  content: '\E521';
}
.glyphicons-user-lock:before {
  content: '\E522';
}
.glyphicons-user-flag:before {
  content: '\E523';
}
.glyphicons-user-asterisk:before {
  content: '\E524';
}
.glyphicons-user-alert:before {
  content: '\E525';
}
.glyphicons-user-key:before {
  content: '\E526';
}
.glyphicons-user-conversation:before {
  content: '\E527';
}
.glyphicons-database:before {
  content: '\E528';
}
.glyphicons-database-search:before {
  content: '\E529';
}
.glyphicons-list-alt:before {
  content: '\E530';
}
.glyphicons-hazard-sign:before {
  content: '\E531';
}
.glyphicons-hazard:before {
  content: '\E532';
}
.glyphicons-stop-sign:before {
  content: '\E533';
}
.glyphicons-lab:before {
  content: '\E534';
}
.glyphicons-lab-alt:before {
  content: '\E535';
}
.glyphicons-ice-cream:before {
  content: '\E536';
}
.glyphicons-ice-lolly:before {
  content: '\E537';
}
.glyphicons-ice-lolly-tasted:before {
  content: '\E538';
}
.glyphicons-invoice:before {
  content: '\E539';
}
.glyphicons-cart-tick:before {
  content: '\E540';
}
.glyphicons-hourglass:before {
  content: '\E541';
}
.glyphicons-cat:before {
  content: '\E542';
}
.glyphicons-lamp:before {
  content: '\E543';
}
.glyphicons-scale-classic:before {
  content: '\E544';
}
.glyphicons-eye-plus:before {
  content: '\E545';
}
.glyphicons-eye-minus:before {
  content: '\E546';
}
.glyphicons-quote:before {
  content: '\E547';
}
.glyphicons-bitcoin:before {
  content: '\E548';
}
.glyphicons-yen:before {
  content: '\E549';
}
.glyphicons-ruble:before {
  content: '\E550';
}
.glyphicons-erase:before {
  content: '\E551';
}
.glyphicons-podcast:before {
  content: '\E552';
}
.glyphicons-firework:before {
  content: '\E553';
}
.glyphicons-scale:before {
  content: '\E554';
}
.glyphicons-king:before {
  content: '\E555';
}
.glyphicons-queen:before {
  content: '\E556';
}
.glyphicons-pawn:before {
  content: '\E557';
}
.glyphicons-bishop:before {
  content: '\E558';
}
.glyphicons-knight:before {
  content: '\E559';
}
.glyphicons-mic-mute:before {
  content: '\E560';
}
.glyphicons-voicemail:before {
  content: '\E561';
}
.glyphicons-paragraph-alt:before {
  content: '\E562';
}
.glyphicons-person-walking:before {
  content: '\E563';
}
.glyphicons-person-wheelchair:before {
  content: '\E564';
}
.glyphicons-underground:before {
  content: '\E565';
}
.glyphicons-car-hov:before {
  content: '\E566';
}
.glyphicons-car-rental:before {
  content: '\E567';
}
.glyphicons-transport:before {
  content: '\E568';
}
.glyphicons-taxi:before {
  content: '\E569';
}
.glyphicons-ice-cream-no:before {
  content: '\E570';
}
.glyphicons-uk-rat-u:before {
  content: '\E571';
}
.glyphicons-uk-rat-pg:before {
  content: '\E572';
}
.glyphicons-uk-rat-12a:before {
  content: '\E573';
}
.glyphicons-uk-rat-12:before {
  content: '\E574';
}
.glyphicons-uk-rat-15:before {
  content: '\E575';
}
.glyphicons-uk-rat-18:before {
  content: '\E576';
}
.glyphicons-uk-rat-r18:before {
  content: '\E577';
}
.glyphicons-tv:before {
  content: '\E578';
}
.glyphicons-sms:before {
  content: '\E579';
}
.glyphicons-mms:before {
  content: '\E580';
}
.glyphicons-us-rat-g:before {
  content: '\E581';
}
.glyphicons-us-rat-pg:before {
  content: '\E582';
}
.glyphicons-us-rat-pg-13:before {
  content: '\E583';
}
.glyphicons-us-rat-restricted:before {
  content: '\E584';
}
.glyphicons-us-rat-no-one-17:before {
  content: '\E585';
}
.glyphicons-equalizer:before {
  content: '\E586';
}
.glyphicons-speakers:before {
  content: '\E587';
}
.glyphicons-remote-control:before {
  content: '\E588';
}
.glyphicons-remote-control-tv:before {
  content: '\E589';
}
.glyphicons-shredder:before {
  content: '\E590';
}
.glyphicons-folder-heart:before {
  content: '\E591';
}
.glyphicons-person-running:before {
  content: '\E592';
}
.glyphicons-person:before {
  content: '\E593';
}
.glyphicons-voice:before {
  content: '\E594';
}
.glyphicons-stethoscope:before {
  content: '\E595';
}
.glyphicons-paired:before {
  content: '\E596';
}
.glyphicons-activity:before {
  content: '\E597';
}
.glyphicons-watch:before {
  content: '\E598';
}
.glyphicons-scissors-alt:before {
  content: '\E599';
}
.glyphicons-car-wheel:before {
  content: '\E600';
}
.glyphicons-chevron-up:before {
  content: '\E601';
}
.glyphicons-chevron-down:before {
  content: '\E602';
}
.glyphicons-superscript:before {
  content: '\E603';
}
.glyphicons-subscript:before {
  content: '\E604';
}
.glyphicons-text-size:before {
  content: '\E605';
}
.glyphicons-text-color:before {
  content: '\E606';
}
.glyphicons-text-background:before {
  content: '\E607';
}
.glyphicons-modal-window:before {
  content: '\E608';
}
.glyphicons-newspaper:before {
  content: '\E609';
}
.glyphicons-tractor:before {
  content: '\E610';
}
.glyphicons-camping:before {
  content: '\E611';
}
.glyphicons-camping-benches:before {
  content: '\E612';
}
.glyphicons-forest:before {
  content: '\E613';
}
.glyphicons-park:before {
  content: '\E614';
}
.glyphicons-field:before {
  content: '\E615';
}
.glyphicons-mountains:before {
  content: '\E616';
}
.glyphicons-fees-payments:before {
  content: '\E617';
}
.glyphicons-small-payments:before {
  content: '\E618';
}
.glyphicons-mixed-buildings:before {
  content: '\E619';
}
.glyphicons-industrial-zone:before {
  content: '\E620';
}
.glyphicons-visitor-tag:before {
  content: '\E621';
}
.glyphicons-businessman:before {
  content: '\E622';
}
.glyphicons-meditation:before {
  content: '\E623';
}
.glyphicons-bath:before {
  content: '\E624';
}
.glyphicons-donate:before {
  content: '\E625';
}
.glyphicons-sauna:before {
  content: '\E626';
}
.glyphicons-bedroom-nightstand:before {
  content: '\E627';
}
.glyphicons-bedroom-lamp:before {
  content: '\E628';
}
.glyphicons-doctor:before {
  content: '\E629';
}
.glyphicons-engineering-networks:before {
  content: '\E630';
}
.glyphicons-washing-machine:before {
  content: '\E631';
}
.glyphicons-dryer:before {
  content: '\E632';
}
.glyphicons-dishwasher:before {
  content: '\E633';
}
.glyphicons-luggage-group:before {
  content: '\E634';
}
.glyphicons-teenager:before {
  content: '\E635';
}
.glyphicons-person-stick:before {
  content: '\E636';
}
.glyphicons-person-stick-old:before {
  content: '\E637';
}
.glyphicons-traveler:before {
  content: '\E638';
}
.glyphicons-veteran:before {
  content: '\E639';
}
.glyphicons-group-chat:before {
  content: '\E640';
}
.glyphicons-elections:before {
  content: '\E641';
}
.glyphicons-law-justice:before {
  content: '\E642';
}
.glyphicons-judiciary:before {
  content: '\E643';
}
.glyphicons-house-fire:before {
  content: '\E644';
}
.glyphicons-firefighters:before {
  content: '\E645';
}
.glyphicons-police:before {
  content: '\E646';
}
.glyphicons-ambulance:before {
  content: '\E647';
}
.glyphicons-light-beacon:before {
  content: '\E648';
}
.glyphicons-important-day:before {
  content: '\E649';
}
.glyphicons-bike-park:before {
  content: '\E650';
}
.glyphicons-object-align-top:before {
  content: '\E651';
}
.glyphicons-object-align-bottom:before {
  content: '\E652';
}
.glyphicons-object-align-horizontal:before {
  content: '\E653';
}
.glyphicons-object-align-left:before {
  content: '\E654';
}
.glyphicons-object-align-vertical:before {
  content: '\E655';
}
.glyphicons-object-align-right:before {
  content: '\E656';
}
.glyphicons-reflect-y:before {
  content: '\E657';
}
.glyphicons-reflect-x:before {
  content: '\E658';
}
.glyphicons-tick:before {
  content: '\E659';
}
.glyphicons-lawnmower:before {
  content: '\E660';
}
.glyphicons-call-redirect:before {
  content: '\E661';
}
.glyphicons-call-ip:before {
  content: '\E662';
}
.glyphicons-call-record:before {
  content: '\E663';
}
.glyphicons-call-ringtone:before {
  content: '\E664';
}
.glyphicons-call-traffic:before {
  content: '\E665';
}
.glyphicons-call-hold:before {
  content: '\E666';
}
.glyphicons-call-incoming:before {
  content: '\E667';
}
.glyphicons-call-outgoing:before {
  content: '\E668';
}
.glyphicons-call-video:before {
  content: '\E669';
}
.glyphicons-call-missed:before {
  content: '\E670';
}
.glyphicons-theater:before {
  content: '\E671';
}
.glyphicons-heartbeat:before {
  content: '\E672';
}
.glyphicons-kettlebell:before {
  content: '\E673';
}
.glyphicons-fireplace:before {
  content: '\E674';
}
.glyphicons-street-lights:before {
  content: '\E675';
}
.glyphicons-pedestrian:before {
  content: '\E676';
}
.glyphicons-flood:before {
  content: '\E677';
}
.glyphicons-open-water:before {
  content: '\E678';
}
.glyphicons-for-sale:before {
  content: '\E679';
}
.glyphicons-dustbin:before {
  content: '\E680';
}
.glyphicons-door:before {
  content: '\E681';
}
.glyphicons-camp-fire:before {
  content: '\E682';
}
.glyphicons-fleur-de-lis:before {
  content: '\E683';
}
.glyphicons-temperature-settings:before {
  content: '\E684';
}
.glyphicons-article:before {
  content: '\E685';
}
.glyphicons-sunbath:before {
  content: '\E686';
}
.glyphicons-balanced-diet:before {
  content: '\E687';
}
.glyphicons-ticket:before {
  content: '\E688';
}
.glyphicons-parking-ticket:before {
  content: '\E689';
}
.glyphicons-parking-meter:before {
  content: '\E690';
}
.glyphicons-laptop:before {
  content: '\E691';
}
.glyphicons-tree-structure:before {
  content: '\E692';
}
.glyphicons-weather-warning:before {
  content: '\E693';
}
.glyphicons-temperature-low:before {
  content: '\E694';
}
.glyphicons-temperature-high:before {
  content: '\E695';
}
.glyphicons-temperature-low-warning:before {
  content: '\E696';
}
.glyphicons-temperature-high-warning:before {
  content: '\E697';
}
.glyphicons-hurricane:before {
  content: '\E698';
}
.glyphicons-storm:before {
  content: '\E699';
}
.glyphicons-sorted-waste:before {
  content: '\E700';
}
.glyphicons-ear:before {
  content: '\E701';
}
.glyphicons-ear-deaf:before {
  content: '\E702';
}
.glyphicons-file-plus:before {
  content: '\E703';
}
.glyphicons-file-minus:before {
  content: '\E704';
}
.glyphicons-file-lock:before {
  content: '\E705';
}
.glyphicons-file-cloud:before {
  content: '\E706';
}
.glyphicons-file-cloud-download:before {
  content: '\E707';
}
.glyphicons-file-cloud-upload:before {
  content: '\E708';
}
.glyphicons-paragraph:before {
  content: '\E709';
}
.glyphicons-list-numbered:before {
  content: '\E710';
}
.glyphicons-donate-heart:before {
  content: '\E711';
}
.glyphicons-government:before {
  content: '\E712';
}
.glyphicons-maze:before {
  content: '\E713';
}
.glyphicons-chronicle:before {
  content: '\E714';
}
.glyphicons-user-structure:before {
  content: '\E715';
}
.glyphicons-recycle:before {
  content: '\E716';
}
.glyphicons-gas:before {
  content: '\E717';
}
.glyphicons-waste-pipe:before {
  content: '\E718';
}
.glyphicons-water-pipe:before {
  content: '\E719';
}
.glyphicons-parking:before {
  content: '\E720';
}
.glyphicons-closed:before {
  content: '\E721';
}
.glyphicons-mouse:before {
  content: '\E722';
}
.glyphicons-mouse-double-click:before {
  content: '\E723';
}
.glyphicons-mouse-left-click:before {
  content: '\E724';
}
.glyphicons-mouse-right-click:before {
  content: '\E725';
}
.glyphicons-mouse-middle-click:before {
  content: '\E726';
}
.glyphicons-mouse-scroll:before {
  content: '\E727';
}
.glyphicons-resize-vertical:before {
  content: '\E728';
}
.glyphicons-resize-horizontal:before {
  content: '\E729';
}
.glyphicons-temperature:before {
  content: '\E730';
}
.glyphicons-puzzle:before {
  content: '\E731';
}
.glyphicons-puzzle-2:before {
  content: '\E732';
}
.glyphicons-puzzle-3:before {
  content: '\E733';
}
.glyphicons-nearby-square:before {
  content: '\E734';
}
.glyphicons-nearby-circle:before {
  content: '\E735';
}
.glyphicons-rotate-right:before {
  content: '\E736';
}
.glyphicons-rotate-left:before {
  content: '\E737';
}
.glyphicons-pictures:before {
  content: '\E738';
}
.glyphicons-photo-album:before {
  content: '\E739';
}
.glyphicons-cadastral-map:before {
  content: '\E740';
}
.glyphicons-fingerprint-scan:before {
  content: '\E741';
}
.glyphicons-fingerprint:before {
  content: '\E742';
}
.glyphicons-fingerprint-lock:before {
  content: '\E743';
}
.glyphicons-fingerprint-ok:before {
  content: '\E744';
}
.glyphicons-fingerprint-remove:before {
  content: '\E745';
}
.glyphicons-fingerprint-reload:before {
  content: '\E746';
}
.glyphicons-pending-notifications:before {
  content: '\E747';
}
.glyphicons-synchronization:before {
  content: '\E748';
}
.glyphicons-synchronization-ban:before {
  content: '\E749';
}
.glyphicons-hash:before {
  content: '\E750';
}
.glyphicons-gender-male:before {
  content: '\E751';
}
.glyphicons-gender-female:before {
  content: '\E752';
}
.glyphicons-gender-virgin-female:before {
  content: '\E753';
}
.glyphicons-gender-intersex:before {
  content: '\E754';
}
.glyphicons-gender-transgender:before {
  content: '\E755';
}
.glyphicons-gender-ori-lesbian:before {
  content: '\E756';
}
.glyphicons-gender-ori-gay:before {
  content: '\E757';
}
.glyphicons-gender-ori-hetero:before {
  content: '\E758';
}
.glyphicons-gender-other:before {
  content: '\E759';
}
.glyphicons-gender-unknown:before {
  content: '\E760';
}
.glyphicons-scanner:before {
  content: '\E761';
}
.glyphicons-multifunction-printer:before {
  content: '\E762';
}
.glyphicons-lasso:before {
  content: '\E763';
}
.glyphicons-view-360:before {
  content: '\E764';
}
.glyphicons-battery-charging:before {
  content: '\E765';
}
.glyphicons-battery-full:before {
  content: '\E766';
}
.glyphicons-battery-75:before {
  content: '\E767';
}
.glyphicons-battery-50:before {
  content: '\E768';
}
.glyphicons-battery-25:before {
  content: '\E769';
}
.glyphicons-battery-10:before {
  content: '\E770';
}
.glyphicons-satellite:before {
  content: '\E771';
}
.glyphicons-satellite-dish:before {
  content: '\E772';
}
.glyphicons-satellite-dish-alt:before {
  content: '\E773';
}
.glyphicons-auction:before {
  content: '\E774';
}
.glyphicons-directions:before {
  content: '\E775';
}
.glyphicons-race:before {
  content: '\E776';
}
.glyphicons-robot:before {
  content: '\E777';
}
.glyphicons-ruler-alt:before {
  content: '\E778';
}
.glyphicons-cube-empty:before {
  content: '\E779';
}
.glyphicons-cube-black:before {
  content: '\E780';
}
.glyphicons-move-square:before {
  content: '\E781';
}
.glyphicons-drop:before {
  content: '\E782';
}
.glyphicons-vr-headset:before {
  content: '\E783';
}
.glyphicons-vr-charging:before {
  content: '\E784';
}
.glyphicons-vr-low-battery:before {
  content: '\E785';
}
.glyphicons-vr-paired:before {
  content: '\E786';
}
.glyphicons-vr-settings:before {
  content: '\E787';
}
.glyphicons-vr-maintenance:before {
  content: '\E788';
}
.glyphicons-filter-remove:before {
  content: '\E789';
}
.glyphicons-filter-applied:before {
  content: '\E790';
}
.glyphicons-one-day:before {
  content: '\E791';
}
.glyphicons-user-vr:before {
  content: '\E792';
}
.glyphicons-user-vr-add:before {
  content: '\E793';
}
.glyphicons-user-vr-remove:before {
  content: '\E794';
}
.glyphicons-dice-1:before {
  content: '\E795';
}
.glyphicons-dice-2:before {
  content: '\E796';
}
.glyphicons-dice-3:before {
  content: '\E797';
}
.glyphicons-dice-4:before {
  content: '\E798';
}
.glyphicons-dice-5:before {
  content: '\E799';
}
.glyphicons-dice-6:before {
  content: '\E800';
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://html-assets-prod.guideflow.com/8271828318be1820e7fc3d7b3984498f4fc32ba6) format('woff2'), url(https://html-assets-prod.guideflow.com/41ab8601f16ab1753bcf49541074bd6eef6472ad) format('woff');
}
.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.halflings.x05 {
  font-size: 6px;
}
.halflings.x2 {
  font-size: 24px;
}
.halflings.x3 {
  font-size: 36px;
}
.halflings.x4 {
  font-size: 48px;
}
.halflings.x5 {
  font-size: 60px;
}
.halflings.x6 {
  font-size: 72px;
}
.halflings.x7 {
  font-size: 84px;
}
.halflings.x8 {
  font-size: 96px;
}
.halflings.light:before {
  color: #f2f2f2;
}
.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.halflings.flip {
  transform: scaleX(-1);
  filter: FlipH;
}
.halflings.flipv {
  transform: scaleY(-1);
  filter: FlipV;
}
.halflings.rotate90 {
  transform: rotate(90deg);
}
.halflings.rotate180 {
  transform: rotate(180deg);
}
.halflings.rotate270 {
  transform: rotate(270deg);
}
.halflings-glass:before {
  content: '\E001';
}
.halflings-music:before {
  content: '\E002';
}
.halflings-search:before {
  content: '\E003';
}
.halflings-envelope:before {
  content: '\E004';
}
.halflings-heart:before {
  content: '\E005';
}
.halflings-star:before {
  content: '\E006';
}
.halflings-star-empty:before {
  content: '\E007';
}
.halflings-user:before {
  content: '\E008';
}
.halflings-film:before {
  content: '\E009';
}
.halflings-th-large:before {
  content: '\E010';
}
.halflings-th:before {
  content: '\E011';
}
.halflings-th-list:before {
  content: '\E012';
}
.halflings-ok:before {
  content: '\E013';
}
.halflings-remove:before {
  content: '\E014';
}
.halflings-zoom-in:before {
  content: '\E015';
}
.halflings-zoom-out:before {
  content: '\E016';
}
.halflings-off:before {
  content: '\E017';
}
.halflings-signal:before {
  content: '\E018';
}
.halflings-cog:before {
  content: '\E019';
}
.halflings-trash:before {
  content: '\E020';
}
.halflings-home:before {
  content: '\E021';
}
.halflings-file:before {
  content: '\E022';
}
.halflings-time:before {
  content: '\E023';
}
.halflings-road:before {
  content: '\E024';
}
.halflings-download-alt:before {
  content: '\E025';
}
.halflings-download:before {
  content: '\E026';
}
.halflings-upload:before {
  content: '\E027';
}
.halflings-inbox:before {
  content: '\E028';
}
.halflings-play-circle:before {
  content: '\E029';
}
.halflings-repeat:before {
  content: '\E030';
}
.halflings-refresh:before {
  content: '\E031';
}
.halflings-list-alt:before {
  content: '\E032';
}
.halflings-lock:before {
  content: '\E033';
}
.halflings-flag:before {
  content: '\E034';
}
.halflings-headphones:before {
  content: '\E035';
}
.halflings-volume-off:before {
  content: '\E036';
}
.halflings-volume-down:before {
  content: '\E037';
}
.halflings-volume-up:before {
  content: '\E038';
}
.halflings-qrcode:before {
  content: '\E039';
}
.halflings-barcode:before {
  content: '\E040';
}
.halflings-tag:before {
  content: '\E041';
}
.halflings-tags:before {
  content: '\E042';
}
.halflings-book:before {
  content: '\E043';
}
.halflings-bookmark:before {
  content: '\E044';
}
.halflings-print:before {
  content: '\E045';
}
.halflings-camera:before {
  content: '\E046';
}
.halflings-font:before {
  content: '\E047';
}
.halflings-bold:before {
  content: '\E048';
}
.halflings-italic:before {
  content: '\E049';
}
.halflings-text-height:before {
  content: '\E050';
}
.halflings-text-width:before {
  content: '\E051';
}
.halflings-align-left:before {
  content: '\E052';
}
.halflings-align-center:before {
  content: '\E053';
}
.halflings-align-right:before {
  content: '\E054';
}
.halflings-align-justify:before {
  content: '\E055';
}
.halflings-list:before {
  content: '\E056';
}
.halflings-indent-left:before {
  content: '\E057';
}
.halflings-indent-right:before {
  content: '\E058';
}
.halflings-facetime-video:before {
  content: '\E059';
}
.halflings-picture:before {
  content: '\E060';
}
.halflings-pencil:before {
  content: '\E061';
}
.halflings-map-marker:before {
  content: '\E062';
}
.halflings-adjust:before {
  content: '\E063';
}
.halflings-tint:before {
  content: '\E064';
}
.halflings-edit:before {
  content: '\E065';
}
.halflings-share:before {
  content: '\E066';
}
.halflings-check:before {
  content: '\E067';
}
.halflings-move:before {
  content: '\E068';
}
.halflings-step-backward:before {
  content: '\E069';
}
.halflings-fast-backward:before {
  content: '\E070';
}
.halflings-backward:before {
  content: '\E071';
}
.halflings-play:before {
  content: '\E072';
}
.halflings-pause:before {
  content: '\E073';
}
.halflings-stop:before {
  content: '\E074';
}
.halflings-forward:before {
  content: '\E075';
}
.halflings-fast-forward:before {
  content: '\E076';
}
.halflings-step-forward:before {
  content: '\E077';
}
.halflings-eject:before {
  content: '\E078';
}
.halflings-chevron-left:before {
  content: '\E079';
}
.halflings-chevron-right:before {
  content: '\E080';
}
.halflings-plus-sign:before {
  content: '\E081';
}
.halflings-minus-sign:before {
  content: '\E082';
}
.halflings-remove-sign:before {
  content: '\E083';
}
.halflings-ok-sign:before {
  content: '\E084';
}
.halflings-question-sign:before {
  content: '\E085';
}
.halflings-info-sign:before {
  content: '\E086';
}
.halflings-screenshot:before {
  content: '\E087';
}
.halflings-remove-circle:before {
  content: '\E088';
}
.halflings-ok-circle:before {
  content: '\E089';
}
.halflings-ban-circle:before {
  content: '\E090';
}
.halflings-arrow-left:before {
  content: '\E091';
}
.halflings-arrow-right:before {
  content: '\E092';
}
.halflings-arrow-up:before {
  content: '\E093';
}
.halflings-arrow-down:before {
  content: '\E094';
}
.halflings-share-alt:before {
  content: '\E095';
}
.halflings-resize-full:before {
  content: '\E096';
}
.halflings-resize-small:before {
  content: '\E097';
}
.halflings-plus:before {
  content: '\E098';
}
.halflings-minus:before {
  content: '\E099';
}
.halflings-asterisk:before {
  content: '\E100';
}
.halflings-exclamation-sign:before {
  content: '\E101';
}
.halflings-gift:before {
  content: '\E102';
}
.halflings-leaf:before {
  content: '\E103';
}
.halflings-fire:before {
  content: '\E104';
}
.halflings-eye-open:before {
  content: '\E105';
}
.halflings-eye-close:before {
  content: '\E106';
}
.halflings-warning-sign:before {
  content: '\E107';
}
.halflings-plane:before {
  content: '\E108';
}
.halflings-calendar:before {
  content: '\E109';
}
.halflings-random:before {
  content: '\E110';
}
.halflings-comments:before {
  content: '\E111';
}
.halflings-magnet:before {
  content: '\E112';
}
.halflings-chevron-up:before {
  content: '\E113';
}
.halflings-chevron-down:before {
  content: '\E114';
}
.halflings-retweet:before {
  content: '\E115';
}
.halflings-shopping-cart:before {
  content: '\E116';
}
.halflings-folder-close:before {
  content: '\E117';
}
.halflings-folder-open:before {
  content: '\E118';
}
.halflings-resize-vertical:before {
  content: '\E119';
}
.halflings-resize-horizontal:before {
  content: '\E120';
}
.halflings-hdd:before {
  content: '\E121';
}
.halflings-bullhorn:before {
  content: '\E122';
}
.halflings-bell:before {
  content: '\E123';
}
.halflings-certificate:before {
  content: '\E124';
}
.halflings-thumbs-up:before {
  content: '\E125';
}
.halflings-thumbs-down:before {
  content: '\E126';
}
.halflings-hand-right:before {
  content: '\E127';
}
.halflings-hand-left:before {
  content: '\E128';
}
.halflings-hand-top:before {
  content: '\E129';
}
.halflings-hand-down:before {
  content: '\E130';
}
.halflings-circle-arrow-right:before {
  content: '\E131';
}
.halflings-circle-arrow-left:before {
  content: '\E132';
}
.halflings-circle-arrow-top:before {
  content: '\E133';
}
.halflings-circle-arrow-down:before {
  content: '\E134';
}
.halflings-globe:before {
  content: '\E135';
}
.halflings-wrench:before {
  content: '\E136';
}
.halflings-tasks:before {
  content: '\E137';
}
.halflings-filter:before {
  content: '\E138';
}
.halflings-briefcase:before {
  content: '\E139';
}
.halflings-fullscreen:before {
  content: '\E140';
}
.halflings-dashboard:before {
  content: '\E141';
}
.halflings-paperclip:before {
  content: '\E142';
}
.halflings-heart-empty:before {
  content: '\E143';
}
.halflings-link:before {
  content: '\E144';
}
.halflings-phone:before {
  content: '\E145';
}
.halflings-pushpin:before {
  content: '\E146';
}
.halflings-euro:before {
  content: '\E147';
}
.halflings-usd:before {
  content: '\E148';
}
.halflings-gbp:before {
  content: '\E149';
}
.halflings-sort:before {
  content: '\E150';
}
.halflings-sort-by-alphabet:before {
  content: '\E151';
}
.halflings-sort-by-alphabet-alt:before {
  content: '\E152';
}
.halflings-sort-by-order:before {
  content: '\E153';
}
.halflings-sort-by-order-alt:before {
  content: '\E154';
}
.halflings-sort-by-attributes:before {
  content: '\E155';
}
.halflings-sort-by-attributes-alt:before {
  content: '\E156';
}
.halflings-unchecked:before {
  content: '\E157';
}
.halflings-expand:before {
  content: '\E158';
}
.halflings-collapse:before {
  content: '\E159';
}
.halflings-collapse-top:before {
  content: '\E160';
}
.halflings-log-in:before {
  content: '\E161';
}
.halflings-flash:before {
  content: '\E162';
}
.halflings-log-out:before {
  content: '\E163';
}
.halflings-new-window:before {
  content: '\E164';
}
.halflings-record:before {
  content: '\E165';
}
.halflings-save:before {
  content: '\E166';
}
.halflings-open:before {
  content: '\E167';
}
.halflings-saved:before {
  content: '\E168';
}
.halflings-import:before {
  content: '\E169';
}
.halflings-export:before {
  content: '\E170';
}
.halflings-send:before {
  content: '\E171';
}
.halflings-floppy-disk:before {
  content: '\E172';
}
.halflings-floppy-saved:before {
  content: '\E173';
}
.halflings-floppy-remove:before {
  content: '\E174';
}
.halflings-floppy-save:before {
  content: '\E175';
}
.halflings-floppy-open:before {
  content: '\E176';
}
.halflings-credit-card:before {
  content: '\E177';
}
.halflings-transfer:before {
  content: '\E178';
}
.halflings-cutlery:before {
  content: '\E179';
}
.halflings-header:before {
  content: '\E180';
}
.halflings-compressed:before {
  content: '\E181';
}
.halflings-earphone:before {
  content: '\E182';
}
.halflings-phone-alt:before {
  content: '\E183';
}
.halflings-tower:before {
  content: '\E184';
}
.halflings-stats:before {
  content: '\E185';
}
.halflings-sd-video:before {
  content: '\E186';
}
.halflings-hd-video:before {
  content: '\E187';
}
.halflings-subtitles:before {
  content: '\E188';
}
.halflings-sound-stereo:before {
  content: '\E189';
}
.halflings-sound-dolby:before {
  content: '\E190';
}
.halflings-sound-5-1:before {
  content: '\E191';
}
.halflings-sound-6-1:before {
  content: '\E192';
}
.halflings-sound-7-1:before {
  content: '\E193';
}
.halflings-copyright-mark:before {
  content: '\E194';
}
.halflings-registration-mark:before {
  content: '\E195';
}
.halflings-cloud:before {
  content: '\E196';
}
.halflings-cloud-download:before {
  content: '\E197';
}
.halflings-cloud-upload:before {
  content: '\E198';
}
.halflings-tree-conifer:before {
  content: '\E199';
}
.halflings-tree-deciduous:before {
  content: '\E200';
}
.halflings-cd:before {
  content: '\E201';
}
.halflings-save-file:before {
  content: '\E202';
}
.halflings-open-file:before {
  content: '\E203';
}
.halflings-level-up:before {
  content: '\E204';
}
.halflings-copy:before {
  content: '\E205';
}
.halflings-paste:before {
  content: '\E206';
}
.halflings-door:before {
  content: '\E207';
}
.halflings-key:before {
  content: '\E208';
}
.halflings-alert:before {
  content: '\E209';
}
.halflings-equalizer:before {
  content: '\E210';
}
.halflings-king:before {
  content: '\E211';
}
.halflings-queen:before {
  content: '\E212';
}
.halflings-pawn:before {
  content: '\E213';
}
.halflings-bishop:before {
  content: '\E214';
}
.halflings-knight:before {
  content: '\E215';
}
.halflings-baby-formula:before {
  content: '\E216';
}
.halflings-tent:before {
  content: '\E217';
}
.halflings-blackboard:before {
  content: '\E218';
}
.halflings-bed:before {
  content: '\E219';
}
.halflings-apple:before {
  content: '\E220';
}
.halflings-erase:before {
  content: '\E221';
}
.halflings-hourglass:before {
  content: '\E222';
}
.halflings-lamp:before {
  content: '\E223';
}
.halflings-duplicate:before {
  content: '\E224';
}
.halflings-piggy-bank:before {
  content: '\E225';
}
.halflings-scissors:before {
  content: '\E226';
}
.halflings-bitcoin:before {
  content: '\E227';
}
.halflings-yen:before {
  content: '\E228';
}
.halflings-ruble:before {
  content: '\E229';
}
.halflings-scale:before {
  content: '\E230';
}
.halflings-ice-lolly:before {
  content: '\E231';
}
.halflings-ice-lolly-tasted:before {
  content: '\E232';
}
.halflings-education:before {
  content: '\E233';
}
.halflings-option-horizontal:before {
  content: '\E234';
}
.halflings-option-vertical:before {
  content: '\E235';
}
.halflings-menu-hamburger:before {
  content: '\E236';
}
.halflings-modal-window:before {
  content: '\E237';
}
.halflings-oil:before {
  content: '\E238';
}
.halflings-grain:before {
  content: '\E239';
}
.halflings-sunglasses:before {
  content: '\E240';
}
.halflings-text-size:before {
  content: '\E241';
}
.halflings-text-color:before {
  content: '\E242';
}
.halflings-text-background:before {
  content: '\E243';
}
.halflings-object-align-top:before {
  content: '\E244';
}
.halflings-object-align-bottom:before {
  content: '\E245';
}
.halflings-object-align-horizontal:before {
  content: '\E246';
}
.halflings-object-align-left:before {
  content: '\E247';
}
.halflings-object-align-vertical:before {
  content: '\E248';
}
.halflings-object-align-right:before {
  content: '\E249';
}
.halflings-triangle-right:before {
  content: '\E250';
}
.halflings-triangle-left:before {
  content: '\E251';
}
.halflings-triangle-bottom:before {
  content: '\E252';
}
.halflings-triangle-top:before {
  content: '\E253';
}
.halflings-terminal:before {
  content: '\E254';
}
.halflings-superscript:before {
  content: '\E255';
}
.halflings-subscript:before {
  content: '\E256';
}
.halflings-menu-left:before {
  content: '\E257';
}
.halflings-menu-right:before {
  content: '\E258';
}
.halflings-menu-down:before {
  content: '\E259';
}
.halflings-menu-up:before {
  content: '\E260';
}
.halflings-building:before {
  content: '\E261';
}
.halflings-tick:before {
  content: '\E262';
}
.halflings-star-half:before {
  content: '\E263';
}
.halflings-hash:before {
  content: '\E264';
}
.halflings-directions:before {
  content: '\E265';
}
.halflings-gas:before {
  content: '\E266';
}
.halflings-snowflake:before {
  content: '\E267';
}
.halflings-sunlight:before {
  content: '\E268';
}
.halflings-selectbox:before {
  content: '\E269';
}
.halflings-sortable:before {
  content: '\E270';
}
.halflings-note-empty:before {
  content: '\E271';
}
.halflings-note:before {
  content: '\E272';
}
.halflings-direction-right:before {
  content: '\E273';
}
.halflings-direction-left:before {
  content: '\E274';
}
.halflings-direction-down:before {
  content: '\E275';
}
.halflings-direction-up:before {
  content: '\E276';
}
.halflings-parking:before {
  content: '\E277';
}
.halflings-coffee-cup:before {
  content: '\E278';
}
.halflings-record-empty:before {
  content: '\E279';
}
.halflings-move-square:before {
  content: '\E280';
}
.halflings-bug:before {
  content: '\E281';
}
.halflings-display:before {
  content: '\E282';
}
.halflings-direction:before {
  content: '\E283';
}
.halflings-group:before {
  content: '\E284';
}
.halflings-reflect-y:before {
  content: '\E285';
}
.halflings-reflect-x:before {
  content: '\E286';
}
.halflings-battery-charging:before {
  content: '\E287';
}
.halflings-battery-full:before {
  content: '\E288';
}
.halflings-battery-75:before {
  content: '\E289';
}
.halflings-battery-50:before {
  content: '\E290';
}
.halflings-battery-25:before {
  content: '\E291';
}
.halflings-battery-10:before {
  content: '\E292';
}
.halflings-paired:before {
  content: '\E293';
}
.halflings-rotate-right:before {
  content: '\E294';
}
.halflings-rotate-left:before {
  content: '\E295';
}
.halflings-list-numbered:before {
  content: '\E296';
}
.halflings-paragraph:before {
  content: '\E297';
}
.halflings-list-plus:before {
  content: '\E298';
}
.halflings-synchronization:before {
  content: '\E299';
}
.halflings-cube-black:before {
  content: '\E300';
}
.account-notice {
  line-height: 1.14285714;
  background-color: #fccc0b;
  font-size: 14px;
  text-align: center;
  z-index: 5;
  height: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -30px;
  transition: margin-top 200ms cubic-bezier(0.4, 0, 1, 1);
}
.account-notice.account-notice-visible {
  margin-top: 0;
}
.account-notice.account-notice-hide-cta .account-notice-symbol {
  display: none;
}
.account-notice.account-notice-hide-cta .account-notice-link {
  display: none;
}
.account-notice .account-notice-content {
  padding: 0px 16px;
  flex: 1;
}
.account-notice .account-notice-symbol {
  line-height: 2;
  display: inline-block;
  font-size: 8px;
  padding: 0 4px;
  opacity: 0.2;
  vertical-align: top;
}
.account-notice .account-notice-link {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
.account-notice .account-notice-link.guideflow_hovered,
.account-notice .account-notice-link:active,
.account-notice .account-notice-link:focus {
  text-decoration: underline;
}
.account-notice .account-notice-close {
  display: none;
  margin-top: -2px;
  height: 16px;
}
.account-notice.account-notice-closable .account-notice-close {
  display: block;
}
#main,
#main > .container {
  width: 100%;
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
}
.container .content-area-wrap {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  overflow: hidden;
}
.container .content-area-wrap .content-area {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background: #fafafa;
  min-width: 0;
  position: relative;
}
.container .content-area-wrap .content-area .top-shadow {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 0 0 auto;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
}
.container .content-area-wrap .content-area .app-top {
  flex: 0 0 auto;
}
.container .content-area-wrap .content-area .app-top .active-call,
.container .content-area-wrap .content-area .app-top .error-message {
  font-size: 16px;
  line-height: 37px;
  padding: 0 20px;
}
.container .content-area-wrap .content-area .app-top .error-message {
  border-bottom: 1px solid #ff9d9d;
  background: #fbbfbb;
}
.container .content-area-wrap .content-area .app-top .error-message .Btn {
  margin-top: 4px;
}
.container .content-area-wrap .content-area .app-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 24px;
}
.external {
  box-sizing: border-box;
  padding: 35px;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  50%,
  80% {
    transform: translate3d(-10px, 0, 0);
  }
  35%,
  65% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes skeleton {
  0% {
    background-color: rgba(0, 0, 0, 0.02);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.06);
  }
}
@keyframes skeletonDark {
  0% {
    background-color: rgba(255, 255, 255, 0.06);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
/**
 * Inside CSS modules (*.module.less), you have to use :global after the
 * selector.
 *
 * @example
 * // Use :global to have the `skeleton` animation grabbed from global scope
 * // This does NOT generate `.isSkeleton` as a global rule.
 * .isSkeleton :global {
 *   .skeleton-animation();
 * }
 */
.defaultDisabledState {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-image: none !important;
  text-shadow: none !important;
}
.Btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  text-shadow: none;
  border-radius: 16px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  color: #262e39;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1.14285714;
  transition: all 0.2s ease-in-out;
}
.Btn.guideflow_hovered,
.Btn:focus,
.Btn:active,
.Btn.active {
  outline: none;
  text-decoration: none;
}
.Btn.guideflow_hovered {
  background: #f1f1f1;
  color: #262e39;
}
.Btn:focus:not(.guideflow_hovered) {
  box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.5);
}
.Btn.active,
.Btn:active,
.Btn.active.guideflow_hovered,
.Btn:active.guideflow_hovered {
  background-color: #f1f1f1;
}
.Btn:focus.guideflow_hovered {
  outline: none;
}
.Btn[disabled],
.Btn.disabled {
  background: white;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-image: none !important;
  text-shadow: none !important;
}
.Btn[disabled]:focus,
.Btn.disabled:focus,
.Btn[disabled]:focus:active,
.Btn.disabled:focus:active,
.Btn[disabled]:active.guideflow_hovered,
.Btn.disabled:active.guideflow_hovered,
.Btn[disabled]:focus.guideflow_hovered,
.Btn.disabled:focus.guideflow_hovered,
.Btn[disabled]:active,
.Btn.disabled:active,
.Btn[disabled].active,
.Btn.disabled.active,
.Btn[disabled].guideflow_hovered,
.Btn.disabled.guideflow_hovered {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-image: none !important;
  text-shadow: none !important;
}
.Btn .glyphicons {
  width: 30px;
  text-align: center;
  margin-left: -12px;
  float: left;
  line-height: 1;
}
.Btn .glyphicons:before {
  text-align: center;
  display: block;
  color: inherit;
}
.Btn .glyphicons.prepends-text {
  margin-right: 0;
}
.Btn.Btn--primary,
.Btn.Btn--danger {
  font-weight: 500;
}
.Btn--primary {
  background-color: #1463ff;
  border-color: #104fcc;
  color: #ffffff;
}
.Btn--primary .glyphicons:before {
  color: #ffffff;
}
.Btn--primary.guideflow_hovered,
.Btn--primary[disabled] {
  color: #ffffff;
  background-color: #1259e6;
}
.Btn--primary:focus {
  border-color: #0c3b99;
  color: #ffffff;
}
.Btn--primary:focus:not(.guideflow_hovered) {
  box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.5);
}
.Btn--primary:active,
.Btn--primary.active,
.Btn--primary:active.guideflow_hovered,
.Btn--primary.active.guideflow_hovered,
.Btn--primary:active:focus,
.Btn--primary.active:focus {
  background-color: #1154d9;
}
.Btn--danger,
.Btn--danger:focus,
.Btn--danger[disabled].guideflow_hovered {
  background-color: white;
  border-color: #e2e2e2;
  color: #d0021b;
}
.Btn--danger:focus:not(.guideflow_hovered) {
  box-shadow: 0 0 0 3px rgba(208, 2, 27, 0.5);
  border-color: #bf0219;
}
.Btn--danger .glyphicons:before {
  color: #d0021b;
}
.Btn--danger.guideflow_hovered {
  background-color: #d0021b;
  color: white;
  border-color: #a60216;
}
.Btn--danger:active,
.Btn--danger.active,
.Btn--danger:active.guideflow_hovered,
.Btn--danger.active.guideflow_hovered {
  background-color: #b10217;
  border-color: #a60216;
  color: white;
}
.Btn--transparent,
.Btn--transparent:focus,
.Btn--transparent[disabled],
.Btn--transparent[disabled].guideflow_hovered {
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
}
.Btn--transparent.guideflow_hovered {
  background-color: #f1f1f1;
}
.Btn--transparent:active,
.Btn--transparent:active.guideflow_hovered {
  border-color: transparent;
  background-color: #f1f1f1;
}
.Btn--gray,
.Btn--gray:focus,
.Btn--gray[disabled],
.Btn--gray[disabled].guideflow_hovered {
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  box-shadow: none;
}
.Btn--gray.guideflow_hovered {
  background-color: #f1f1f1;
}
.Btn--gray:active,
.Btn--gray:active.guideflow_hovered {
  border-color: #e2e2e2;
  background-color: #f1f1f1;
}
.Btn--withDropdownArrow::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid currentColor;
  vertical-align: middle;
}
.Btn--withDropdownArrow.Btn--small::after {
  margin-top: -1px;
}
.Btn__text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.Btn__icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.Btn__icon + .Btn__text {
  margin-left: 24px;
}
.Btn__icon.iconEnd {
  left: auto;
  right: 0;
}
.Btn__icon.iconEnd + .Btn__text {
  margin: 0 24px 0 0;
}
.Btn__icon svg {
  width: 16px;
  height: 16px;
}
.Btn--mini {
  line-height: 1.09090909;
  font-size: 11px;
  padding: 4px 6px;
}
.Btn--mini .glyphicons {
  width: 22px;
  margin-left: -6px;
}
.Btn--mini .Btn__icon {
  width: 22px;
  height: 20px;
}
.Btn--mini .Btn__icon + .Btn__text {
  margin-left: 16px;
}
.Btn--mini .Btn__icon.iconEnd + .Btn__text {
  margin: 0 16px 0 0;
}
.Btn--mini .Btn__icon svg {
  width: 12px;
  height: 12px;
}
.Btn--small {
  line-height: 1.23076923;
  font-size: 13px;
  padding: 4px 12px;
}
.Btn--small .glyphicons {
  width: 26px;
}
.Btn--small .Btn__icon {
  width: 30px;
  height: 24px;
}
.Btn--small .Btn__icon + .Btn__text {
  margin-left: 18px;
}
.Btn--small .Btn__icon.iconEnd + .Btn__text {
  margin: 0 18px 0 0;
}
.Btn--small .Btn__icon svg {
  width: 14px;
  height: 14px;
}
.Btn--large {
  line-height: 1.25;
  font-size: 16px;
  padding: 11px 16px;
  border-radius: 22px;
}
.Btn--large .glyphicons {
  width: 44px;
  margin-left: -16px;
  top: 2px;
}
.Btn.Btn--icon {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.Btn.Btn--icon.Btn--mini {
  width: 22px;
  height: 22px;
}
.Btn.Btn--icon.Btn--small {
  width: 26px;
  height: 26px;
  padding: 5px;
}
.Btn.Btn--icon.Btn--small svg {
  width: 12px;
  height: 12px;
}
.Btn.Btn--icon.Btn--large {
  width: 44px;
  height: 44px;
}
.Btn.Btn--icon.Btn--small .glyphicons,
.Btn.Btn--icon.Btn--mini .glyphicons,
.Btn.Btn--icon.Btn--large .glyphicons {
  width: auto;
}
.Btn.Btn--icon .glyphicons {
  top: 0;
  margin-left: 0;
  float: none;
  width: auto;
}
.Btn--iconOnly {
  width: 30px;
  height: 30px;
}
.Btn--iconOnly.Btn--withDropdownArrow {
  width: 62px;
}
.Btn--iconOnly.Btn--withDropdownArrow::after {
  margin-left: 24px;
}
.Btn--iconOnly.Btn--withDropdownArrow .Btn__icon {
  padding-right: 16px;
  box-sizing: border-box;
}
.Btn--iconOnly.Btn--withDropdownArrow.Btn--small {
  width: 50px;
}
.Btn--iconOnly.Btn--withDropdownArrow.Btn--small::after {
  margin-left: 18px;
}
.Btn--iconOnly.Btn--small {
  width: 26px;
  height: 26px;
}
.Btn--iconOnly.Btn--mini {
  width: 20px;
  height: 20px;
}
.Btn--iconOnly .Btn__icon {
  width: 100% !important;
  height: 100% !important;
}
.SidebarActionBtn {
  background: transparent;
  border: 0;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #464a55;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SidebarActionBtn span.SidebarActionBtn__icon {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
}
.SidebarActionBtn span.SidebarActionBtn__icon svg {
  width: 14px;
  height: 14px;
}
.SidebarActionBtn:not(.disabled).guideflow_hovered,
.SidebarActionBtn:not(.disabled):active {
  color: #262e39;
  background: rgba(0, 0, 0, 0.05);
}
.SidebarActionBtn.disabled {
  color: #464a55;
  opacity: 0.5;
}
.SidebarActionBtn.disabled.guideflow_hovered {
  cursor: not-allowed;
}
.Btn--link {
  border-color: transparent;
  cursor: pointer;
  color: #3781b8;
  border-radius: 0;
}
.Btn--link.guideflow_hovered,
.Btn--link:focus,
.Btn--link:focus:not(.guideflow_hovered),
.Btn--link:active,
.Btn--link:active.guideflow_hovered,
.Btn--link:active:focus,
.Btn--link.active,
.Btn--link.active.guideflow_hovered,
.Btn--link.active:focus {
  color: #3274a6;
  text-decoration: underline;
  background-color: transparent;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  border-color: transparent;
}
.Btn--link[disabled],
.Btn--link[disabled]:focus:active,
.Btn--link[disabled]:focus.guideflow_hovered,
.Btn--link[disabled]:active.guideflow_hovered {
  color: #3781b8;
  text-decoration: none;
  border: 0 none;
}
.Btn--link,
.Btn--link:active,
.Btn--link.active,
.Btn--link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border-color: transparent;
}
.BtnGroup {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.BtnGroup > .Btn {
  position: relative;
  border-radius: 0;
}
.BtnGroup > .Btn.Btn--icon:not(:only-child):not(.dropdown-toggle):first-child {
  width: auto;
  padding-left: 9px;
  padding-right: 6px;
}
.BtnGroup > .Btn.Btn--icon:not(:only-child):not(.dropdown-toggle):last-child {
  width: auto;
  padding-left: 6px;
  padding-right: 9px;
}
.BtnGroup > .Btn--iconOnly:not(:only-child):first-child,
.BtnGroup > .Btn--iconOnly:not(:only-child):last-child {
  width: 36px;
}
.BtnGroup > .Btn--iconOnly:not(:only-child).Btn--small:first-child,
.BtnGroup > .Btn--iconOnly:not(:only-child).Btn--small:last-child {
  width: 30px;
}
.BtnGroup > .Btn.guideflow_hovered,
.BtnGroup > .Btn:focus,
.BtnGroup > .Btn:active {
  z-index: 2;
}
.BtnGroup > .Btn:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.BtnGroup > .Btn:last-child,
.BtnGroup > .dropdown-toggle {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.BtnGroup > .Btn + .Btn {
  margin-left: -1px;
}
.BtnGroup.open .Btn.dropdown-toggle {
  background-color: #f1f1f1;
}
.BtnGroup.open .Btn.dropdown-toggle:focus:not(.guideflow_hovered) {
  box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.5);
}
.cancel-edit + .Btn {
  margin-left: 5px;
}
.Btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.SearchBox {
  flex-grow: 1;
  flex-shrink: 0;
  margin: 8px 0;
  position: relative;
  z-index: 4;
  /*
  Definitions:
  .wide = textbox is full/large width
  .multiline = CAN be multiline
  .during-transition = during width transition for .wide
  */
}
.SearchBox .search-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 410px;
  transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.SearchBox textarea {
  transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.SearchBox form.form-search {
  padding: 0;
  margin: 0;
}
.SearchBox form.form-search .glyphicons {
  line-height: 1.14285714;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 12px;
  pointer-events: none;
  color: currentColor;
}
.SearchBox .search-query {
  line-height: 1.14285714;
  color: #93979c;
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  width: 100%;
  resize: none;
  border-radius: 3px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-right: 36px solid #f2f2f2;
  outline: none;
  box-shadow: none !important;
  transition: background-color 200ms, border-right-color 200ms;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 34px;
  padding-right: 34px;
}
.SearchBox .search-query:focus {
  box-shadow: 0 0 0 1px #eee !important;
  background-color: #fff;
  border-right-color: #fff;
  padding-right: 0;
}
.SearchBox .search-query:focus {
  color: #262e39;
}
.SearchBox .form-search:not(.multiline) textarea,
.SearchBox .form-search.during-transition textarea {
  height: 40px !important;
  overflow: hidden;
  white-space: nowrap;
}
.SearchBox .form-search.wide .search-container {
  width: 100%;
}
.SearchBox .clear-btn {
  position: absolute;
  border: 1px solid transparent;
  border-radius: 12px;
  right: 8px;
  padding: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  color: #93979c;
  background: none;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  outline: none;
}
.SearchBox .clear-btn svg {
  display: block;
}
.SearchBox .clear-btn.guideflow_hovered {
  color: #3c434d;
}
.SearchBox .arrow {
  font-size: 8px;
  position: relative;
  right: -365px;
  top: -22px;
  cursor: pointer;
}
@media screen and (max-width:  767px ) {
  .SearchBox .search-container {
    min-width: 100%;
    max-width: 100%;
  }
  .SearchBox .search-query {
    background-color: #f2f2f2;
    appearance: none;
  }
}
.page-search h1 {
  display: inline-block;
  margin-right: 15px;
}
.page-search h4 {
  margin-bottom: 9px;
}
.page-search .search-main-inner .results-error {
  display: none;
}
.page-search p.count {
  margin: 2px 0 8px 0;
}
.page-search .list-keyboard-navigable tr.active > :first-child:before {
  width: 2px;
}
.page-search .list-leads .loader {
  margin-top: 5px;
}
.page-search .list-leads table {
  border: none;
  margin-bottom: 10px;
  table-layout: fixed;
  font-size: 13px;
  /*thead th {*/
  /*vertical-align: top;*/
  /*&:last-child {*/
  /*padding-right: 4px;*/
  /*}*/
  /*}*/
}
.page-search .list-leads table td {
  cursor: pointer;
  background: #fff;
}
.page-search .list-leads table td.lead-link {
  color: #3781b8;
}
.page-search .list-leads table td.numeric {
  text-align: right;
}
.page-search .list-leads table td > .users-loading {
  color: #777;
}
.page-search .list-leads table td,
.page-search .list-leads table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-color: #f1f1f1;
}
.page-search .list-leads table th {
  border-bottom: solid 1px #e2e2e2;
}
.page-search .list-leads table tr:first-child td {
  border-top-width: 0;
}
.page-search .list-leads table tr td:first-child,
.page-search .list-leads table tr th:first-child {
  border-left: none;
  border-radius: 0 !important;
}
.page-search .list-leads table th:not(.contact-buttons),
.page-search .list-leads table td:not(.contact-buttons) {
  padding-right: 16px;
  padding-left: 16px;
}
.page-search .list-leads table td:not(.contact-buttons) {
  padding-top: 6px;
  padding-bottom: 6px;
}
.page-search .list-leads table th {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  background-image: none;
}
.page-search .list-leads table .sortable {
  cursor: pointer;
}
.page-search .list-leads table .sortable.is-narrow .sortable-value {
  padding-right: 0;
}
.page-search .list-leads table .sortable.is-narrow .sortable-value::before,
.page-search .list-leads table .sortable.is-narrow .sortable-value::after {
  display: none;
}
.page-search .list-leads table .sortable.is-narrow.guideflow_hovered .sortable-value {
  padding-right: 12px;
}
.page-search .list-leads table .sortable.is-narrow.guideflow_hovered .sortable-value::before,
.page-search .list-leads table .sortable.is-narrow.guideflow_hovered .sortable-value::after {
  display: block;
}
.page-search .list-leads table .sortable.is-narrow.is-sortingAsc .sortable-value {
  padding-right: 12px;
}
.page-search .list-leads table .sortable.is-narrow.is-sortingAsc .sortable-value::after {
  display: block;
}
.page-search .list-leads table .sortable.is-narrow.is-sortingAsc .sortable-value::before {
  display: none;
}
.page-search .list-leads table .sortable.is-narrow.is-sortingDesc .sortable-value {
  padding-right: 12px;
}
.page-search .list-leads table .sortable.is-narrow.is-sortingDesc .sortable-value::after {
  display: none;
}
.page-search .list-leads table .sortable.is-narrow.is-sortingDesc .sortable-value::before {
  display: block;
}
.page-search .list-leads table .sortable.is-sortingAsc .sortable-value::before {
  display: none;
}
.page-search .list-leads table .sortable.is-sortingAsc .sortable-value::after {
  top: 10px;
}
.page-search .list-leads table .sortable.is-sortingDesc .sortable-value::before {
  top: 10px;
}
.page-search .list-leads table .sortable.is-sortingDesc .sortable-value::after {
  display: none;
}
.page-search .list-leads table .sortable.is-sortingAsc .sortable-value::before,
.page-search .list-leads table .sortable.is-sortingDesc .sortable-value::before,
.page-search .list-leads table .sortable.guideflow_hovered .sortable-value::before {
  border-top-color: #111;
}
.page-search .list-leads table .sortable.is-sortingAsc .sortable-value::after,
.page-search .list-leads table .sortable.is-sortingDesc .sortable-value::after,
.page-search .list-leads table .sortable.guideflow_hovered .sortable-value::after {
  border-bottom-color: #111;
}
.page-search .list-leads table .sortable .sortable-value {
  display: block;
  position: relative;
  padding-right: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-search .list-leads table .sortable .sortable-value::before,
.page-search .list-leads table .sortable .sortable-value::after {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.page-search .list-leads table .sortable .sortable-value::before {
  top: 13px;
  border-top: 4px solid #b2b2b2;
}
.page-search .list-leads table .sortable .sortable-value::after {
  top: 7px;
  border-bottom: 4px solid #b2b2b2;
}
/*
// smart filter tags
.view {
color: #3A87AD;
background-color: #D9EDF7;
padding: 2px 5px 0 5px;
border: 1px solid #BCE8F1;
margin: 2px 0 0 0;
vertical-align: top;
font-size: 12px;
border-radius: 4px;
.close-x { cursor: pointer; font-size: 1.2em; font-weight: bold; padding: 0 1px; }
}
*/
.animated {
  animation-duration: 200ms;
  animation-fill-mode: both;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  70% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
/*
@colorLead: #EB9696;
@colorCall: #3A9DE4;
@colorEmail: #7c0;
*/
.LeadActivities .loader {
  display: block;
  margin: 8px auto 0;
}
.activities-list-heading {
  margin-bottom: 16px;
}
.activities-list-heading:empty {
  display: none;
}
.activities-list:not(.is-hidden) + .activities-list-heading {
  margin-top: 32px;
}
.activities-list {
  font-size: 14px;
  position: relative;
}
.activities-list.is-hidden {
  display: none;
}
.activities-list .timeline-style {
  background: #ddd;
  box-shadow: 0 0 1px #fff;
}
.activities-list::before {
  content: '';
  margin: 0 0 0 17px;
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  background: #ddd;
  box-shadow: 0 0 1px #fff;
}
.activities-list li.activity:last-child::before {
  content: '';
  margin: 0 0 0 17px;
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  background: #fafafa;
}
.activities-list-upcoming::before {
  box-sizing: border-box;
  background: transparent;
  border-right: 1px dashed #ddd;
}
.activities-list-upcoming li.activity:last-child {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.activities-list-upcoming:not(.activities-list-upcoming--single-activity) li.activity:last-child::before {
  display: none;
}
.activities-list .salesrep {
  float: right;
  margin: -4px -8px 0 12px;
  position: relative;
  z-index: 1;
}
.activities-list .salesrep .user-name {
  color: #acacac;
  font-size: 12px;
  text-align: right;
  margin-right: 8px;
  line-height: 28px;
}
.activities-list .salesrep .user-img {
  float: right;
  margin-top: 2px;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: white;
}
.activities-list ul.activities-list-content {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.activities-list li.activity {
  position: relative;
  margin: 0 0 12px 0;
  min-height: 12px;
}
.activities-list li.activity.guideflow_hovered .hover-action {
  display: inline;
}
.activities-list li.activity.editing.guideflow_hovered .edit {
  display: none;
}
.activities-list li.activity .timeline-icon {
  vertical-align: top;
  width: 32px;
  height: 32px;
  float: left;
  border-radius: 50%;
  background: #eee;
  border: solid 1px #fff;
  box-shadow: 0 0 1px #ccc;
  position: relative;
}
.activities-list li.activity .timeline-icon .glyphicons {
  top: 0;
  margin: 8px;
  font-size: 16px;
  color: #1d1d1b;
}
.activities-list li.activity .timeline-icon.tiny {
  width: 11px;
  height: 11px;
  margin-left: 11px;
  cursor: pointer;
}
.activities-list li.activity .timeline-icon.tiny .glyphicons {
  display: none;
}
.activities-list li.activity .activity-inner {
  background: #fff;
  border: solid 1px #f1f1f1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  position: relative;
  margin-left: 45px;
  padding: 6px;
}
.activities-list li.activity .activity-inner.email.has-notification {
  border-color: #8cadc5;
  border-left: 3px solid #8cadc5;
}
.activities-list li.activity .activity-inner.call {
  padding: 0;
}
.activities-list li.activity .activity-task .BtnGroup {
  font-size: inherit;
}
.activities-list li.activity .activity-task > .glyphicons {
  top: 3px;
  color: #666;
}
.activities-list li.activity .activity-task.type-incoming_email,
.activities-list li.activity .activity-task.type-incoming_sms,
.activities-list li.activity .activity-task.type-missed_call,
.activities-list li.activity .activity-task.type-voicemail,
.activities-list li.activity .activity-task.type-email_followup .task-actions {
  margin: -1px 0 0 10px;
  float: right;
}
.activities-list li.activity .activity-task.type-incoming_sms {
  margin-top: -3px;
}
.activities-list li.activity .activity-task.view-future {
  display: inline;
}
.activities-list li.activity .activity-snooze-menu-container {
  display: inline-flex;
  height: 20px;
  align-items: center;
}
.activities-list li.activity .email-sequence-followup {
  display: inline-flex;
  align-items: center;
  height: 20px;
}
.activities-list li.activity .future-snooze-view {
  background: none;
  box-shadow: none;
  border: none;
  color: #666;
  font-size: 14px;
}
.activities-list li.activity .contact {
  cursor: default;
  color: #999;
}
.activities-list li.activity .view-side {
  padding-left: 2px;
  padding-right: 2px;
}
.activities-list small {
  font-size: 13px;
  color: #666;
}
.activities-list time {
  color: #aaa;
  border-bottom: dotted 1px #999;
  font-size: 1em;
  cursor: pointer;
}
.activities-list .has-notification span.title {
  font-weight: bold;
}
.activities-list .hover-action {
  display: none;
  padding-right: 4px;
  margin-left: 10px;
}
.activities-list > .loader {
  margin-left: 48px;
}
.activities-list .editing .bbf-field label {
  display: none;
}
.activities-list .editing textarea {
  margin: 0;
  padding: 5px;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  max-height: 370px;
  resize: vertical;
  border-radius: 0;
}
.activities-list .editing .bbf-form {
  margin: 0;
}
.activities-list .editing .bbf-form .bbf-field {
  margin: 0;
}
.activities-list .editing .bbf-form .actions {
  *zoom: 1;
  margin: 5px 0 0 0;
}
.activities-list .editing .bbf-form .actions:before,
.activities-list .editing .bbf-form .actions:after {
  display: table;
  content: '';
  line-height: 0;
}
.activities-list .editing .bbf-form .actions:after {
  clear: both;
}
.activities-list .editing .bbf-form .actions > a {
  margin: 0 5px 0 5px;
  line-height: 30px;
}
.activities-list li.activity-call .timeline-icon {
  margin-top: 1px;
  background: #b7daa0;
}
.activities-list li.activity-call .timeline-icon::before {
  display: none;
}
.activities-list li.activity-call .timeline-icon .glyphicons {
  color: #fff;
}
.activities-list li.activity-call .timeline-icon-error {
  background: #fff;
}
.activities-list li.activity-call .timeline-icon-error.tiny {
  position: relative;
}
.activities-list li.activity-call .timeline-icon-error.tiny::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #d0021b;
}
.activities-list li.activity-call .edit-side .glyphicons {
  font-size: 16px;
  color: #7a7a7a;
}
.activities-list li.activity-call .edit-side .call-quality {
  float: left;
}
.activities-list li.activity-call .edit-side .actions .delete {
  margin-top: 1px;
}
.activities-list li.activity-call .edit-side .field-contact_and_phone,
.activities-list li.activity-call .edit-side .field-duration_mins {
  position: absolute;
  bottom: 6px;
}
.activities-list li.activity-call .edit-side .field-contact_and_phone select,
.activities-list li.activity-call .edit-side .field-duration_mins select,
.activities-list li.activity-call .edit-side .field-contact_and_phone input,
.activities-list li.activity-call .edit-side .field-duration_mins input {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  min-height: 26px;
  height: 26px;
  padding-top: 2px;
}
.activities-list li.activity-call .edit-side .field-contact_and_phone select,
.activities-list li.activity-call .edit-side .field-duration_mins select {
  color: #999;
  outline: 0;
}
.activities-list li.activity-call .edit-side .field-contact_and_phone select:focus,
.activities-list li.activity-call .edit-side .field-duration_mins select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
}
.activities-list li.activity-call .edit-side .field-contact_and_phone {
  width: 210px;
  right: 145px;
}
.activities-list li.activity-call .edit-side .field-duration_mins {
  width: 62px;
  right: 73px;
}
.activities-list li.activity-sms .timeline-icon {
  background: #6bc0d0;
}
.activities-list li.activity-sms .timeline-icon .glyphicons {
  color: #fff;
}
.activities-list li.activity-email .timeline-icon,
.activities-list li.activity-emailthread .timeline-icon {
  background: #8cadc5;
}
.activities-list li.activity-email .timeline-icon .glyphicons,
.activities-list li.activity-emailthread .timeline-icon .glyphicons {
  color: #fff;
}
.activities-list li.activity-email .timeline-icon svg,
.activities-list li.activity-emailthread .timeline-icon svg {
  width: 16px;
  height: 16px;
}
.activities-list li.activity-emailthread .activity-inner {
  padding: 6px 0 0 0;
}
.activities-list li.activity-emailthread .salesrep {
  margin-right: 0;
}
.no-activities {
  font-size: 14px;
  color: #919191;
  line-height: 1.42857143;
}
.no-activities__title {
  font-weight: bold;
  margin-bottom: 4px;
}
.Btn--link--no-activities {
  border: 0;
  padding: 0;
  line-height: inherit;
  vertical-align: baseline;
}
.activity-inner.email .undo-send,
.activity-inner.sms .undo-send,
.activity-inner.email .unschedule,
.activity-inner.sms .unschedule {
  margin: 0 2px 0 4px;
  padding: 2px 6px;
  vertical-align: 0;
}
.activity-inner.email .status-badge,
.activity-inner.sms .status-badge {
  margin-left: 5px;
}
.activity-inner.call .view-side,
.activity-inner.sms .view-side,
.activity-inner.email {
  word-wrap: break-word;
}
.is-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.Card {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.Card__header {
  display: flex;
  height: 35px;
  line-height: 1;
  background: #f9f9fa;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-transform: uppercase;
}
.Card__title {
  margin: 0;
  font-size: 12px;
  flex-grow: 1;
  padding: 0 10px;
  line-height: 35px;
  letter-spacing: 1px;
  user-select: none;
}
.Card__count {
  margin-left: 8px;
  font-size: 12px;
  color: #a2a4aa;
  font-weight: 500;
}
.Card__addButton,
.Card__searchButton,
.Card__editButton,
.Card__cancelSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background-color: unset;
  padding: 0;
  width: 35px;
  opacity: 0.75;
  border-left: 1px solid #e5e5e5;
}
.Card__addButton svg,
.Card__searchButton svg,
.Card__editButton svg,
.Card__cancelSearch svg {
  width: 14px;
  height: 14px;
}
.Card__addButton.guideflow_hovered,
.Card__searchButton.guideflow_hovered,
.Card__editButton.guideflow_hovered,
.Card__cancelSearch.guideflow_hovered {
  opacity: 1;
  outline: none;
}
.Card__searchButton {
  margin-left: 3px;
}
.Card__cancelSearch {
  margin-right: 3px;
  border: none;
  color: #464a55;
}
.Card__searchForm {
  display: none;
  margin: 0;
  width: 100%;
}
.Card__searchInput {
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  width: auto;
  flex-grow: 1;
}
.Card__content {
  border-top: 2px solid #e5e5e5;
}
.Card--empty .Card__header {
  border-radius: 3px;
}
.Card--empty .Card__content {
  border-top: none;
}
.Card--searching .Card__header {
  background-color: #fff;
}
.Card--searching .Card__title,
.Card--searching .Card__editButton,
.Card--searching .Card__addButton {
  display: none;
}
.Card--searching .Card__searchButton {
  cursor: default;
  opacity: 1;
  pointer-events: none;
  border: none;
}
.Card--searching .Card__searchFormContainer {
  display: flex;
  flex: 1 0 0;
}
.Card--searching .Card__searchForm {
  display: flex;
}
.Card__showMoreButton {
  padding-left: 10px;
  background-color: #f9f9fa;
  line-height: 32px;
  border-top: 1px solid #e5e5e5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 90%;
}
.Card .Btn--link {
  color: inherit;
}
.Card__noResults {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  margin-top: -1px;
}
.Card__noResults--visible {
  display: flex;
}
.Card__noResults .Btn {
  margin-top: 10px;
}
.Tasks__list {
  margin: 0;
}
.Tasks__item {
  cursor: default;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 2px solid #e5e5e5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  margin-top: -1px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.Tasks__item.guideflow_hovered:not(.editing) .Task__editButton {
  display: flex;
}
.Tasks__item.guideflow_hovered:not(.editing) .Task__actions {
  position: relative;
  background-color: #fff;
}
.Tasks__item.guideflow_hovered:not(.editing) .Task__actions::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -34px;
  background-color: #fff;
  box-shadow: -10px 0px 10px 1px #fff;
}
.Tasks__item:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Tasks__item:last-of-type:not(.guideflow_hovered) {
  box-shadow: none;
}
.Tasks__item:last-of-type .Task {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Task {
  display: flex;
  padding: 10px;
}
.Task__avatar {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 8px;
}
.Task__avatar > img {
  border-radius: 3px;
}
.Task__avatar:after {
  border-radius: 3px;
}
.Task__content {
  flex-grow: 1;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.Task__description {
  line-height: 16px;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
}
.Task__date {
  line-height: 16px;
  font-size: 80%;
  color: #464a55;
}
.Task__actions {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.Task__buttons {
  display: flex;
  align-items: center;
  height: 32px;
  position: relative;
}
.Task__snoozeButton {
  padding: 0;
}
.Task__snoozeButtonInside {
  padding: 0;
  border: 0;
  background-color: unset;
}
.Task__snoozeButtonInside.SidebarActionBtn span.snooze-icon {
  width: 14px !important;
  height: 14px !important;
  display: flex;
  justify-content: center;
}
.Task__snoozeButtonInside.SidebarActionBtn span.snooze-icon svg {
  width: 14px !important;
  height: 14px !important;
}
.Task__doneButton,
.Task__incompleteButton {
  padding: 0;
}
.Task__editButton.SidebarActionBtn {
  display: none;
  position: absolute;
  right: 24px;
  background-color: unset;
  padding: 0;
  outline: none;
}
.Task--completed .Task__description {
  text-decoration: line-through;
}
.Task--withSnooze .Task__date {
  color: #d0021b;
}
.Task--withSnooze .Task__editButton.SidebarActionBtn {
  right: 52px;
}
.Task__fixedButtons {
  display: flex;
}
.Task.edit-side {
  background-color: #edf7fc;
}
.Task.edit-side form {
  margin: 0;
}
.Task.edit-side .field-is_complete {
  display: none;
}
.Task.edit-side .field-text input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
}
.Task.edit-side .field-date label {
  position: relative;
}
.Task.edit-side .field-date label:after {
  content: 'Time';
  position: absolute;
  left: 51%;
}
.Task.edit-side .field-date input {
  width: 49%;
}
.Task.edit-side .field-assigned_to select {
  width: 100%;
  height: 30px;
}
.Task.edit-side .actions button {
  width: 80px;
}
.Opportunities__list {
  margin: 0;
}
.Opportunities__item {
  cursor: default;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 2px solid #e5e5e5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  margin-top: -1px;
}
.Opportunities__item:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Opportunities__item:last-of-type:not(.guideflow_hovered) {
  box-shadow: none;
}
.Opportunities__item:last-of-type .Opportunity {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Opportunity__wrapper {
  padding: 10px;
}
.Opportunity__wrapper > :last-child {
  margin-bottom: 0;
}
.Opportunity__header {
  display: flex;
  margin-bottom: 10px;
}
.Opportunity__avatar {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 8px;
}
.Opportunity__avatar > img {
  border-radius: 3px;
}
.Opportunity__avatar:after {
  border-radius: 3px;
}
.Opportunity__title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 8px;
}
.Opportunity__name {
  font-weight: 600;
  line-height: 16px;
}
.Opportunity__confidenceAndDate {
  font-size: 85%;
  color: #464a55;
  line-height: 16px;
}
.Opportunity__status {
  margin-bottom: 18px;
}
.Opportunity__statusText {
  box-sizing: border-box;
  display: inline-block;
  padding: 2px 4px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 70%;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: top;
}
.Opportunity__statusText.guideflow_hovered {
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
  overflow-wrap: break-word;
  word-break: break-word;
}
.Opportunity--active {
  border-left: 2px solid #ffbd2e;
}
.Opportunity--active .Opportunity__statusText {
  background-color: #ffbd2e;
}
.Opportunity--won {
  border-left: 2px solid #8d8;
}
.Opportunity--won .Opportunity__statusText {
  background-color: #8d8;
}
.Opportunity--lost {
  border-left: 2px solid #ccc;
}
.Opportunity--lost .Opportunity__statusText {
  background-color: #ccc;
}
.Opportunity__actions {
  display: flex;
  align-items: center;
  position: relative;
}
.Opportunity__moreMenu {
  padding: 6px 0;
}
.Opportunity__moreLinks {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.Opportunity__moreLinks p {
  margin: 0;
  line-height: 2;
}
.Opportunity__moreLinks a {
  display: block;
  text-decoration: none;
  padding: 0 14px;
}
.Opportunity__moreLinks a.guideflow_hovered,
.Opportunity__moreLinks a:focus {
  color: #fff;
  background-color: #3781b8;
}
.Opportunity__moreLinks .link-text {
  padding-left: 2px;
}
.Opportunity__moreItem {
  display: flex;
  padding: 0 6px;
  line-height: 2;
}
.Opportunity__moreItem.delete {
  color: #d0021c;
}
.Opportunity__moreItem.guideflow_hovered {
  color: #fff;
  background-color: #3781b8;
}
.Opportunity__moreText {
  padding: 0;
}
.Opportunity__trashIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
.Opportunity__trashIcon svg {
  width: 16px;
}
.Opportunity__detail {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 90%;
  word-break: break-all;
  word-break: break-word;
  line-height: 16px;
}
.Opportunity__contact {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Opportunity__contactTitle {
  display: flex;
  align-items: center;
  padding-right: 10px;
  min-width: 0;
  flex-grow: 1;
}
.Opportunity__contactIcon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  color: #6a6f72;
}
.Opportunity__contactName {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}
.Opportunity__contactButtons {
  flex-shrink: 0;
}
.Opportunity__contactButtons {
  display: flex;
}
.Opportunity__contactButtons .SidebarActionBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.OpportunityCustomFieldValues {
  display: none;
}
.OpportunityCustomFieldValues.OpportunityCustomFieldValues--visible {
  display: block;
}
.OpportunityCustomFieldValues .CustomFields__showMoreButton {
  padding-left: 10px;
  background-color: #f9f9fa;
  line-height: 32px;
  border-top: 1px solid #e5e5e5;
  display: block;
  font-size: 10px;
  color: #616161;
  text-transform: uppercase;
}
.Contacts__list {
  margin: -1px 0 0;
}
.Contacts__item {
  cursor: default;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.Contacts__item.guideflow_hovered:not(.editing) {
  position: relative;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}
.Contacts__item.is-animating {
  animation-name: shake;
  animation-duration: 0.6s;
}
.Contacts__item.sortable-ghost {
  opacity: 1;
  background-color: #fafafa;
}
.Contacts__item.sortable-chosen {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}
.Contacts__item:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Contacts__item:last-of-type .Contact {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Contacts__item:last-of-type:not(.guideflow_hovered):not(.Contact--expanded) {
  box-shadow: none;
}
.Contact {
  position: relative;
}
.Contact__dragger {
  cursor: move;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  left: -16px;
  width: 20px;
  height: 36px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background-color: #fff;
  z-index: 1;
}
.Contact__dragger:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  right: 5px;
  bottom: 6px;
  background-color: #d1d2d8;
  background-image: linear-gradient(#fff 20%, transparent 80%), linear-gradient(90deg, #d1d2d8 80%, #fff 20%);
  background-size: 3px 3px;
  width: 8px;
  height: 22px;
}
.Contact__headerContainer.highlighted {
  background-color: #ebf6fa;
}
.Contact__header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Contact__desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 10px;
  min-width: 0;
  max-width: calc(100% - 30px);
}
.Contact__name {
  font-weight: 600;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Contact__title {
  font-size: 85%;
  color: #464a55;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Contact__actions {
  opacity: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.Contacts__item.guideflow_hovered .Contact__actions,
.Contact__actions.open {
  opacity: 1;
}
@media screen and (max-width:  767px ) {
  .Contact__actions {
    opacity: 1;
  }
}
.Contact__moreMenu {
  padding: 6px 0;
  white-space: nowrap;
}
.Contact__moreLinks {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.Contact__moreLinks p {
  margin: 0;
  line-height: 2;
}
.Contact__moreLinks a {
  display: block;
  text-decoration: none;
  padding: 0 14px;
}
.Contact__moreLinks a.guideflow_hovered,
.Contact__moreLinks a:focus {
  color: #fff;
  background-color: #3781b8;
}
.Contact__moreLinks .link-text {
  padding-left: 2px;
}
.Contact__moreItem {
  display: flex;
  padding: 0 10px 0 6px;
  line-height: 2;
}
.Contact__moreItem.delete {
  color: #d0021c;
}
.Contact__moreItem.guideflow_hovered:not(.is-disabled) {
  color: #fff;
  background-color: #3781b8;
}
.Contact__moreItem.guideflow_hovered:not(.is-disabled) .Contact__label {
  background: #3274a6;
}
.Contact__moreItem.is-disabled {
  opacity: 0.3;
  cursor: default;
}
.Contact__moreText {
  padding: 0;
}
.Contact__expandIcon,
.Contact__trashIcon,
.Contact__primaryIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
.Contact__expandIcon svg,
.Contact__trashIcon svg,
.Contact__primaryIcon svg {
  width: 100%;
}
.Contact__trashIcon svg {
  width: 16px;
}
.Contact__primaryIcon svg {
  width: 16px;
}
.Contact__buttons {
  display: flex;
  margin: 10px 14px 10px 0;
}
.Contact__buttons .SidebarActionBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.Contact__dataContainer {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Contact__label {
  display: inline-block;
  padding: 0 6px;
  border-radius: 5px;
  background: #3781b8;
  color: #fff;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  align-self: center;
  font-size: 12px;
}
.Contact__label--disabled {
  background: #919191;
}
.Contact--expanded {
  border-bottom: 2px solid #e5e5e5;
}
.Contact--expanded .Contact__expandIcon {
  transform: scale(1, -1);
}
.Contact__detail {
  border-top: 1px solid #e5e5e5;
  background-color: #f9f9f9;
}
.Contact__extraInfo {
  display: flex;
  position: relative;
  line-height: 16px;
  font-size: 90%;
  padding: 8px 10px;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
}
.Contact__extraInfo.guideflow_hovered {
  background-color: #f5f5f5;
}
.Contact__extraInfo:last-child {
  border-bottom: none;
}
.Contact__extraInfo .Btn {
  position: absolute;
  top: 3px;
  right: 3px;
}
.Contact__type {
  flex: 0 0 25%;
  min-width: 80px;
  text-transform: capitalize;
  font-weight: 500;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Contact__type--url {
  text-transform: uppercase;
}
.Contact__data {
  margin-left: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Contact.edit-side {
  background-color: #edf7fc;
}
.Contact.edit-side form.bbf-form {
  position: relative;
  margin: 0;
  padding: 10px 10px 0;
}
.Contact.edit-side .field-name,
.Contact.edit-side .field-title {
  clear: left;
  float: left;
  width: 100%;
}
.Contact.edit-side .field-name input,
.Contact.edit-side .field-title input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
}
.Contact.edit-side .field-items .contact-editor {
  display: flex;
}
.Contact.edit-side .field-items .contact-editor [name='items'] {
  flex-grow: 1;
}
.Contact.edit-side .field-items .contact-editor .bbf-remove {
  color: #a3a5a9;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: 0;
}
.Contact.edit-side .field-items .contact-editor .bbf-remove.guideflow_hovered {
  color: #464a55;
}
.Contact.edit-side .field-items .bbf-list > ul > li:last-of-type .field-data {
  width: 100%;
  max-width: 100%;
}
.Contact.edit-side .field-items .bbf-list > ul > li:last-of-type .field-data input {
  border-right: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Contact.edit-side .field-items .bbf-list > ul > li:last-of-type .field-type,
.Contact.edit-side .field-items .bbf-list > ul > li:last-of-type .bbf-remove {
  display: none;
}
.Contact.edit-side .field-data {
  clear: left;
  float: left;
  width: 70%;
  max-width: calc(100% - 50px);
}
.Contact.edit-side .field-data label {
  display: none;
}
.Contact.edit-side .field-data input {
  box-sizing: border-box;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 30px;
}
.Contact.edit-side .field-type {
  float: left;
  width: 30%;
  min-width: 50px;
}
.Contact.edit-side .field-type label {
  display: none;
}
.Contact.edit-side .field-type select {
  appearance: none;
  width: 100%;
  height: 30px;
  font-size: 11px;
  line-height: 20px;
  padding-right: 8px;
  border-radius: 0;
  background-image: url(https://html-assets-prod.guideflow.com/383ecda631cf4b233b633f4b3b08663164e799aa);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 5px 5px;
}
.contactCustomFields {
  border-top: 1px solid #e5e5e5;
}
.contactCustomFields__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 10px 10px 0;
}
.contactCustomFields.hide {
  display: none;
}
.contactActions__newField {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.contactActions__formActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  padding: 10px;
}
.contactActions__delete {
  display: block;
}
.contactActions__right {
  display: flex;
}
.contactActions button {
  width: 80px;
}
.Card:not(.Card--searching) .Contacts__item:not(.editing):not(:only-child).guideflow_hovered .Contact__dragger {
  display: block;
}
.SidebarActionBtn__tooltip-sms {
  max-width: 200px;
}
.CustomFields__list {
  margin: 0;
}
.CustomFields__list--lead {
  background-color: #fff;
  margin-top: -1px;
}
.CustomFields__list--opportunities {
  background-color: #f9f9f9;
  border-top: 1px solid #e2e2e2;
}
.CustomFields__item {
  list-style-type: none;
  border-bottom: 1px solid #e2e2e2;
}
.CustomFields__item:last-of-type {
  border-bottom: 0;
}
.CustomFields__item:last-of-type .CustomField {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.CustomFields:not(.adding) .CustomFields__item:last-of-type {
  border-bottom: none;
}
.CustomFields .CustomFields__form form {
  margin-top: -1px;
}
.CustomFields.adding .Card--empty .Card__content {
  border-top: 2px solid #e2e2e2;
}
.CustomFields__addNewLabel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.CustomFields__addNewLabel label {
  margin: 0;
}
.CustomFields__bulkActions {
  display: none;
  background-color: #eef7fb;
}
.CustomFields__newField {
  align-self: center;
  padding: 10px 0;
}
.CustomFields__save {
  display: block;
  text-align: right;
  padding: 10px;
  border-top: 1px solid #e2e2e2;
}
.CustomFields__save .Btn {
  width: 80px;
}
.CustomFields.adding .CustomFields__addNew {
  display: block;
}
.CustomFields.bulk-mode.editing.bulk-mode .CustomFields__list {
  display: none;
}
.CustomFields.bulk-mode .Card__searchButton {
  opacity: 0.25;
  pointer-events: none;
}
.CustomFields.bulk-mode .CustomFields__bulkActions {
  display: flex;
  flex-direction: column;
}
.CustomFields.editing .Card__addButton,
.CustomFields.adding .Card__addButton,
.CustomFields.editing .Card__editButton,
.CustomFields.adding .Card__editButton,
.CustomFields.editing .Card__searchButton,
.CustomFields.adding .Card__searchButton {
  opacity: 0.25;
  pointer-events: none;
}
.CustomFields .Card--empty .Card__editButton,
.CustomFields .Card--empty .Card__searchButton {
  opacity: 0.25;
  pointer-events: none;
}
.CustomField.edit-side form {
  margin: 0;
}
.CustomField.edit-side .CustomField__key {
  margin-bottom: 4px;
}
.CustomField.edit-side .CustomField__form input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
}
.CustomField.edit-side .CustomField__form .actions button {
  width: 80px;
}
.CustomField.edit-side .CustomField__form .date-time-picker {
  display: flex;
  justify-content: space-between;
}
.CustomField.edit-side .CustomField__form .date-time-picker input {
  width: 48%;
}
.CustomFieldValue {
  display: flex;
  position: relative;
  line-height: 16px;
  font-size: 90%;
  padding: 8px 10px;
  align-items: flex-start;
}
.CustomFieldValue.guideflow_hovered {
  background-color: #f5f5f5;
}
.CustomFieldValue.guideflow_hovered .CustomFieldValue__actions {
  display: flex;
}
.CustomFieldValue--lead {
  font-size: inherit;
  border-top: none;
}
.CustomFieldValue--lead.guideflow_hovered {
  background-color: #f1f1f2;
}
.CustomFieldValue__name {
  flex: 0 0 25%;
  min-width: 80px;
  text-transform: capitalize;
  font-weight: 500;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.CustomFieldValue__name--lead,
.CustomFieldValue__name--co {
  flex: 0 0 40%;
  min-width: 90px;
  font-weight: 600;
}
.CustomFieldValue__name--text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: -4px;
  padding-top: 4px;
}
.CustomFieldValue__value {
  margin-left: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.CustomFieldValue__value > a {
  white-space: nowrap;
}
.CustomFieldValue__value--lead,
.CustomFieldValue__value--co {
  flex: 1 0;
  margin-left: 8px;
}
.CustomFieldValue__userType {
  display: flex;
  align-items: center;
}
.CustomFieldValue__userType .user-img {
  border-radius: 3px;
}
.CustomFieldValue__userType .user-name {
  margin-left: 4px;
}
.CustomFieldValue__actions {
  display: none;
  position: absolute;
  top: 1px;
  right: 3px;
  background-color: #f1f1f2;
  box-shadow: -10px 0 10px 1px #f1f1f2;
  align-items: center;
  height: 30px;
}
.CustomFieldValue__actions--copyButton .copySuccessIcon {
  display: none;
}
.CustomFieldValue__actions--copyButton.success .copyIcon {
  display: none;
}
.CustomFieldValue__actions--copyButton.success .copySuccessIcon {
  display: block;
}
.none {
  color: #777;
}
.custom-field .user-img {
  vertical-align: -3px;
}
.LeadStatusSelectPopover {
  max-width: 400px;
}
.activity-inner.email .more-items {
  display: block;
  border-top: 1px solid #eee;
  padding: 4px 8px 4px 12px;
}
.activity-inner.email .emailthread-items > ul {
  margin: 0;
  list-style-type: none;
}
.activity-inner.email .emailthread-item .preview {
  cursor: pointer;
  border-top: 1px solid #eee;
  padding: 3px 6px;
}
.activity-inner.email .emailthread-item .preview .contact,
.activity-inner.email .emailthread-item .preview .preview-right {
  color: #999;
}
.activity-inner.email .emailthread-item .preview .preview-right {
  float: right;
  margin-left: 12px;
}
.activity-inner.email .emailthread-item .preview .preview-right .future-followup {
  top: 2px !important;
  margin-right: 3px;
}
.activity-inner.email .emailthread-item .preview .preview-line {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9em;
  text-overflow: ellipsis;
}
.activity-inner.email .emailthread-item .preview .sequence-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 15px;
}
.activity-inner.email .emailthread-item .preview .sequence-icon {
  position: absolute;
  padding: 6px;
  top: -4px;
  color: #464a55;
}
.activity-inner.email .emailthread-item .preview .sequence-icon.guideflow_hovered,
.activity-inner.email .emailthread-item .preview .sequence-icon:focus {
  color: #262e39;
}
.activity-inner.email .emailthread-item .preview .sequence-icon,
.activity-inner.email .emailthread-item .preview .sequence-icon svg {
  width: 16px;
  height: 16px;
}
.activity-inner.email .emailthread-item .preview .expando-arrow {
  color: #999;
  display: inline-block;
  width: 10px;
}
.activity-inner.email .emailthread-item .preview .expando-arrow::before {
  content: '▸';
}
.activity-inner.email .emailthread-item .preview time {
  border: none;
}
.activity-inner.email .emailthread-item .preview .contact {
  cursor: pointer;
}
.activity-inner.email .emailthread-item .preview .contact .contact-email {
  display: none;
}
.activity-inner.email .emailthread-item .preview .from-label {
  display: none;
}
.activity-inner.email .emailthread-item .preview .sent-as-label {
  display: inline-flex;
  margin-right: 4px;
}
.activity-inner.email .emailthread-item .preview .sent-as-label-text {
  display: none;
}
.activity-inner.email .emailthread-item .preview .sent-as-label-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  color: #464a55;
}
.activity-inner.email .emailthread-item .preview .sent-as-label-icon,
.activity-inner.email .emailthread-item .preview .sent-as-label-icon svg {
  width: 14px;
  height: 14px;
}
.activity-inner.email .emailthread-item .preview .update-follow-up {
  cursor: pointer;
  background: none;
  box-shadow: none;
  margin-right: 4px;
  margin-top: -2px;
  border: solid 1px transparent;
}
.activity-inner.email .emailthread-item .preview .update-follow-up svg {
  width: 13px;
}
.activity-inner.email .emailthread-item .preview .email-opened.glyphicons {
  color: #464a55;
  font-size: 13px;
  margin: 0 4px;
  top: 3px;
}
.activity-inner.email .emailthread-item .preview .email-opened.glyphicons.guideflow_hovered,
.activity-inner.email .emailthread-item .preview .email-opened.glyphicons:focus {
  color: #262e39;
}
.activity-inner.email .emailthread-item .preview .email-opened.glyphicons:not(:only-child) {
  margin-right: 0;
}
.activity-inner.email .emailthread-item .preview ul.headers {
  display: none;
  margin: 4px 0 0 13px;
  padding: 0 0 2px 0;
  font-size: 12px;
  list-style-type: none;
}
.activity-inner.email .emailthread-item .preview ul.headers li {
  line-height: 16px;
}
.activity-inner.email .emailthread-item .full-message {
  display: none;
  padding: 0 16px 16px;
  margin: 0;
}
.activity-inner.email .emailthread-item.expanded .preview {
  background: #f8f8f8;
  border-bottom: 1px dashed #eee;
}
.activity-inner.email .emailthread-item.expanded .preview-line {
  white-space: normal;
}
.activity-inner.email .emailthread-item.expanded .body-preview {
  display: none;
}
.activity-inner.email .emailthread-item.expanded ul.headers,
.activity-inner.email .emailthread-item.expanded .full-message {
  display: block;
}
.activity-inner.email .emailthread-item.expanded .contact,
.activity-inner.email .emailthread-item.expanded .expando-arrow::before {
  color: #333 !important;
}
.activity-inner.email .emailthread-item.expanded .contact .contact-email {
  display: inline;
}
.activity-inner.email .emailthread-item.expanded .from-label {
  display: inline;
}
.activity-inner.email .emailthread-item.expanded .sent-as-label {
  margin-right: 0;
}
.activity-inner.email .emailthread-item.expanded .sent-as-label-text {
  display: inline;
}
.activity-inner.email .emailthread-item.expanded .sent-as-label-icon {
  margin-right: 4px;
}
.activity-inner.email .emailthread-item.expanded .expando-arrow::before {
  content: '▾';
}
.activity-inner.email .emailthread-item.expanded .alert.followup {
  padding-right: 10px;
  font-size: 13px;
}
.activity-inner.email .emailthread-item.expanded .alert.followup > a {
  color: inherit;
  text-decoration: underline;
}
.activity-inner.email .emailthread-item .view-side {
  padding-top: 16px;
}
.activity-inner.email .emailthread-item .view-side .body {
  margin: 0;
  white-space: pre-wrap;
}
.activity-inner.email .emailthread-item .view-side .attachmentsContainer:not(:empty) {
  margin-top: 24px;
}
.activity-inner.email .emailthread-item .view-side .expandable {
  margin-top: -2px;
}
.activity-inner.email .emailthread-item .view-side .expandable .body {
  display: none;
}
.activity-inner.email .emailthread-item .view-side .email-actions {
  margin: -34px -10px 4px 0;
}
.activity-inner.email .emailthread-item .view-side .email-actions > a,
.activity-inner.email .emailthread-item .view-side .email-actions div.create-follow-up-container {
  float: left;
  margin-left: 6px;
  padding: 0 2px;
}
.activity-inner.email .emailthread-item .view-side .email-actions > a .glyphicons,
.activity-inner.email .emailthread-item .view-side .email-actions div.create-follow-up-container .glyphicons {
  vertical-align: top;
  font-size: 14px;
  color: #bbb;
}
.activity-inner.email .emailthread-item .view-side .email-actions > a .glyphicons.guideflow_hovered,
.activity-inner.email .emailthread-item .view-side .email-actions div.create-follow-up-container .glyphicons.guideflow_hovered {
  color: #888;
}
.activity-inner.email .emailthread-item .view-side .email-actions > a .glyphicons.glyphicons-bin,
.activity-inner.email .emailthread-item .view-side .email-actions div.create-follow-up-container .glyphicons.glyphicons-bin {
  top: 2px;
  font-size: 12px;
}
.activity-inner.email .emailthread-item .view-side .email-actions > a.reply-all,
.activity-inner.email .emailthread-item .view-side .email-actions div.create-follow-up-container.reply-all {
  margin-right: 3px;
}
.activity-inner.email .emailthread-item .view-side .email-actions div.create-follow-up-container {
  padding: 0;
}
.activity-inner.email .emailthread-item .view-side .email-actions div.create-follow-up-container button {
  padding: 0 2px;
  background: none;
  border: none;
  box-shadow: none;
}
.activity-inner.email .emailthread-item .view-side .email-actions .create-follow-up-component {
  float: left;
  margin-top: -4px;
  margin-right: -4px;
}
.activity-inner.email .emailthread-item .view-side .email-actions .create-follow-up-component svg {
  color: #bbb;
}
.activity-inner.email .emailthread-item .view-side .email-actions .create-follow-up-component.guideflow_hovered button {
  background: none;
}
.activity-inner.email .emailthread-item .view-side .email-actions .create-follow-up-component.guideflow_hovered svg {
  color: #888;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form {
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
}
.activity-inner.email .emailthread-item .edit-side fieldset {
  min-width: 0;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .input-prepend .add-on {
  font-size: 12px;
  width: 25px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .bbf-field {
  margin-bottom: 5px;
  clear: both;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions {
  margin: 15px 0 0;
  background: none;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions .send-email {
  margin-right: 5px;
  min-width: 80px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions .delete,
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions .attach-file {
  margin: 0 15px 0 0;
  line-height: 26px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions .delete .glyphicons,
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions .attach-file .glyphicons {
  line-height: inherit;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions .attach-file {
  display: inline-block;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .actions .attach-file button {
  height: auto;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .add-cc-bcc {
  float: right;
  font-size: 13px;
  line-height: 30px;
  margin-right: 5px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .add-cc-bcc a {
  margin-left: 10px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str {
  *zoom: 1;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str:before,
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str:after {
  display: table;
  content: '';
  line-height: 0;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str:after {
  clear: both;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str .input-prepend {
  float: left;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .manage-templates,
.activity-inner.email .emailthread-item .edit-side .bbf-form .loading-templates {
  display: inline-block;
  margin-top: 4px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-template_id .selected-template {
  position: relative;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-template_id .fetching-template {
  position: absolute;
  right: 16px;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-template_id .Select--small .Select__input[type='search'] {
  height: 30px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-sender_id .add-on {
  display: none;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-sender_id select {
  box-sizing: border-box;
  height: 30px;
  display: table-cell;
  width: 100%;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str .input-prepend,
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-cc_str .input-prepend,
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-bcc_str .input-prepend {
  transition: width 0.2s;
  white-space: normal;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str .input-prepend.input-block-level {
  min-height: 30px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str.show-add-cc .input-prepend.input-block-level {
  width: calc(100% - 68px);
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str.show-add-bcc .input-prepend.input-block-level {
  width: calc(100% - 70px);
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-to_str.show-add-cc.show-add-bcc .input-prepend.input-block-level {
  width: calc(100% - 132px);
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-subject {
  float: left;
  width: 60%;
  margin-right: 1%;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-subject input {
  min-height: 32px;
  box-sizing: border-box;
  width: 100%;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-template_id {
  float: left;
  width: 39%;
  clear: none;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .field-template_id select {
  width: 100%;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form textarea[name='body_html'] {
  visibility: hidden;
  height: 130px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .followup {
  margin: 10px 0 0 3px;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .followup label {
  display: inline-block;
  font-size: 13px;
  margin: 0;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .followup .followup-date {
  display: inline-block;
}
.activity-inner.email .emailthread-item .edit-side .bbf-form .followup select {
  width: 110px;
  height: 22px;
  margin-left: 2px;
}
.activity-inner.email .delete-thread {
  display: none;
  float: right;
  font-size: 12px;
  margin-top: 1px;
}
.activity-inner.email .delete-thread.guideflow_hovered .glyphicons {
  color: #888;
}
.activity-inner.email .delete-thread .glyphicons {
  color: #bbb;
}
.activity-inner.email.guideflow_hovered .delete-thread {
  display: inline;
}
.activity-sms .edit-side .bbf-form .actions {
  text-align: left;
  border-top: 1px solid #dddddd;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
}
.activity-sms .edit-side .bbf-form .actions::before,
.activity-sms .edit-side .bbf-form .actions::after {
  display: none;
}
.activity-sms .edit-side .bbf-form .actions .send-later-btn-group,
.activity-sms .edit-side .bbf-form .actions .file-attachment-button {
  display: inline-block;
}
.activity-sms .edit-side .bbf-form .actions .char-counter {
  margin: 0 auto 0 10px;
}
.activity-sms .edit-side .bbf-form .actions .delete {
  line-height: 16px;
  margin: 0 8px;
}
@media screen and (max-width:  767px ) {
  .activity-sms .edit-side .bbf-form .actions .char-counter {
    margin: 0 0 0 auto;
  }
  .activity-sms .edit-side .bbf-form .actions .file-attachment-button {
    margin-left: 8px;
  }
}
.activity-sms .edit-side fieldset ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: 'a a' 'b c' 'd d';
}
@media screen and (max-width:  767px ) {
  .activity-sms .edit-side fieldset ul {
    grid-template-columns: 1fr;
    grid-template-areas: 'a a' 'b b' 'c c' 'd d';
  }
}
.activity-sms .edit-side .bbf-field.field-local_phone .bbf-editor .input-prepend,
.activity-sms .edit-side .bbf-field.field-contact_and_phone .bbf-editor .input-prepend {
  display: flex;
  align-items: center;
}
.activity-sms .edit-side .bbf-field.field-local_phone .bbf-editor .input-prepend span.add-on,
.activity-sms .edit-side .bbf-field.field-contact_and_phone .bbf-editor .input-prepend span.add-on {
  width: 40px;
  padding: 3px 0;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #767676;
  background: transparent;
  border: 0;
  height: auto;
}
.activity-sms .edit-side .bbf-field.field-local_phone .bbf-editor .input-prepend .select-wrapper,
.activity-sms .edit-side .bbf-field.field-contact_and_phone .bbf-editor .input-prepend .select-wrapper {
  width: 100%;
  border: none;
  padding-left: 1px;
  margin-left: 1px;
  box-sizing: border-box;
  border-radius: 3px;
}
.activity-sms .edit-side .bbf-field.field-local_phone .bbf-editor .input-prepend .select-wrapper.disabled,
.activity-sms .edit-side .bbf-field.field-contact_and_phone .bbf-editor .input-prepend .select-wrapper.disabled {
  background-color: #eee;
}
.activity-sms .edit-side .bbf-field.field-local_phone .bbf-editor .input-prepend .select-wrapper select,
.activity-sms .edit-side .bbf-field.field-contact_and_phone .bbf-editor .input-prepend .select-wrapper select {
  border: 0;
  width: 100%;
  font-size: 13px;
  height: 27px;
  color: #303030;
  box-shadow: none;
  outline: 0;
}
.activity-sms .edit-side .bbf-field.field-local_phone .bbf-error,
.activity-sms .edit-side .bbf-field.field-contact_and_phone .bbf-error {
  margin-top: -2px;
  margin-bottom: 2px;
}
.activity-sms .edit-side .bbf-field.field-contact_and_phone,
.activity-sms .edit-side .bbf-field.field-template_id {
  display: inline-block;
}
.activity-sms .edit-side .bbf-field.field-text textarea {
  border: 0;
  box-shadow: unset;
  min-height: 150px;
  padding: 0;
}
.activity-sms .edit-side .bbf-field.field-text textarea:focus,
.activity-sms .edit-side .bbf-field.field-text textarea:active {
  box-shadow: unset !important;
}
.activity-sms .edit-side .bbf-field.field-contact_and_phone,
.activity-sms .edit-side .bbf-field.field-text {
  padding: 4px 16px;
}
.activity-sms .edit-side .bbf-field.field-local_phone {
  padding: 4px 0 4px 16px;
}
.activity-sms .edit-side .bbf-field.field-template_id {
  padding: 4px 0 4px 6px;
}
.activity-sms .edit-side .bbf-field input,
.activity-sms .edit-side .bbf-field select {
  border-radius: 3px;
  width: auto;
  border: 1px solid transparent;
  box-shadow: none;
  width: 100%;
  transition: none;
}
.activity-sms .edit-side .bbf-field input:focus,
.activity-sms .edit-side .bbf-field select:focus {
  outline: none !important;
  border-color: #1463ff;
  box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.5) !important;
}
.activity-sms .edit-side .bbf-field.field-local_phone {
  border-bottom: 1px solid #dddddd;
  grid-area: a;
}
.activity-sms .edit-side .bbf-field.field-contact_and_phone {
  grid-area: b;
  margin: 6px 0px 4px 16px;
  padding: 0;
}
.activity-sms .edit-side .bbf-field.field-template_id {
  grid-area: c;
  position: relative;
}
.activity-sms .edit-side .bbf-field.field-template_id:before {
  content: '';
  height: 24px;
  width: 1px;
  background-color: #dddddd;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.activity-sms .edit-side .bbf-field.field-text {
  border-top: 1px solid #dddddd;
  grid-area: d;
  padding: 16px;
}
@media screen and (max-width:  767px ) {
  .activity-sms .edit-side .bbf-field.field-local_phone,
  .activity-sms .edit-side .bbf-field.field-contact_and_phone {
    margin: 0;
    padding: 6px 16px;
  }
  .activity-sms .edit-side .bbf-field.field-contact_and_phone {
    border-bottom: 1px solid #dddddd;
  }
  .activity-sms .edit-side .bbf-field.field-text {
    padding: 0;
  }
  .activity-sms .edit-side .bbf-field.field-text textarea {
    min-height: 170px;
    padding: 16px;
  }
}
.activity-sms .char-counter,
.item-type-incoming_sms .char-counter {
  color: #999;
  margin-left: 10px;
  line-height: 20px;
  vertical-align: -1px;
  display: inline-block;
}
.activity-sms .char-counter.exceeded,
.item-type-incoming_sms .char-counter.exceeded {
  color: darkred;
}
body.filedragging .field-text.mms-supported {
  position: relative;
}
body.filedragging .field-text.mms-supported textarea {
  border: dashed 1px #999;
  transition: none;
}
body.filedragging .field-text.mms-supported::after {
  content: 'Drop files here to attach them';
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  color: #777;
  font-size: 16px;
  z-index: 1;
}
body.filedragging .field-text.mms-supported.active-dropzone textarea {
  border-color: #3781b8;
}
body.filedragging .field-text.mms-supported.active-dropzone::after {
  color: #3781b8;
}
.Gap--large {
  margin-top: 24px;
}
@media screen and (max-width:  767px ) {
  .Gap--large {
    margin-top: 16px;
  }
}
.settingsGlobalStyles .phone-settings .phone-settings-alert {
  display: none;
}
.settingsGlobalStyles .phone-settings ul.list {
  margin-left: 0px;
}
.settingsGlobalStyles .phone-settings ul.list li {
  list-style: none;
  margin-top: 10px;
}
.settingsGlobalStyles .phone-settings h4 {
  line-height: 1.48571429;
  width: 402px;
}
.settingsGlobalStyles .phone-settings p {
  width: 402px;
  margin-bottom: 25px;
}
.settingsGlobalStyles .phone-settings hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.settingsGlobalStyles .phone-settings .popover {
  width: 500px;
}
.settingsGlobalStyles .phone-settings .popover p {
  width: auto;
}
.settingsGlobalStyles .phone-settings label {
  margin-top: 5px;
}
.settingsGlobalStyles .phone-settings .hangup-recording-upload {
  position: relative;
}
.settingsGlobalStyles .phone-settings .hangup-recording-upload input[type='file'] {
  height: auto;
  line-height: 1;
}
.settingsGlobalStyles .phone-settings .group-numbers-empty-state:not(:empty) {
  margin-bottom: 16px;
}
.settingsGlobalStyles .phone-settings .predictive-calling-abandonment-recording-upload .VoicemailRecording {
  margin-bottom: 16px;
}
.settingsGlobalStyles .phone-settings .microcopy {
  font-size: 13px;
  color: #6b6e77;
}
.settingsGlobalStyles .phone-settings .loading {
  margin-top: 20px;
  display: none;
}
.settingsGlobalStyles .phone-settings .phone-number {
  width: 400px;
  border: solid 1px #ddd;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
  *zoom: 1;
}
.settingsGlobalStyles .phone-settings .phone-number:before,
.settingsGlobalStyles .phone-settings .phone-number:after {
  display: table;
  content: '';
  line-height: 0;
}
.settingsGlobalStyles .phone-settings .phone-number:after {
  clear: both;
}
.settingsGlobalStyles .phone-settings .phone-number.guideflow_hovered .edit-link,
.settingsGlobalStyles .phone-settings .phone-number.guideflow_hovered .edit-label,
.settingsGlobalStyles .phone-settings .phone-number.guideflow_hovered .change-number {
  display: inline-block !important;
}
.settingsGlobalStyles .phone-settings .phone-number .header {
  line-height: 2.5;
  border-bottom: solid 1px #ddd;
  padding: 0 10px;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  *zoom: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.settingsGlobalStyles .phone-settings .phone-number .header:before,
.settingsGlobalStyles .phone-settings .phone-number .header:after {
  display: table;
  content: '';
  line-height: 0;
}
.settingsGlobalStyles .phone-settings .phone-number .header:after {
  clear: both;
}
.settingsGlobalStyles .phone-settings .phone-number .header h5 {
  display: inline;
  margin-bottom: 0;
}
.settingsGlobalStyles .phone-settings .phone-number .header .edit-label,
.settingsGlobalStyles .phone-settings .phone-number .header .change-number,
.settingsGlobalStyles .phone-settings .phone-number .header .delete-number {
  outline: 0;
  color: #bbb;
  position: relative;
}
.settingsGlobalStyles .phone-settings .phone-number .header .edit-label.guideflow_hovered,
.settingsGlobalStyles .phone-settings .phone-number .header .change-number.guideflow_hovered,
.settingsGlobalStyles .phone-settings .phone-number .header .delete-number.guideflow_hovered {
  color: #777;
}
.settingsGlobalStyles .phone-settings .phone-number .header .change-number {
  display: none;
  margin-right: 8px;
}
.settingsGlobalStyles .phone-settings .phone-number .header .delete-number-disabled {
  color: #d8d8d8;
}
.settingsGlobalStyles .phone-settings .phone-number .header .edit-label {
  display: none;
  margin: 0 5px;
  top: 1px;
}
.settingsGlobalStyles .phone-settings .phone-number .no-config {
  font-size: 13px;
  padding: 7px 10px;
  *zoom: 1;
}
.settingsGlobalStyles .phone-settings .phone-number .no-config:before,
.settingsGlobalStyles .phone-settings .phone-number .no-config:after {
  display: table;
  content: '';
  line-height: 0;
}
.settingsGlobalStyles .phone-settings .phone-number .no-config:after {
  clear: both;
}
.settingsGlobalStyles .phone-settings .phone-number .no-config .glyphicons-question-sign {
  margin-left: 3px;
  vertical-align: baseline;
}
.settingsGlobalStyles .phone-settings .phone-number .config {
  border-radius: 0 0 4px 4px;
  padding: 7px 10px;
  *zoom: 1;
}
.settingsGlobalStyles .phone-settings .phone-number .config:before,
.settingsGlobalStyles .phone-settings .phone-number .config:after {
  display: table;
  content: '';
  line-height: 0;
}
.settingsGlobalStyles .phone-settings .phone-number .config:after {
  clear: both;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div,
.settingsGlobalStyles .phone-settings .phone-number .config > div h6 {
  font-size: 13px;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div h6 {
  margin: 2px 0 0 0;
  display: inline-block;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div .enable-link {
  margin-left: 3px;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div .edit-link {
  display: none;
  margin-left: 5px;
  color: #bbb;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div .edit-link.guideflow_hovered {
  color: #777;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div > p {
  margin-bottom: 5px;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div .play-recording {
  text-decoration: none !important;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div.group-number-members {
  display: flex;
  align-items: center;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div.group-number-members .pic {
  display: inline-block;
  vertical-align: -5px;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div.group-number-members .pic:first-of-type {
  margin-left: 3px;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div.sms-mms-disabled-warning {
  margin-top: 3px;
}
.settingsGlobalStyles .phone-settings .phone-number .config > div.byoc-info {
  margin-top: 3px;
}
.settingsGlobalStyles .phone-settings .phone-number em {
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.settingsGlobalStyles .phone-settings .phone-number audio {
  margin: 0 10px 5px 10px;
  width: calc(100% - 20px);
}
.change-phone-modal .modal-body {
  overflow-y: visible;
}
.change-phone-modal .modal-body .success .glyphicons {
  font-size: 20px;
}
.change-phone-modal .modal-body .success .message {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.change-phone-modal .modal-body .port-number-info {
  margin-top: 5px;
}
.change-phone-modal .modal-body .port-number-info a {
  margin-left: 3px;
}
.change-phone-modal form {
  margin-bottom: 0;
}
.change-phone-modal form .extra-error {
  text-align: right;
  float: right;
}
.change-phone-modal form .bbf-field {
  float: left;
}
.change-phone-modal form .bbf-field.field-ack {
  margin-bottom: 10px;
}
.change-phone-modal form .bbf-field.field-ack label {
  float: right;
  width: 500px;
  padding-left: 10px;
  font-weight: normal;
}
.change-phone-modal form .bbf-field.field-ack .bbf-editor {
  float: left;
}
.change-phone-modal form .bbf-field.field-ack .bbf-editor input {
  vertical-align: middle;
}
.change-phone-modal form .bbf-field.field-prefix {
  margin-left: 10px;
}
.change-phone-modal form .bbf-field.field-prefix input {
  padding: 2px 15px;
  height: 24px;
  width: 40px;
}
/* Edit Voicemail modal */
.edit-vm-modal-description {
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  width: 80%;
  padding-bottom: 20px;
  margin: 0 auto 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.edit-vm-modal-hint {
  width: 80%;
  margin: 20px auto 5px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.edit-vm-modal-hint:before {
  content: 'Here is a compliant example:';
  display: block;
  margin-bottom: 5px;
  color: #464a55;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.23076923;
}
.edit-vm-modal-hint:empty {
  display: none;
}
button.edit-vm-modal-delete,
button.edit-vm-modal-delete.guideflow_hovered {
  color: #da4f49;
}
/* Voicemail recorder */
.voicemail-recorder .form {
  overflow: hidden;
  margin: 0;
}
.voicemail-recorder .form div[type] > * {
  display: none;
}
.voicemail-recorder .form .dropzone {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border: dashed 1px #999;
  color: #777;
  font-size: 16px;
}
.voicemail-recorder .form .dropzone:after {
  content: 'Drop files here to attach them';
}
.voicemail-recorder .form .dropzone.active {
  color: #3781b8;
  border-color: #3781b8;
}
.voicemail-recorder .button-wrapper {
  text-align: center;
  padding: 20px 0;
}
.voicemail-recorder .button-wrapper > .Btn {
  margin-left: 8px;
  margin-right: 8px;
}
.voicemail-recorder label {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #3770b8;
}
.voicemail-recorder .loading {
  line-height: 2.28571429;
  display: none;
  padding: 20px 0;
  margin: 10px 0 0;
  text-align: center;
}
.voicemail-recorder .description {
  text-align: center;
  margin-top: 10px;
}
.voicemail-recorder .unsupported {
  display: none;
}
.voicemail-recorder .play-recording,
.voicemail-recorder .stop-recording,
.voicemail-recorder .stop-playback,
.voicemail-recorder .restart,
.voicemail-recorder .start-recording,
.voicemail-recorder .loading,
.voicemail-recorder .description {
  display: none;
}
.voicemail-recorder[data-state='initial'] .start-recording,
.voicemail-recorder[data-state='error'] .start-recording {
  display: inline-block;
}
.voicemail-recorder[data-state='initial'] .description,
.voicemail-recorder[data-state='error'] .description {
  display: block;
}
.voicemail-recorder[data-state='initial'].no-recording .button-wrapper,
.voicemail-recorder[data-state='error'].no-recording .button-wrapper {
  display: none;
}
.voicemail-recorder[data-state='initial'].no-recording .unsupported,
.voicemail-recorder[data-state='error'].no-recording .unsupported {
  display: block;
}
.voicemail-recorder[data-state='initial'].no-recording .supported,
.voicemail-recorder[data-state='error'].no-recording .supported {
  display: none;
}
.voicemail-recorder[data-state='initial'].no-recording .alert,
.voicemail-recorder[data-state='error'].no-recording .alert {
  margin-top: 20px;
}
.voicemail-recorder[data-state='recording'] .stop-recording {
  display: inline-block;
}
.voicemail-recorder[data-state='recorded'] .play-recording,
.voicemail-recorder[data-state='recorded'] .restart {
  display: inline-block;
}
.voicemail-recorder[data-state='playing'] .stop-playback,
.voicemail-recorder[data-state='playing'] .restart {
  display: inline-block;
}
.voicemail-recorder[data-state='uploading'] .button-wrapper {
  display: none;
}
.voicemail-recorder[data-state='uploading'] .loading {
  display: block;
}
body.filedragging .voicemail-recorder .form .dropzone {
  display: flex;
}
.edit-forwarding-modal-form form {
  margin: 10px 0 0;
}
.edit-forwarding-modal-form form .field-forward_to_enabled label {
  display: inline-block;
  margin: 1px 0 0 5px;
}
.edit-forwarding-modal-form form .field-forward_to_enabled .bbf-editor {
  float: left;
}
.group-number-container {
  display: flex;
}
.group-number-container-left,
.group-number-container-right {
  flex: 1;
  box-sizing: border-box;
  width: 50%;
}
.group-number-container-left {
  padding-right: 10px;
}
.group-number-container-right {
  padding-left: 10px;
}
.group-number-user {
  line-height: 2;
  clear: both;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.group-number-user-icon {
  font-size: 12px;
}
.group-number-media-item {
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-number-user-pic {
  align-self: normal;
  vertical-align: top;
  width: 28px;
  height: 28px;
}
.group-number-user-name {
  font-weight: bold;
}
.group-number-list-item {
  margin: -1px 0 0 0;
  padding: 8px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.group-number-list-item > .group-number-error {
  margin-top: 0;
  padding-bottom: 4px;
}
.group-number-list {
  margin: 16px 0 0 0;
  padding: 0;
}
.group-number-overflow {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}
.group-number-user-input:not(.selectize-dropdown) {
  flex: 1;
  display: inline;
  height: 30px;
}
.group-number-add-user-container {
  display: flex;
}
.group-number-add-user-container .selectize-input {
  font-size: 14px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.group-number-add-user-container-icon {
  width: 28px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.group-number-phone {
  line-height: 2;
  display: flex;
  clear: both;
  flex-wrap: wrap;
}
.group-number-add-phone-container {
  display: flex;
  align-items: center;
}
.group-number-add-phone-container-input {
  display: flex;
  flex: 1;
  margin-right: 5px;
}
input.group-number-phone-input {
  flex: 1;
  width: auto;
  margin-bottom: 0;
}
.group-number-member-remove {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  border: 0;
  background: transparent;
  margin-right: -10px;
  width: 28px;
  height: 28px;
}
.group-number-member-remove.guideflow_hovered,
.group-number-member-remove:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.group-number-error {
  line-height: 1.14285714;
  width: 100%;
  margin-top: 8px;
}
.group-number-error:empty {
  display: none;
}
.group-number-loader {
  margin-top: 5px;
  margin-bottom: 5px;
}
#new-member-user-selectized {
  margin-left: -4px !important;
  font-size: 14px;
}
.bbf-label-append {
  margin-left: 5px;
  font-style: normal;
  font-weight: normal;
  color: #6b6e77;
}
.no-permission-modal-header {
  border-bottom: 0;
}
.no-permission-modal-footer {
  border-top: 0;
}
.email-settings h4 .glyphicons,
.org-settings h3 .glyphicons {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-left: 3px;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  color: #464a55;
}
.email-settings h4 .glyphicons.guideflow_hovered,
.org-settings h3 .glyphicons.guideflow_hovered {
  color: #262e39;
}
.settingsGlobalStyles {
  /* adapted from http://css-tricks.com/css3-progress-bars/ */
}
.settingsGlobalStyles h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.settingsGlobalStyles h3 + p {
  color: #767676;
}
.settingsGlobalStyles .bbf-field label {
  font-weight: bold;
  font-size: 0.9em;
}
.settingsGlobalStyles .manage-organizations li {
  line-height: 30px;
}
.settingsGlobalStyles .manage-organizations .leave {
  margin: -5px 0 0 15px;
}
.settingsGlobalStyles .email-settings form {
  margin: 0;
  width: 436px;
}
.settingsGlobalStyles .email-settings .signature-form label {
  display: none;
}
.settingsGlobalStyles .email-settings .signature-form textarea {
  width: 100%;
  height: 70px;
  resize: vertical;
  box-sizing: border-box;
}
.settingsGlobalStyles .email-settings form.track-email-opens-form {
  width: auto;
  margin-bottom: 20px;
}
.settingsGlobalStyles .email-settings form.track-email-opens-form label {
  font-weight: normal;
}
.settingsGlobalStyles .email-settings .lead-from-email {
  display: block;
  width: 436px;
  margin: 5px 0 20px 0;
  /* since it's readonly */
  cursor: auto;
  background-color: #fff;
}
.settingsGlobalStyles .org-settings {
  position: relative;
}
.settingsGlobalStyles .org-settings .integration-links .table {
  width: auto;
}
.settingsGlobalStyles .org-settings .integration-links .add-button {
  margin-bottom: 10px;
}
.settingsGlobalStyles .audio-level {
  position: relative;
  margin: 6px 0;
  background: #999;
  border-radius: 12px;
  padding: 1px;
  width: 220px;
}
.settingsGlobalStyles .audio-level .meter {
  height: 12px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.settingsGlobalStyles .audio-level .meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.settingsGlobalStyles .audio-level .yellow > span {
  background-color: #ff3;
  background-image: linear-gradient(#ff3, #cc3);
}
.settingsGlobalStyles .audio-level .red > span {
  background-color: #ff0;
  background-image: linear-gradient(#f99, #f33);
}
.settingsGlobalStyles .audio-level .green > span {
  background-color: #6f6;
  background-image: linear-gradient(#6f6, #393);
}
.settingsGlobalStyles .audio-volume input[type='range'] {
  margin-top: -4px;
  margin-bottom: 6px;
  width: 220px;
}
.settingsGlobalStyles .audio-volume input[type='range'] input[type='range'] {
  -webkit-appearance: none !important;
  background: red;
  height: 4px;
  background-color: #ccc;
  border: 1px solid #999;
  border-radius: 12px;
}
.settingsGlobalStyles .audio-volume input[type='range'] input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 16px;
  width: 16px;
  border: 1px solid #999;
  box-shadow: 0 0 3px #000;
  border-radius: 14px;
  background-color: white;
}
.settingsGlobalStyles .audio-adjust {
  display: none;
}
.settingsGlobalStyles .audio-adjust label {
  font-weight: normal;
}
.settingsGlobalStyles .audio-adjust input {
  margin-top: -4px;
}
.merge-custom-fields-form select {
  width: 240px;
}
.sortable-dragging {
  border-radius: 5px;
  border: solid 1px #ccc;
}
.better-caret {
  float: right;
  display: block;
  width: 26px;
  text-align: center;
  margin-right: -12px;
  position: relative;
}
.better-caret:after {
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  margin-top: -1px;
  width: auto;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.better-caret--icon {
  margin-left: -6px;
}
.opportunities-page .filters {
  display: flex;
  margin-bottom: 10px;
}
.opportunities-page .filters .filter {
  margin-right: 4px;
}
.opportunities-page .filters .filter.groupByFilter,
.opportunities-page .filters .filter.sortByFilter {
  display: inline-block;
}
.opportunities-page .filters .divider-left {
  display: inline-block;
  margin-left: 5px !important;
  padding-left: 8px;
}
.opportunities-page .filters .pull-right {
  margin-left: auto;
}
.opportunities-page .customize-columns .dropdown-menu.dropdown-menu-form li.optgroup {
  padding-left: 0;
  font-weight: bold;
  font-size: 12px;
}
.opportunities-page .customize-columns .dropdown-menu.dropdown-menu-form li + li.optgroup {
  padding-top: 5px;
}
.opportunities-page .opportunities h4 {
  margin-top: 20px;
}
.opportunities-page .opportunities .table-wrapper {
  position: relative;
}
.opportunities-page .opportunities .table-wrapper .customize-columns {
  position: absolute;
  top: 6px;
  right: 5px;
}
.opportunities-page .opportunities .table {
  border-radius: 4px;
  margin-bottom: 25px;
  table-layout: fixed;
}
.opportunities-page .opportunities .table th:nth-child(1) {
  width: 30%;
}
.opportunities-page .opportunities .table small {
  color: #999;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opportunities-page .opportunities .table td,
.opportunities-page .opportunities .table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.opportunities-page .opportunities .table-bordered thead:first-child tr:first-child > th:first-child,
.opportunities-page .opportunities .table-bordered tbody:first-child tr:first-child > td:first-child,
.opportunities-page .opportunities .table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.opportunities-page .opportunities .table-bordered thead:first-child tr:first-child > th:last-child,
.opportunities-page .opportunities .table-bordered tbody:first-child tr:first-child > td:last-child,
.opportunities-page .opportunities .table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.opportunities-page .opportunities .progress {
  position: relative;
  border: solid 1px #ddd;
  margin: 0;
}
.opportunities-page .opportunities .progress .bar {
  background: #7a9dbe;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.opportunities-page .opportunities .progress span {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  position: absolute;
  text-align: center;
  background: rgba(247, 247, 247, 0.8);
  color: #4d779e;
  border-radius: 4px;
  left: 50%;
  width: 36px;
  margin: 2px 0 0 -18px;
}
.opportunities-page .opportunities .value-boxes {
  *zoom: 1;
  background: #7a9dbe;
  border-bottom: solid 3px #9cb6cf;
  color: #fff;
  line-height: 1.4;
  border-radius: 8px;
  margin: 0 0 5px 0;
}
.opportunities-page .opportunities .value-boxes:before,
.opportunities-page .opportunities .value-boxes:after {
  display: table;
  content: '';
  line-height: 0;
}
.opportunities-page .opportunities .value-boxes:after {
  clear: both;
}
.opportunities-page .opportunities .value-boxes .value-box {
  float: left;
  min-width: 210px;
  padding: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.opportunities-page .opportunities .value-boxes .value-box.first {
  width: 170px;
}
.opportunities-page .opportunities .value-boxes .value-box strong {
  font-weight: normal;
  font-size: 1.2em;
}
.opportunities-page .opportunities .value-boxes .value-box.first strong {
  font-size: 3.3em;
  line-height: 1;
  padding-left: 3px;
}
.opportunities-page .opportunities .value-boxes .value-box .annualized {
  border-top: 1px dotted rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}
.opportunities-page .opportunities .value-boxes.top {
  background: #7b848d;
  border-radius: 8px;
  border-bottom: solid 3px #aaa;
}
.faux-select-wrapper {
  position: relative;
}
.faux-select-wrapper select {
  opacity: 0;
}
.faux-select-wrapper .faux-select {
  display: block;
  position: absolute;
  top: 0;
  color: #555;
  padding-left: 8px;
  box-sizing: border-box;
  border: solid 1px #ddd;
  border-radius: 5px;
  background: white;
  pointer-events: none;
  overflow: hidden;
}
.faux-select-wrapper .faux-select:active {
  border-color: blue;
}
.faux-select-wrapper .faux-select::before {
  content: '▾';
  float: right;
  margin-right: 5px;
  color: #999;
}
.reporting h2 {
  margin: 10px 0 5px;
}
.reporting h3 {
  line-height: 25px;
  margin: 5px 0;
  border-bottom: dotted 1px #bbb;
}
.reporting caption {
  text-align: left;
}
.reporting .filters select {
  margin: 0;
}
.reporting .filters .filter {
  display: inline-block;
}
.reporting .box {
  margin: 10px 0 15px 0;
  vertical-align: top;
}
.reporting .box a {
  text-decoration: none;
  color: #06a;
}
.reporting .box table {
  border-collapse: separate;
  border-spacing: 1px;
}
.reporting .box table td {
  font-size: 2.8em;
  color: #555;
  text-align: center;
  line-height: 100%;
}
.reporting .box table td,
.reporting .box table th {
  border-right: dotted 1px #bbb;
  vertical-align: top;
}
.reporting .box table td:last-child,
.reporting .box table th:last-child {
  border: none;
}
.reporting .box h3 > a {
  color: inherit;
}
.reporting .glyphicons-question-sign {
  color: #bbb;
}
.activity-reporting .box table td,
.pipeline-reporting .box table td,
.activity-reporting .box table th,
.pipeline-reporting .box table th {
  padding: 0 30px;
  min-width: 140px;
}
.activity-reporting .box table th,
.pipeline-reporting .box table th {
  padding-bottom: 5px;
}
:fullscreen .activity-reporting {
  font-size: 1.3em;
}
:fullscreen .activity-reporting table {
  width: 100%;
}
:fullscreen .activity-reporting td,
:fullscreen .activity-reporting th {
  padding-top: 5px !important;
  min-width: inherit;
}
.activity-reporting .box table tr.opp-counts td {
  padding-bottom: 10px;
}
.activity-reporting .box table .revenue td {
  padding: 4px 5px;
  font-size: 1.4em;
  line-height: 100%;
}
.pipeline-reporting h1 .description,
.pipeline-reporting h3 .description {
  font-style: italic;
  padding-left: 10px;
  font-size: 15px;
  font-weight: normal;
}
.pipeline-reporting .table {
  table-layout: fixed;
  width: auto;
  margin: 8px 0 0 0;
  border: 0;
  border-collapse: collapse;
  /*
    .no-border {
    background: none;
    border: 0 !important;
    min-width: 120px;
    cursor: default;
  }
    */
}
.pipeline-reporting .table td {
  background: #f7f7f7;
  line-height: 1;
  width: 100px;
}
.pipeline-reporting .table td,
.pipeline-reporting .table thead th {
  text-align: right;
}
.pipeline-reporting .table td,
.pipeline-reporting .table th {
  border: 1px solid #ddd !important;
  width: auto;
  min-width: 60px;
}
.pipeline-reporting .table thead th {
  cursor: pointer;
}
.pipeline-reporting .table th {
  white-space: nowrap;
}
.pipeline-reporting .table td.none {
  color: #ccc !important;
}
.pipeline-reporting .table td.none::before {
  content: '-';
}
.pipeline-reporting .table td a {
  color: #262e39;
}
.pipeline-reporting .table td.arr {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-width: 1px 0 !important;
  max-width: 15px;
}
.pipeline-reporting .table td.arr::before {
  content: '→';
}
.pipeline-reporting .table td.left-of-arrow {
  border-right: 0 !important;
  padding-right: 4px;
}
.pipeline-reporting .table .right-of-arrow {
  text-align: left;
}
.pipeline-reporting .table td.right-of-arrow {
  border-left: 0 !important;
  padding-left: 4px;
}
.pipeline-reporting .table .truncateTable-expand td {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: italic;
}
.pipeline-reporting .table .truncateTable-expand td.guideflow_hovered {
  text-decoration: underline;
}
.pipeline-reporting .by-status td.net,
.pipeline-reporting .by-status td.net-pct {
  color: green;
}
.pipeline-reporting .by-status td.net.neg,
.pipeline-reporting .by-status td.net-pct.neg {
  color: darkred;
}
.pipeline-reporting .by-status td span.pct {
  padding-left: 5px;
  font-size: 0.8em;
  color: #999;
}
.pipeline-reporting .by-status td span.pct span {
  color: green;
}
.pipeline-reporting .by-status td span.pct span.neg {
  color: darkred;
}
.pipeline-reporting .by-status td {
  font-size: 16px;
}
.pipeline-reporting .by-status .status-label {
  text-align: left;
  min-width: 130px;
  font-size: 14px;
}
.pipeline-reporting .by-status tr.expandable {
  cursor: pointer;
}
.pipeline-reporting .by-status tr.expandable td.status-label::before {
  content: '▶ ';
  font-size: 9px;
  line-height: 11px;
  padding-right: 2px;
}
.pipeline-reporting .by-status tr.expandable.open td.status-label::before {
  content: '▼ ';
}
.pipeline-reporting .by-status td.status-label {
  vertical-align: bottom;
}
.pipeline-reporting .by-status.all-time {
  table-layout: fixed;
  width: auto;
}
.pipeline-reporting .by-status tr.status-details > td {
  background: #fff;
  text-align: left;
  font-size: 14px;
  padding: 0;
}
.pipeline-reporting .by-status tr.status-details.height-corrected > td {
  padding: 15px;
}
.pipeline-reporting .by-status tr.status-details p.none {
  color: #aaa;
  margin: 15px;
}
.pipeline-reporting .by-status tr.status-details table {
  margin: 0;
}
.pipeline-reporting .by-status tr.status-details svg {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  width: 800px;
}
.pipeline-reporting .by-status tr.status-details.height-corrected svg {
  opacity: 1;
  position: static;
  width: 100%;
}
.pipeline-reporting .by-status tr.status-details .node rect {
  stroke: #333;
  stroke-width: 1.5px;
  fill: #fff;
}
.pipeline-reporting .by-status tr.status-details .node-div {
  padding: 2px;
  padding-right: calc(15% + 2px);
}
.pipeline-reporting .by-status tr.status-details .node.highlight rect {
  fill: #f4f7fd;
}
.pipeline-reporting .by-status tr.status-details .edgeLabel rect {
  fill: #fff;
}
.pipeline-reporting .by-status tr.status-details .edgePath {
  stroke: #333;
  stroke-width: 1.5px;
  fill: none;
}
.pipeline-reporting .by-status tr.status-details .edgePath marker {
  fill: #333;
}
.pipeline-reporting .by-status tr.status-details .edge-div {
  background: #fff;
  border-radius: 4px;
}
.email-reporting .box table {
  width: 100%;
  table-layout: fixed;
}
.custom-reporting {
  /*
  .chart-border {
    border: solid 1px #ddd;
    margin: 5px auto;
    padding: 0;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    .secondary-params {
      margin: 0;
      padding: 6px 0;
      width: 100%;
      border-bottom: solid 1px #ddd;
      background: #f0f1f5;
      background-image: @defaultThreeColors;
    }
    .chart {
      clear: both;
      padding: 15px 10px 5px 10px;
    }
  }
  //*/
}
.custom-reporting .highcharts-scrollbar-button,
.custom-reporting .highcharts-scrollbar-arrow {
  display: none;
}
.custom-reporting h1 {
  display: inline-block;
}
.custom-reporting .highcharts-container .highcharts-background {
  fill: transparent;
}
.custom-reporting .highcharts-container .highcharts-grid path {
  /*stroke: #dedede;*/
  stroke: #dadada;
  stroke-dasharray: 1, 2;
}
.custom-reporting .highcharts-container .highcharts-series path {
  opacity: 0.6;
}
.custom-reporting .highcharts-container .highcharts-series rect {
  stroke-width: 0;
}
.custom-reporting .highcharts-container .highcharts-axis text {
  /*font-weight: bold;*/
  font-size: 13px;
}
.custom-reporting .highcharts-container .highcharts-markers path {
  stroke: #fafafa;
  stroke-width: 1px;
}
.custom-reporting .highcharts-container .highcharts-tooltip > span > p.links {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.custom-reporting .chart {
  min-width: 310px;
  margin: 0 auto;
}
.custom-reporting select:focus {
  outline: 0;
  border: solid 1px #aabbd3;
}
.custom-reporting .form {
  margin: 15px 0 15px 0;
}
.custom-reporting .form form {
  margin: 0;
}
.custom-reporting .form form ul {
  margin: 0;
  list-style-type: none;
}
.custom-reporting .form .big-field {
  width: 33.3%;
  margin: 0;
  float: left;
  box-sizing: border-box;
  padding-left: 19px;
}
.custom-reporting .form .big-field label {
  font-size: 18px;
  color: #555;
  font-weight: normal;
  margin: 0 6px 0 0;
  float: left;
  line-height: 49px;
  cursor: default;
}
.custom-reporting .form .big-field .bbf-editor {
  overflow: hidden;
  position: relative;
  /*input[name=interval] {*/
  /*max-width: 74px;*/
  /*}*/
}
.custom-reporting .form .big-field .bbf-editor select {
  height: 50px;
  width: 100%;
  margin-bottom: 3px;
}
.custom-reporting .form .big-field .bbf-editor .faux-select-wrapper .faux-select {
  width: 100% !important;
}
.custom-reporting .form .big-field .bbf-editor > .faux-select-wrapper .faux-select {
  font-size: 18px !important;
}
.custom-reporting .form .big-field .bbf-editor select {
  opacity: 0;
}
.custom-reporting .form .big-field .bbf-editor select[name='filter'],
.custom-reporting .form .big-field .bbf-editor input[name='interval'] {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  min-height: 28px;
  color: #777;
}
.custom-reporting .form .big-field .bbf-editor .small-field {
  position: relative;
  padding-left: 20px;
}
.custom-reporting .form .big-field .bbf-editor .small-field::before {
  content: '';
  display: block;
  border: solid 1px #ddd;
  width: 9px;
  height: 17px;
  position: absolute;
  left: 10px;
  top: -3px;
  z-index: 0;
  border-width: 0 0 1px 1px;
}
.custom-reporting .form .big-field.field-y {
  padding-left: 0;
}
.custom-reporting .secondary-params {
  float: right;
  clear: left;
}
.custom-reporting .secondary-params select,
.custom-reporting .secondary-params input[type='text'] {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 27px;
  min-height: 27px;
  font-size: 13px;
}
.custom-reporting .secondary-params .field {
  float: right;
  margin-right: 5px;
}
.custom-reporting .secondary-params .field.field-transform_y {
  width: 90px;
  margin-right: 4px;
}
.custom-reporting .chart-border {
  padding: 5px 0 20px 0;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 6px;
}
.custom-reporting .chart-border .secondary-params {
  margin: 1px;
}
.custom-reporting .chart-border .chart,
.custom-reporting .chart-border .chart-big-msg {
  clear: both;
  padding: 10px 10px 0 10px;
  height: 400px;
}
.custom-reporting .chart-border .chart-big-msg {
  clear: both;
  font-size: 90px;
  color: #ededed;
  text-align: center;
  height: 400px;
  line-height: 370px;
}
.custom-reporting .chart-border .chart-big-msg div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.custom-reporting .chart-border .chart-big-msg p {
  line-height: 1;
  font-size: 13px;
  color: #999;
  margin-top: 25px;
}
.custom-reporting .form {
  border: solid 1px #ddd;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  margin: 0;
  padding: 10px 10px 5px 10px;
  background: #f3f3f3;
  background-image: linear-gradient(#fcfcfc, #f9f9f9 50%, #eee);
}
.custom-reporting .chart-border {
  border-radius: 0 0 6px 6px;
}
.custom-reporting .secondary-params .field {
  margin-right: 10px;
}
.custom-reporting .chart-tools a {
  margin: 2px 5px 0 8px;
  float: right;
  color: #a8a8a8;
  font-size: 13px;
}
.custom-reporting .summary {
  margin-top: 28px;
  color: #888;
  font-size: 28px;
}
.custom-reporting .summary .summary-metric {
  font-size: 40px;
  color: #555;
}
.custom-reporting .table {
  margin-top: 15px;
  width: auto;
  min-width: 300px;
}
.custom-reporting .table th,
.custom-reporting .table td {
  font-weight: normal;
  color: #555;
  font-size: 18px;
  line-height: 15px;
  padding-right: 30px;
}
.custom-reporting .table th.metric,
.custom-reporting .table td.metric {
  text-align: right;
  padding-right: 8px;
  padding-left: 30px;
}
.custom-reporting .table th.metric .transform,
.custom-reporting .table td.metric .transform {
  display: block;
  color: #aaa;
  font-size: 12px;
  line-height: 14px;
}
.custom-reporting .table th.textcenter,
.custom-reporting .table td.textcenter {
  text-align: center;
  padding-right: 8px;
}
.custom-reporting .table tr.aggregate td,
.custom-reporting .table tr.aggregate th {
  font-size: 22px;
  line-height: 24px;
}
.custom-reporting .table tr.aggregate td.metric,
.custom-reporting .table tr.aggregate th.metric {
  font-size: 24px;
}
.custom-reporting .table td {
  background: #fff;
}
.custom-reporting .table th {
  line-height: 30px;
}
.snooze-btn-group {
  color: #262e39;
  text-shadow: none;
  line-height: 20px;
}
.snooze-btn-group .dropdown-menu {
  width: 201px;
  padding: 3px;
  z-index: 1052;
}
.snooze-btn-group .quick-picks {
  *zoom: 1;
}
.snooze-btn-group .quick-picks:before,
.snooze-btn-group .quick-picks:after {
  display: table;
  content: '';
  line-height: 0;
}
.snooze-btn-group .quick-picks:after {
  clear: both;
}
.snooze-btn-group .quick-picks a {
  display: block;
  float: left;
  width: 35px;
  background: #eee;
  border-radius: 4px;
  padding: 2px 3px 1px;
  box-sizing: border-box;
  margin: 1px;
  font-size: 11px;
  text-align: center;
  color: #262e39;
  line-height: 20px;
}
.snooze-btn-group .quick-picks a[data-value='1'] {
  clear: left;
  width: 125px;
}
.snooze-btn-group .quick-picks a.guideflow_hovered {
  text-decoration: none;
  background: #3781b8;
  color: #fff;
}
.snooze-btn-group .datepicker {
  border-radius: 0;
  border: solid 1px #ddd;
  border-width: 1px 0 0 0;
  margin: 2px 0 0 0;
}
.snooze-btn-group .datepicker td.active.guideflow_hovered,
.snooze-btn-group .datepicker th.active.guideflow_hovered {
  background: #3781b8 !important;
}
.snooze-btn-group .datepicker td.today.disabled,
.snooze-btn-group .datepicker th.today.disabled {
  opacity: 0.5;
}
.snooze-btn-group .datepicker.no-highlight td,
.snooze-btn-group .datepicker.no-highlight th {
  background: none !important;
}
.snooze-btn-group.dropup .datepicker {
  border-width: 0 0 1px 0;
  margin: 0 0 2px 0;
}
.snooze-btn-group button {
  outline: none;
}
.snooze-btn-group .clear-action {
  margin: 5px -3px -3px;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.send-later-btn-group {
  color: #262e39;
  text-shadow: none;
}
.send-later-btn-group .dropdown-menu {
  width: auto;
  z-index: 1051;
}
.send-later-btn-group .dropdown-menu .quick-picks {
  display: flex;
  padding: 2px 7px;
}
.send-later-btn-group .dropdown-menu .quick-picks ul {
  width: 120px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.send-later-btn-group .dropdown-menu .quick-picks ul li {
  margin: 0 0 5px;
}
.send-later-btn-group .dropdown-menu .quick-picks ul li:last-child {
  margin: 0;
}
.send-later-btn-group .dropdown-menu .quick-picks ul li a {
  background: #eee;
  display: block;
  border-radius: 3px;
  padding: 0 7px;
  text-align: left;
  line-height: 25px;
  color: #333;
  font-size: 14px;
}
.send-later-btn-group .dropdown-menu .quick-picks ul li a:focus,
.send-later-btn-group .dropdown-menu .quick-picks ul li a:active {
  text-decoration: none;
  background: #d4d4d4;
}
.send-later-btn-group .dropdown-menu .quick-picks ul li a:not(.active).guideflow_hovered {
  text-decoration: none;
  background: #3781b8;
  color: white;
}
.send-later-btn-group .dropdown-menu .quick-picks ul li a.disabled {
  pointer-events: none;
  background: transparent;
  text-decoration: line-through;
}
.send-later-btn-group .dropdown-menu .quick-picks ul li a.active {
  cursor: default;
  text-decoration: none;
  background: #d4d4d4;
}
.send-later-btn-group .dropdown-menu .quick-picks .dates {
  margin-right: 5px;
}
.send-later-btn-group .dropdown-menu .datepicker-container {
  display: flex;
  padding: 2px 7px;
}
.send-later-btn-group .dropdown-menu .datepicker-container .datepicker-input {
  width: 120px;
  margin: 0 5px 0 0;
}
.send-later-btn-group .dropdown-menu .datepicker-container .timepicker-input {
  width: 120px;
  margin: 0;
}
.send-later-btn-group .dropdown-menu .schedule-button {
  padding: 2px 7px;
}
.dropdown-toggle.Btn--icon .Btn--text {
  display: none;
}
.inbox-page .action {
  display: none;
  margin-right: 5px;
}
.inbox-page .inbox-only,
.inbox-page .future-only,
.inbox-page .archive-only {
  display: none;
}
.inbox-page.view-inbox .action-archive,
.inbox-page.view-inbox .action-archive-selected,
.inbox-page.view-inbox .snooze-btn-group {
  display: inline-block;
}
.inbox-page.view-inbox .inbox-only {
  display: inherit;
}
.inbox-page.view-archive .action-inbox,
.inbox-page.view-archive .action-inbox-selected {
  display: inline-block;
}
.inbox-page.view-archive .archive-only {
  display: inherit;
}
.inbox-page.view-future .action-inbox,
.inbox-page.view-future .action-inbox-selected,
.inbox-page.view-future .action-archive,
.inbox-page.view-future .action-archive-selected,
.inbox-page.view-future .follow-up-view,
.inbox-page.view-future .snooze-btn-group {
  display: inline-block;
}
.inbox-page.view-future .future-only {
  display: inherit;
}
.inbox-page .follow-up-view {
  margin-left: 0;
}
.inbox-page .prefix {
  vertical-align: 9px;
  padding-right: 2px;
}
.inbox-page .inbox-list .item {
  overflow: hidden;
  background: white;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #e2e2e2;
  cursor: pointer;
}
.inbox-page .inbox-list .item:last-child {
  border-radius: 0 0 7px 7px;
}
.inbox-page .inbox-list .item.expanded {
  display: block;
  padding: 16px;
  background: #f9f9f9;
  overflow: initial;
  cursor: initial;
}
.inbox-page .inbox-list .item.expanded .loader {
  padding: 8px;
}
.inbox-page .big-msg {
  border: solid 1px #ddd;
  border-radius: 0 0 7px 7px;
  background: white;
  text-align: center;
  padding: 40px 0;
  min-height: 110px;
  /*margin-top: -1px; // fixes issue with table having a border-radius even though we wipe it from the thead>th*/
}
.inbox-page .big-msg .glyphicons {
  font-size: 44px;
  color: #ddd;
}
.inbox-page .big-msg h3 {
  margin: 0;
}
.inbox-page .big-msg p {
  color: #aaa;
  margin: 0;
}
.inbox-page .results-loader {
  margin-top: 10px;
  border-radius: 0 0 7px 7px;
}
.inbox-page .results-loader.big-msg {
  margin: 0;
}
.inbox-page .results-loader.big-msg .loader-text {
  display: block;
  font-weight: normal;
  color: #4a4e56;
  font-size: 18px;
  line-height: 40px;
}
.inbox-page .big-msg .loader {
  vertical-align: baseline;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(to right, #ffffff 10%, #ddd 42%);
  position: relative;
  animation: loader 0.8s infinite linear;
}
.inbox-page .big-msg .loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.inbox-page .big-msg .loader:after {
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inbox-page .emailthread-item .preview {
  border-top: 1px dotted #eeeeee;
  padding-left: 22px;
  padding-right: 22px;
}
.inbox-page .emailthread-item .full-message {
  padding-left: 35px;
  padding-right: 22px;
}
.inbox-page.hide-edit-controls .check-all,
.inbox-page.hide-edit-controls .action:not(.followup-date) {
  display: none !important;
}
.inbox-page.hide-edit-controls .item:first-child {
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.inbox-page.hide-edit-controls .results-loader {
  border-radius: 7px;
}
.signup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 404px;
  height: 385px;
  margin: -192.5px 0 0 -202px;
}
.signup-box .inner {
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 4px;
  box-shadow: 0 0 3px #ccc;
  background-image: linear-gradient(to bottom, #fcfcfc, #f9f9f9);
}
.signup-box .under {
  margin: 5px 0 0 0;
  font-size: 0.9em;
}
.signup-box .bbf-editor input {
  padding: 7px;
}
.signup-box .form {
  width: 350px;
}
.signup-box .form-horizontal .control-group {
  margin-bottom: 10px;
}
.signup-box .form-horizontal .control-label {
  width: 120px;
}
.signup-box .form-horizontal .controls {
  margin-left: 130px;
}
.bulk-upload .lead-importer-stepper-standalone {
  margin: -20px -20px 20px -20px;
}
.bulk-upload p.error {
  font-weight: bold;
}
.bulk-upload .pull-left {
  max-width: 25%;
}
.bulk-upload .pull-left.first {
  max-width: 65%;
  margin-right: 7%;
}
.bulk-upload .form-and-info .form label[for='attachment'] {
  display: none;
}
.bulk-upload .form-and-info .form li.field-attachment {
  margin-bottom: 16px;
}
.bulk-upload .form-and-info .form form {
  margin-bottom: 0;
}
.bulk-upload .form-and-info .form textarea {
  width: 360px;
  height: 80px;
}
.bulk-upload .form-and-info .pull-left {
  width: 40%;
  max-width: 600px;
}
.bulk-upload .form-and-info .tips {
  margin-top: 20px;
}
.bulk-upload .support-note {
  clear: both;
}
.bulk-upload h3 {
  font-weight: bold;
  border-bottom: dotted 1px #bbb;
  line-height: 24px;
}
.bulk-upload input[type='file'] {
  margin-top: 15px;
}
.bulk-upload .loading {
  margin-top: 20px;
  display: none;
}
.bulk-upload .analyzed {
  display: none;
}
.bulk-upload .lead-data {
  display: none;
}
.bulk-upload .lead-data li {
  display: none;
}
.bulk-upload .cols-description li {
  list-style-type: circle;
}
.bulk-upload .not-recognized {
  color: darkred;
}
.bulk-upload .table-horizontally-striped thead th:nth-child(odd),
.bulk-upload .table-horizontally-striped tbody th:nth-child(odd),
.bulk-upload .table-horizontally-striped thead td:nth-child(odd),
.bulk-upload .table-horizontally-striped tbody td:nth-child(odd) {
  background-color: #f9f9f9;
}
.bulk-upload .import-preview-container {
  overflow: auto;
  margin-bottom: 16px;
}
.bulk-upload .import-preview-container::-webkit-scrollbar {
  -webkit-appearance: active;
}
.bulk-upload .import-preview-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
}
.bulk-upload .import-preview-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}
.bulk-upload .import-preview-container::-webkit-scrollbar-thumb.guideflow_hovered,
.bulk-upload .import-preview-container::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.6);
}
.bulk-upload .import-preview-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 1px 1px 0 #eee, inset 0 5px 11px white;
}
.bulk-upload table.import-preview {
  margin-bottom: 4px;
  width: auto;
  max-width: none;
}
.bulk-upload table.import-preview .header-wrapper {
  min-width: 150px;
  white-space: nowrap;
  /* weird */
}
.bulk-upload table.import-preview .header-wrapper p {
  font-weight: normal;
}
.bulk-upload table.import-preview .header-wrapper span.selector-title {
  font-weight: bold;
}
.bulk-upload table.import-preview .header-wrapper label.checkbox {
  padding-right: 8px;
}
.bulk-upload table.import-preview th {
  background-color: #dff0d8;
}
.bulk-upload table.import-preview th:nth-child(odd) {
  background-color: #dff0d8;
}
.bulk-upload table.import-preview td.error {
  font-weight: bold;
  background-color: #ffeeee;
}
.bulk-upload table.import-preview th.warning {
  background-color: #f2dede;
}
.bulk-upload table.import-preview th.warning select {
  border: 1px solid #f66;
}
.bulk-upload table.import-preview th:nth-child(odd).warning {
  background-color: #f2dede;
}
.bulk-upload table.import-preview th:nth-child(odd).warning select {
  border: 1px solid #f66;
}
.bulk-upload table.import-preview .skip {
  color: #999;
  background-color: #f9f9f9;
}
.bulk-upload table.import-preview .skip:nth-child(odd) {
  background-color: #f3f3f3;
}
.bulk-upload .extra-info {
  width: 375px;
  float: right;
}
.bulk-upload .dupe-warning {
  font-weight: bold;
  color: darkred;
}
.bulk-upload .table-wrapper {
  max-height: 294px;
  overflow-y: auto;
  padding-right: 15px;
}
.bulk-upload .table-wrapper .table td {
  text-align: center;
}
.bulk-upload .table-wrapper .table td:first-child {
  text-align: left;
}
.bulk-upload .table-wrapper .table td.success {
  color: darkgreen;
}
.bulk-upload .table-wrapper .table td.fail {
  color: darkred;
}
/*
@media (max-width: 1200px) {
  .bulk-upload .extra-info {
    float: left;
    margin: 10px 0 0;
    min-width: 600px;
  }
}
*/
.lead-chooser form {
  margin: 0;
}
.lead-chooser input {
  margin: 0;
  width: 100%;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  padding: 0 6px;
  height: 30px;
}
.lead-chooser #results {
  border: solid 1px #ccc;
  margin: 0 0 20px 0;
  padding: 3px 3px 2px 3px;
  border-top: 0;
  max-height: 150px;
  overflow-y: auto;
}
.lead-chooser ul.list {
  margin: 0;
  list-style: none;
}
.lead-chooser ul.list li {
  position: relative;
  background-image: linear-gradient(#fcfcfc, #f9f9f9 50%, #eee);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0 0 2px 0;
  min-height: 26px;
}
.lead-chooser ul.list li > a {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lead-chooser ul.list li .status {
  font-size: 12px;
  color: #999;
  margin: 2px 2px 0 2px;
  margin-right: 0;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lead-chooser ul.list li .contacts {
  display: block;
  color: #555;
}
/**
 * selectize.bootstrap2.css (v@@version) - Bootstrap 2 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #262e39;
  font-family: -apple-system, system-ui, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-size: 12px;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 4px 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 3px 10px 0px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 0 4px;
  background: #e6e6e6;
  color: #262e39;
  border: 1px solid #ccc;
}
.selectize-control.multi .selectize-input > div.active {
  background: #3781b8;
  color: #ffffff;
  border: 1px solid #999999;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #444444;
  background: #fafafa;
  border: 1px solid #e0e0e0;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #e5e5e5;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #ccc;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 10px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #999;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #3781b8;
  color: #ffffff;
}
.selectize-dropdown .active.create {
  color: #ffffff;
}
.selectize-dropdown .create {
  color: rgba(38, 46, 57, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown {
  margin: 2px 0 0 0;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown .optgroup-header {
  font-size: 11px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  margin-left: -10px;
  margin-right: -10px;
}
.selectize-dropdown [data-selectable].active {
  background-color: #357bb0;
  background-image: -moz-linear-gradient(top, #3781b8, #3173a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3781b8), to(#3173a4));
  background-image: -webkit-linear-gradient(top, #3781b8, #3173a4);
  background-image: -o-linear-gradient(top, #3781b8, #3173a4);
  background-image: linear-gradient(to bottom, #3781b8, #3173a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3781b8', endColorstr='#ff3173a4', GradientType=0);
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 10px;
}
.selectize-input {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.input-active,
.selectize-input.input-active.guideflow_hovered,
.selectize-control.multi .selectize-input.focus {
  background: #ffffff !important;
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0 !important;
  outline: thin dotted \9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
}
.selectize-control.single .selectize-input {
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.selectize-control.single .selectize-input.guideflow_hovered,
.selectize-control.single .selectize-input:focus,
.selectize-control.single .selectize-input:active,
.selectize-control.single .selectize-input.active,
.selectize-control.single .selectize-input.disabled,
.selectize-control.single .selectize-input[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.selectize-control.single .selectize-input:active,
.selectize-control.single .selectize-input.active {
  background-color: #cccccc \9;
}
.selectize-control.single .selectize-input.guideflow_hovered {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.selectize-control.single .selectize-input.disabled {
  background: #e6e6e6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 6px;
  padding-right: 6px;
}
.selectize-control.multi .selectize-input > div {
  color: #262e39;
  text-shadow: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.selectize-control.multi .selectize-input > div.active {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  color: #ffffff;
  text-shadow: none;
  background-color: #5e8bac;
  background-image: -moz-linear-gradient(top, #3781b8, #999999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3781b8), to(#999999));
  background-image: -webkit-linear-gradient(top, #3781b8, #999999);
  background-image: -o-linear-gradient(top, #3781b8, #999999);
  background-image: linear-gradient(to bottom, #3781b8, #999999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3781b8', endColorstr='#ff999999', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #999999 #999999 #737373;
  *background-color: #3781b8;
  border: 1px solid #3781b8;
}
.input-prepend.input-block-level > .selectize-control {
  line-height: 1;
}
.input-prepend.input-block-level > .selectize-control .selectize-input {
  border-radius: 0 4px 4px 0;
  border-left-style: none;
}
.selectize-control .selectize-input input {
  vertical-align: 0;
}
.selectize-control .selectize-input input:focus {
  box-shadow: none !important;
}
.selectize-control .selectize-input .email {
  color: #777;
  padding-left: 3px;
  font-size: 11px;
}
.selectize-control .selectize-input > div {
  word-break: break-all;
}
.selectize-control .selectize-input > div.active {
  color: #262e39 !important;
  text-shadow: none !important;
  background-color: #f5f5f5 !important;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)) !important;
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0) !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf !important;
  border: 1px solid #999999 !important;
}
.selectize-control .selectize-dropdown {
  line-height: 1.38461538;
  font-size: 13px;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content > div {
  padding-top: 4px;
  padding-bottom: 4px;
}
.selectize-control .selectize-dropdown .name,
.selectize-control .selectize-dropdown .email {
  display: block;
}
.selectize-control .selectize-dropdown .email {
  color: #aaa;
  font-size: 12px;
}
.selectize-control .selectize-dropdown [data-selectable].active .email {
  color: #aaa;
}
.selectize-dropdown {
  z-index: 1060;
}
.selectize-dropdown .selectize-dropdown-content .selectize-avatar {
  position: relative;
  float: left;
  margin-right: 10px;
}
.selectize-dropdown .selectize-dropdown-content .selectize-avatar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.selectize-dropdown .selectize-dropdown-content .selectize-avatar > img {
  display: block;
}
.selectize-dropdown .selectize-dropdown-content .selectize-avatar > img {
  width: 32px;
  height: 32px;
}
.selectize-dropdown .selectize-dropdown-content .selectize-name {
  line-height: 1.28571429;
  font-weight: bold;
  font-size: 14px;
}
.selectize-dropdown .selectize-dropdown-content .selectize-email {
  line-height: 1.16666667;
  font-size: 12px;
}
.selectize-dropdown .selectize-dropdown-content .selectize-email,
.selectize-dropdown .selectize-dropdown-content .selectize-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectize-dropdown .selectize-dropdown-content [data-selectable] {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: -1px;
}
.selectize-dropdown .selectize-dropdown-content [data-selectable].active {
  background: #f2f2f2;
  color: #222;
}
.selectize-input.input-active,
.selectize-input.input-active.guideflow_hovered,
.selectize-control.multi .selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  outline: 0 !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 1;
  background-color: #eee;
}
.selectize-control .selectize-input.disabled *,
.selectize-control .selectize-input.disabled {
  cursor: not-allowed !important;
}
_::-webkit-full-page-media,
_:future,
:root .selectize-input .name {
  white-space: nowrap;
}
:fullscreen .hide-in-full-screen {
  display: none;
}
:fullscreen .container .content-area-wrap {
  top: 0;
}
:fullscreen .container .content-area-wrap .content-area {
  left: 0;
}
@media print {
  a[href]:after {
    content: '';
  }
  html,
  body {
    overflow: visible !important;
    height: auto !important;
  }
  .top-shadow,
  .account-notice,
  .LeftNav,
  .TopNav,
  .app-top,
  .reporting .filters,
  .opportunities-page .filters,
  .LeadOverview__AddMissing {
    display: none !important;
  }
  #main,
  #main > .container {
    height: auto !important;
    position: static !important;
  }
  .container .content-area-wrap .content-area {
    margin-left: 0 !important;
  }
  .container .content-area-wrap .content-area .app-content {
    max-width: none !important;
    height: auto !important;
  }
  .content-area-wrap .content-area {
    border: 0 !important;
  }
  .app-content {
    position: static !important;
  }
  .search-main-inner {
    padding-right: 20px !important;
  }
  .opportunities-page .opportunities .value-boxes {
    border: 0 !important;
  }
}
div.audit-log > h1 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: max-content max-content;
  align-items: center;
}
div.audit-log ul.log {
  list-style: none;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
div.audit-log ul.log > li {
  border-width: 1px 1px 1px 8px;
  border-color: #ddd;
  border-style: solid;
  margin: 0 0 6px;
  border-radius: 3px;
  background: white;
  padding: 6px;
  position: relative;
  overflow: hidden;
}
div.audit-log ul.log > li[data-action='sent'],
div.audit-log ul.log > li[data-action='completed'],
div.audit-log ul.log > li[data-action='created'] {
  border-color: hsl(100, 33%, 66%);
}
div.audit-log ul.log > li[data-action='updated'] {
  border-color: hsl(200, 33%, 66%);
}
div.audit-log ul.log > li[data-action='deleted'] {
  border-color: hsl(0, 33%, 66%);
}
div.audit-log ul.log > li > div {
  font-size: 14px;
  color: #666;
}
div.audit-log ul.log > li > div.summary {
  margin: 0;
  position: relative;
  height: 32px;
  line-height: 32px;
  display: flex;
}
div.audit-log ul.log > li > div.summary.expandable {
  cursor: pointer;
}
div.audit-log ul.log > li > div.summary.open div.expand-icon {
  transform: rotate(180deg);
}
div.audit-log ul.log > li > div.summary div.expand-icon {
  font-size: 10px;
  width: 32px;
  text-align: center;
  color: #aaa;
}
div.audit-log ul.log > li > div.summary div.info {
  flex-shrink: 0;
  min-width: 460px;
}
div.audit-log ul.log > li > div.summary div.info .type {
  display: inline-block;
}
div.audit-log ul.log > li > div.summary div.info > span:not(.glyphicons):after {
  content: '\00a0';
}
div.audit-log ul.log > li > div.summary div.info > span.glyphicons {
  float: left;
  width: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 6px;
}
div.audit-log ul.log > li > div.summary div.info span.date {
  border-bottom: 1px dashed black;
}
div.audit-log ul.log > li > div.summary div.subject {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0 12px;
  color: #aaa;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 50px;
}
div.audit-log ul.log > li > div.summary div.subject .recipient {
  margin-right: 20px;
  color: #666;
}
div.audit-log ul.log > li > div.summary div.user {
  flex-shrink: 0;
}
div.audit-log ul.log > li > div.summary div.user img {
  float: right;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 0 9px;
}
div.audit-log ul.log > li > div.full-info {
  background: #f3f3f3;
  border-radius: 3px;
  padding: 12px;
  margin-top: 6px;
}
div.audit-log ul.log > li > div.full-info h3 {
  margin: 0 0 6px;
  line-height: 34px;
}
div.audit-log pre.raw-json {
  padding: 6px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 3px;
  white-space: pre-wrap;
}
div.audit-log table.changes {
  border-collapse: collapse;
  list-style: none;
  margin: 0;
  font-size: 12px;
  width: 100%;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: white;
}
div.audit-log table.changes tr:not(:first-child) td.field {
  border-top: 1px solid hsl(0, 0%, 80%);
}
div.audit-log table.changes tr:not(:first-child) td.old {
  border-top: 1px solid hsl(0, 30%, 80%);
}
div.audit-log table.changes tr:not(:first-child) td.new {
  border-top: 1px solid hsl(100, 30%, 80%);
}
div.audit-log table.changes tr td {
  padding: 6px 12px;
  vertical-align: top;
  line-height: 20px;
}
div.audit-log table.changes tr td.field {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
div.audit-log table.changes tr td.old,
div.audit-log table.changes tr td.new {
  font-family: monospace;
}
div.audit-log table.changes tr td.old {
  background: hsl(0, 60%, 90%);
}
div.audit-log table.changes tr td.new {
  background: hsl(100, 60%, 90%);
}
div.audit-log table.changes tr td pre {
  margin: 0;
  padding: 0;
  line-height: 20px;
  white-space: pre-wrap;
}
div.audit-log .loading {
  padding: 12px;
  text-align: center;
}
.drag-to-sort-container {
  position: relative;
}
.drag-to-sort-container .drag-to-sort-handle-wrapper {
  position: absolute;
  opacity: 0;
  left: -21px;
  padding-right: 5px;
  cursor: move;
  height: 30px;
}
.drag-to-sort-container .drag-to-sort-handle-wrapper .drag-to-sort-handle {
  cursor: inherit;
  text-decoration: none;
  padding: 5px;
  margin-top: 5px;
  font-size: 8px;
  vertical-align: middle;
  outline: none;
  border-radius: 50%;
  background: white;
  border: solid 1px #eaeaea;
  color: #808080;
}
.drag-to-sort-container .drag-to-sort-handle-wrapper.sorting {
  opacity: 0 !important;
}
.drag-to-sort-container:only-child .drag-to-sort-handle-wrapper {
  display: none;
}
.drag-to-sort-container.hover .drag-to-sort-handle-wrapper,
.drag-to-sort-container.sortable-chosen .drag-to-sort-handle-wrapper {
  opacity: 1;
}
.drag-to-sort-container.sortable-ghost {
  opacity: 0.5;
}
/**
  Return a unitless value for line-height
  based on current font-size and desired line-height in pixels.

  Usage:
    .line-height(24px, 30px);

  Result:
    line-height: 1.25;
*/
/**
  Create a separator between text;
  usually placed on the parent
*/
/**
  Making sure the long string will wrap and
  not bust out of the container. Using word-break
  as well because some browsers support one
  and not the other.
*/
.heading-h1 {
  line-height: 1.2;
  height: 24px;
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
  border: none;
}
.VoicemailRecording {
  border: red;
}
.VoicemailRecording .recording-present .Btn {
  margin-right: 12px;
}
.Calendar .CalendarDay {
  padding: 2px 0 1px;
}
.Calendar .CalendarDay__selected,
.Calendar .CalendarDay__hovered_span,
.Calendar .CalendarDay__selected_span {
  color: #262e39;
  border: none;
  background: #fff;
}
.Calendar .CalendarDay__selected.guideflow_hovered,
.Calendar .CalendarDay__hovered_span.guideflow_hovered,
.Calendar .CalendarDay__selected_span.guideflow_hovered {
  color: #262e39;
  border: none;
  background: #fff;
}
.Calendar .CalendarDay__selected .CalendarDay__dayWrapper,
.Calendar .CalendarDay__hovered_span .CalendarDay__dayWrapper,
.Calendar .CalendarDay__selected_span .CalendarDay__dayWrapper {
  background: #e3ecf4;
}
.Calendar .CalendarDay__selected .CalendarDay__dayWrapper--singleDate,
.Calendar .CalendarDay__hovered_span .CalendarDay__dayWrapper--singleDate,
.Calendar .CalendarDay__selected_span .CalendarDay__dayWrapper--singleDate {
  background: none;
}
.Calendar .CalendarDay__dayWrapper {
  display: flex;
  height: 100%;
  padding: 0 2px;
}
.Calendar .CalendarDay__day {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 50%;
}
.Calendar .CalendarDay__today .CalendarDay__day {
  border: 2px solid #e2e2e2;
}
.Calendar .CalendarDay__default {
  color: #262e39;
  border: none;
  background: #fff;
}
.Calendar .CalendarDay__default.CalendarDay__outside {
  color: #919191;
}
.Calendar .CalendarDay__default.guideflow_hovered {
  border: none;
  background: #fff;
}
.Calendar .CalendarDay__default.guideflow_hovered .CalendarDay__day {
  border-radius: 50%;
  background: #eff1f5;
}
.Calendar .CalendarDay__selected .CalendarDay__day,
.Calendar .CalendarDay__selected_end .CalendarDay__day,
.Calendar .CalendarDay__selected.CalendarDay__blocked_out_of_range.guideflow_hovered .CalendarDay__day,
.Calendar .CalendarDay__selected_end.CalendarDay__blocked_out_of_range.guideflow_hovered .CalendarDay__day {
  color: #fff;
  background: #4681b6;
}
.Calendar .CalendarDay__selected.guideflow_hovered .CalendarDay__day,
.Calendar .CalendarDay__selected_end.guideflow_hovered .CalendarDay__day {
  background: #437bad;
}
.Calendar .CalendarDay__hovered_span.guideflow_hovered .CalendarDay__day {
  background: #d8e0e8;
}
.Calendar .CalendarDay__selected_span.guideflow_hovered .CalendarDay__day {
  background: #d8e0e8;
}
.Calendar .CalendarDay__selected_start .CalendarDay__dayWrapper {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  padding-left: 0;
  margin-left: 2px;
}
.Calendar .CalendarDay__selected_start .CalendarDay__dayWrapper--startDateOnly,
.Calendar .CalendarDay__selected_start .CalendarDay__dayWrapper--singleDate {
  background: none;
}
.Calendar .CalendarDay__selected_start .CalendarDay__dayWrapper--startDateHoveredSpan {
  background: #e3ecf4;
}
.Calendar .CalendarDay__selected_end .CalendarDay__dayWrapper,
.Calendar .CalendarDay__hovered_span.guideflow_hovered .CalendarDay__dayWrapper {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  padding-right: 0;
  margin-right: 2px;
}
.Calendar .CalendarDay__blocked_out_of_range {
  color: rgba(38, 46, 57, 0.2);
}
.Calendar .CalendarDay__blocked_out_of_range.guideflow_hovered .CalendarDay__day {
  color: rgba(38, 46, 57, 0.2);
  background: #fff;
}
.Calendar .CalendarDay__blocked_out_of_range.CalendarDay__selected_span .CalendarDay__day {
  color: rgba(38, 46, 57, 0.2);
  background: #e3ecf4;
}
.Calendar .CalendarDay__blocked_out_of_range.CalendarDay__selected_span.guideflow_hovered .CalendarDay__day {
  color: rgba(38, 46, 57, 0.2);
  background: #e3ecf4;
}
.Calendar .CalendarDay__blocked_out_of_range.CalendarDay__selected .CalendarDay__day,
.Calendar .CalendarDay__blocked_out_of_range.CalendarDay__selected_end .CalendarDay__day {
  color: #fff;
  background: #4681b6;
}
.Calendar .CalendarDay__blocked_out_of_range.CalendarDay__selected.guideflow_hovered .CalendarDay__day,
.Calendar .CalendarDay__blocked_out_of_range.CalendarDay__selected_end.guideflow_hovered .CalendarDay__day {
  color: #fff;
  background: #4681b6;
}
.Calendar .CalendarMonth_caption {
  padding: 0 0 14px;
}
.Calendar .CalendarMonth_table {
  margin-top: 25px;
}
.Calendar .DayPicker_weekHeader {
  top: 34px;
  text-transform: uppercase;
}
.Calendar .DayPicker_weekHeader small {
  display: block;
  color: #919191;
  font-size: 11px;
  font-weight: bold;
}
.Calendar .DayPicker_transitionContainer {
  transition: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
@media (max-width: 600px) {
  .modal {
    margin: 0;
    width: calc(100vw - (12px * 2));
    left: 12px;
    right: 12px;
  }
}
.modal.fade {
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.modal-header h3 {
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 16px;
  line-height: 1.28571429;
}
.modal-body .bbf-editor textarea {
  width: 97%;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f1f1f1;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #dddddd;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: '';
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .Btn + .Btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .BtnGroup > .Btn + .Btn {
  margin-left: -1px;
}
.modal-footer .modalDeleteBtn {
  display: block;
  float: left;
  height: 22px;
  margin-left: -6px;
  margin-right: 6px;
  box-shadow: none;
  border: none;
  background: none;
  position: relative;
}
.SequencesInvalidPlanModal__body,
.BulkEmailInvalidPlanModal__body {
  text-align: center;
}
.BulkEmailInvalidPlanModal__basicPlanCopy,
.SequencesInvalidPlanModal__basicPlanCopy {
  margin-bottom: 24px;
  font-size: 16px;
}
.CantCallModal .modal-body {
  text-align: center;
}
.CantCallModal .modal-body-rounded {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.CantCallModal .modal-footer {
  background-color: #e1e1e1;
}
.CantCallModal__basicPlanCopy {
  margin-bottom: 24px;
  font-size: 16px;
}
.CantCallModal__basicPlanSubCopy {
  margin: 24px 0 -8px;
  font-size: 13px;
  color: #6b6e77;
}
.CantCallModal__ctas {
  display: flex;
  margin: 40px -16px -16px;
}
.CantCallModal__cta {
  display: flex;
  padding-top: 12px;
  padding-bottom: 16px;
  flex: 1;
  border-top: 1px solid #d8d8d8;
  background-color: #f3f3f3;
  align-items: center;
  color: #262e39;
}
.CantCallModal__cta:not(:first-child) {
  border-left: 1px solid #d8d8d8;
}
.CantCallModal__cta.guideflow_hovered,
.CantCallModal__cta:focus {
  color: #262e39;
  text-decoration: none;
}
.CantCallModal__cta.guideflow_hovered .CantCallModal__ctaCopyMain,
.CantCallModal__cta:focus .CantCallModal__ctaCopyMain {
  text-decoration: underline;
}
.CantCallModal__cta::after {
  content: '\2192';
  display: block;
  padding-right: 16px;
  flex: 1;
  text-align: right;
  font-size: 20px;
  color: #bbb;
}
.CantCallModal__cta--centered::before {
  content: '\00a0';
  display: block;
  padding-left: 16px;
  flex: 1;
}
.CantCallModal__cta--centered .CantCallModal__ctaCopy {
  padding-left: 0;
  text-align: center;
}
.CantCallModal__ctaCopy {
  padding-left: 16px;
  flex: 0 0 auto;
  text-align: left;
}
.CantCallModal__ctaCopySub {
  display: block;
  margin-bottom: 2px;
  color: #666;
  font-size: 14px;
}
.CantCallModal__ctaCopyMain {
  display: block;
  font-size: 18px;
}
.CantCallModal__telLabel {
  float: left;
  margin: 0;
}
.CantCallModal__telLearnMore {
  float: right;
}
.loader {
  background-image: url(https://html-assets-prod.guideflow.com/12e4cf03ae204b6b5aa74538eb1b0f6ff814607a);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -3px;
  background-position: center center;
  background-repeat: no-repeat;
}
.alert-info,
.alert-warning,
.alert-danger,
.alert-error,
.alert-success {
  color: #464a55;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-info {
  background-color: #ebf6fa;
}
.alert-warning {
  background-color: #fffbcf;
}
.alert-danger,
.alert-error {
  background-color: #fbe6e8;
}
@media screen and (max-width:  767px ) {
  .LeadSidebar .Card {
    margin-bottom: 8px;
  }
  .LeadSidebar .Card__title {
    cursor: pointer;
  }
  .LeadSidebar .Card__title:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid currentColor;
    margin-right: 8px;
  }
  .LeadSidebar .Card__content {
    display: none;
  }
  .LeadSidebar .Card.expanded .Card__title:before {
    border: 5px solid transparent;
    border-top: 5px solid currentColor;
    top: 3px;
  }
  .LeadSidebar .Card.expanded .Card__content {
    display: block;
  }
  .LeadSidebar .Card .Task__actions {
    position: relative;
    background-color: #fff;
  }
  .LeadSidebar .Card .Task__actions::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -34px;
    background-color: #fff;
    box-shadow: -10px 0px 10px 1px #fff;
  }
  .LeadSidebar .Card .Task__editButton {
    display: flex;
  }
  .LeadSidebar .Card .Contact__dragger {
    display: none !important;
  }
  .LeadSidebar .Card .Contact__moreMenu {
    right: 0;
    left: auto;
  }
  .LeadSidebar .Card .CustomField__actions {
    display: flex;
    box-shadow: none;
    background-color: unset;
  }
  .LeadSidebar .Card .CustomField__key {
    flex-basis: 120px;
    white-space: normal;
  }
  .LeadSidebar .Card .CustomField__value {
    margin-right: 44px;
  }
  .activities-list:before {
    display: none;
  }
  .activities-list li.activity {
    min-height: 20px;
  }
  .activities-list li.activity .timeline-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 4px;
    z-index: 1;
  }
  .activities-list li.activity .timeline-icon .glyphicons {
    font-size: 14px;
    margin: 5px;
  }
  .activities-list li.activity .timeline-icon:before {
    display: none;
  }
  .activities-list li.activity .activity-inner {
    margin: 0;
    border-radius: 0;
  }
  .activities-list li.activity .emailthread-items .emailthread-item .preview {
    line-height: 36px;
  }
  .activities-list li.activity .delete-thread,
  .activities-list li.activity .hover-action {
    display: inline;
  }
}
.edit-custom-field-modal .cf-fields ul {
  display: block;
}
.edit-custom-field-modal .ChoicesCustomField__container {
  flex-direction: column;
}
.edit-custom-field-modal .ChoicesCustomField__add,
.edit-custom-field-modal .ChoicesCustomField__list {
  padding: 0;
}
@media screen and (max-width:  767px ) {
  .list-view > .page-search {
    max-width: 100vw;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  .list-view > .page-search .loader {
    margin: 15px 0 0 15px;
  }
  .list-view > .page-search .list-leads {
    margin-top: 0;
    max-width: 100vw;
    overflow-x: auto;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .list-view > .page-search .list-leads .table {
    min-width: 100%;
    width: auto;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .list-view > .page-search .list-leads .table th,
  .list-view > .page-search .list-leads .table td {
    border-radius: 0;
  }
  .list-view > .page-search .list-leads .table th:first-child,
  .list-view > .page-search .list-leads .table td:first-child {
    border-left: 0;
  }
  .list-view > .page-search .btn-dialer {
    display: none;
  }
  .list-view > .page-search .row,
  .list-view > .page-search .search-main {
    margin: 0;
  }
  .list-view > .page-search .search-main-inner {
    min-height: calc(100vh - 150px);
    padding: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width:  767px ) {
  .inbox-page {
    padding: 16px;
  }
  .inbox-page .action {
    margin: 0;
  }
  .inbox-page .snooze-view .dropdown-menu {
    left: 4px;
    right: auto;
  }
  .inbox-page .no-results,
  .inbox-page .results-loader.big-msg {
    margin: 0 -16px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .inbox-page .inbox-list {
    margin: 0 -16px;
  }
  .inbox-page .inbox-list .item {
    border-left: none;
    border-right: none;
  }
  .inbox-page .inbox-list .item:last-child {
    border-radius: 0;
  }
  .inbox-page .inbox-list .item.expanded {
    padding: 12px 0;
  }
  .inbox-page .inbox-list .item.active > :first-child:before {
    content: none;
  }
  .inbox-page .inbox-list .item.checked:not(.expanded) > div {
    background-color: #eef7fb;
  }
  .inbox-page.hide-edit-controls .item:first-child {
    border-radius: 0;
  }
  .inbox-page.hide-edit-controls .results-loader.big-msg {
    border-top: none;
  }
}
@media screen and (max-width:  767px ) {
  #main,
  #main > .container {
    position: fixed;
    top: 0;
    left: 0;
  }
  .container {
    min-width: 100vw;
  }
  .container .content-area-wrap .content-area {
    margin-left: -100vw;
    overflow-x: auto;
  }
  .container .content-area-wrap .content-area .app-content {
    padding: 0;
    max-width: 100vw;
  }
  .container .opportunities-page,
  .container .SequenceForm,
  .container .reporting,
  .container .lead-importer-container,
  .container .audit-log,
  .container .DialerCallingMultipleLeadsScreenWrapper {
    margin: 0;
    padding: 20px;
    min-width: 960px;
    box-sizing: border-box;
  }
  .container .lead-importer-container,
  .container .DialerCallingMultipleLeadsScreenWrapper {
    padding: 0;
  }
  .container .settingsGlobalStyles {
    min-width: 720px;
  }
}
.dropdown-menu > li > a.guideflow_hovered,
.dropdown-menu > li > a:focus,
.dropdown-submenu.guideflow_hovered > a,
.dropdown-submenu:focus > a {
  background: #f1f1f1;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6) !important;
  outline: 0 !important;
}
.tooltip.in {
  opacity: 0.95;
}
.tooltip-inner {
  white-space: pre-wrap;
  max-width: 380px;
  word-break: break-word;
}
.tooltip {
  z-index: 1060;
}
.nav-pills a {
  outline: 0;
}
#nocss {
  display: none;
}
body {
  height: 100%;
  /* The following line does two things:
  1) disables scroll elasticity for the native app web view (can also be done in cocoa)
  2) fixes issue where quickly scrolling an overflow auto element would try to scroll the body
  both in the app, and in browsers (chrome)
  */
  overflow: hidden;
}
body.app-is-loading {
  background: white;
}
.clear {
  clear: both;
}
.hide {
  display: none !important;
}
.blockcenter {
  margin-left: auto;
  margin-right: auto;
}
.textcenter {
  text-align: center;
}
.closeio-employee-only {
  display: none !important;
}
body.closeio-employee .closeio-employee-only {
  display: inherit !important;
}
ul.noui {
  margin-left: 0;
  list-style-type: none;
}
small,
.small {
  font-size: 0.9em;
}
code {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  font-family: monospace;
  font-size: 90%;
  color: #474a54;
  border: 1px solid #cecece;
  border-radius: 3px;
  background-color: #eaeaea;
}
hr {
  border-top-color: #ccc;
  border-bottom-color: transparent;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #262e39;
}
h1 {
  font-size: 29px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h5 {
  margin: 0 0 10px 0;
}
.bbf-form fieldset > ul,
.bbf-form .bbf-list > ul,
.bbf-form ul.bbf-radio {
  margin: 0;
  list-style: none;
}
.bbf-form form {
  margin: 0;
}
.bbf-form .actions-main {
  float: right;
}
.bbf-form .bbf-field {
  margin-bottom: 10px;
}
.bbf-form .bbf-field input,
.bbf-form .bbf-field select,
.bbf-form .bbf-field textarea {
  margin: 0;
}
.bbf-form .bbf-field .bbf-error {
  margin-bottom: 0;
}
.bbf-form .bbf-field .bbf-radio input[type='radio'],
.bbf-form .bbf-field .bbf-checkboxes input[type='radio'],
.bbf-form .bbf-field .bbf-radio input[type='checkbox'],
.bbf-form .bbf-field .bbf-checkboxes input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: 0;
}
.bbf-form .bbf-field .bbf-radio label,
.bbf-form .bbf-field .bbf-checkboxes label {
  display: inline-block;
}
.input-prepend,
.input-append {
  margin: 0;
}
.bbf-input-info {
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  color: #464a55;
}
.input-prepend.input-block-level {
  display: table;
  width: 100%;
}
.input-prepend.input-block-level .add-on {
  display: table-cell;
}
.input-prepend.input-block-level > input {
  box-sizing: border-box;
  height: 30px;
  display: table-cell;
  width: 100%;
  border-left-style: none;
}
.error,
.bbf-error {
  color: #d0021b;
}
.success {
  color: darkgreen;
}
form .bbf-help,
form .help-block {
  color: #d0021b;
}
form .actions {
  *zoom: 1;
}
form .actions:before,
form .actions:after {
  display: table;
  content: '';
  line-height: 0;
}
form .actions:after {
  clear: both;
}
form .msg {
  display: none;
}
form.form-horizontal .control-group {
  margin-bottom: 0;
}
form input[type='file'] {
  line-height: inherit;
  height: auto;
}
.delete .glyphicons {
  color: #999;
}
.editable-model-view {
  /* experimental 3D flippable concept
  &.flippable-wrap {
    position: relative;
    perspective: 800px;

    .flippable {
      width: 100%;

      transform-style: preserve-3d;
      transition: transform 1s;

      .view-side, .edit-side {
        display: block;
        position: relative;
        width: 100%;
        backface-visibility: hidden;
      }
      .edit-side {
        transform: rotateY(180deg);
        position: absolute;
        top: 0;
      }
    }
    &.editing .flippable {
      .edit-side { position: relative; background: #fff; }
      .view-side { position: absolute; top: 0; }
      transform: rotateY(-180deg);
    }
  }
  //*/
}
.editable-model-view .edit-side {
  display: none;
}
.editable-model-view.editing .view-side {
  display: none;
}
.editable-model-view.editing .edit-side {
  display: block;
}
.editable-model-view .bbf-form .actions {
  margin: 10px 0;
  text-align: right;
}
.editable-model-view .bbf-form .actions .delete {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 8px 0 0 5px;
}
.editable-model-view .bbf-form .actions .delete ::before {
  font-size: 14px;
  color: #999;
}
.editable-model-view .bbf-form .actions .delete.guideflow_hovered i::before {
  color: #777;
}
.editable-model-view .bbf-form .actions .delete:not(.pull-right) {
  float: left;
}
.bbf-form .date-time-picker,
.date-time-picker {
  *zoom: 1;
}
.bbf-form .date-time-picker:before,
.date-time-picker:before,
.bbf-form .date-time-picker:after,
.date-time-picker:after {
  display: table;
  content: '';
  line-height: 0;
}
.bbf-form .date-time-picker:after,
.date-time-picker:after {
  clear: both;
}
.bbf-form .date-time-picker .datepicker-input,
.date-time-picker .datepicker-input {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 55%;
  float: left;
}
.bbf-form .date-time-picker .timepicker-input,
.date-time-picker .timepicker-input {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 43%;
  float: left;
  margin-left: 2%;
  background-color: #fff;
  padding-left: 28px;
  background-image: url(https://html-assets-prod.guideflow.com/bbb26d76bdb672b070dee490487ecfd6edfbf97a);
  background-position: 6px center;
  background-size: 16px;
  background-repeat: no-repeat;
}
input.datepicker-input {
  background-color: #fff;
  background-image: url(https://html-assets-prod.guideflow.com/1dacab2b405530fc792581c3946b24db6909e35b);
  background-position: 6px center;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 28px;
  width: 90px;
}
.ui-timepicker-wrapper {
  height: 236px;
}
input.timepicker-input:disabled,
input.timepicker-input:read-only,
input.datepicker-input:read-only,
input.datepicker-input:disabled {
  cursor: not-allowed;
  background-color: #eee !important;
}
.form-success {
  display: none;
}
.show-in-review {
  display: none;
}
body.login_as .content-area {
  background: #fee !important;
}
h1 sup {
  color: #9a9aad;
}
.hint-box {
  margin-bottom: 20px;
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-top: 25px;
  padding: 10px 20px;
}
.hint-box h3 span {
  color: #3790b9;
}
.hint-box a.grey-link {
  color: #262e39;
  border-bottom: dotted 1px #777;
}
.hint-box a.grey-link.guideflow_hovered {
  text-decoration: none;
}
.sortable-ghost {
  border: dotted 1px #888 !important;
  opacity: 0.6;
}
.sortable-ghost * {
  visibility: hidden;
}
ul.dropdown-menu-form {
  padding: 5px 10px 0;
}
.dropdown-menu .divider {
  margin: 5px 1px;
}
.BtnGroup .dropdown-menu li > a {
  padding-left: 15px;
}
.BtnGroup .dropdown-menu.has-optgroup li a {
  padding-left: 20px;
}
.BtnGroup .dropdown-menu li .glyphicons {
  padding: 4px 4px 4px 12px;
}
.BtnGroup .dropdown-menu li .glyphicons::before {
  font-size: 15px;
  color: #333;
  position: relative;
  vertical-align: -3px;
  padding: 0 4px 0 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.glyphicons {
  vertical-align: baseline;
}
.glyphicons.prepends-text {
  margin-right: 0.3em;
}
.inline-help-icon,
a.inline-help-icon .glyphicons {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-left: 3px;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  color: #464a55;
}
.inline-help-icon.guideflow_hovered,
a.inline-help-icon .glyphicons.guideflow_hovered {
  color: #262e39;
}
.divider-left {
  border-left: solid 1px #ddd;
  padding-left: 6px;
  margin-left: 6px;
  line-height: 1;
}
.gm-style img {
  max-width: none;
}
.gm-style label {
  width: auto;
  display: inline;
}
.datepicker table tr td.today,
.datepicker table tr td.today.guideflow_hovered,
.datepicker table tr td.today.guideflow_hovered.guideflow_hovered,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.guideflow_hovered {
  background-color: #dadada;
  background-image: -moz-linear-gradient(top, #ccc, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#eee));
  background-image: -webkit-linear-gradient(top, #ccc, #eee);
  background-image: -o-linear-gradient(top, #ccc, #eee);
  background-image: linear-gradient(to bottom, #ccc, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffeeeeee', GradientType=0);
  background-color: #ddd;
  border: none;
  color: #222 !important;
  text-shadow: none;
  box-shadow: inset 0 0 1px #777;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.active.guideflow_hovered {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker {
  font-size: 12px;
  line-height: 17px;
  width: auto;
}
.datepicker .datepicker-days td,
.datepicker .datepicker-days th {
  width: 17px;
  height: 17px;
}
.datepicker .prev.guideflow_hovered,
.datepicker .next.guideflow_hovered,
.datepicker .datepicker-switch.guideflow_hovered,
.datepicker .datepicker-days td.guideflow_hovered,
.datepicker .datepicker-months .month.guideflow_hovered,
.datepicker .datepicker-years .year.guideflow_hovered {
  background: #3781b8 !important;
  color: #fff !important;
}
.datepicker .prev.guideflow_hovered.disabled,
.datepicker .next.guideflow_hovered.disabled,
.datepicker .datepicker-switch.guideflow_hovered.disabled,
.datepicker .datepicker-days td.guideflow_hovered.disabled,
.datepicker .datepicker-months .month.guideflow_hovered.disabled,
.datepicker .datepicker-years .year.guideflow_hovered.disabled {
  background: none !important;
  color: #999 !important;
}
.datepicker td.today {
  background: none !important;
  font-weight: bold;
}
.datepicker .active {
  background: #ddd !important;
  color: #262e39 !important;
  text-shadow: none !important;
}
.table-bordered th {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 23px;
  font-weight: normal;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(50%, #f9f9f9), to(#eee));
  background-image: -webkit-linear-gradient(#fcfcfc, #f9f9f9 50%, #eee);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f9f9f9 50%, #eee);
  background-image: -o-linear-gradient(#fcfcfc, #f9f9f9 50%, #eee);
  background-image: linear-gradient(#fcfcfc, #f9f9f9 50%, #eee);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffeeeeee', GradientType=0);
}
table th.sorting-asc::before,
table th.sorting-desc::before {
  float: right;
  font-family: 'Arial';
  position: relative;
  right: -2px;
}
table th.sorting-asc::before {
  /*content: '▲';*/
  /*content: '▴';*/
  content: '▾';
  top: 1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
table th.sorting-desc::before {
  /*content: '▼';*/
  content: '▾';
}
.saved-search-modal-form input[name='query'],
.saved-search-modal-form input[name='name'] {
  width: calc(100% - 12px);
  max-width: 500px;
}
.saved-search-modal-form .field-shared_with {
  display: none;
}
.saved-search-modal-form .bbf-field > label {
  font-weight: bold;
}
.saved-search-delete {
  position: relative;
  top: 5px;
  color: #bd362f;
}
.new-lead-modal .field-company,
.new-lead-modal .field-contact {
  width: 49%;
  float: left;
}
.new-lead-modal .field-company input,
.new-lead-modal .field-contact input {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.new-lead-modal .field-contact {
  margin-left: 2%;
}
.BtnGroup.customize-columns {
  float: right;
}
.BtnGroup.customize-columns .dropdown-menu {
  padding: 0;
  overflow: hidden;
  max-width: 250px;
  width: 250px;
}
.BtnGroup.customize-columns .header {
  border-bottom: solid 1px #ddd;
  padding: 7px;
  background: #f3f3f3;
}
.BtnGroup.customize-columns .header h4 {
  margin: 0;
  font-size: 16px;
}
.BtnGroup.customize-columns ul {
  list-style-type: none;
  margin: 0;
  max-height: 315px;
  overflow-y: scroll;
  padding: 5px 10px;
}
.BtnGroup.customize-columns .actions {
  padding: 5px;
  border-top: solid 1px #ddd;
}
.invites-list {
  margin-left: 9px;
}
.invites-list p {
  margin: 0 0 5px 0;
  font-size: 13px;
}
.invites-list .invite-actions-disabled a {
  cursor: not-allowed;
}
.invites-list .invite-actions-disabled a.guideflow_hovered,
.invites-list .invite-actions-disabled a:active,
.invites-list .invite-actions-disabled a:focus {
  text-decoration: none;
}
.invite-form form {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 800px;
}
.invite-form form:before,
.invite-form form:after {
  display: table;
  content: '';
  line-height: 0;
}
.invite-form form:after {
  clear: both;
}
.invite-form form label {
  cursor: default;
}
.invite-form .msg,
.invite-form .price-hint {
  clear: both;
  margin-bottom: 5px;
  width: 100%;
}
.invite-form .price-hint {
  color: #6b6e77;
}
.invite-form .price-hint:empty {
  display: none;
}
.invite-form.hide-plans {
  max-width: 560px;
}
.invite-form.hide-plans fieldset {
  display: flex;
}
.invite-form.hide-plans fieldset .field-email {
  width: 80%;
}
.invite-form.hide-plans .field-plan_type {
  display: none;
}
.invite-form fieldset {
  flex: 1;
}
.invite-form fieldset ul {
  display: flex;
  flex: 1;
}
.invite-form fieldset ul .field-plan_type,
.invite-form fieldset ul .field-role_id,
.invite-form fieldset ul .field-email {
  box-sizing: border-box;
  padding-right: 5px;
}
.invite-form fieldset ul .field-plan_type select,
.invite-form fieldset ul .field-role_id select,
.invite-form fieldset ul .field-email select,
.invite-form fieldset ul .field-plan_type input,
.invite-form fieldset ul .field-role_id input,
.invite-form fieldset ul .field-email input {
  box-sizing: border-box;
  height: 30px;
  width: 100%;
}
.invite-form fieldset ul .field-email {
  width: 40%;
}
.invite-form fieldset ul .field-role_id {
  width: 20%;
}
.invite-form fieldset ul .field-plan_type {
  width: 40%;
  min-width: 215px;
}
.invite-form input[type='submit'] {
  float: left;
  margin-top: 25px;
  align-self: flex-start;
}
.invite-form form {
  max-width: 500px;
}
.invite-form fieldset ul .field-email {
  width: 65%;
}
.invite-form fieldset ul .field-role_id {
  width: 35%;
}
span.user-availability {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0;
  border: solid 1px #ddd;
  background-color: transparent;
}
span.user-availability.online {
  border-color: transparent;
  background-color: #7fbb7f;
}
.edit-custom-field-modal .field-type .bbf-help {
  padding-top: 5px;
  color: #b08843;
}
.edit-custom-field-modal .field-choices {
  margin-bottom: 0;
}
.edit-custom-field-modal .choice-items-list {
  padding-top: 8px;
}
.edit-custom-field-modal .choice-items-list .choice-item {
  line-height: 20px;
}
.edit-custom-field-modal .choice-items-list .choice-item .bbf-remove {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  float: none;
  font-size: 18px;
  line-height: 18px;
  padding: 1px 0 0 0;
  margin: 0 0 0 5px;
  border: 0;
  background: transparent;
  display: inline-block;
  outline: none;
  vertical-align: top;
}
.edit-custom-field-modal .choice-items-list .choice-item .bbf-remove.guideflow_hovered,
.edit-custom-field-modal .choice-items-list .choice-item .bbf-remove:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.edit-custom-field-modal .modal-footer {
  line-height: 26px;
}
.edit-custom-field-modal .modal-footer .learn-more {
  float: left;
  color: #3781b8;
  font-size: 14px;
  line-height: 30px;
}
.edit-custom-field-modal .modal-footer .delete {
  margin-right: 20px;
  position: relative;
  top: 4px;
}
.list-keyboard-navigable tr > :first-child,
.list-keyboard-navigable .item > :first-child {
  position: relative;
}
.list-keyboard-navigable tr.active,
.list-keyboard-navigable .item.active {
  outline: none;
}
.list-keyboard-navigable tr.active > :first-child:before,
.list-keyboard-navigable .item.active > :first-child:before {
  content: '';
  width: 2px;
  background: #7da3c7;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
table col.col-call-email,
table col.col-primary_phone_primary_email {
  width: 82px;
}
table td.contact-buttons,
table th.contact-buttons {
  padding: 0;
  font-size: 0;
  text-overflow: clip !important;
  overflow: visible;
  white-space: nowrap;
}
table td.contact-buttons .call,
table th.contact-buttons .call,
table td.contact-buttons .email,
table th.contact-buttons .email {
  top: 1px;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*&:before{*/
  /*display:inline-block;*/
  /*padding:6px 8px;*/
  /*}*/
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 16px;
  text-align: center;
  height: 32px;
  padding: 0 12px;
  color: #464a55;
  font-size: 12.25px;
  line-height: 32px;
}
table td.contact-buttons .call.inactive,
table th.contact-buttons .call.inactive,
table td.contact-buttons .email.inactive,
table th.contact-buttons .email.inactive {
  color: #ccc;
}
table td.contact-buttons .call:before,
table th.contact-buttons .call:before {
  content: '\E443';
}
table td.contact-buttons .email,
table th.contact-buttons .email {
  border-right: solid 1px #f1f1f1;
  color: #464a55;
}
table td.contact-buttons .email:before,
table th.contact-buttons .email:before {
  content: '\E011';
}
table td.contact-buttons a.call.guideflow_hovered,
table th.contact-buttons a.call.guideflow_hovered,
table td.contact-buttons a.email.guideflow_hovered,
table th.contact-buttons a.email.guideflow_hovered {
  background-color: #fff;
  color: #3781b8;
  text-decoration: none;
}
table td.contact-buttons a.call:active,
table th.contact-buttons a.call:active,
table td.contact-buttons a.email:active,
table th.contact-buttons a.email:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
table th.contact-buttons .call,
table th.contact-buttons .email {
  height: 32px;
  line-height: 32px;
}
/**
  Borders on images are placed outside the element so a pseudo-element
  is absolutely positioned on top with an rgba() border that will darken
  the image and not the background.

  Adding `pointer-events: none;` allows users to still right-click
  and save an image.

  The image needs to be wrapped in a `<div>` as the `<img>`
  tag does not allow pseudo-elements. You can also include it as a mixin.

  Markup:
    <div class="avatar">
      <img src="#" alt="">
    </div>
 */
.avatar {
  position: relative;
}
.avatar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.avatar > img {
  display: block;
}
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  color: #262e39;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
select:invalid:focus,
textarea:invalid:focus,
input[type='text']:invalid:focus,
input[type='password']:invalid:focus,
input[type='datetime']:invalid:focus,
input[type='datetime-local']:invalid:focus,
input[type='date']:invalid:focus,
input[type='month']:invalid:focus,
input[type='time']:invalid:focus,
input[type='week']:invalid:focus,
input[type='number']:invalid:focus,
input[type='email']:invalid:focus,
input[type='url']:invalid:focus,
input[type='search']:invalid:focus,
input[type='tel']:invalid:focus,
input[type='color']:invalid:focus,
.uneditable-input:invalid:focus {
  color: #262e39;
  border: 1px solid rgba(82, 168, 236, 0.8);
}
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.075);
}
select {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/hydrate_main~f5756c1f.3fd3793933450eff0b5b.js.map*/