/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 19, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 29, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 32, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
body {
  line-height: 1;
}

/* line 35, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 38, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 42, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 46, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 50, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
input, button {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 57, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
input:focus, button:focus {
  outline: 0;
}

/* line 61, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
button, input[type=submit] {
  cursor: pointer;
}

/* line 66, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
.clearfix:after, .search-box:after, .main-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

/* line 35, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
.clearfix, .search-box, .main-content {
  display: inline-block;
}

/* line 38, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
* html .clearfix, * html .search-box, * html .main-content {
  height: 1%;
}

/* line 41, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
.clearfix, .search-box, .main-content {
  display: block;
}

/* line 1, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.search-box {
  padding-bottom: 28px;
}

/* line 5, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.search-field {
  width: 70%;
  border: 1px solid #0065b2;
  line-height: 33px;
  font-size: 14px;
  text-indent: 10px;
  float: left;
}

/* line 13, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.search-button {
  width: 30%;
  float: left;
  background-color: #0065b2;
  color: white;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

/* line 25, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.find-order-form, .change-email-form, .standard-form {
  padding: 0 0 20px 0;
}
/* line 27, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.find-order-form .form-row, .change-email-form .form-row, .standard-form .form-row {
  padding-bottom: 10px;
}
/* line 30, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.find-order-form label, .change-email-form label, .standard-form label {
  display: block;
  line-height: 1.3;
}
/* line 34, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.find-order-form input[type=text], .change-email-form input[type=text], .standard-form input[type=text] {
  border: 1px solid #0065b2;
  line-height: 33px;
  font-size: 14px;
  text-indent: 10px;
}
/* line 40, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.find-order-form input[type=submit], .change-email-form input[type=submit], .standard-form input[type=submit] {
  background-color: #0065b2;
  color: white;
  font-size: 16px;
  border-radius: 20px;
  line-height: 35px;
  padding: 0 20px;
}

/* line 51, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
.nfr-form input[type=text] {
  width: 80%;
}

@media only screen and (max-width: 756px) {
  /* line 57, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_search-box.scss */
  .search-box {
    float: none;
    width: 70%;
    margin: 10px auto;
    padding-bottom: 0;
  }
}
/* line 2, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_header.scss */
.main-header .logo {
  background-repeat: no-repeat;
  background-image: url("busymac-logo.png");
  background-size: 167px 49px;
  width: 167px;
  height: 49px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center;
  height: 80px;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .main-header .logo {
    background-image: url("busymac-logo@2x.png");
  }
}

@media only screen and (max-width: 456px) {
  /* line 13, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_header.scss */
  .main-header .logo {
    margin-left: 2.5%;
    background-size: 116px 34px;
    width: 116px;
    height: 67px;
  }
}
/* line 1, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_footer.scss */
.main-footer {
  clear: both;
  text-align: center;
  line-height: 37px;
  overflow: auto;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
/* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_footer.scss */
.main-footer nav {
  max-width: 776px;
  margin: 0 auto;
}
/* line 14, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_footer.scss */
.main-footer a {
  color: #242729;
  padding: 0 10px;
}

@media screen and (max-width: 756px) {
  /* line 22, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_footer.scss */
  .main-footer a {
    display: block;
  }
}
/* line 1, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_table.scss */
.table {
  margin: 10px 0;
}
/* line 4, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_table.scss */
.table th,
.table td {
  padding: 10px;
}
/* line 7, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_table.scss */
.table th {
  font-weight: bold;
  text-align: left;
  background-color: #eeeeee;
}
/* line 12, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_table.scss */
.table td {
  border-bottom: 1px solid #eeeeee;
}

/* line 11, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
body {
  font-family: -apple-system, "Helvetica Neue", "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

/* line 14, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
a {
  text-decoration: none;
  color: #0065b2;
}

/* line 18, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
p {
  line-height: 24px;
  padding-bottom: 10px;
  color: #242729;
}

/* line 23, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
h2 {
  font-size: 48px;
}

/* line 26, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
h3 {
  font-size: 24px;
}

/* line 29, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
h4 {
  font-size: 18px;
  line-height: 36px;
}

/* line 33, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
li {
  color: #242729;
}

/* line 36, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
strong {
  font-weight: 500;
}

/* line 39, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
em {
  font-style: italic;
  font-weight: 500;
}

/* line 43, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
pre {
  font-family: "Menlo", "Lucida Console", "Monaco", monospace;
  color: #242729;
  padding: 10px 10px 8px;
  margin-bottom: 8px;
  background-color: #f7f7f7;
  line-height: 1.6em;
  font-size: 0.8em;
}

/* line 52, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
blockquote, q {
  font-style: italic;
  margin-left: 40px;
  margin-right: 40px;
  quotes: "\201C" "\2019";
}

/* line 58, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
blockquote:before, q:before {
  content: open-quote;
  font-family: Georgia, serif;
  color: #ccc;
  font-size: 4em;
  line-height: 0em;
  vertical-align: -0.6em;
}

/* line 66, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
blockquote:after, q:after {
  content: close-quote;
  font-family: Georgia, serif;
  color: #ccc;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.5em;
}

/* line 75, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.hidden {
  display: none;
}

/* line 79, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 84, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 91, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.table-of-contents, .links, .topics {
  margin-bottom: 30px;
  font-size: 0.85rem;
  line-height: 1.3;
}
/* line 95, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.table-of-contents:last-child, .links:last-child, .topics:last-child {
  margin-bottom: 0;
}
/* line 98, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.table-of-contents a, .links a, .topics a {
  padding: 5px 0;
  display: block;
  line-height: 20px;
}
/* line 103, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.table-of-contents .active, .links .active, .topics .active {
  font-weight: 700;
  text-decoration: underline;
}

/* line 109, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.topics a {
  padding: 15px 10px 15px 50px;
  background-size: 40px;
  background-position: left center;
  margin: 10px 0;
}
/* line 114, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.topics a.active {
  font-weight: bold;
}

/* line 119, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.tickets {
  margin-bottom: 30px;
}
/* line 121, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.tickets li {
  background-size: 25px;
  padding: 5px 0 25px 40px;
}
/* line 125, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.tickets .post-date {
  float: right;
  color: #666;
}
/* line 129, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.tickets .synopsis {
  padding-top: 10px;
  font-size: 0.8em;
  line-height: 1.3;
}

/* line 135, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.bcl3mac-topic {
  background-repeat: no-repeat;
  background-image: url("topics-busycalmac-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .bcl3mac-topic {
    background-image: url("topics-busycalmac-icon@2x.png");
  }
}

/* line 138, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.bcl3ios-topic {
  background-repeat: no-repeat;
  background-image: url("topics-busycalios-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .bcl3ios-topic {
    background-image: url("topics-busycalios-icon@2x.png");
  }
}

/* line 141, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.busycontacts-topic {
  background-repeat: no-repeat;
  background-image: url("topics-busycontacts-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .busycontacts-topic {
    background-image: url("topics-busycontacts-icon@2x.png");
  }
}

/* line 144, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.faq-topic {
  background-repeat: no-repeat;
  background-image: url("topics-question-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .faq-topic {
    background-image: url("topics-question-icon@2x.png");
  }
}

/* line 147, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.google-topic {
  background-repeat: no-repeat;
  background-image: url("topics-google-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .google-topic {
    background-image: url("topics-google-icon@2x.png");
  }
}

/* line 150, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.topic-header {
  padding-left: 40px;
  line-height: 30px;
  background-size: 30px;
}

/* line 156, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.sidebar {
  float: left;
  width: 30%;
  padding: 30px 0;
}
/* line 160, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.sidebar h4 {
  font-weight: 700;
  color: #505455;
  font-size: 0.85rem;
  line-height: 1.3;
  padding-bottom: 10px;
}

/* line 168, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.sidebar-inner {
  background-color: #f9f9f9;
  padding: 20px;
}

/* line 172, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.ticket-content {
  float: left;
  width: 65%;
  margin-left: 5%;
}

/* line 177, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.ticket-header {
  border-bottom: 1px solid #eeeeee;
  padding: 22px 0;
  margin-bottom: 20px;
  position: relative;
}
/* line 182, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.ticket-header .page-links {
  text-align: center;
  padding-top: 15px;
  font-size: .8em;
}
/* line 186, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.ticket-header .page-links a {
  display: inline-block;
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
}
/* line 190, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.ticket-header .page-links a:first-child {
  border-left: 0;
}
/* line 195, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.ticket-header .main-title {
  line-height: 1;
  font-size: 36px;
}

/* line 203, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.main-content h3 {
  padding-bottom: 20px;
}
/* line 206, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.main-content h5 {
  text-align: center;
  line-height: 20px;
}
/* line 210, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.main-content p {
  color: #505455;
}

/* line 215, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email {
  padding-bottom: 80px;
}

/* line 218, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-subject {
  font-size: 32px;
  padding: 10px 0 15px;
}

/* line 222, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-comment-link, .email-post-date {
  float: right;
}

/* line 225, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-post-date {
  line-height: 54px;
}

/* line 228, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-footer {
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-size: .9em;
}

/* line 233, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-tags {
  padding-top: 15px;
}
/* line 235, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-tags .tags-label {
  padding-right: 10px;
}
/* line 238, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-tags .tag {
  background-color: #0065b2;
  color: white;
  padding: 2px 7px;
  border-radius: 5px;
  margin-right: 10px;
}

/* line 247, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body h1, .email-body h2, .email-body h3 {
  line-height: 1.3;
}
/* line 249, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body h1 a, .email-body h2 a, .email-body h3 a {
  color: #242729;
}
/* line 253, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body h1 {
  font-size: 36px;
  padding: 10px 0 15px;
}
/* line 257, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body h2 {
  font-size: 24px;
  padding: 20px 0 10px;
}
/* line 261, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body h3 {
  font-size: 20px;
  padding: 20px 0 10px;
}
/* line 265, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body p img {
  max-width: 100%;
}
/* line 268, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body ol, .email-body ul {
  padding-left: 25px;
  margin: 20px 0;
}
/* line 272, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body ol {
  list-style: outside decimal;
}
/* line 275, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body ul {
  list-style: outside disc;
}
/* line 278, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.email-body li {
  line-height: 24px;
  padding-bottom: 10px;
}

/* line 284, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.desktop-only {
  display: block;
}

/* line 287, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.mobile-only {
  display: none;
}

/* line 291, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.large-product-icons {
  font-size: 0.9rem;
  line-height: 1.3;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/* line 297, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.large-product-icons .product-icon {
  color: #242729;
  padding-top: 138px;
  padding-bottom: 20px;
  width: 33%;
  min-width: 128px;
  text-align: center;
  background-position: top center;
}
/* line 305, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.large-product-icons .product-icon.busycal {
  background-repeat: no-repeat;
  background-image: url("busycal-icon.png");
  background-size: 128px 128px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .large-product-icons .product-icon.busycal {
    background-image: url("busycal-icon@2x.png");
  }
}
/* line 308, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.large-product-icons .product-icon.busycal-ios {
  background-repeat: no-repeat;
  background-image: url("busycal-ios-icon.png");
  background-size: 128px 128px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .large-product-icons .product-icon.busycal-ios {
    background-image: url("busycal-ios-icon@2x.png");
  }
}
/* line 311, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.large-product-icons .product-icon.busycontact {
  background-repeat: no-repeat;
  background-image: url("busycontacts-icon.png");
  background-size: 128px 128px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .large-product-icons .product-icon.busycontact {
    background-image: url("busycontacts-icon@2x.png");
  }
}
/* line 314, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.large-product-icons .product-icon .product-title {
  font-size: 1.7em;
}

/* line 320, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.mobile-sidebar-toggle {
  width: 70%;
  color: #242729;
  background-color: #f9f9f9;
  line-height: 35px;
  text-align: center;
  border-radius: 40px;
  margin: 0 auto;
}

/* line 330, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.action-buttons {
  text-align: center;
}

/* line 333, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.logs-button {
  line-height: 35px;
  font-size: 16px;
  display: inline-block;
  border-radius: 40px;
  margin: 5px 0 10px;
  background-color: #0065b2;
  color: white;
  text-align: center;
  margin: 20px 20px 20px 0;
  min-width: 280px;
}

/* line 346, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.list {
  list-style: outside disc;
  padding-left: 25px;
}
/* line 349, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.list li {
  line-height: 24px;
  padding-bottom: 10px;
}

/* line 354, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
.notification {
  padding: 10px;
  margin: 0 0 20px 0;
  background-color: lightyellow;
}

@media screen and (min-width: 756px) {
  /* line 361, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .ticket-header .page-links {
    position: absolute;
    bottom: 30px;
    right: 0;
  }

  /* line 367, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .mobile-sidebar-toggle {
    display: none;
  }
}
@media screen and (max-width: 756px) {
  /* line 372, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .main-title {
    font-size: 30px;
    text-align: center;
  }

  /* line 377, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .ticket-content,
  .sidebar {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
  }

  /* line 383, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .sidebar {
    padding-bottom: 0;
  }
  /* line 385, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .sidebar .sidebar-inner {
    display: none;
  }
  /* line 388, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .sidebar .mobile-sidebar-toggle {
    display: block;
  }
  /* line 392, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .sidebar.show-table-of-contents .mobile-sidebar-toggle {
    display: block;
    color: #242729;
    background-color: #f9f9f9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 401, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .sidebar.show-table-of-contents .sidebar-inner {
    display: block;
    border-top: 1px solid #adb0b3;
    position: absolute;
    top: 121px;
    width: 70%;
    left: 15%;
    z-index: 9;
  }
}
@media screen and (max-width: 425px) {
  /* line 416, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/application.scss */
  .large-product-icons {
    flex-flow: column;
  }
}
/* line 1, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.mobile-menu {
  background-repeat: no-repeat;
  background-image: url("dev/menu.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center;
  display: none;
  margin-right: 2.5%;
  float: right;
  height: 67px;
  cursor: pointer;
  outline: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_mixins.scss */
  .mobile-menu {
    background-image: url("dev/menu@2x.png");
  }
}

/* line 12, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.navigation-list {
  float: right;
  line-height: 4;
}

/* line 17, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.nav-link {
  display: inline-block;
  padding-left: 20px;
  color: #0065b2;
  position: relative;
  font-size: 20px;
}
/* line 23, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.nav-link.mobile-only {
  display: none;
}
/* line 26, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.nav-link.active-link {
  text-decoration: underline;
}

/* line 31, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.apps-menu {
  position: relative;
}
/* line 35, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.apps-menu:hover:before, .apps-menu:hover .apps-nav {
  display: block;
}
/* line 39, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.apps-menu:before {
  content: '';
  display: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f9f9f9;
  position: absolute;
  height: 14px;
  top: 55px;
  left: 30px;
  -webkit-filter: drop-shadow(0 2px 3px #505455);
  filter: drop-shadow(0 2px 3px #505455);
  z-index: 4;
  overflow: hidden;
  clip-path: inset(0 -5px);
}

/* line 57, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.apps-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 2;
  background-color: #f9f9f9;
  line-height: 42px;
  border-radius: 4px;
  box-shadow: 0 1px 3px #505455;
  width: 222px;
  overflow: hidden;
}
/* line 69, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.apps-nav .nav-link {
  display: block;
  text-align: left;
}
/* line 72, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
.apps-nav .nav-link:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 456px) {
  /* line 82, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .mobile-menu {
    display: block;
  }

  /* line 86, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .navigation-list {
    float: none;
    line-height: 3.25;
    clear: both;
    display: none;
  }
  /* line 91, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .navigation-list.show-mobile-nav {
    display: block;
  }

  /* line 96, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .nav-link {
    padding: 0 5px;
    margin: 0 10px;
    display: block;
    color: #242729;
  }
  /* line 101, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .nav-link.mobile-only {
    display: block;
  }
  /* line 104, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .nav-link.desktop-only {
    display: none;
  }
  /* line 107, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .nav-link:first-child {
    border-top: 1px solid #eeeeee;
  }
  /* line 110, /var/www/vhosts/2doapp.com/support.2doapp.com/busybase/app/assets/stylesheets/dev/_navigation.scss */
  .nav-link:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
}
