/*===========================================================================

Coolfront Colors:

#005955 QSP Green
#c39909 QSP Gold
5ba8dd

#75AADB Primary Blue
#0084C9 Hilite Blue
#3F6075 Dark Blue
#BAD80A Hilite Green
#1EB53A Dark Green
#D62828 Red
#717174 Gray


/*===========================================================================
  General Styles
===========================================================================*/
/* line 21, app/assets/stylesheets/qsp.css.scss */
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* line 26, app/assets/stylesheets/qsp.css.scss */
body {
  margin: 0;
  padding: 0;
  font: 14px arial;
  background: none;
}

/* line 27, app/assets/stylesheets/qsp.css.scss */
input {
  font-size: inherit;
  padding: 2px 4px;
}

/* line 28, app/assets/stylesheets/qsp.css.scss */
select {
  font-size: 1em;
  padding: 4px;
}

/* line 30, app/assets/stylesheets/qsp.css.scss */
html {
  min-height: 100%;
  background: #F0F9FC;
  /* Old browsers */
  background: whitesmoke;
}

/*===========================================================================
  Page
===========================================================================*/
/* line 40, app/assets/stylesheets/qsp.css.scss */
.page {
  position: relative;
  margin: auto;
  min-height: 100%;
  top: 0;
}

/* BIG SCREENS */
@media screen and (min-device-width: 1025px) {
  /* line 51, app/assets/stylesheets/qsp.css.scss */
  html {
    /* Allow scaling on computers */
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
  }
  /* line 57, app/assets/stylesheets/qsp.css.scss */
  .page {
    border: 1px solid #888;
    border-top: 0;
    /* -moz-box-shadow:     0 1px 10px 0px black;
    -webkit-box-shadow:  0 1px 10px 0px black;
    box-shadow:          0 1px 10px 0px black;*/
  }
}

/* line 68, app/assets/stylesheets/qsp.css.scss */
.page {
  background: #fff;
}

/* line 72, app/assets/stylesheets/qsp.css.scss */
.pageBackground {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 81, app/assets/stylesheets/qsp.css.scss */
.page hr {
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 86, app/assets/stylesheets/qsp.css.scss */
.page {
  min-height: 480px;
}

/*===========================================================================
  Buttons
===========================================================================*/
/* line 94, app/assets/stylesheets/qsp.css.scss */
.button {
  white-space: nowrap;
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #33C;
  border-top: 1px solid #77F;
  border-bottom: 1px solid #003;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 -1px 2px #003;
  background: #0084C9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0084C9 0%, #1B3B90 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0084C9), color-stop(100%, #1B3B90));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0084C9 0%, #1B3B90 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0084C9 0%, #1B3B90 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0084C9 0%, #1B3B90 100%);
  /* IE10+ */
  background: linear-gradient(top, #0084C9 0%, #1B3B90 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084C9', endColorstr='#1B3B90',GradientType=0 );
  /* IE6-9 */
}

/* line 131, app/assets/stylesheets/qsp.css.scss */
.button:active,
.button:active {
  background: #728cff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0038b2 0%, #728cff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0038b2), color-stop(100%, #728cff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0038b2 0%, #728cff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0038b2 0%, #728cff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0038b2 0%, #728cff 100%);
  /* IE10+ */
  background: linear-gradient(top, #0038b2 0%, #728cff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0038b2', endColorstr='#728cff',GradientType=0 );
  /* IE6-9 */
}

/* line 144, app/assets/stylesheets/qsp.css.scss */
.graybutton {
  white-space: nowrap;
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  color: #777777;
  border: 1px solid #b0b0b0;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: 1px 1px 0px #ebe8eb;
  background: #ededed;
  /* Old browsers */
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -moz-linear-gradient(top, #e0dde0 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0dde0), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0dde0 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0dde0 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e0dde0 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(top, #e0dde0 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dde0', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */
}

/* line 185, app/assets/stylesheets/qsp.css.scss */
.footerLinks {
  text-align: center;
  margin: auto;
  padding: 16px 0;
  color: #717174;
}

/* line 192, app/assets/stylesheets/qsp.css.scss */
.footerLinks a {
  padding: 8px;
  text-decoration: none;
  color: #5ba8dd;
}

/* line 198, app/assets/stylesheets/qsp.css.scss */
.footerLinks a:hover {
  color: #0084C9;
  text-decoration: underline;
}

/*===========================================================================
  Marketing/Home page
===========================================================================*/
/* line 206, app/assets/stylesheets/qsp.css.scss */
body {
  font-family: Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
}

/* line 212, app/assets/stylesheets/qsp.css.scss */
h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #274196;
}

/* line 218, app/assets/stylesheets/qsp.css.scss */
.footer h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #ffffff;
}

/* line 224, app/assets/stylesheets/qsp.css.scss */
h1 {
  margin-left: 8px;
}

/* line 228, app/assets/stylesheets/qsp.css.scss */
a.home {
  text-decoration: none;
  color: #75AADB;
}

/* line 233, app/assets/stylesheets/qsp.css.scss */
a.home:hover {
  text-decoration: underline;
  color: #00f;
}

/* line 238, app/assets/stylesheets/qsp.css.scss */
ol, ul {
  color: #717174;
  font-size: 1.0em;
}

/* line 243, app/assets/stylesheets/qsp.css.scss */
.page {
  max-width: 1000px;
}

/* line 247, app/assets/stylesheets/qsp.css.scss */
.wide-page {
  max-width: 1275px;
}

/* line 251, app/assets/stylesheets/qsp.css.scss */
.banner {
  background: url(/../images/clouds.jpg) no-repeat center bottom;
  height: 400px;
  position: relative;
  border-top: 6px solid #5ba8dd;
}

/* line 258, app/assets/stylesheets/qsp.css.scss */
.banner {
  border-bottom: 6px solid #5ba8dd;
}

/* line 262, app/assets/stylesheets/qsp.css.scss */
.footer .footerDivider {
  border-top: 6px solid #5ba8dd;
  margin-top: 10px;
}

/* line 267, app/assets/stylesheets/qsp.css.scss */
.banner .byline {
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
}

/* line 279, app/assets/stylesheets/qsp.css.scss */
.banner .byline, .banner .trades {
  position: absolute;
  margin: 0;
  padding: 0.7em 1.2em;
  background: #5ba8dd;
}

/* line 286, app/assets/stylesheets/qsp.css.scss */
.banner .byline {
  padding-top: 4px;
}

/* line 287, app/assets/stylesheets/qsp.css.scss */
.banner .trades {
  padding-bottom: 4px;
}

/* line 290, app/assets/stylesheets/qsp.css.scss */
.banner .byline, .banner .byline a, .banner .trades {
  color: #ffffff;
}

/* line 294, app/assets/stylesheets/qsp.css.scss */
.banner .byline a {
  text-decoration: none;
}

/* line 298, app/assets/stylesheets/qsp.css.scss */
.banner .byline a:hover {
  text-decoration: underline;
}

/* line 302, app/assets/stylesheets/qsp.css.scss */
.block a {
  text-decoration: none;
  color: #ffffff;
}

/* line 307, app/assets/stylesheets/qsp.css.scss */
.block a:hover {
  text-decoration: underline;
}

/* line 311, app/assets/stylesheets/qsp.css.scss */
.block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}

/* line 318, app/assets/stylesheets/qsp.css.scss */
.block li {
  padding-bottom: 15px;
  margin-left: 1em;
  color: #ffffff;
}

/* line 324, app/assets/stylesheets/qsp.css.scss */
.banner .byline .psi {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 329, app/assets/stylesheets/qsp.css.scss */
#logo {
  margin-left: 12em;
  text-align: center;
}

/* line 334, app/assets/stylesheets/qsp.css.scss */
.banner .tagline {
  color: #717174;
  font-size: 2.0em;
  font-weight: normal;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 347, app/assets/stylesheets/qsp.css.scss */
.banner .trades {
  white-space: nowrap;
  font-weight: normal;
  bottom: 0;
  right: 0;
  -moz-border-top-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
}

/* line 356, app/assets/stylesheets/qsp.css.scss */
.content {
  padding: 8px;
}

/* line 360, app/assets/stylesheets/qsp.css.scss */
.login {
  position: absolute;
  top: 12px;
  right: 6px;
}

/* line 366, app/assets/stylesheets/qsp.css.scss */
.stats, .embeddedVideo, .columnText {
  float: left;
  min-width: 280px;
  width: 45%;
}

/* line 372, app/assets/stylesheets/qsp.css.scss */
.stats, .embeddedVideo, .videoList, .block, .columnText, .singleColumn {
  margin: 0 18px;
}

/* line 376, app/assets/stylesheets/qsp.css.scss */
.stats, .embeddedVideo, .videoList, .columnText {
  margin-bottom: 16px;
  min-width: 280px;
}

/* line 381, app/assets/stylesheets/qsp.css.scss */
.columnText p, .singleColumn p {
  color: #717174;
  font-size: 1.2em;
}

/* line 386, app/assets/stylesheets/qsp.css.scss */
.block {
  margin-top: 8px;
  margin-bottom: 8px;
  float: left;
  width: 40%;
}

/* line 393, app/assets/stylesheets/qsp.css.scss */
.block table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 398, app/assets/stylesheets/qsp.css.scss */
.block table td {
  vertical-align: top;
}

/* line 402, app/assets/stylesheets/qsp.css.scss */
.block img {
  margin-right: 8px;
}

/* line 406, app/assets/stylesheets/qsp.css.scss */
.stats {
  color: #777;
  font-weight: bold;
}

/* line 411, app/assets/stylesheets/qsp.css.scss */
.stats table {
  margin-left: 22px;
}

/* line 415, app/assets/stylesheets/qsp.css.scss */
.stats td {
  padding: 2px 4px;
  font-size: 1.1em;
}

/* line 420, app/assets/stylesheets/qsp.css.scss */
.whatsIncluded td {
  color: #717174;
}

/* line 424, app/assets/stylesheets/qsp.css.scss */
.signuptop {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

/* line 430, app/assets/stylesheets/qsp.css.scss */
.signupbottom {
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

/* line 436, app/assets/stylesheets/qsp.css.scss */
.signuptop h3, .signupbottom h3 {
  display: inline-block;
  margin: 8px 0;
  position: relative;
  top: 2px;
}

/* line 443, app/assets/stylesheets/qsp.css.scss */
.videoList .title {
  color: #0084C9;
  padding-bottom: 6px;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 450, app/assets/stylesheets/qsp.css.scss */
.videoList p {
  border-bottom: 1px solid #ddd;
  min-height: 72px;
  margin: 0;
}

/* line 456, app/assets/stylesheets/qsp.css.scss */
.videoList p span {
  display: block;
}

/* line 460, app/assets/stylesheets/qsp.css.scss */
.videoList a {
  text-decoration: none;
  color: #717174;
  padding: 8px;
  padding-left: 98px;
  display: block;
  min-height: 75px;
  background: url(/../images/play-video.png) 8px 8px no-repeat;
  outline: none;
}

/* line 471, app/assets/stylesheets/qsp.css.scss */
.videoList a:hover {
  color: #0084C9;
  background: url(/../images/play-video-hover.png) 8px 8px no-repeat #F0F9FC;
}

/* line 476, app/assets/stylesheets/qsp.css.scss */
.faq .question {
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 482, app/assets/stylesheets/qsp.css.scss */
.faq .answer {
  color: #717174;
  font-size: .9em;
  margin-bottom: 25px;
  margin-left: 20px;
}

/* line 489, app/assets/stylesheets/qsp.css.scss */
.coolFact, .footer {
  clear: both;
}

/* line 493, app/assets/stylesheets/qsp.css.scss */
.coolFact h2 {
  color: #BAD80A;
  background-color: #3F6075;
  float: left;
  font-weight: normal;
  margin: 0;
  margin-right: 8px;
  -moz-border-top-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
}

/* line 506, app/assets/stylesheets/qsp.css.scss */
.coolFact .fact {
  background: #BAD80A;
  color: #3F6075;
  margin-left: 92px;
  -moz-border-top-right-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
}

/* line 518, app/assets/stylesheets/qsp.css.scss */
.coolFact h2, .coolFact .fact {
  font-size: 1em;
  font-style: italic;
  padding: 8px 20px;
}

/* line 524, app/assets/stylesheets/qsp.css.scss */
.coolFact {
  margin: 16px;
}

/* line 528, app/assets/stylesheets/qsp.css.scss */
.signuptop, .signupbottom {
  clear: both;
}

/* line 532, app/assets/stylesheets/qsp.css.scss */
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #32434a;
  text-align: center;
}

/* line 540, app/assets/stylesheets/qsp.css.scss */
.footer .copyright {
  display: inline-block;
  text-align: center;
  color: #aaaaaa;
}

/* line 546, app/assets/stylesheets/qsp.css.scss */
.footer .phone, .footer .email {
  padding: 0;
  color: #aaaaaa;
}

/* line 551, app/assets/stylesheets/qsp.css.scss */
.testimonial {
  width: 75%;
  margin: 15px;
  padding: 10px;
  border-bottom: 1px #c3c3c3 dashed;
}

/* line 558, app/assets/stylesheets/qsp.css.scss */
.endorsement {
  font-size: 1em;
}

/* line 562, app/assets/stylesheets/qsp.css.scss */
.endorser {
  font-family: Helvetica,Arial,sans-serif;
  color: #c3c3c3;
  font-size: .9em;
  margin-left: 10px;
  margin-top: 10px;
}

@media (max-width: 760px) {
  /* line 571, app/assets/stylesheets/qsp.css.scss */
  .stats, .embeddedVideo, .columnText {
    width: 95%;
  }
}

@media (max-width: 600px) {
  /* line 577, app/assets/stylesheets/qsp.css.scss */
  .stats, .embeddedVideo, .videoList, .block, .columnText, .singleColumn {
    margin-left: 8px;
    margin-right: 8px;
  }
  /* line 582, app/assets/stylesheets/qsp.css.scss */
  .block {
    margin-left: 12px;
    margin-right: 12px;
  }
  /* line 587, app/assets/stylesheets/qsp.css.scss */
  .coolFact {
    margin: 8px;
  }
  /* line 591, app/assets/stylesheets/qsp.css.scss */
  .signup h3 {
    font-size: 1em;
  }
}

@media (max-width: 700px) {
  /* line 602, app/assets/stylesheets/qsp.css.scss */
  .banner {
    font-size: 80%;
    height: 350px;
  }
}

@media (max-width: 600px) {
  /* line 603, app/assets/stylesheets/qsp.css.scss */
  .banner {
    font-size: 70%;
    height: 250px;
  }
}

@media (max-width: 350px) {
  /* line 604, app/assets/stylesheets/qsp.css.scss */
  .banner {
    font-size: 65%;
    height: 200px;
  }
  /* line 605, app/assets/stylesheets/qsp.css.scss */
  .content {
    padding: 0;
  }
  /* line 606, app/assets/stylesheets/qsp.css.scss */
  .banner .trades {
    font-size: 125%;
  }
  /* line 607, app/assets/stylesheets/qsp.css.scss */
  .footerLinks a {
    padding: 8px 4px;
  }
  /* line 608, app/assets/stylesheets/qsp.css.scss */
  .embeddedVideo {
    width: 300px;
  }
}

/*===========================================================================
  Marketing Assets
===========================================================================*/
/* line 615, app/assets/stylesheets/qsp.css.scss */
.asset {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #fafafa;
  padding: 10px 10px 10px 10px;
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 627, app/assets/stylesheets/qsp.css.scss */
.asset .assetContent {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

/* line 634, app/assets/stylesheets/qsp.css.scss */
.asset img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 641, app/assets/stylesheets/qsp.css.scss */
.asset .assetDesc {
  display: inline;
}

/* line 645, app/assets/stylesheets/qsp.css.scss */
.asset .assetDesc .callToAction {
  display: block;
  padding: 10px 0 10px 0;
}

/* line 650, app/assets/stylesheets/qsp.css.scss */
.asset h2 {
  color: #3F6075;
}

/*===========================================================================
  404 pageNotFound page
===========================================================================*/
/* line 660, app/assets/stylesheets/qsp.css.scss */
.toolbar {
  height: 43px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-bottom: 1px solid #000;
  background: #919191;
  /* Old browsers */
  background: -moz-linear-gradient(top, #919191 5%, #515151 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #919191), color-stop(100%, #515151));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #919191 5%, #515151 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #919191 5%, #515151 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #919191 5%, #515151 100%);
  /* IE10+ */
  background: linear-gradient(top, #919191 5%, #515151 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#515151',GradientType=0 );
  /* IE6-9 */
}

/* line 681, app/assets/stylesheets/qsp.css.scss */
.toolbar .title, .toolbar h1 {
  color: #fff;
  font-size: 1.2em;
  display: inline-block;
  padding-top: 11px;
  text-shadow: 0 -1px 0 #000;
  margin: 0;
}

/* line 690, app/assets/stylesheets/qsp.css.scss */
#pageNotFound {
  width: 250px;
  margin-top: 20px;
  min-height: 0;
}

/* line 696, app/assets/stylesheets/qsp.css.scss */
#pageNotFound form {
  padding: 10px;
}

/* line 700, app/assets/stylesheets/qsp.css.scss */
#pageNotFound .submit {
  text-align: center;
}

/* line 704, app/assets/stylesheets/qsp.css.scss */
#pageNotFound form .button {
  width: auto;
}

/* line 709, app/assets/stylesheets/qsp.css.scss */
.signupBanner .clouds {
  width: 100%;
  border-bottom: 1px solid #717174;
  -moz-box-shadow: 0 3px 10px -3px black;
  -webkit-box-shadow: 0 3px 10px -3px black;
  box-shadow: 0 3px 10px -3px black;
}

/* line 717, app/assets/stylesheets/qsp.css.scss */
.signupBanner .logo {
  position: absolute;
  left: 8px;
  margin: 4px;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* Image preloading to avoid "the jitters" */
/* line 5, app/assets/stylesheets/common.css.scss */
body:after {
  content: url(/images/print-button-on.png) url(/images/print-button-off.png);
  display: none;
}

/* line 11, app/assets/stylesheets/common.css.scss */
body {
  color: #333;
}

/* line 15, app/assets/stylesheets/common.css.scss */
.non-admin .admin-only {
  display: none;
}

/* line 19, app/assets/stylesheets/common.css.scss */
.font-attribution {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
  padding: 8px;
  color: #aaaaaa;
  font-size: .8em;
}

/* line 29, app/assets/stylesheets/common.css.scss */
.nowrap {
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/common.css.scss */
a {
  color: #2F7DC5;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/common.css.scss */
a:focus, a:hover {
  color: #0058A9;
}

/* line 40, app/assets/stylesheets/common.css.scss */
a img {
  border: none;
}

/* line 45, app/assets/stylesheets/common.css.scss */
.mobile-only {
  display: none;
}

/* line 49, app/assets/stylesheets/common.css.scss */
.footer a:focus,
.footer a:hover {
  color: white;
}

/* line 54, app/assets/stylesheets/common.css.scss */
h1, h2 {
  margin-left: 0 !important;
}

/* line 58, app/assets/stylesheets/common.css.scss */
h1 {
  color: #717174;
  font-size: 1.5em;
}

/* line 63, app/assets/stylesheets/common.css.scss */
h2 {
  color: #717174 !important;
  font-size: 1.2em;
}

/* line 68, app/assets/stylesheets/common.css.scss */
.footer h2 {
  color: white !important;
  font-size: 1.4em;
}

/* line 73, app/assets/stylesheets/common.css.scss */
h3 {
  color: #999;
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* line 79, app/assets/stylesheets/common.css.scss */
label {
  color: #717174;
  display: block;
  margin: 4px 0;
  font-size: 90%;
}

/* line 86, app/assets/stylesheets/common.css.scss */
.centered {
  text-align: center;
}

/* line 90, app/assets/stylesheets/common.css.scss */
.right-aligned {
  text-align: right;
}

/* line 94, app/assets/stylesheets/common.css.scss */
.side-effects-container {
  position: fixed;
  text-align: center;
  top: 76px;
  right: 0;
  left: 0;
  z-index: 999;
}

@media (max-width: 800px) {
  /* line 104, app/assets/stylesheets/common.css.scss */
  .side-effects-container {
    display: none;
  }
}

/* line 109, app/assets/stylesheets/common.css.scss */
.side-effects {
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  background-color: #f9f6de;
  border: 1px solid #fae3b1;
  color: #665226;
  display: inline-block;
  margin: auto;
  padding: 1em;
}

/* line 119, app/assets/stylesheets/common.css.scss */
.side-effects li {
  color: #665226;
}

/* line 124, app/assets/stylesheets/common.css.scss */
.api-error {
  text-align: center;
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 999;
}

/* line 131, app/assets/stylesheets/common.css.scss */
.api-error .error-message {
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #850303;
  color: #ffecec;
  display: inline-block;
  font-size: 1.1em;
  margin: auto;
  padding: 1em;
}

/* line 144, app/assets/stylesheets/common.css.scss */
.notification-popup {
  text-align: center;
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 999;
}

/* line 151, app/assets/stylesheets/common.css.scss */
.notification-popup .notification-message-wrapper {
  margin: 6px auto;
  pointer-events: none;
}

/* line 155, app/assets/stylesheets/common.css.scss */
.notification-popup .notification-message {
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #336801;
  box-sizing: border-box;
  color: #f3ffef;
  font-size: 1.1em;
  display: inline-block;
  padding: 16px;
}

/* line 167, app/assets/stylesheets/common.css.scss */
.reload-app-button {
  display: block !important;
  padding: 8px;
  text-decoration: underline;
  margin-top: 12px;
}

/* line 175, app/assets/stylesheets/common.css.scss */
.reload-app-button.secondary-button {
  color: #BB5656;
  border-color: #BB5656;
  background-color: #f7c5c5;
}

/* line 182, app/assets/stylesheets/common.css.scss */
.reload-app-button.secondary-button:hover {
  color: #fff1f1;
  border-color: #fff1f1;
  background-color: #850304;
}

/* line 189, app/assets/stylesheets/common.css.scss */
.error-text {
  color: #BB5656;
}

/* line 193, app/assets/stylesheets/common.css.scss */
.signupBanner {
  -webkit-box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8);
  background-color: #F0FCFF;
  background-image: url(/images/cloud-banner.jpg);
  border-bottom: 1px solid #B4CFE4;
  height: 88px;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* line 204, app/assets/stylesheets/common.css.scss */
.logo {
  border: 0;
  height: 80px;
}

/* line 209, app/assets/stylesheets/common.css.scss */
.padded-list li {
  margin-bottom: 1em;
}

/* line 213, app/assets/stylesheets/common.css.scss */
hr {
  border: none;
  border-bottom: 1px solid #ccc;
  height: 0;
  margin: 1em 0;
}

/* line 220, app/assets/stylesheets/common.css.scss */
.main {
  min-height: 200px;
}

/* line 224, app/assets/stylesheets/common.css.scss */
.sidebar {
  clear: both;
  float: right;
  min-width: 200px;
  margin-left: 1em;
}

/* line 229, app/assets/stylesheets/common.css.scss */
.sidebar h2 {
  margin-top: 2em;
}

/* line 234, app/assets/stylesheets/common.css.scss */
.back {
  display: inline-block;
  margin-bottom: 1em;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

/* line 242, app/assets/stylesheets/common.css.scss */
.back:before {
  content: '\2190\0000a0Back to ';
}

/* line 246, app/assets/stylesheets/common.css.scss */
.connection-bar {
  background-color: #f99;
  border-bottom: 1px solid #a99;
  color: #900;
  padding: 1em;
  position: relative;
  z-index: 15;
}

/* line 255, app/assets/stylesheets/common.css.scss */
.connection-bar .red-button {
  position: absolute;
  right: 6px;
  top: 6px;
}

/* line 261, app/assets/stylesheets/common.css.scss */
.renewal-popup,
.new-edition-to-activate {
  color: #070;
  right: 175px;
  top: 9px;
  position: absolute;
  z-index: 10;
}

/* line 270, app/assets/stylesheets/common.css.scss */
.renewal-popup {
  right: 0;
  top: 28px;
  color: #fff;
}

/* line 276, app/assets/stylesheets/common.css.scss */
.custom-parts-markup-edit .popup {
  right: 20px;
  bottom: 220px;
  position: absolute;
}

/* line 282, app/assets/stylesheets/common.css.scss */
.new-edition-to-activate {
  width: 230px;
}

/* line 286, app/assets/stylesheets/common.css.scss */
.renewal-popup-message,
.new-edition-to-activate-message {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.6);
  background-color: #dfd;
  display: inline-block;
  font-weight: bold;
  line-height: 24px;
  margin-left: -1px;
  margin-top: -12px;
  padding: 0.5em 1em;
  text-align: left;
}

/* line 300, app/assets/stylesheets/common.css.scss */
.pdf-image-preview-large,
.pdf-image-preview {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px;
  margin: 0 8px 10px 0;
  text-align: center;
  vertical-align: top;
}

/* line 311, app/assets/stylesheets/common.css.scss */
.pdf-image-preview-large .valign-helper,
.pdf-image-preview .valign-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 316, app/assets/stylesheets/common.css.scss */
.pdf-image-preview-large .pdf-image-container,
.pdf-image-preview .pdf-image-container {
  height: 150px;
  width: 150px;
  white-space: nowrap;
}

/* line 321, app/assets/stylesheets/common.css.scss */
.pdf-image-preview-large img,
.pdf-image-preview img {
  display: inline-block;
  height: auto;
  margin: auto;
  width: auto;
  max-height: 150px;
  max-width: 150px;
  vertical-align: middle;
}

/* line 330, app/assets/stylesheets/common.css.scss */
.pdf-image-preview-large .image-code,
.pdf-image-preview .image-code {
  display: block;
  margin-top: 4px;
}

/* line 338, app/assets/stylesheets/common.css.scss */
.pdf-image-preview-large .pdf-image-container {
  height: 300px;
  width: 300px;
}

/* line 342, app/assets/stylesheets/common.css.scss */
.pdf-image-preview-large img {
  max-height: 300px;
  max-width: 300px;
}

/* line 349, app/assets/stylesheets/common.css.scss */
.new-edition-to-activate-message {
  border: 1px solid #070;
}

/* line 353, app/assets/stylesheets/common.css.scss */
.renewal-popup-message {
  border: 1px solid #a22;
  background-color: #fcc;
  color: #900;
  margin-top: -6px;
}

/* line 360, app/assets/stylesheets/common.css.scss */
.renewal-popup .box-arrow,
.new-edition-to-activate .box-arrow {
  color: #070;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  margin-left: -2px;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  vertical-align: top;
}

/* line 372, app/assets/stylesheets/common.css.scss */
.new-edition-to-activate .box-arrow {
  margin-top: -10px;
}

/* line 376, app/assets/stylesheets/common.css.scss */
.renewal-popup .box-arrow {
  color: #a22;
  display: block;
  margin-left: 1.5em;
  padding-right: 40px;
}

/* line 383, app/assets/stylesheets/common.css.scss */
.page {
  background-color: #F2F2F2;
  max-width: 940px;
  position: relative;
}

/* line 389, app/assets/stylesheets/common.css.scss */
.wide-page {
  max-width: 1275px !important;
}

/* line 393, app/assets/stylesheets/common.css.scss */
.mobile .page {
  width: inherit !important;
}

/* line 397, app/assets/stylesheets/common.css.scss */
.content {
  background-color: #fff;
  padding: 1em 2em 4em !important;
  position: relative;
  min-height: 300px;
}

/* line 404, app/assets/stylesheets/common.css.scss */
#recent-activity {
  width: 300px;
}

/* line 408, app/assets/stylesheets/common.css.scss */
.recent-activity-item {
  -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #bbb;
  padding: 1em;
  margin: 1em 0;
}

/* line 413, app/assets/stylesheets/common.css.scss */
.recent-activity-item h2 {
  margin: 0.5em 0 0 !important;
}

/* line 419, app/assets/stylesheets/common.css.scss */
.recent-edition-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 12px 0;
}

/* line 424, app/assets/stylesheets/common.css.scss */
.recent-edition-item:focus, .recent-edition-item:hover {
  -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  background-color: #E6F5FC;
  border-color: #0058A9;
}

/* line 432, app/assets/stylesheets/common.css.scss */
#recent-editions a {
  text-decoration: none !important;
}

/* line 436, app/assets/stylesheets/common.css.scss */
.admin-search-box {
  position: absolute;
  top: -42px;
  right: 1em;
  z-index: 100;
}

/* line 441, app/assets/stylesheets/common.css.scss */
.admin-search-box input {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: inset 0px 1px 1px #ccc;
  -moz-box-shadow: inset 0px 1px 1px #ccc;
  box-shadow: inset 0px 1px 1px #ccc;
  font-size: 0.9em;
  border: 1px solid #aaa;
  padding: 4px 1em;
  outline: none;
  min-width: 220px;
}

/* line 452, app/assets/stylesheets/common.css.scss */
.search-result-scope {
  margin: 4px 0;
}

/* line 456, app/assets/stylesheets/common.css.scss */
.breadcrumb-container {
  position: relative;
}

/* line 460, app/assets/stylesheets/common.css.scss */
.breadcrumbs {
  color: #000;
  font-size: 12pt;
  font-weight: bold;
  list-style: none;
  padding-left: 1.5em;
}

/* line 468, app/assets/stylesheets/common.css.scss */
.breadcrumbs.level-1 {
  padding-left: 0;
}

/* line 469, app/assets/stylesheets/common.css.scss */
.breadcrumbs.level-2 {
  padding-left: 0.3em;
}

/* inherits padding-left: 1.5em; */
/* line 473, app/assets/stylesheets/common.css.scss */
.button,
.small-button,
.disabled-button,
.secondary-button,
.cancel-button,
.greenish-button,
.green-button,
.redish-button,
.red-button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11pt;
  font-weight: normal;
  padding: 8px 16px;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 500, app/assets/stylesheets/common.css.scss */
.button:disabled,
.small-button:disabled,
.disabled-button:disabled,
.secondary-button:disabled,
.cancel-button:disabled,
.greenish-button:disabled,
.green-button:disabled,
.redish-button:disabled,
.red-button:disabled {
  color: #ccc !important;
  background-color: #fefefe !important;
  border-color: #ccc !important;
}

/* line 507, app/assets/stylesheets/common.css.scss */
.small-button,
.cancel-button {
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  vertical-align: top;
}

/* line 516, app/assets/stylesheets/common.css.scss */
.small-button,
.button,
.cancel-button {
  background: #ddd;
  background: -moz-linear-gradient(top, #ddd 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #ddd 0%, #ccc 100%);
  background: -o-linear-gradient(top, #ddd 0%, #ccc 100%);
  background: -ms-linear-gradient(top, #ddd 0%, #ccc 100%);
  background: linear-gradient(to bottom, #ddd 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#ccc',GradientType=0 );
  border-color: #aaa;
}

/* line 521, app/assets/stylesheets/common.css.scss */
.small-button:focus, .small-button:hover,
.button:focus,
.button:hover,
.cancel-button:focus,
.cancel-button:hover {
  background-color: #3583B9;
  border-color: #2575AD;
  color: #fff;
}

/* line 529, app/assets/stylesheets/common.css.scss */
.popup-container, .popup-trigger {
  display: inline;
}

/* line 533, app/assets/stylesheets/common.css.scss */
.popup button {
  margin: 2px;
}

/* line 537, app/assets/stylesheets/common.css.scss */
.subdued .button,
.small-button,
.subdued .button,
.small-button,
.secondary-button {
  background: #F1F9FF;
  border-color: #95CDF4;
  color: #5ba8dd;
}

/* line 547, app/assets/stylesheets/common.css.scss */
.cancel-button {
  background: #E9E9E9;
  border-color: #d7d7d7;
  color: #9A9A9A;
}

/* line 553, app/assets/stylesheets/common.css.scss */
.button,
.small-button:hover,
.small-button:focus,
.secondary-button:focus,
.secondary-button:hover {
  background: #5ba8dd;
  border-color: #4892C5;
  color: #fff;
}

/* line 563, app/assets/stylesheets/common.css.scss */
.cancel-button:hover,
.cancel-button:focus {
  background: #c6c6c6;
  border-color: #989898;
  color: #8c8c8c;
}

/* line 570, app/assets/stylesheets/common.css.scss */
.button:active {
  background: #4687b5;
  border-color: #357cad;
  color: #fff;
}

/* line 576, app/assets/stylesheets/common.css.scss */
.small-button:active,
.secondary-button:active {
  background: #77b3dc;
  border-color: #6298bd;
  color: #fff;
}

/* line 583, app/assets/stylesheets/common.css.scss */
.button:disabled,
.small-button:disabled,
.secondary-button:disabled,
.disabled-button {
  background: #f6f6f6;
  border-color: #ddd;
  color: #ccc;
  cursor: not-allowed;
}

/* line 593, app/assets/stylesheets/common.css.scss */
.redish-button {
  background: #fee;
  border-color: #eaa;
  color: #c66;
}

/* line 599, app/assets/stylesheets/common.css.scss */
.redish-button:focus,
.redish-button:hover {
  background: #c66;
  border-color: #a33;
  color: #fff;
}

/* line 606, app/assets/stylesheets/common.css.scss */
.redish-button:active {
  background: #ce7b7b;
  border-color: #ab4b4b;
  color: #fff;
}

/* line 612, app/assets/stylesheets/common.css.scss */
.greenish-button {
  background: #efe;
  border-color: #aea;
  color: #6c6;
}

/* line 618, app/assets/stylesheets/common.css.scss */
.greenish-button:focus,
.greenish-button:hover {
  background: #6c6;
  border-color: #3a3;
  color: #fff;
}

/* line 625, app/assets/stylesheets/common.css.scss */
.greenish-button:active {
  background: #83ce83;
  border-color: #53a553;
  color: #fff;
}

/* line 631, app/assets/stylesheets/common.css.scss */
.red-button {
  background: #D62828;
  background: -moz-linear-gradient(top, #D62828 0%, #84191A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D62828), color-stop(100%, #84191A));
  background: -webkit-linear-gradient(top, #D62828 0%, #84191A 100%);
  background: -o-linear-gradient(top, #D62828 0%, #84191A 100%);
  background: -ms-linear-gradient(top, #D62828 0%, #84191A 100%);
  background: linear-gradient(to bottom, #D62828 0%, #84191A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D62828', endColorstr='#84191A',GradientType=0 );
  border-color: #900;
  border-bottom-color: #600;
  border-top-color: #E33;
}

/* line 638, app/assets/stylesheets/common.css.scss */
.green-button {
  background: #61d155;
  background: -moz-linear-gradient(top, #61d155 0%, #309323 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61d155), color-stop(100%, #309323));
  background: -webkit-linear-gradient(top, #61d155 0%, #309323 100%);
  background: -o-linear-gradient(top, #61d155 0%, #309323 100%);
  background: -ms-linear-gradient(top, #61d155 0%, #309323 100%);
  background: linear-gradient(to bottom, #61d155 0%, #309323 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d155', endColorstr='#309323',GradientType=0 );
  border-color: #2a8c1c;
  border-bottom-color: #6cb065;
  border-top-color: #78ba6e;
}

/* line 645, app/assets/stylesheets/common.css.scss */
.current-company-name {
  color: #717174;
  font-size: 1.2em;
  padding: 1em;
  position: absolute;
  right: 0;
}

/* line 651, app/assets/stylesheets/common.css.scss */
.current-company-name .company-name {
  display: inline-block;
  min-width: 175px;
  text-align: right;
}

/* line 658, app/assets/stylesheets/common.css.scss */
.invisible {
  visibility: hidden;
}

/* line 662, app/assets/stylesheets/common.css.scss */
.simple-form {
  background-color: #fff;
  margin: 2em auto;
  width: 220px;
}

/* line 668, app/assets/stylesheets/common.css.scss */
.simple-form form {
  border: 1px solid #ccc;
  padding: 1em;
}

/* line 673, app/assets/stylesheets/common.css.scss */
.simple-form label {
  display: inline-block;
  padding-bottom: 2px;
}

/* line 678, app/assets/stylesheets/common.css.scss */
.simple-form input[type="text"],
.simple-form input[type="email"],
.simple-form input[type="password"],
.simple-form select {
  box-sizing: border-box;
  padding: 2px;
  width: 100%;
}

/* line 687, app/assets/stylesheets/common.css.scss */
.simple-form-header {
  background-color: #5ba8dd;
  height: 40px;
  text-align: center;
}

/* line 693, app/assets/stylesheets/common.css.scss */
.simple-form-header h1,
.simple-form-header h2 {
  width: 100%;
  padding-top: 10px;
  font-weight: normal;
  color: #fff !important;
  display: inline-block;
  margin: 0;
  font-size: 1.3em;
}

/* line 706, app/assets/stylesheets/common.css.scss */
.part-override-form .field_with_errors {
  display: inline-block;
}

/* line 710, app/assets/stylesheets/common.css.scss */
.field_with_errors input {
  background-color: #fee !important;
}

/* line 714, app/assets/stylesheets/common.css.scss */
.subdued {
  color: #aaa;
  font-size: 0.9em;
}

/* line 719, app/assets/stylesheets/common.css.scss */
.success,
.popup .success {
  color: #019601 !important;
}

/* line 724, app/assets/stylesheets/common.css.scss */
a.light,
a.subdued,
.subdued a {
  color: #75AADB;
  text-decoration: none;
}

/* line 731, app/assets/stylesheets/common.css.scss */
a:hover,
a:focus,
a.light:hover,
a.light:focus,
a.subdued:hover,
a.subdued:focus,
.subdued a:hover,
.subdued a:focus {
  color: #0058A9;
}

/* line 742, app/assets/stylesheets/common.css.scss */
.awesome {
  color: #0a0;
  font-weight: bold;
}

/* line 747, app/assets/stylesheets/common.css.scss */
.important {
  color: #C78709;
  font-weight: bold;
}

/* line 752, app/assets/stylesheets/common.css.scss */
.hidden,
.admin-only h3,
.admin-only label,
.admin-only .subdued,
.admin-only .textinput-explanation,
.admin-only .checkbox-explanation,
.admin-only {
  color: #B79A1F;
}

/*Style the Devise error messages*/
/* line 765, app/assets/stylesheets/common.css.scss */
#error_explanation {
  background-color: #fee;
  border: 1px solid #a00;
  color: #c00;
  display: block;
  font-weight: bold;
  margin: 0 auto 1em;
  padding: 0.5em 1em;
  width: 400px;
}

/* line 776, app/assets/stylesheets/common.css.scss */
#error_explanation h2 {
  display: none;
}

/* line 780, app/assets/stylesheets/common.css.scss */
#error_explanation ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* line 787, app/assets/stylesheets/common.css.scss */
.empty {
  color: #aaa;
  font-style: italic;
}

/* line 792, app/assets/stylesheets/common.css.scss */
.instructions {
  margin: 1em 2em 2em;
}

/* line 796, app/assets/stylesheets/common.css.scss */
.flash-message-container {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

/* line 805, app/assets/stylesheets/common.css.scss */
.flash-message {
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.1em;
  margin: auto;
  max-width: 320px;
}

/* line 814, app/assets/stylesheets/common.css.scss */
.flash-message div {
  padding: 1em;
  background-color: #fff;
}

/* line 819, app/assets/stylesheets/common.css.scss */
.flash-message,
.flash-message div {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 825, app/assets/stylesheets/common.css.scss */
.flash-message .alert {
  background-color: #ffc;
  color: #000;
  border: 1px solid #ccc;
}

/* line 826, app/assets/stylesheets/common.css.scss */
.flash-message .error {
  background-color: #F9DEDE;
  color: #BB5656;
  border: 1px solid #DCB4B4;
}

/* line 827, app/assets/stylesheets/common.css.scss */
.flash-message .notice {
  background-color: #ecf5ff;
  border: 1px solid #ccc;
}

/* line 830, app/assets/stylesheets/common.css.scss */
.flash-message .alert,
.flash-message .error,
.flash-message .notice {
  border-top: 0;
}

/* line 836, app/assets/stylesheets/common.css.scss */
.align-center {
  text-align: center;
}

/* line 837, app/assets/stylesheets/common.css.scss */
.align-right {
  text-align: right;
}

/* line 839, app/assets/stylesheets/common.css.scss */
.float-right {
  float: right;
}

/* line 841, app/assets/stylesheets/common.css.scss */
.delete-link {
  color: #c88 !important;
  text-decoration: underline;
}

/* line 846, app/assets/stylesheets/common.css.scss */
.delete-link:focus,
.delete-link:hover {
  color: #900 !important;
}

/* line 851, app/assets/stylesheets/common.css.scss */
.no-underline,
.no-underline a {
  text-decoration: none;
}

/* Override style of S3 Upload UI (progress bar) */
/* line 857, app/assets/stylesheets/common.css.scss */
#s3-uploader .upload {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 863, app/assets/stylesheets/common.css.scss */
#s3-upload-instructions {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding-bottom: 1em;
}

/* line 869, app/assets/stylesheets/common.css.scss */
.data-import {
  border: 1px solid #ccc !important;
  font-size: 0.9em;
  margin-top: -1px;
  padding: 1em !important;
  width: 300px;
}

/* line 877, app/assets/stylesheets/common.css.scss */
.data-import .progress-bar-border {
  margin: 4px 0;
}

/* line 881, app/assets/stylesheets/common.css.scss */
.upload .progress,
.progress-bar-border {
  background-color: #f4f4f4;
  border: 1px solid #aaa;
  height: 8px;
  overflow: hidden;
  text-align: left;
  transition: height .5s ease-out;
}

/* line 891, app/assets/stylesheets/common.css.scss */
.upload .progress .bar,
.progress-bar {
  background-color: #5ba8dd;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 100%;
  transition: width .5s ease-out;
}

/* line 900, app/assets/stylesheets/common.css.scss */
.upload .progress,
.upload .progress .bar,
.progress-bar-border,
.progress-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 907, app/assets/stylesheets/common.css.scss */
.printed-repair-table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 912, app/assets/stylesheets/common.css.scss */
.printed-repair-table th {
  text-align: left;
}

/* line 916, app/assets/stylesheets/common.css.scss */
.printed-repair-table th,
.printed-repair-table td {
  padding: 8px;
}

/* line 921, app/assets/stylesheets/common.css.scss */
.printed-repair-table tr {
  border: 1px solid #ddd;
}

/* line 925, app/assets/stylesheets/common.css.scss */
.region-group-table {
  width: 100%;
}

/* line 929, app/assets/stylesheets/common.css.scss */
.region-group-table .odd,
.printed-repair-table .odd {
  background-color: #f8f8f8;
}

/* line 934, app/assets/stylesheets/common.css.scss */
.printed-repair-table .progress-bar-border {
  display: inline-block;
  width: 80px;
}

/* line 939, app/assets/stylesheets/common.css.scss */
.printed-repair-table .repair-description {
  font-weight: normal;
}

/* line 943, app/assets/stylesheets/common.css.scss */
.printed-repair-table .repair-number {
  vertical-align: top;
}

/* line 947, app/assets/stylesheets/common.css.scss */
.percentage-value {
  color: #2F7DC6;
  font-size: 0.9em;
  vertical-align: top;
}

/* line 953, app/assets/stylesheets/common.css.scss */
.percent-printed {
  position: absolute;
  right: 4px;
  top: 0;
  text-align: right;
}

/* line 958, app/assets/stylesheets/common.css.scss */
.percent-printed .percent-printed-tooltip {
  color: #2F7DC5;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin-right: 8px;
  text-decoration: underline;
}

/* line 968, app/assets/stylesheets/common.css.scss */
.percent-printed:focus .percent-printed-tooltip, .percent-printed:hover .percent-printed-tooltip {
  color: #0058A9;
}

/* line 972, app/assets/stylesheets/common.css.scss */
.percent-printed .progress-bar-border {
  background-color: #fff;
  border-color: #DCB90F;
  display: inline-block;
  height: 10px;
  width: 30px;
}

/* line 979, app/assets/stylesheets/common.css.scss */
.percent-printed .progress-bar {
  background-color: #EFCA1C;
}

/* line 985, app/assets/stylesheets/common.css.scss */
.none-printed .progress-bar-border {
  border-color: #CC8787;
  background-color: #FFF7F7;
}

/* line 986, app/assets/stylesheets/common.css.scss */
.none-printed .progress-bar {
  background-color: #CC8787;
}

/* line 990, app/assets/stylesheets/common.css.scss */
.all-printed .progress-bar-border {
  border-color: #8CB38C;
}

/* line 991, app/assets/stylesheets/common.css.scss */
.all-printed .progress-bar {
  background-color: #9DC79D;
}

/* line 995, app/assets/stylesheets/common.css.scss */
.new-edition-badge {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-color: #cfc;
  border: 1px solid #7a7;
  color: #080;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
}

/* line 1007, app/assets/stylesheets/common.css.scss */
.oem-list-item .oem-printed {
  display: inline-block;
  text-align: center;
  width: 24px;
}

/* line 1013, app/assets/stylesheets/common.css.scss */
.oem-list-item .button,
.oem-list-item .delete-link {
  display: inline-block;
  padding: 0.5em 1em;
}

/* line 1020, app/assets/stylesheets/common.css.scss */
.close-button {
  color: inherit;
  padding: 16px 22px;
  right: 0;
  top: 0;
  text-decoration: none;
  position: absolute;
}

/* line 1029, app/assets/stylesheets/common.css.scss */
.has-xml {
  color: #C00;
  font-size: 0.7em;
  position: absolute;
  top: 2px;
  text-align: center;
  width: 70px;
}

/* line 1038, app/assets/stylesheets/common.css.scss */
.padded-link {
  display: inline-block;
  padding: 4px 0;
}

/* line 1044, app/assets/stylesheets/common.css.scss */
.pagination .current-page {
  color: #C00;
  background-color: #F9D4D4;
  font-weight: bold;
}

/* line 1050, app/assets/stylesheets/common.css.scss */
.pagination .pagination-link:focus, .pagination .pagination-link:hover {
  background-color: #E6F5FC;
}

/* line 1055, app/assets/stylesheets/common.css.scss */
.pagination .current-page,
.pagination .pagination-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  float: left;
  padding: 8px;
}

/* line 1064, app/assets/stylesheets/common.css.scss */
.renewal-report h2 {
  margin: 1em 0 0.5em 0;
}

/* line 1065, app/assets/stylesheets/common.css.scss */
.renewal-report h3 {
  margin: 1em 0 0.5em 0;
}

/* line 1066, app/assets/stylesheets/common.css.scss */
.renewal-report h4 {
  margin: 1em 0 0.5em 0;
}

/* line 1068, app/assets/stylesheets/common.css.scss */
.renewal-report .repair-number {
  position: absolute;
}

/* line 1069, app/assets/stylesheets/common.css.scss */
.renewal-report .repair-description {
  margin-left: 64px;
}

/* line 1070, app/assets/stylesheets/common.css.scss */
.renewal-report .repair-comments {
  margin-left: 64px;
}

/* line 1072, app/assets/stylesheets/common.css.scss */
.renewal-report .repair {
  float: none;
}

/* line 1073, app/assets/stylesheets/common.css.scss */
.renewal-report .repair:focus,
.renewal-report .repair:hover {
  background-color: #fff;
}

/* line 1075, app/assets/stylesheets/common.css.scss */
.repair-added {
  background-color: #dfd !important;
}

/* line 1076, app/assets/stylesheets/common.css.scss */
.repair-removed {
  background-color: #fee !important;
  text-decoration: line-through;
}

/* line 1078, app/assets/stylesheets/common.css.scss */
.renewal-report .repair-overrides {
  margin: 1em 0 0 64px;
}

/* line 1080, app/assets/stylesheets/common.css.scss */
.renewal-report .repair-overrides,
.renewal-report .repair-description,
.renewal-report .repair-comments {
  margin-left: 64px;
}

/* line 1085, app/assets/stylesheets/common.css.scss */
.container-added {
  color: #090;
}

/* line 1086, app/assets/stylesheets/common.css.scss */
.container-removed {
  color: #900;
}

/* line 1088, app/assets/stylesheets/common.css.scss */
.indented-section {
  margin-left: 3em;
}

/* line 1093, app/assets/stylesheets/common.css.scss */
.legal-mumbo-jumbo {
  color: #333;
  margin-bottom: 2em;
}

/* line 1096, app/assets/stylesheets/common.css.scss */
.legal-mumbo-jumbo li {
  color: #333;
  margin-bottom: 0.5em;
}

/* line 1102, app/assets/stylesheets/common.css.scss */
.book-highlight {
  background-color: #c0c0c0;
}

/* line 1103, app/assets/stylesheets/common.css.scss */
.popup-trigger.activated .column-heading,
.popup-trigger.activated .book-highlight {
  background-color: #fafa00;
}

/* line 1106, app/assets/stylesheets/common.css.scss */
.highlighted {
  animation: flash linear 0.7s 3;
  -webkit-animation: flash linear 0.7s 3;
}

@media print {
  /* line 1114, app/assets/stylesheets/common.css.scss */
  .no-print, .no-print * {
    display: none !important;
  }
  /* line 1118, app/assets/stylesheets/common.css.scss */
  .signupBanner {
    background-image: none;
  }
  /* line 1122, app/assets/stylesheets/common.css.scss */
  .back {
    display: none;
  }
}

/* line 1125, app/assets/stylesheets/common.css.scss */
#company-switcher {
  display: block;
  vertical-align: top;
  float: left;
  text-align: right;
  margin: -4px 8px 4px;
}

/* line 1133, app/assets/stylesheets/common.css.scss */
#company-switcher .secondary-button {
  font-size: 80%;
  padding: 6px 10px;
}

/* line 1139, app/assets/stylesheets/common.css.scss */
#company-switcher-list {
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #aaa;
  clear: both;
  display: none;
  list-style: none;
  margin-bottom: 0;
  margin-top: 4px;
  top: -2px;
  padding: 0;
  position: relative;
  text-align: left;
}

/* line 1154, app/assets/stylesheets/common.css.scss */
#company-switcher-list a {
  color: #33f;
  border-top: 1px solid #ccc;
  display: block;
  font-size: 10pt;
  margin-top: -1px;
  padding: 1em;
  text-decoration: none;
}

/* line 1162, app/assets/stylesheets/common.css.scss */
#company-switcher-list a:focus, #company-switcher-list a:hover {
  background-color: #F1F9FF;
  color: #00f;
  text-decoration: none;
}

/* line 1172, app/assets/stylesheets/common.css.scss */
#company-switcher:focus #company-switcher-list,
#company-switcher:hover #company-switcher-list {
  display: block;
}

/* line 1175, app/assets/stylesheets/common.css.scss */
.toc {
  min-height: 600px;
  padding: 0;
}

/* line 1178, app/assets/stylesheets/common.css.scss */
.toc li {
  border-bottom: 1px solid #ECECE2;
  list-style: none;
  position: relative;
}

/* line 1179, app/assets/stylesheets/common.css.scss */
.toc li:first-child {
  border-top: 1px solid #ECECE2;
}

/* line 1184, app/assets/stylesheets/common.css.scss */
.toc a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 14px;
  margin-right: 123px;
  white-space: nowrap;
}

/* line 1193, app/assets/stylesheets/common.css.scss */
.toc .percent-printed {
  padding: 12px 8px;
}

/* line 1197, app/assets/stylesheets/common.css.scss */
.toc li:focus,
.toc li:hover {
  background-color: #E8F3FF;
}

/* line 1200, app/assets/stylesheets/common.css.scss */
.toc .container-code {
  color: #999;
  display: inline-block;
  margin-right: 12px;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  font-weight: normal;
}

/* line 1210, app/assets/stylesheets/common.css.scss */
.zebra {
  background-color: #fafafa;
}

/* line 1212, app/assets/stylesheets/common.css.scss */
.highlight-row {
  background-color: #ff0;
}

/* line 1213, app/assets/stylesheets/common.css.scss */
.highlight-row:hover {
  background-color: #fafa00 !important;
}

/* line 1216, app/assets/stylesheets/common.css.scss */
.highlight-row:hover a {
  background-color: inherit !important;
}

/* line 1221, app/assets/stylesheets/common.css.scss */
.repair-subgroup-preview {
  padding: 2.5em 3em 4.5em;
  min-height: 800px;
  position: relative;
}

/* line 1227, app/assets/stylesheets/common.css.scss */
.repair-subgroup-preview,
.toc {
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  margin: 0;
  position: relative;
}

/* line 1235, app/assets/stylesheets/common.css.scss */
.book-content-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 1240, app/assets/stylesheets/common.css.scss */
.book-content-wrapper {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 1245, app/assets/stylesheets/common.css.scss */
.book-content-wrapper td {
  vertical-align: top;
}

/* line 1248, app/assets/stylesheets/common.css.scss */
.book-content-wrapper .book-content {
  width: 100%;
}

/* line 1254, app/assets/stylesheets/common.css.scss */
.wide-page .settings-panel {
  width: 333px;
  margin-left: -3px;
}

/* line 1260, app/assets/stylesheets/common.css.scss */
.page-instructions {
  color: #999;
  margin: 18px 2px;
}

/* line 1265, app/assets/stylesheets/common.css.scss */
#react-app {
  min-height: 300px;
}

/* line 1269, app/assets/stylesheets/common.css.scss */
.page-container {
  position: relative;
  padding-top: 2em;
}

/* line 1274, app/assets/stylesheets/common.css.scss */
.page-swap-enter {
  position: absolute !important;
  opacity: 0;
}

/* line 1279, app/assets/stylesheets/common.css.scss */
.page-swap-enter-active {
  animation: fadeIn .3s;
}

/* line 1286, app/assets/stylesheets/common.css.scss */
.page-swap-leave-active {
  animation: pageFadeOut .3s;
}

/* line 1290, app/assets/stylesheets/common.css.scss */
.notification-container-enter,
.error-message-enter {
  margin-top: -80px;
  opacity: 0.01;
  transition: all .25s ease-in-out .25s;
}

/* line 1297, app/assets/stylesheets/common.css.scss */
.notification-container-enter-active,
.error-message-enter-active {
  margin-top: 0;
  opacity: 1;
}

/* line 1303, app/assets/stylesheets/common.css.scss */
.notification-container-leave,
.error-message-leave {
  margin-top: 0;
  opacity: 1;
  transition: all .25s ease-in-out;
}

/* line 1310, app/assets/stylesheets/common.css.scss */
.notification-container-leave-active,
.error-message-leave-active {
  margin-top: -80px;
  opacity: 0;
}

/* line 1317, app/assets/stylesheets/common.css.scss */
.notification-message-enter {
  opacity: 0.01;
  transition: all .25s ease-in-out .25s;
}

/* line 1322, app/assets/stylesheets/common.css.scss */
.notification-message-enter-active {
  opacity: 1;
}

/* line 1326, app/assets/stylesheets/common.css.scss */
.notification-message-leave {
  opacity: 1;
  max-height: 100px;
  transition: all .25s ease-in-out;
}

/* line 1332, app/assets/stylesheets/common.css.scss */
.notification-message-leave-active {
  opacity: 0;
  max-height: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: -6px !important;
}

/* line 1340, app/assets/stylesheets/common.css.scss */
.app-page {
  position: relative;
  min-height: 320px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1347, app/assets/stylesheets/common.css.scss */
.saving {
  animation: pulseAnimation 1s infinite;
  color: #999;
  padding: 12px 0 11px;
  text-align: center;
}

/* line 1354, app/assets/stylesheets/common.css.scss */
.fadeIn {
  animation: fadeIn 0.5s;
}

/* line 1358, app/assets/stylesheets/common.css.scss */
.loading {
  text-align: center;
  animation: fadeIn 0.5s;
}

/* line 1363, app/assets/stylesheets/common.css.scss */
.updating-modal, .ordering-modal {
  background-color: rgba(200, 200, 200, 0.3);
  color: #C78709;
  font-size: 2em;
  font-weight: bold;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 28px 0;
  text-align: center;
  z-index: 200;
}

/* line 1375, app/assets/stylesheets/common.css.scss */
.updating-modal img, .ordering-modal img {
  height: 32px;
  vertical-align: top;
}

/* line 1382, app/assets/stylesheets/common.css.scss */
.ordering-modal {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
}

/* line 1387, app/assets/stylesheets/common.css.scss */
.simple-fade-enter {
  opacity: 0.01;
  transition: all .5s ease-in;
}

/* line 1392, app/assets/stylesheets/common.css.scss */
.simple-fade-enter-active {
  opacity: 1;
}

/* line 1396, app/assets/stylesheets/common.css.scss */
.simple-fade-leave {
  opacity: 1;
  transition: all .5s ease-in;
}

/* line 1401, app/assets/stylesheets/common.css.scss */
.simple-fade-leave-active {
  opacity: 0;
}

/* line 1405, app/assets/stylesheets/common.css.scss */
.empty-message {
  color: #aaa;
  font-style: italic;
}

/* line 1410, app/assets/stylesheets/common.css.scss */
.padded-link {
  display: inline-block;
  padding: 4px 0;
}

/* line 1415, app/assets/stylesheets/common.css.scss */
.salesforce-contract {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 0 1em 1em 1em;
}

/* line 1422, app/assets/stylesheets/common.css.scss */
.breadcrumb-bar {
  color: #717174;
  margin: 2em 3px 1.5em;
}

/* line 1425, app/assets/stylesheets/common.css.scss */
.breadcrumb-bar a {
  text-decoration: underline;
}

/* line 1428, app/assets/stylesheets/common.css.scss */
.breadcrumb-separator {
  color: #ccc;
  display: inline-block;
  font-size: 90%;
  padding: 0 6px;
  vertical-align: top;
}

/* line 1436, app/assets/stylesheets/common.css.scss */
.dashboard-link {
  position: absolute;
  top: -5em;
}

/* line 1441, app/assets/stylesheets/common.css.scss */
.checkbox-label {
  color: #666;
  display: inline-block;
  font-size: 90%;
}

/* line 1447, app/assets/stylesheets/common.css.scss */
.popup-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  position: absolute;
  text-align: left;
  z-index: 1;
}

/* line 1456, app/assets/stylesheets/common.css.scss */
.mobile-setup .popup {
  margin-top: -60px;
  margin-left: 30px;
  min-width: 250px;
}

/* line 1462, app/assets/stylesheets/common.css.scss */
.reporting-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

/* line 1465, app/assets/stylesheets/common.css.scss */
.reporting-table td, .reporting-table th {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

/* line 1469, app/assets/stylesheets/common.css.scss */
.reporting-table th {
  background-color: #eee;
  text-align: left;
}

/* line 1476, app/assets/stylesheets/common.css.scss */
.two-column {
  display: flex;
}

/* line 1480, app/assets/stylesheets/common.css.scss */
.two-column > div {
  margin-bottom: 24px;
  margin-right: 24px;
  flex-grow: 1;
}

/* line 1486, app/assets/stylesheets/common.css.scss */
.two-column > div:last-child {
  margin-right: 0;
}

/* line 1491, app/assets/stylesheets/common.css.scss */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

/* line 1500, app/assets/stylesheets/common.css.scss */
.toggle-switch input[type="checkbox"] {
  display: none;
}

/* line 1503, app/assets/stylesheets/common.css.scss */
.toggle-switch .switch {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.2s ease;
}

/* line 1514, app/assets/stylesheets/common.css.scss */
.toggle-switch .switch::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #aaa;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* line 1525, app/assets/stylesheets/common.css.scss */
.toggle-switch input[type="checkbox"]:checked + .switch::before {
  transform: translateX(20px);
  background-color: #9DC79D;
}

/* line 1529, app/assets/stylesheets/common.css.scss */
.toggle-switch input[type="checkbox"]:checked + .switch {
  background-color: #47af4b;
}

/* line 1533, app/assets/stylesheets/common.css.scss */
.stepper {
  border: 2px solid #47af4b;
  border-radius: 5px;
  height: 18px;
  padding: 2px;
  display: inline-block;
}

/* line 1541, app/assets/stylesheets/common.css.scss */
.stepper-label {
  display: inline-table;
  height: 26px;
  overflow: hidden;
  margin-right: 5px;
}

/* line 1548, app/assets/stylesheets/common.css.scss */
.stepper-label-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 1553, app/assets/stylesheets/common.css.scss */
.stepper-table {
  border-spacing: 0;
}

/* line 1557, app/assets/stylesheets/common.css.scss */
.stepper .value-box {
  width: auto;
  border: none;
  height: 16px;
  padding: 0;
  outline: none;
  max-width: 15px;
}

/* line 1566, app/assets/stylesheets/common.css.scss */
.stepper .value-box select {
  border: none;
}

/* line 1570, app/assets/stylesheets/common.css.scss */
.stepper img {
  display: block;
}

/* line 1574, app/assets/stylesheets/common.css.scss */
.stepper .container {
  float: left;
}

/* line 1578, app/assets/stylesheets/common.css.scss */
.stepper .inc-dec {
  margin-left: 5px;
}

/* line 1582, app/assets/stylesheets/common.css.scss */
.stepper .inc-button {
  width: 15px;
  height: 8px;
}

/* line 1587, app/assets/stylesheets/common.css.scss */
.stepper .dec-button {
  width: 15px;
  height: 8px;
}

@keyframes pulseAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes pulseAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulseAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulseAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
  }
  35% {
    background-color: #ff6;
  }
  65% {
    background-color: #ff6;
  }
  100% {
  }
}

@-o-keyframes flash {
  0% {
  }
  35% {
    background-color: #ff6;
  }
  65% {
    background-color: #ff6;
  }
  100% {
  }
}

@-moz-keyframes flash {
  0% {
  }
  35% {
    background-color: #ff6;
  }
  65% {
    background-color: #ff6;
  }
  100% {
  }
}

@-webkit-keyframes flash {
  0% {
  }
  35% {
    background-color: #ff6;
  }
  65% {
    background-color: #ff6;
  }
  100% {
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pageFadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes pageFadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes pageFadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pageFadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 1693, app/assets/stylesheets/common.css.scss */
.spinner {
  display: inline-block;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

/* line 1701, app/assets/stylesheets/common.css.scss */
.spinner > div {
  margin: 0 1px;
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

/* line 1712, app/assets/stylesheets/common.css.scss */
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 1717, app/assets/stylesheets/common.css.scss */
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* line 1722, app/assets/stylesheets/common.css.scss */
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 1727, app/assets/stylesheets/common.css.scss */
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 3, app/assets/stylesheets/callout.css.scss */
img {
  /* To avoid terrible looking scaled images in IE */
  -ms-interpolation-mode: bicubic;
}

/* line 8, app/assets/stylesheets/callout.css.scss */
.callout {
  position: absolute;
  text-align: center;
  background-color: #BCDBEA;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

/* line 20, app/assets/stylesheets/callout.css.scss */
.callout > div {
  display: block;
  position: relative;
  transform-origin: 100% 0%;
  text-align: left;
  background-color: #1d5c7d;
  padding: 1em 1.5em;
  width: 320px;
  border-radius: 6px;
  margin-top: -6px;
  border: 1px solid #1d5c7d;
  /* to fix gap between div and shadow (IE11 bug) */
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 380px) {
  /* line 36, app/assets/stylesheets/callout.css.scss */
  .callout > div {
    width: 250px;
  }
}

/* line 41, app/assets/stylesheets/callout.css.scss */
.callout {
  position: absolute;
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  z-index: 101;
}

/* line 47, app/assets/stylesheets/callout.css.scss */
.callout h2 {
  color: #FFF !important;
}

/* line 52, app/assets/stylesheets/callout.css.scss */
.callout > div:before {
  /* The pointer of the callout */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #1d5c7d;
  left: 55px;
  top: -24px;
}

/* line 63, app/assets/stylesheets/callout.css.scss */
.callout > div:after {
  /* Prevents the callout from being hidden */
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 3, app/assets/stylesheets/tasks.css.scss */
.task {
  padding: 0.75em 0;
  position: relative;
}

/* line 6, app/assets/stylesheets/tasks.css.scss */
.task .done-button {
  font-size: 100%;
  padding: 7px 13px;
}

/* line 12, app/assets/stylesheets/tasks.css.scss */
.master-snapshots .task {
  margin: 0;
  padding: 0;
}

/* line 17, app/assets/stylesheets/tasks.css.scss */
.task-list {
  margin-bottom: 150px;
}

/* line 19, app/assets/stylesheets/tasks.css.scss */
.task-list .task {
  border-bottom: 1px dotted #ddd;
  padding-top: 0;
  margin-bottom: 0.75em;
}

/* line 24, app/assets/stylesheets/tasks.css.scss */
.task-list .task-failed .progress-bar-border,
.task-list .task-completed .progress-bar-border {
  border: 0;
  height: 0;
}

/* line 31, app/assets/stylesheets/tasks.css.scss */
.settings-content .task {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 37, app/assets/stylesheets/tasks.css.scss */
.task-name {
  color: #717174;
  display: inline-block;
  margin-bottom: 1px;
}

/* line 43, app/assets/stylesheets/tasks.css.scss */
.task-user-email {
  color: #aaa;
  display: inline-block;
  font-size: 90%;
  margin-top: 1px;
  margin-bottom: 2px;
}

/* line 51, app/assets/stylesheets/tasks.css.scss */
.task-automation {
  margin-top: 3px;
  margin-right: 4px;
  vertical-align: middle;
  width: 24px;
}

/* line 58, app/assets/stylesheets/tasks.css.scss */
.task-options {
  margin-left: 35px;
}

/* line 60, app/assets/stylesheets/tasks.css.scss */
.task-options input[type="checkbox"] {
  margin-left: 0;
}

/* line 63, app/assets/stylesheets/tasks.css.scss */
.task-options .currency-input {
  width: 60px;
}

/* line 66, app/assets/stylesheets/tasks.css.scss */
.task-options .text-input {
  box-sizing: border-box;
  width: 100%;
}

/* line 70, app/assets/stylesheets/tasks.css.scss */
.task-options p:last-child {
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/tasks.css.scss */
.task-stamp {
  width: 48px;
}

/* line 79, app/assets/stylesheets/tasks.css.scss */
.task-status {
  color: #aaa;
  font-size: 90%;
  margin-top: 1px;
}

/* line 86, app/assets/stylesheets/tasks.css.scss */
.settings-page .task-status {
  word-wrap: break-word;
}

/* line 91, app/assets/stylesheets/tasks.css.scss */
.task-percentage {
  color: #aaa;
  float: right;
}

/* line 97, app/assets/stylesheets/tasks.css.scss */
.task-progress-bar .progress-bar-border {
  height: 5px;
}

/* line 98, app/assets/stylesheets/tasks.css.scss */
.task-progress-bar .progress-bar {
  border: none;
  background-color: #5ba8dd;
}

/* line 102, app/assets/stylesheets/tasks.css.scss */
.task-failed .task-status {
  color: #900;
}

/* line 105, app/assets/stylesheets/tasks.css.scss */
.task-failed .progress-bar {
  background-color: #CA5F5F;
}

/* line 106, app/assets/stylesheets/tasks.css.scss */
.task-completed .progress-bar {
  background-color: #C0D4AB;
}

/* line 107, app/assets/stylesheets/tasks.css.scss */
.task-canceled .progress-bar {
  background-color: #AAAAAA;
}

/* line 109, app/assets/stylesheets/tasks.css.scss */
.task-pending .progress-bar-border,
.task-completed .progress-bar-border {
  border: 0;
  height: 0;
}

/* line 115, app/assets/stylesheets/tasks.css.scss */
.last-task {
  font-size: 80%;
}

/* line 120, app/assets/stylesheets/tasks.css.scss */
.new-task-form input, .new-task-form select {
  box-sizing: border-box;
  width: 100%;
}

/* line 127, app/assets/stylesheets/tasks.css.scss */
.add-task-button-container,
.remove-task-button-container {
  display: none;
}

/* line 135, app/assets/stylesheets/tasks.css.scss */
.task-list .task-percentage {
  float: none;
}

/* line 139, app/assets/stylesheets/tasks.css.scss */
.task-list .task-options {
  display: block;
}

/* line 143, app/assets/stylesheets/tasks.css.scss */
.task-list .task-name .popup {
  top: 32px;
  right: 48px;
}

/* line 148, app/assets/stylesheets/tasks.css.scss */
.task-list .task-container {
  position: relative;
}

/* line 152, app/assets/stylesheets/tasks.css.scss */
.task-list .add-task-button {
  cursor: pointer;
}

/* line 156, app/assets/stylesheets/tasks.css.scss */
.task-list .add-task-button-container {
  display: block;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: -16px;
  bottom: -13px;
  text-align: right;
  transition: opacity 0.25s;
}

/* line 165, app/assets/stylesheets/tasks.css.scss */
.task-list .add-task-button-container .add-task-icon {
  width: 20px;
}

/* line 168, app/assets/stylesheets/tasks.css.scss */
.task-list .add-task-button-container:hover {
  opacity: 1;
}

/* line 169, app/assets/stylesheets/tasks.css.scss */
.task-list .add-task-button-container .popup {
  top: 16px;
  right: 8px;
}

/* line 175, app/assets/stylesheets/tasks.css.scss */
.task-list .remove-task-button-container {
  display: block;
  opacity: 0.4;
  position: absolute;
  left: -22px;
  top: 2px;
  width: 55px;
  transition: opacity 0.1s;
}

/* line 183, app/assets/stylesheets/tasks.css.scss */
.task-list .remove-task-button-container .remove-task-icon {
  width: 16px;
}

/* line 186, app/assets/stylesheets/tasks.css.scss */
.task-list .remove-task-button-container:hover {
  opacity: 1;
}

/* line 189, app/assets/stylesheets/tasks.css.scss */
.task-list .remove-task-button {
  display: inline-block;
  opacity: 0.3;
  padding: 8px;
  transition: opacity 0.1s;
}

/* line 194, app/assets/stylesheets/tasks.css.scss */
.task-list .remove-task-button:hover {
  opacity: 1;
}

/* line 198, app/assets/stylesheets/tasks.css.scss */
.task-list .new-task-form .popup {
  right: 0;
  margin-bottom: 2em;
}

/* line 204, app/assets/stylesheets/tasks.css.scss */
.save-cancel > * {
  vertical-align: middle;
}

/* line 209, app/assets/stylesheets/tasks.css.scss */
.order-task-list {
  border: 1px solid #ccc;
  font-size: 90%;
  padding: 0 1em;
  width: 300px;
}

/* line 214, app/assets/stylesheets/tasks.css.scss */
.order-task-list .task {
  border-bottom: 1px dotted #ddd;
}

/*----------------------------------------------------------------------------
Right-Click Menu Items
----------------------------------------------------------------------------*/
/* line 224, app/assets/stylesheets/tasks.css.scss */
.right-click-menu {
  margin-top: 4px;
  margin-left: 4px;
}

/* line 229, app/assets/stylesheets/tasks.css.scss */
.right-click-menu .menu-item {
  border-top: 1px solid #eee;
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
}

/* line 231, app/assets/stylesheets/tasks.css.scss */
.right-click-menu .menu-item:first-child {
  border-top: none;
}

/* line 238, app/assets/stylesheets/tasks.css.scss */
.right-click-menu .menu-item:hover {
  background-color: #F1F9FF;
  text-decoration: underline;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 5, app/assets/stylesheets/books.css.scss */
.book, .book-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  position: relative;
  vertical-align: top;
}

/* line 14, app/assets/stylesheets/books.css.scss */
.book-link {
  border: 1px solid #A3BBD2;
  padding: 2em 0 0;
  text-align: center;
  text-decoration: none;
  min-height: 150px;
}

/* line 20, app/assets/stylesheets/books.css.scss */
.book-link:hover {
  background-color: #E6F5FC;
  border-color: #0058A9;
}

/* line 24, app/assets/stylesheets/books.css.scss */
.book-link.disabled {
  background-color: #EEE;
  border-color: #CCC;
}

/* line 27, app/assets/stylesheets/books.css.scss */
.book-link.disabled .book-icon {
  opacity: 0.5;
}

/* line 31, app/assets/stylesheets/books.css.scss */
.book-link.admin-only {
  background-color: #FFF8DF;
  border-color: #D6BB49;
}

/* line 34, app/assets/stylesheets/books.css.scss */
.book-link.admin-only .book-link-label {
  color: #B79A1F;
}

/* line 37, app/assets/stylesheets/books.css.scss */
.book-link.admin-only:hover {
  color: #B79A1F;
  border-color: #b79d2f;
  background-color: #fff1c1;
}

/* line 43, app/assets/stylesheets/books.css.scss */
.book-link .book-badge {
  position: absolute;
  right: 12px;
  top: 12px;
  height: 42px;
  width: 42px;
}

/* line 50, app/assets/stylesheets/books.css.scss */
.book-link .book-icon {
  padding: 0 2em;
  height: 75px;
  width: 75px;
}

/* line 55, app/assets/stylesheets/books.css.scss */
.book-link .book-link-label {
  color: #aaa;
  font-size: 13px;
  font-weight: bold;
  margin: 1em auto;
  text-align: center;
  width: 102px;
}

/* line 63, app/assets/stylesheets/books.css.scss */
.book-link .book-status {
  font-size: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  text-align: center;
}

/* line 73, app/assets/stylesheets/books.css.scss */
.book {
  -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #bbb;
  padding: 1em 1em 0;
  text-align: left;
  width: 259px;
}

/* line 79, app/assets/stylesheets/books.css.scss */
.book .book-icon {
  float: left;
  padding-right: 10px;
  padding-bottom: 8px;
  height: 40px;
  width: 40px;
}

/* line 86, app/assets/stylesheets/books.css.scss */
.book h3 {
  margin: 0.25em;
}
/* line 1, app/assets/stylesheets/lists.css.scss */
.boxed-list {
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/lists.css.scss */
.boxed-list li {
  border-top: 1px dotted #ccc;
  display: block;
  list-style: none;
  padding: 12px 0;
}

/* line 13, app/assets/stylesheets/lists.css.scss */
.boxed-list li:first-child {
  border-top: none;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 10, app/assets/stylesheets/editions.css.scss */
.hidden-edition {
  background-color: #fcfcfc;
  color: #aaa;
}

/* line 15, app/assets/stylesheets/editions.css.scss */
.edition-summary {
  border-top: 1px solid #ccc;
  padding: 1em 0 0;
  position: relative;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/editions.css.scss */
.edition-summary h4 {
  font-size: 1.1em;
  margin: 0;
}

/* line 24, app/assets/stylesheets/editions.css.scss */
.edition-summary .edition-header {
  margin-bottom: 8px;
}

/* line 29, app/assets/stylesheets/editions.css.scss */
.full-history {
  display: none;
}

/*----------------------------------------------------------------------------
Menu on the Edtion
----------------------------------------------------------------------------*/
/* line 37, app/assets/stylesheets/editions.css.scss */
.edition-actions-container {
  height: 0;
  right: 0;
  top: 0;
  position: absolute;
}

/* line 44, app/assets/stylesheets/editions.css.scss */
.edition-actions-menu {
  color: #2F7DC5;
  top: 8px;
  margin: 4px 0;
  position: relative;
  z-index: 3;
}

/* line 52, app/assets/stylesheets/editions.css.scss */
.edition-actions-list {
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #aaa;
  clear: both;
  display: none;
  list-style: none;
  margin-bottom: 0;
  min-width: 100px;
  padding: 0;
  text-align: left;
  top: 18px;
  position: absolute;
}

/* line 67, app/assets/stylesheets/editions.css.scss */
.edition-actions-list {
  left: 1px;
}

/* line 71, app/assets/stylesheets/editions.css.scss */
.edition-actions-trigger {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddf;
  cursor: pointer;
  float: right;
  padding: 8px;
  margin: 1px;
  min-width: 20px;
  text-align: center;
}

/* line 82, app/assets/stylesheets/editions.css.scss */
.edition-actions-list li {
  border-top: 1px solid #ccc;
}

/* line 84, app/assets/stylesheets/editions.css.scss */
.edition-actions-list li:first-child {
  border-top: none;
}

/* line 87, app/assets/stylesheets/editions.css.scss */
.edition-actions-list a {
  color: #33f;
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
}

/* line 95, app/assets/stylesheets/editions.css.scss */
.edition-actions-list a:hover {
  background-color: #F1F9FF;
  color: #00f;
  text-decoration: none;
}

/* line 101, app/assets/stylesheets/editions.css.scss */
.edition-actions-menu:hover {
  z-index: 10;
}

/* line 105, app/assets/stylesheets/editions.css.scss */
.edition-actions-menu:hover .edition-actions-list {
  display: block !important;
}

/* line 109, app/assets/stylesheets/editions.css.scss */
.edition-actions-menu:hover .edition-actions-trigger {
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
}

/* line 113, app/assets/stylesheets/editions.css.scss */
.edition-actions-menu:hover .edition-actions-trigger {
  border: 1px solid #aaa;
  background-color: #fff;
}

/* line 118, app/assets/stylesheets/editions.css.scss */
.menu-section {
  background: #eee;
  height: 8px;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 4, app/assets/stylesheets/manufacturers.scss */
.manufacturers {
  border-spacing: 0;
  margin-bottom: 150px;
  width: 100%;
}

/* line 10, app/assets/stylesheets/manufacturers.scss */
.manufacturer-toggle {
  display: block;
  margin: 8px 0;
  text-align: right;
}

/* line 17, app/assets/stylesheets/manufacturers.scss */
.manufacturer td {
  border-bottom: 1px solid #ECECE2;
  color: #ccc;
  padding: 4px;
  position: relative;
}

/* line 23, app/assets/stylesheets/manufacturers.scss */
.manufacturer.has-adjustment .name {
  color: #c00 !important;
}

/* line 25, app/assets/stylesheets/manufacturers.scss */
.manufacturer:first-child td {
  border-top: 1px solid #ECECE2;
}

/* line 27, app/assets/stylesheets/manufacturers.scss */
.manufacturer .cost-adjustment {
  text-align: right;
}

/* line 30, app/assets/stylesheets/manufacturers.scss */
.manufacturer .popup {
  right: 0;
  top: 24px;
  width: 220px;
}

/* line 34, app/assets/stylesheets/manufacturers.scss */
.manufacturer .popup .edit-instructions {
  color: #717174;
  font-size: 85%;
}

/* line 38, app/assets/stylesheets/manufacturers.scss */
.manufacturer .popup label {
  display: inline-block;
  margin-right: 4px;
}

/* line 42, app/assets/stylesheets/manufacturers.scss */
.manufacturer .popup input {
  text-align: center;
  width: 50px;
}

/* line 46, app/assets/stylesheets/manufacturers.scss */
.manufacturer .popup input, .manufacturer .popup button {
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/manufacturers.scss */
.manufacturer .popup button {
  margin-left: 4px;
}

/* line 53, app/assets/stylesheets/manufacturers.scss */
.manufacturer .bulk-list-price-adjust .popup {
  right: auto;
  top: auto;
  position: relative;
  bottom: 20px;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 8, app/assets/stylesheets/notifications.css.scss */
.notification-message {
  pointer-events: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 8px 24px;
  margin: auto;
  background: white;
  border: 1px solid #aaa;
  z-index: 1000;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3em;
}

/* line 23, app/assets/stylesheets/notifications.css.scss */
.notification-message-buttons {
  text-align: center;
  margin: auto;
  margin: 1.5em 0 1em;
}
/* line 1, app/assets/stylesheets/oems.css.scss */
.oems {
  border: 1px solid #ECECE2;
  padding: 0;
  margin-bottom: 140px;
}

/* line 6, app/assets/stylesheets/oems.css.scss */
.oems li {
  display: block;
  border-bottom: 1px solid #ECECE2;
  font-size: 12px;
  list-style: none;
  padding: 10px 14px;
  position: relative;
}

/* line 14, app/assets/stylesheets/oems.css.scss */
.oems li .code {
  color: #999;
  display: block;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  font-weight: normal;
}

/* line 22, app/assets/stylesheets/oems.css.scss */
.oems li .description {
  display: block;
}

/* line 26, app/assets/stylesheets/oems.css.scss */
.oems li .percent-printed {
  padding: 9px;
}

/* line 30, app/assets/stylesheets/oems.css.scss */
.oems li .percent-printed-tooltip {
  font-size: 11px;
  position: absolute;
  bottom: -4px;
  right: 0;
  white-space: nowrap;
}

/* line 38, app/assets/stylesheets/oems.css.scss */
.oems li .popup {
  top: 48px;
}
/* line 1, app/assets/stylesheets/prices.scss */
.pricing-details {
  /*th, td {border: 1px solid red;}*/
}

/* line 2, app/assets/stylesheets/prices.scss */
.pricing-details table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

/* line 6, app/assets/stylesheets/prices.scss */
.pricing-details th {
  color: #aaa;
  font-weight: normal;
  font-size: 90%;
}

/* line 7, app/assets/stylesheets/prices.scss */
.pricing-details th:first-child {
  text-align: left;
}

/* line 8, app/assets/stylesheets/prices.scss */
.pricing-details td {
  padding: 8px;
}

/* line 9, app/assets/stylesheets/prices.scss */
.pricing-details th {
  padding: 4px 8px;
}

/* line 10, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-header {
  border-bottom: 1px solid #ccc;
}

/* line 11, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-header th {
  padding-top: 3em;
}

/* line 12, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-row {
  border-bottom: 1px solid #eee;
}

/* line 13, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-details-subtitle {
  color: #666;
  margin-bottom: 1em;
  font-size: 90%;
  margin-top: -3px;
}

/* line 14, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-label {
  color: #aaa;
  padding-right: 8px;
  text-align: left;
}

/* line 15, app/assets/stylesheets/prices.scss */
.pricing-details .adjustment-kind {
  color: #aaa;
  text-align: center;
  font-weight: normal;
}

/* line 16, app/assets/stylesheets/prices.scss */
.pricing-details .subtotal-label {
  color: #aaa;
  text-align: right;
  vertical-align: top;
  padding-right: 8px;
  font-size: 90%;
}

/* line 17, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-amount {
  text-align: right;
  white-space: nowrap;
}

/* line 18, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-quantity {
  text-align: center;
}

/* line 19, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-total {
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/prices.scss */
.pricing-details .math-symbol {
  color: #aaa;
  text-align: center;
}

/* line 21, app/assets/stylesheets/prices.scss */
.pricing-details .price-override-link {
  text-align: right;
}

/* line 23, app/assets/stylesheets/prices.scss */
.pricing-details .price-override-controls {
  float: right;
  text-align: center;
  width: 67px;
}

/* line 24, app/assets/stylesheets/prices.scss */
.pricing-details .price-override-input {
  display: block;
  margin: 4px 0;
  text-align: center;
  width: 56px;
}

/* line 26, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-header,
.pricing-details .pricing-label {
  white-space: nowrap;
}

/* line 29, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-header {
  text-align: center;
}

/* line 32, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-row .part-label {
  text-align: left;
}

/* line 33, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-row .part-description {
  font-size: 85%;
}

/* line 34, app/assets/stylesheets/prices.scss */
.pricing-details .pricing-row .part-comments {
  font-size: 75%;
  color: #777;
}

/* line 37, app/assets/stylesheets/prices.scss */
.pricing-details .parts-sale .popup {
  right: -400px;
}

/* line 38, app/assets/stylesheets/prices.scss */
.pricing-details .labor-sale .popup {
  right: -70px;
}

/* line 39, app/assets/stylesheets/prices.scss */
.pricing-details .parts-tax .popup {
  right: -60px;
}

/* line 40, app/assets/stylesheets/prices.scss */
.pricing-details .labor-tax .popup {
  right: -60px;
}

/* line 41, app/assets/stylesheets/prices.scss */
.pricing-details .labor-sale-time .popup {
  top: 24px;
  right: -150px;
}

/* line 42, app/assets/stylesheets/prices.scss */
.pricing-details .part-unit-cost .popup {
  top: 24px;
  right: -150px;
}

/* line 46, app/assets/stylesheets/prices.scss */
.pricing-details .labor-time-override p,
.pricing-details .part-cost-override p {
  margin: 8px 0;
}

/* line 47, app/assets/stylesheets/prices.scss */
.pricing-details .labor-time-override label,
.pricing-details .part-cost-override label {
  display: inline;
}

/* line 48, app/assets/stylesheets/prices.scss */
.pricing-details .labor-time-override .labor-time-override-input,
.pricing-details .labor-time-override .cost-override-input,
.pricing-details .part-cost-override .labor-time-override-input,
.pricing-details .part-cost-override .cost-override-input {
  text-align: center;
  vertical-align: middle;
  width: 60px;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 8, app/assets/stylesheets/repairs.css.scss */
.unprinted-subgroup {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  text-align: center;
}

/* line 16, app/assets/stylesheets/repairs.css.scss */
.repair-edit-page .override-input {
  color: inherit;
  font: inherit;
  background-color: #ffc;
  /* Mimic the native style of the control */
  border: 1px solid #aaa;
  padding: 4px;
  -webkit-box-shadow: inset  0px 1px 1px #ccc;
  -moz-box-shadow: inset     0px 1px 1px #ccc;
  box-shadow: inset          0px 1px 1px #ccc;
}

/* line 28, app/assets/stylesheets/repairs.css.scss */
.repair-details-compute-date,
.repair-details-edition-number {
  color: #717174;
  padding: 0.4em;
}

/* line 34, app/assets/stylesheets/repairs.css.scss */
.repair-details-edition-number {
  float: left;
}

/* line 38, app/assets/stylesheets/repairs.css.scss */
.repair-details-compute-date {
  float: right;
}

/* line 42, app/assets/stylesheets/repairs.css.scss */
.repair-number-container {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  clear: left;
  border-right: none;
  float: left;
  text-align: center;
  width: 140px;
}

/* line 53, app/assets/stylesheets/repairs.css.scss */
.repair-barcode {
  display: block;
  width: 80px;
}

/* line 58, app/assets/stylesheets/repairs.css.scss */
.repair-description-default-container,
.repair-description-container {
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  clear: right;
  min-height: 70px;
  overflow: hidden;
  width: auto;
}

/* line 69, app/assets/stylesheets/repairs.css.scss */
.repair-description-padding {
  padding: 1em;
}

/* line 73, app/assets/stylesheets/repairs.css.scss */
.repair-trade {
  font-weight: bold;
}

/* line 77, app/assets/stylesheets/repairs.css.scss */
.repair-location {
  font-size: 0.9em;
}

/* line 81, app/assets/stylesheets/repairs.css.scss */
.repair-trade,
.repair-location {
  color: #999;
}

/* line 86, app/assets/stylesheets/repairs.css.scss */
.exact-match .repair-number {
  color: #900 !important;
  font-weight: bold !important;
}

/* line 91, app/assets/stylesheets/repairs.css.scss */
.repair-comments input,
.repair-description input {
  margin-bottom: 4px;
  padding: 0 4px;
  width: 90%;
}

/* line 98, app/assets/stylesheets/repairs.css.scss */
.part-comments,
.repair-comments {
  font-style: italic;
}

/* line 103, app/assets/stylesheets/repairs.css.scss */
.print-status {
  float: right;
  margin: 1em;
}

/* line 108, app/assets/stylesheets/repairs.css.scss */
.header-container {
  padding: 1.2em 1em;
}

/* line 112, app/assets/stylesheets/repairs.css.scss */
.line-items {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/repairs.css.scss */
.labor-line-item,
.part-line-item {
  height: 4em;
}

/* line 123, app/assets/stylesheets/repairs.css.scss */
.parts-header td,
.labor-line-item td,
.part-line-item td {
  padding: 1em;
  position: relative;
}

/* line 130, app/assets/stylesheets/repairs.css.scss */
.labor-line-item td,
.part-line-item td {
  border-top: 1px solid #ddd;
}

/* line 135, app/assets/stylesheets/repairs.css.scss */
.labor-line-item input {
  display: inline;
  text-align: center;
  width: 20px;
}

/* line 141, app/assets/stylesheets/repairs.css.scss */
.part-line-item input {
  display: inline;
  text-align: right;
  width: 64px;
}

/* line 147, app/assets/stylesheets/repairs.css.scss */
.parts-header td:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}

/* line 148, app/assets/stylesheets/repairs.css.scss */
.parts-header td:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

/* line 150, app/assets/stylesheets/repairs.css.scss */
.parts-header td {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 155, app/assets/stylesheets/repairs.css.scss */
.labor-line-item:first-child td,
.part-line-item:first-child td {
  border-top: none;
}

/* line 160, app/assets/stylesheets/repairs.css.scss */
.part-quantity {
  text-align: center;
}

/* line 164, app/assets/stylesheets/repairs.css.scss */
.part-markup-multiplier {
  display: inline-block;
  text-align: left;
  width: 39px;
}

/* line 170, app/assets/stylesheets/repairs.css.scss */
.parts-header {
  color: #717174;
  font-size: 0.8em;
  background-color: #eee;
}

/* line 176, app/assets/stylesheets/repairs.css.scss */
.align-right {
  text-align: right;
}

/* line 180, app/assets/stylesheets/repairs.css.scss */
.align-center {
  text-align: center;
}

/* line 184, app/assets/stylesheets/repairs.css.scss */
.total-part-cost {
  color: #717174;
  text-align: right;
  padding-right: 14px;
  margin-bottom: 2em;
}

/* line 191, app/assets/stylesheets/repairs.css.scss */
.override-summary {
  margin-top: 3em;
}

/* line 195, app/assets/stylesheets/repairs.css.scss */
.override-summary-container {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  float: left;
  font-size: 0.8em;
  min-height: 70px;
  text-align: center;
  width: 140px;
}

/* line 207, app/assets/stylesheets/repairs.css.scss */
.override-summary-label {
  padding-top: 0.4em;
}

/* line 211, app/assets/stylesheets/repairs.css.scss */
.override-summary-details-container {
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  min-height: 90px;
  overflow: hidden;
  width: auto;
}

/* line 220, app/assets/stylesheets/repairs.css.scss */
.override-summary-details ul {
  margin: 0;
  padding: 0 1.5em;
}

/* line 225, app/assets/stylesheets/repairs.css.scss */
.override-summary-details h4 {
  display: inline-block;
  margin: 4px 0;
}

/* line 230, app/assets/stylesheets/repairs.css.scss */
.override-tag {
  color: #900;
  font-size: 22px;
  font-weight: normal;
  line-height: 16px;
  vertical-align: top;
}

/* line 238, app/assets/stylesheets/repairs.css.scss */
.repair-printing-option,
.naming_override_option,
.pricing_override_option {
  margin-left: 8px;
  margin-top: 1em;
  font-weight: bold;
}

/* line 246, app/assets/stylesheets/repairs.css.scss */
.repair-default-pricing-container,
.repair-pricing-container,
.parts-and-labor-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  clear: both;
  margin: 1em 0 1em 140px;
  width: auto;
}

/* line 257, app/assets/stylesheets/repairs.css.scss */
.repair-edit-page h2 {
  margin-top: 1em;
}

/* line 261, app/assets/stylesheets/repairs.css.scss */
.repair-edit-page .repair-default-pricing-container,
.repair-edit-page .repair-pricing-container,
.repair-edit-page .parts-and-labor-container,
.repair-edit-page .repair-description-default-container,
.repair-edit-page .repair-description-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: -1.1em 0 1em 140px;
}

/* line 270, app/assets/stylesheets/repairs.css.scss */
.repair-default-pricing-container {
  font-size: 1em;
  padding: 1em;
}

/* line 276, app/assets/stylesheets/repairs.css.scss */
.pricing-details table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: auto;
}

/* line 280, app/assets/stylesheets/repairs.css.scss */
.pricing-details table th, .pricing-details table td {
  padding: 4px 8px;
}

/* line 283, app/assets/stylesheets/repairs.css.scss */
.pricing-details th,
.pricing-details td {
  text-align: center;
}

/* line 289, app/assets/stylesheets/repairs.css.scss */
.repair-edit-page .parts-and-labor-container td {
  text-align: center;
}

/* line 293, app/assets/stylesheets/repairs.css.scss */
.price-totals td {
  border-left: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

/* line 299, app/assets/stylesheets/repairs.css.scss */
.price-parts-sales td,
.price-totals td {
  border-top: 1px solid #ccc;
}

/* line 304, app/assets/stylesheets/repairs.css.scss */
.price-totals input {
  text-align: inherit;
  width: 70px;
}

/* line 309, app/assets/stylesheets/repairs.css.scss */
.pricing-details .price-label {
  text-align: right;
}

/* line 313, app/assets/stylesheets/repairs.css.scss */
.disabled {
  background-color: #eee;
  color: #999;
  opacity: 0.6;
}

/* line 319, app/assets/stylesheets/repairs.css.scss */
.disabled input {
  background-color: #eee !important;
}

/* line 323, app/assets/stylesheets/repairs.css.scss */
.disabled .important {
  color: #999;
}

/* line 327, app/assets/stylesheets/repairs.css.scss */
.column-recommendation {
  -webkit-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #aaa;
  background-color: #fff;
  display: none;
  font-weight: normal;
  font-size: 0.9em;
  margin-left: -14px;
  margin-top: 2px;
  padding: 4px 8px;
  position: absolute;
  width: 90px;
  z-index: 2;
}

/* line 342, app/assets/stylesheets/repairs.css.scss */
.column-title-input {
  box-sizing: border-box;
  margin: 2px 0;
  text-align: center;
  width: 100%;
}

/* line 349, app/assets/stylesheets/repairs.css.scss */
.column-title {
  position: relative;
}

/* line 351, app/assets/stylesheets/repairs.css.scss */
.column-title .column-heading {
  font-size: 80%;
}

/* line 354, app/assets/stylesheets/repairs.css.scss */
.column-title .column-heading-no-title {
  font-weight: normal;
  font-style: italic;
}

/* line 358, app/assets/stylesheets/repairs.css.scss */
.column-title .popup {
  font-size: 1em;
  top: 62px;
  right: -30px;
}

/* line 365, app/assets/stylesheets/repairs.css.scss */
.recommendation-amount {
  color: #00f;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 371, app/assets/stylesheets/repairs.css.scss */
.old-overrides,
.new-overrides {
  margin: 8px;
  padding: 8px;
}

/* line 377, app/assets/stylesheets/repairs.css.scss */
.new-overrides {
  border-top: 1px solid #ccc;
}

/* line 381, app/assets/stylesheets/repairs.css.scss */
.renewal-report .override-summary-details {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}

/* line 387, app/assets/stylesheets/repairs.css.scss */
.renewal-report .old-overrides,
.renewal-report .new-overrides {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 45%;
  vertical-align: top;
}

/* line 396, app/assets/stylesheets/repairs.css.scss */
.renewal-report .new-overrides {
  border: 0;
  margin-left: 1em;
}

/* line 401, app/assets/stylesheets/repairs.css.scss */
.renewal-report .part-cost-overrides h4 {
  display: inline-block;
  margin: 0;
}

/* line 406, app/assets/stylesheets/repairs.css.scss */
.printed-icon {
  margin-top: -1px;
  position: absolute;
  left: -25px;
}

/* line 412, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .printed-icon {
  left: -26px;
}

/* line 417, app/assets/stylesheets/repairs.css.scss */
.repair-listing {
  width: 100%;
  border-collapse: collapse;
}

/* line 420, app/assets/stylesheets/repairs.css.scss */
.repair-listing th {
  border-bottom: 2px solid #000;
  text-align: left;
  vertical-align: bottom;
}

/* line 425, app/assets/stylesheets/repairs.css.scss */
.repair-listing td {
  vertical-align: middle;
}

/* line 426, app/assets/stylesheets/repairs.css.scss */
.repair-listing th, .repair-listing td {
  position: relative;
}

/* line 427, app/assets/stylesheets/repairs.css.scss */
.repair-listing .subgroup-description-column {
  width: 100%;
}

/* line 428, app/assets/stylesheets/repairs.css.scss */
.repair-listing .icon-table {
  width: 100%;
}

/* line 430, app/assets/stylesheets/repairs.css.scss */
.repair-listing .icon-table td {
  padding: 0;
}

/* line 432, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row {
  border-bottom: 1px solid #000;
  position: relative;
  /* Handle super-long words (see repair #028920) */
}

/* line 435, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row.is-favorite {
  background: #ff0;
}

/* line 438, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .print-toggle {
  cursor: pointer;
}

/* line 440, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .print-toggle img {
  height: 18px;
}

/* line 444, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .favorite-toggle {
  position: absolute;
  padding: 0 2px;
  left: -26px;
  cursor: pointer;
}

/* line 449, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .favorite-toggle img {
  height: 18px;
}

/* line 454, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .custom-column-label {
  display: none;
}

/* line 457, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .total-price {
  width: 80px;
}

/* line 459, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .total-price .price-label {
  display: none;
}

/* line 463, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .repair-number {
  padding: 2px 0;
}

/* line 464, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .repair-description {
  position: relative;
  padding-bottom: 0;
  font-size: 90%;
}

/* line 465, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .repair-comments {
  position: relative;
  padding-top: 0;
}

/* line 468, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .repair-comments {
  max-width: 400px;
  word-wrap: break-word;
}

/* line 473, app/assets/stylesheets/repairs.css.scss */
.repair-listing .subgroup-header-row {
  font-weight: bold;
}

/* line 475, app/assets/stylesheets/repairs.css.scss */
.repair-listing .subgroup-header-row img, .repair-listing .subgroup-header-row td {
  vertical-align: middle;
}

/* line 479, app/assets/stylesheets/repairs.css.scss */
.repair-listing .subgroup-code {
  font-weight: bold;
  white-space: nowrap;
}

/* line 483, app/assets/stylesheets/repairs.css.scss */
.repair-listing .oem-icon {
  width: 64px;
}

/* line 486, app/assets/stylesheets/repairs.css.scss */
.repair-listing .subgroup-icon {
  height: 64px;
  margin-right: 1em;
}

/* line 490, app/assets/stylesheets/repairs.css.scss */
.repair-listing .left-padding {
  background: white;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 498, app/assets/stylesheets/repairs.css.scss */
.repair-listing .right-padding {
  background: white;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 506, app/assets/stylesheets/repairs.css.scss */
.repair-listing .top-search-result-marker {
  white-space: nowrap;
  position: relative;
  margin-left: -2px;
}

/* line 510, app/assets/stylesheets/repairs.css.scss */
.repair-listing .top-search-result-marker img {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  vertical-align: middle;
  z-index: 1;
}

/* line 518, app/assets/stylesheets/repairs.css.scss */
.repair-listing .top-search-result-marker .top-search-result-tooltip {
  background: #F7D9D9;
  border: 1px solid #9A260B;
  display: inline-block;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  color: #9A260B;
  font-size: 11px;
  font-weight: bold;
  margin: 4px 7px;
  padding: 3px 11px 2px 22px;
  transition: opacity 0.25s;
  vertical-align: middle;
}

/* line 533, app/assets/stylesheets/repairs.css.scss */
.repair-listing .pulse-repair {
  animation: flash linear 0.7s 3;
  -webkit-animation: flash linear 0.7s 3;
}

/* line 539, app/assets/stylesheets/repairs.css.scss */
th.column-title {
  text-align: center;
}

/* line 543, app/assets/stylesheets/repairs.css.scss */
td.total-price {
  position: relative;
  text-align: center;
}

/* line 548, app/assets/stylesheets/repairs.css.scss */
.previous-section,
.next-section {
  float: right;
}

/* line 553, app/assets/stylesheets/repairs.css.scss */
.repair-page-header {
  border-bottom: 2px solid #000;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 560, app/assets/stylesheets/repairs.css.scss */
.tab-bar {
  margin-bottom: 1em;
  margin-top: -1.5em;
  text-align: right;
}

/* line 564, app/assets/stylesheets/repairs.css.scss */
.tab-bar .tab {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: inline-block;
  padding: 8px 16px;
  margin-right: 4px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
}

/* line 575, app/assets/stylesheets/repairs.css.scss */
.tab-bar .tab .tab-label {
  color: #C78709;
  font-size: 80%;
}

/* line 579, app/assets/stylesheets/repairs.css.scss */
.tab-bar .tab .tab-name {
  text-decoration: underline;
}

/* line 582, app/assets/stylesheets/repairs.css.scss */
.tab-bar .tab .tab-subtitle {
  color: #717174;
  font-size: 80%;
  text-decoration: none;
}

/* line 588, app/assets/stylesheets/repairs.css.scss */
.tab-bar .hidden-tab {
  border-style: dashed;
  border-bottom-style: solid;
  border-bottom-color: #DADADA;
}

/* line 593, app/assets/stylesheets/repairs.css.scss */
.tab-bar .active-tab {
  background-color: white !important;
  border-bottom-color: white;
  color: #666;
  cursor: default;
}

/* line 598, app/assets/stylesheets/repairs.css.scss */
.tab-bar .active-tab .tab-name {
  text-decoration: none;
}

/* line 602, app/assets/stylesheets/repairs.css.scss */
.tab-bar .disabled-tab {
  background-color: #FBFBFB;
  border-color: #DADADA;
  color: #D6D6D6;
  cursor: default;
}

/* line 607, app/assets/stylesheets/repairs.css.scss */
.tab-bar .disabled-tab .tab-subtitle {
  color: #D6D6D6;
}

/* line 611, app/assets/stylesheets/repairs.css.scss */
.tab-bar hr {
  margin: -1px 0 0 0;
}

/* line 616, app/assets/stylesheets/repairs.css.scss */
.popup {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  min-width: 150px;
  padding: 1em;
  position: absolute;
  text-align: left;
  z-index: 2;
}

/* line 625, app/assets/stylesheets/repairs.css.scss */
.popup h2, .popup h3 {
  margin-top: 0;
}

/* line 626, app/assets/stylesheets/repairs.css.scss */
.popup h3 {
  margin-bottom: 4px;
  color: #717174 !important;
  font-size: 1.1em;
}

/* line 629, app/assets/stylesheets/repairs.css.scss */
.popup-trigger {
  border-radius: 2px;
  color: #2F7DC5;
  cursor: pointer;
  padding: 2px 0;
  text-decoration: underline;
}

/* line 635, app/assets/stylesheets/repairs.css.scss */
.popup-trigger:hover {
  color: #0058A9;
}

/* line 636, app/assets/stylesheets/repairs.css.scss */
.popup-trigger.activated {
  background-color: #ff0;
}

/* line 639, app/assets/stylesheets/repairs.css.scss */
.total-price .popup {
  right: -60px;
  top: 48px;
  min-width: 230px;
}

/* line 645, app/assets/stylesheets/repairs.css.scss */
.repair-name {
  position: relative;
  width: 100%;
}

/* line 648, app/assets/stylesheets/repairs.css.scss */
.repair-name .popup {
  top: 2.75em;
  left: 5em;
}

/* line 654, app/assets/stylesheets/repairs.css.scss */
.toc .popup {
  right: 54px;
  top: 34px;
}

/* line 659, app/assets/stylesheets/repairs.css.scss */
.column-heading {
  padding: 4px 8px;
  white-space: nowrap;
}

/* line 660, app/assets/stylesheets/repairs.css.scss */
.repair-price {
  padding: 4px;
  min-height: 2em;
}

/* line 661, app/assets/stylesheets/repairs.css.scss */
.custom-column {
  padding: 4px;
  min-height: 2em;
  text-align: center;
  font-size: 90%;
}

/* line 662, app/assets/stylesheets/repairs.css.scss */
.custom-value-input {
  width: 160px;
}

/* line 663, app/assets/stylesheets/repairs.css.scss */
.custom-column-missing {
  color: #ccc;
  font-style: italic;
}

/* line 664, app/assets/stylesheets/repairs.css.scss */
.no-custom-column-value .popup-trigger {
  color: #ccc;
}

/* line 666, app/assets/stylesheets/repairs.css.scss */
.is-not-printed {
  color: #ccc;
}

/* line 668, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .popup {
  color: #333;
}

/* line 670, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .popup .popup-trigger {
  color: #2F7DC5 !important;
}

/* line 672, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .repair-barcode {
  opacity: 0.3;
}

/* line 673, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .locked {
  color: #DAA9A9 !important;
}

/* line 675, app/assets/stylesheets/repairs.css.scss */
.popup-trigger .is-not-printed {
  color: #C4DAEE !important;
}

/* line 676, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .popup-trigger {
  color: #C4DAEE !important;
}

/* line 677, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .locked .popup-trigger {
  color: #DAA9A9 !important;
}

/* line 678, app/assets/stylesheets/repairs.css.scss */
.is-not-printed .popup-trigger .locked {
  color: #DAA9A9 !important;
}

/* line 681, app/assets/stylesheets/repairs.css.scss */
.locked {
  color: #c00;
}

/* line 683, app/assets/stylesheets/repairs.css.scss */
.locked .popup-trigger {
  color: #c00;
}

/* line 686, app/assets/stylesheets/repairs.css.scss */
.popup-close-button {
  color: #ccc;
  cursor: pointer;
  float: right;
  margin: -1em -1em -1em 0;
  padding: 1em;
  position: relative;
  z-index: 1;
}

/* line 696, app/assets/stylesheets/repairs.css.scss */
.pricing-row .part-description {
  min-width: 200px;
}

/* line 701, app/assets/stylesheets/repairs.css.scss */
.description-editor input {
  width: 400px;
}

/* line 702, app/assets/stylesheets/repairs.css.scss */
.description-editor .restore-link {
  position: absolute;
  right: 1em;
  top: 12px;
}

/* line 710, app/assets/stylesheets/repairs.css.scss */
.edition-title .popup {
  top: 48px;
  left: 24px;
}

/* line 711, app/assets/stylesheets/repairs.css.scss */
.edition-title input {
  width: 350px;
}

/* line 714, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .repair-number {
  white-space: nowrap;
}

/* line 718, app/assets/stylesheets/repairs.css.scss */
.repair-listing .repair-row .repair-number,
.repair-listing .repair-row .repair-name {
  padding-right: 1.5em;
}

/* line 723, app/assets/stylesheets/repairs.css.scss */
.repair-parts-cost-header,
.repair-parts-cost-container {
  padding: 0 1em;
  /*.nearby {}*/
}

/* line 726, app/assets/stylesheets/repairs.css.scss */
.repair-parts-cost-header .match,
.repair-parts-cost-container .match {
  color: #000;
  font-weight: bold;
}

/* line 728, app/assets/stylesheets/repairs.css.scss */
.repair-parts-cost-header .far,
.repair-parts-cost-container .far {
  color: #ddd;
}

/* line 729, app/assets/stylesheets/repairs.css.scss */
.repair-parts-cost-header .price-label,
.repair-parts-cost-container .price-label {
  display: none;
}

/* line 734, app/assets/stylesheets/repairs.css.scss */
.repair-parts-cost-background {
  height: 100%;
  width: 100%;
}

/* line 740, app/assets/stylesheets/repairs.css.scss */
.repair-parts-cost-header .repair-parts-cost-background {
  top: 30%;
}

/* line 745, app/assets/stylesheets/repairs.css.scss */
.repair-parts-cost {
  color: #717174;
  font-style: italic;
  text-align: center;
}

/* line 751, app/assets/stylesheets/repairs.css.scss */
.parts-cost-link,
.parts-cost-controls {
  margin: 0 3em;
  padding: 1em;
  position: absolute;
  right: 0;
}

/* line 757, app/assets/stylesheets/repairs.css.scss */
.parts-cost-link input,
.parts-cost-controls input {
  margin-left: 8px;
  margin-right: 20px;
  text-align: center;
  width: 40px;
}

/* line 765, app/assets/stylesheets/repairs.css.scss */
.parts-cost-controls {
  -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.5);
  background: white;
  text-align: right;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 8, app/assets/stylesheets/admin/companies.css.scss */
.company-name {
  color: #717174;
}

/* line 12, app/assets/stylesheets/admin/companies.css.scss */
.company-tools {
  color: #717174;
  float: right;
  min-width: 200px;
  padding-left: 24px;
}

/* line 18, app/assets/stylesheets/admin/companies.css.scss */
.company-tools .tool-section {
  margin-bottom: 3em;
}

/* line 20, app/assets/stylesheets/admin/companies.css.scss */
.company-tools .tool-section ul {
  margin: 0;
  padding: 0 20px;
}

/* line 23, app/assets/stylesheets/admin/companies.css.scss */
.company-tools .tool-section ul li {
  padding: 4px 0;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 10, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard h2 {
  display: inline-block;
  margin-top: 2em;
}

/* line 15, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard .wip-list {
  border-spacing: 0;
}

/* line 19, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard .wip-list td {
  border-bottom: 1px solid #f4f4f4;
  padding: 8px 16px;
  vertical-align: middle;
}

/* line 25, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard .warning-banner,
.dashboard .error-banner {
  background-color: #FFF6E5;
  border: 1px solid #ECCC8D;
  display: inline-block;
  padding: 1em;
}

/* line 33, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard .warning-banner-title,
.dashboard .error-banner-title {
  color: #C78709;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard .error-banner {
  background-color: #FFE5E5;
  border-color: #E0B6B6;
}

/* line 45, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard .error-banner-title {
  color: #C73333;
}

/* line 49, app/assets/stylesheets/admin/dashboards.css.scss */
.dashboard .task-automation {
  float: left;
  margin-top: 2px;
  width: 16px;
}

/* line 58, app/assets/stylesheets/admin/dashboards.css.scss */
.unused-snapshot {
  color: #fb5757;
}

/* line 63, app/assets/stylesheets/admin/dashboards.css.scss */
.admin-page .preference-group {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 1em 2.5em;
  margin-top: 1em;
  margin-right: 1em;
  max-width: 300px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
}

/* line 71, app/assets/stylesheets/admin/dashboards.css.scss */
.admin-page .preference-group h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}

/* line 75, app/assets/stylesheets/admin/dashboards.css.scss */
.admin-page .preference-group .button {
  width: 100%;
  box-sizing: border-box;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 3, app/assets/stylesheets/admin/additional_repair_requests.css.scss */
.arr-table {
  border-spacing: 0;
}

/* line 7, app/assets/stylesheets/admin/additional_repair_requests.css.scss */
.arr-table th {
  border-bottom: 1px solid #f4f4f4;
  padding: 8px 16px;
  text-align: left;
}

/* line 13, app/assets/stylesheets/admin/additional_repair_requests.css.scss */
.arr-table td {
  border-bottom: 1px solid #f4f4f4;
  padding: 8px 16px;
  vertical-align: middle;
}
/* line 6, app/assets/stylesheets/admin/orders.css.scss */
.special-requests {
  color: #a00 !important;
}

/* line 12, app/assets/stylesheets/admin/orders.css.scss */
.orders .new-order {
  margin: 1em;
}

/* line 16, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-name {
  display: inline-block;
  margin-left: 2em;
  padding: 2px;
}

/* line 23, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form .input-field {
  text-align: right;
}

/* line 26, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form .text-input {
  text-align: right;
  width: 90px;
}

/* line 30, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form .tiny-input {
  text-align: right;
  width: 40px;
}

/* line 34, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form .full-width {
  box-sizing: border-box;
  width: 100%;
}

/* line 38, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form label {
  display: inline-block;
  margin: 0 2px;
}

/* line 42, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form textarea {
  font-size: 90%;
  height: 67px;
  overflow: auto;
  resize: none;
  text-align: center;
  width: 100px;
}

/* line 50, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form textarea[disabled] {
  border: 1px solid #ddd;
  color: #999;
}

/* line 54, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form .special-requests {
  height: 8em;
  text-align: left;
}

/* line 58, app/assets/stylesheets/admin/orders.css.scss */
.orders .order-form #order_printed_name {
  margin-bottom: 3px;
}

/* line 63, app/assets/stylesheets/admin/orders.css.scss */
.orders .floating-block {
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
  padding: 1em;
  margin: 0 1em 1em 0;
  vertical-align: top;
}

/* line 72, app/assets/stylesheets/admin/orders.css.scss */
.orders .current-task {
  width: 250px;
}

/* line 74, app/assets/stylesheets/admin/orders.css.scss */
.orders .current-task .task {
  width: 100%;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 9, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .info-text {
  font-weight: normal;
  font-size: 75%;
  color: #999;
}

/* line 14, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .page-type {
  margin: 0px;
}

/* line 19, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table {
  width: 100%;
}

/* line 21, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table thead {
  white-space: nowrap;
  font-size: 12px;
}

/* line 24, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table thead tr {
  white-space: initial;
  text-align: left;
}

/* line 28, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table tbody {
  white-space: nowrap;
}

/* line 31, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table th {
  padding-right: 18px;
}

/* line 34, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table td {
  vertical-align: top;
  text-align: left;
  padding-right: 18px;
}

/* line 39, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table .code-style {
  color: #aaa;
}

/* line 42, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table th.id-info {
  font-size: 10px;
  font-style: italic;
}

/* line 46, app/assets/stylesheets/admin/snapshots.css.scss */
.admin-page .snapshots-table td.id-info {
  font-size: 10px;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* --------------------------- Search Controls ---------------------------- */
/* line 4, app/assets/stylesheets/search.css.scss */
.search-controls {
  margin-left: 14px;
  position: absolute;
  top: -42px;
  right: 1em;
  text-align: right;
  z-index: 100;
}

/* line 12, app/assets/stylesheets/search.css.scss */
.search-controls form {
  position: relative;
}

/* line 17, app/assets/stylesheets/search.css.scss */
#search-input {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 4px 40px 4px 12px;
  text-align: left;
  width: 200px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*Remove the "x" clear button from IE and Chrome*/
/* line 31, app/assets/stylesheets/search.css.scss */
#search-input:-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 32, app/assets/stylesheets/search.css.scss */
#search-input:-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 33, app/assets/stylesheets/search.css.scss */
#search-input::-webkit-search-decoration,
#search-input::-webkit-search-cancel-button,
#search-input::-webkit-search-results-button,
#search-input::-webkit-search-results-decoration {
  display: none;
}

/* line 38, app/assets/stylesheets/search.css.scss */
.search-input-buttons {
  display: inline-block;
  position: absolute;
  right: 0;
  left: inherit;
  top: 0;
  bottom: 0;
}

/* line 46, app/assets/stylesheets/search.css.scss */
.search-input-buttons .search-button {
  background: #2196F3;
  border-radius: 0 80px 80px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px 2px 6px;
  height: 100%;
}

/* line 55, app/assets/stylesheets/search.css.scss */
.search-input-buttons .search-button .search-icon {
  display: inline-block;
}

/* line 57, app/assets/stylesheets/search.css.scss */
.search-input-buttons .search-button .search-icon svg {
  width: 20px;
}

/* line 60, app/assets/stylesheets/search.css.scss */
.search-input-buttons .search-button .search-icon .icon {
  fill: #fff;
}

/* line 67, app/assets/stylesheets/search.css.scss */
.search-results {
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  margin-top: 8px;
  text-align: left;
}

/* line 72, app/assets/stylesheets/search.css.scss */
.search-results .empty-message {
  background-color: #fff;
  padding: 1em;
}

/* line 78, app/assets/stylesheets/search.css.scss */
.search-all-editions,
.search-result {
  background: #fff;
  border-bottom: 1px solid #ECECE2;
  display: block;
  padding: 1em;
  position: relative;
}

/* line 84, app/assets/stylesheets/search.css.scss */
.search-all-editions:hover,
.search-result:hover {
  background-color: #E8F3FF;
}

/* line 86, app/assets/stylesheets/search.css.scss */
.search-all-editions .you-are-here,
.search-result .you-are-here {
  display: none;
  font-size: 90%;
  margin-bottom: 6px;
}

/* line 90, app/assets/stylesheets/search.css.scss */
.search-all-editions .you-are-here span,
.search-result .you-are-here span {
  display: inline-block;
  text-decoration: none;
}

/* line 95, app/assets/stylesheets/search.css.scss */
.search-all-editions.current-page,
.search-result.current-page {
  color: #aaa;
}

/* line 97, app/assets/stylesheets/search.css.scss */
.search-all-editions.current-page .you-are-here,
.search-result.current-page .you-are-here {
  display: block;
}

/* line 100, app/assets/stylesheets/search.css.scss */
.search-all-editions.current-page:hover,
.search-result.current-page:hover {
  background-color: #eee;
  cursor: not-allowed;
}

/* line 105, app/assets/stylesheets/search.css.scss */
.search-all-editions .search-result-detail,
.search-result .search-result-detail {
  color: #999;
  display: inline-block;
  max-width: 90%;
  padding-top: 3px;
  text-decoration: none;
}

/* line 114, app/assets/stylesheets/search.css.scss */
.search-results-group-name {
  background: #eee;
  border-bottom: 1px solid #ECECE2;
  border-top: 1px solid #ECECE2;
  color: #717174;
  font-size: 83%;
  font-weight: bold;
  padding: 4px 1em;
}

/* line 124, app/assets/stylesheets/search.css.scss */
.search-in-progress {
  background: #fff;
  color: #717174;
  font-size: 115%;
  padding: 1em 2em 1em 1em;
  text-align: center;
}

/* line 130, app/assets/stylesheets/search.css.scss */
.search-in-progress .search-in-progress-icon {
  animation: pulseAnimation 1s infinite;
  margin: 2px 6px 0;
  vertical-align: middle;
}

/* line 134, app/assets/stylesheets/search.css.scss */
.search-in-progress .search-in-progress-icon img {
  opacity: 0.7;
  width: 15px;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 3, app/assets/stylesheets/settings.css.scss */
.settings-panel {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 100px;
  transition: height .5s ease-out;
}

/* line 10, app/assets/stylesheets/settings.css.scss */
.settings-panel .loading {
  margin: 3em;
}

/* line 15, app/assets/stylesheets/settings.css.scss */
.settings-panel .settings-tab:first-child {
  -webkit-box-shadow: inset 7px 2px 7px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 7px 2px 7px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 7px 2px 7px -6px rgba(0, 0, 0, 0.2);
}

/* line 19, app/assets/stylesheets/settings.css.scss */
.settings-panel .settings-tab:first-child {
  border-left: 1px solid #ccc;
}

/* line 24, app/assets/stylesheets/settings.css.scss */
.settings-page .special-requests {
  font-size: 0.9em;
  font-style: italic;
  margin-top: -6px;
}

/* line 31, app/assets/stylesheets/settings.css.scss */
.settings-tabs {
  display: flex;
  flex-direction: row;
}

/* line 36, app/assets/stylesheets/settings.css.scss */
.settings-tab {
  flex: 1;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 80%;
  text-align: center;
  height: 60px;
  position: relative;
  text-decoration: underline;
  border-radius: 8px 8px 0 0;
}

/* line 47, app/assets/stylesheets/settings.css.scss */
.settings-tab img {
  display: block;
  margin: 8px auto 2px;
  opacity: 0.7;
  width: 32px;
}

/* line 54, app/assets/stylesheets/settings.css.scss */
.settings-tab:hover img {
  opacity: 1;
}

/* line 56, app/assets/stylesheets/settings.css.scss */
.settings-tab.admin-only {
  color: #CEC49B;
}

/* line 57, app/assets/stylesheets/settings.css.scss */
.settings-tab.admin-only:hover {
  color: #B1920E;
}

/* line 58, app/assets/stylesheets/settings.css.scss */
.settings-tab.error {
  background-color: #FFE9E9;
}

/* line 62, app/assets/stylesheets/settings.css.scss */
.active-settings-tab {
  background-color: #fff;
  border-bottom: none;
  color: #666;
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/settings.css.scss */
.active-settings-tab img {
  opacity: 1;
}

/* line 68, app/assets/stylesheets/settings.css.scss */
.active-settings-tab.admin-only {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #b79a1f;
}

/* line 76, app/assets/stylesheets/settings.css.scss */
.settings-content {
  padding: 2em;
  padding-top: 1em;
  min-height: 100px;
  max-height: 739px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
}

/* line 82, app/assets/stylesheets/settings.css.scss */
.settings-content .number-input, .settings-content .number-value {
  text-align: left;
  width: 60px;
}

/* line 86, app/assets/stylesheets/settings.css.scss */
.settings-content .checkbox {
  margin-top: 4px;
}

/* line 89, app/assets/stylesheets/settings.css.scss */
.settings-content .fullsize-input {
  box-sizing: border-box;
  width: 100%;
}

/* line 97, app/assets/stylesheets/settings.css.scss */
.settings-label {
  color: #666;
  text-align: right;
}

/* line 102, app/assets/stylesheets/settings.css.scss */
.part-markup-table {
  border-collapse: collapse;
  width: 100%;
}

/* line 105, app/assets/stylesheets/settings.css.scss */
.part-markup-table td {
  background: white;
  border: 1px solid #ccc;
  padding: 6px;
}

/* line 112, app/assets/stylesheets/settings.css.scss */
.pricing-settings-table {
  width: 100%;
}

/* line 116, app/assets/stylesheets/settings.css.scss */
.textinput-explanation,
.checkbox-explanation {
  color: #aaa;
  font-size: 80%;
}

/* line 122, app/assets/stylesheets/settings.css.scss */
.settings-link-block {
  font-size: 90%;
  margin: 1.5em 0;
}

/* line 125, app/assets/stylesheets/settings.css.scss */
.settings-link-block form {
  display: 'inline-block';
}

/* line 126, app/assets/stylesheets/settings.css.scss */
.settings-link-block:first-child {
  margin-top: 0;
}

/* line 129, app/assets/stylesheets/settings.css.scss */
.settings-link-detail {
  color: #aaa;
  display: block;
}

/* line 135, app/assets/stylesheets/settings.css.scss */
.checkbox-explanation {
  margin: -4px 0 4px 20px;
}

/* line 139, app/assets/stylesheets/settings.css.scss */
.pdf-download {
  margin: 0.5em;
}

/* line 143, app/assets/stylesheets/settings.css.scss */
button.link,
button.delete-link {
  background: none;
  border: none;
  color: #2f7dc5;
  cursor: pointer;
  padding: 0;
  font-size: 1em;
  text-decoration: underline;
}

/* line 154, app/assets/stylesheets/settings.css.scss */
.inline-label {
  display: inline-block;
  width: 80px;
}

/* line 159, app/assets/stylesheets/settings.css.scss */
.busy {
  animation: pulseAnimation 1s infinite;
  color: #999;
  outline: 1px solid transparent;
}

/* line 166, app/assets/stylesheets/settings.css.scss */
.pricing-page .number-value {
  display: inline-block;
  padding: 4px 6px 5px;
}

/* line 170, app/assets/stylesheets/settings.css.scss */
.pricing-page .saving {
  display: block;
  margin: 8px;
}

/* line 178, app/assets/stylesheets/settings.css.scss */
.pricing-page .custom-pricing .number-value {
  width: 120px;
}

/* line 186, app/assets/stylesheets/settings.css.scss */
.book-format-page .saving {
  padding: 8px 0 0;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 3, app/assets/stylesheets/update.css.scss */
.update-notification {
  position: relative;
  z-index: 1;
  float: right;
}

/* line 7, app/assets/stylesheets/update.css.scss */
.update-notification .eligible {
  color: #717174;
  display: inline-block;
  font-size: 0.9em;
  font-style: italic;
  margin: 8px 16px;
}

/* line 17, app/assets/stylesheets/update.css.scss */
.modal-update-background {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
}

/* line 27, app/assets/stylesheets/update.css.scss */
.addresses > div, .cost, .comments {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 24px;
  margin-top: 1em;
  vertical-align: top;
  width: 50%;
}

/* line 36, app/assets/stylesheets/update.css.scss */
.update-pending {
  color: #717174;
  font-style: italic;
  font-size: 0.9em;
  margin: 4px 0;
}

/* line 43, app/assets/stylesheets/update.css.scss */
.update-confirmation {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 12px 24px;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 111;
  width: 560px;
}

/* line 54, app/assets/stylesheets/update.css.scss */
.update-confirmation .price {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/update.css.scss */
.update-confirmation .checkbox {
  float: left;
  margin-bottom: 1.5em;
  margin-right: 8px;
}

/* line 66, app/assets/stylesheets/update.css.scss */
.update-confirmation .checkbox-label {
  font-size: 100%;
}

/* line 70, app/assets/stylesheets/update.css.scss */
.update-confirmation .tiny {
  color: #717174;
  font-size: 0.75em;
}

/* line 75, app/assets/stylesheets/update.css.scss */
.update-confirmation .order-comments {
  height: 100px;
  width: 100%;
}

/* line 80, app/assets/stylesheets/update.css.scss */
.update-confirmation .full-name {
  width: 260px;
}

/* line 84, app/assets/stylesheets/update.css.scss */
.update-confirmation .cancel-link {
  color: #717174;
  position: absolute;
  padding-left: 16px;
  padding-top: 9px;
  text-decoration: none;
}

@media (max-width: 620px) {
  /* line 93, app/assets/stylesheets/update.css.scss */
  .update-confirmation {
    width: 450px;
  }
}

@media (max-width: 520px) {
  /* line 94, app/assets/stylesheets/update.css.scss */
  .update-confirmation {
    width: 350px;
  }
}

@media (max-width: 420px) {
  /* line 95, app/assets/stylesheets/update.css.scss */
  .update-confirmation {
    width: 300px;
  }
}

/* line 97, app/assets/stylesheets/update.css.scss */
.update-form {
  display: inline;
}

/* line 101, app/assets/stylesheets/update.css.scss */
.update-section {
  margin: 1em 0;
}

/* line 105, app/assets/stylesheets/update.css.scss */
.update-buttons {
  text-align: center;
}

/* line 109, app/assets/stylesheets/update.css.scss */
.license-count-form {
  width: 200px;
}

/* line 110, app/assets/stylesheets/update.css.scss */
.license-count-form label {
  display: inline-block;
}

/* line 114, app/assets/stylesheets/update.css.scss */
.license-count-form input {
  margin: 0 4px;
  text-align: center;
  width: 20px;
}

/* line 121, app/assets/stylesheets/update.css.scss */
.in-production-notification {
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  color: #717174;
  min-height: 600px;
  border: 1px solid #ccc;
  padding: 3em 1em;
  text-align: center;
}

/* line 128, app/assets/stylesheets/update.css.scss */
.in-production-notification h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 2em;
}

/* line 133, app/assets/stylesheets/update.css.scss */
.in-production-notification p, .in-production-notification .para {
  margin: 26px 0;
}

/* line 138, app/assets/stylesheets/update.css.scss */
.in-production-message {
  line-height: 1.5em;
  max-width: 600px;
  margin: 0 auto;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 6, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company-link,
.psi-admin-tools .data {
  position: relative;
}

/* line 11, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company-link > * > .popup,
.psi-admin-tools .data > * > .popup {
  top: 25px;
  right: 0px;
  margin-bottom: 40px;
}

/* line 18, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company,
.psi-admin-tools .data-management {
  padding: 1em;
  min-width: 300px;
}

/* line 23, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company h2,
.psi-admin-tools .data-management h2 {
  font-size: 20px;
  white-space: nowrap;
}

/* line 28, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company .checkbox-toggle,
.psi-admin-tools .data-management .checkbox-toggle {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company .checkbox-toggle img,
.psi-admin-tools .data-management .checkbox-toggle img {
  box-sizing: content-box;
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
  width: 18px;
}

/* line 39, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company .checkbox-help,
.psi-admin-tools .data-management .checkbox-help {
  font-size: 80%;
  color: #777;
}

/* line 42, app/assets/stylesheets/psi-tools.scss */
.psi-admin-tools .edit-company .checkbox-help .popup,
.psi-admin-tools .data-management .checkbox-help .popup {
  font-size: initial;
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 4, app/assets/stylesheets/users.scss */
::-ms-clear {
  display: none;
}

/* line 6, app/assets/stylesheets/users.scss */
.footnote-asterisk {
  font-family: monospace;
  vertical-align: middle;
  font-size: 18px;
  margin-top: -10px;
  display: inline-block;
}

/* line 14, app/assets/stylesheets/users.scss */
.users > * > .popup {
  top: -50px;
  right: 0;
  margin-bottom: 40px;
  max-width: 89vw;
}

/* line 21, app/assets/stylesheets/users.scss */
.user-management {
  padding: 1em;
  color: #333;
}

/* line 25, app/assets/stylesheets/users.scss */
.user-management .download-link {
  margin-left: 4px;
  padding: 6px 10px !important;
}

/* line 28, app/assets/stylesheets/users.scss */
.user-management .download-link img {
  opacity: 0.5;
  border: 0;
}

/* line 32, app/assets/stylesheets/users.scss */
.user-management .download-link .tooltip {
  display: none;
  position: absolute;
  margin-top: -60px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  font-size: 0.9em;
  opacity: 0.9;
  -webkit-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
}

/* line 45, app/assets/stylesheets/users.scss */
.user-management .download-link:hover img {
  opacity: 1;
}

/* line 48, app/assets/stylesheets/users.scss */
.user-management .download-link:hover .tooltip {
  display: block;
}

/* line 54, app/assets/stylesheets/users.scss */
.user-management h2 {
  font-size: 20px;
  position: absolute;
}

/* line 60, app/assets/stylesheets/users.scss */
.user-management .user-list .row {
  display: flex;
}

/* line 64, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-controls {
  position: absolute;
  z-index: 2;
  margin-top: 32px;
}

/* line 69, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-controls .button, .user-management .user-list .user-list-controls .secondary-button {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 75, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-controls .cell,
.user-management .user-list .user-list-header .cell {
  color: #555;
  font-weight: normal;
  text-align: center;
  align-self: stretch;
  font-size: 90%;
}

/* line 84, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-header .user-info,
.user-management .user-list .user-list-header .user-role {
  align-self: center;
}

/* line 89, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-header {
  -webkit-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
}

/* line 93, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-footer {
  -webkit-box-shadow: 0px -7px 5px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -7px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -7px 5px -5px rgba(0, 0, 0, 0.2);
}

/* line 97, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-header {
  min-height: 82px;
  /* In case there are no books and/or no users */
  z-index: 1;
}

/* line 102, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-header,
.user-management .user-list .user-list-footer {
  overflow-y: none;
  overflow-x: hidden;
  position: relative;
}

/* line 109, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-body {
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 113, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-body .popup {
  position: absolute;
  top: 160px;
  left: 58px;
}

/* line 119, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-body .fast-list .popup {
  position: fixed;
  top: 300px;
  left: inherit;
  right: 400px;
}

/* line 127, app/assets/stylesheets/users.scss */
.user-management .user-list .cell {
  padding: 8px;
  box-sizing: border-box;
  width: 90px;
  align-self: center;
  flex: 0 0 auto;
}

/* line 135, app/assets/stylesheets/users.scss */
.user-management .user-list .cell.user-info {
  width: 225px;
  overflow: hidden;
}

/* line 140, app/assets/stylesheets/users.scss */
.user-management .user-list .cell.user-role {
  text-align: center;
  width: 150px;
}

/* line 145, app/assets/stylesheets/users.scss */
.user-management .user-list .underlined {
  border-bottom: 1px solid #ccc;
}

/* line 149, app/assets/stylesheets/users.scss */
.user-management .user-list .row {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

/* line 154, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-footer .cell {
  text-align: center;
}

/* line 158, app/assets/stylesheets/users.scss */
.user-management .user-list .user-list-footer .row {
  border-bottom: none;
}

/* line 162, app/assets/stylesheets/users.scss */
.user-management .user-list .border-top-none {
  border-bottom: none;
}

/* line 168, app/assets/stylesheets/users.scss */
.user-management .border-above {
  border-top: 1px solid #ccc !important;
}

/* line 172, app/assets/stylesheets/users.scss */
.user-management .user-email {
  color: #555;
  font-size: 80%;
}

/* line 177, app/assets/stylesheets/users.scss */
.user-management .user-links {
  font-size: 80%;
}

/* line 181, app/assets/stylesheets/users.scss */
.user-management .license-used-count,
.user-management .license-available-count,
.user-management .license-remaining-count,
.user-management .book-access,
.user-management .user-book-checkbox {
  border-left: 1px solid #f0f0f0;
}

/* line 189, app/assets/stylesheets/users.scss */
.user-management .new-user-form,
.user-management .user-info-editor {
  font-size: 14px;
  width: 300px;
}

/* line 193, app/assets/stylesheets/users.scss */
.user-management .new-user-form input,
.user-management .user-info-editor input {
  box-sizing: border-box;
  width: 100%;
}

/* line 197, app/assets/stylesheets/users.scss */
.user-management .new-user-form .input-row,
.user-management .user-info-editor .input-row {
  margin: 18px 0;
}

/* line 202, app/assets/stylesheets/users.scss */
.user-management .checkbox-toggle {
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}

/* line 206, app/assets/stylesheets/users.scss */
.user-management .checkbox-toggle img {
  width: 18px;
}

/* line 211, app/assets/stylesheets/users.scss */
.user-management .user-role-details {
  color: #333;
  padding: 1em;
}

/* line 215, app/assets/stylesheets/users.scss */
.user-management .user-role-details h3 {
  display: inline;
  font-size: 16px;
}

/* line 220, app/assets/stylesheets/users.scss */
.user-management .user-role-details table {
  margin-top: -2em;
}

/* line 224, app/assets/stylesheets/users.scss */
.user-management .user-role-details td {
  border: 1px solid #ccc;
  padding: 6px;
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/users.scss */
.user-management .user-role-details td img {
  width: 16px;
}

/* line 232, app/assets/stylesheets/users.scss */
.user-management .user-role-details td .checkbox-toggle {
  margin-top: -8px;
  margin-bottom: -8px;
}

/* line 240, app/assets/stylesheets/users.scss */
.user-management .new-user-link {
  text-align: left !important;
  margin-left: -8px;
  margin-right: 8px;
}

/* line 246, app/assets/stylesheets/users.scss */
.user-management .search-input {
  border-radius: 16px;
  margin: 6px 0 0;
  padding: 4px 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 90%;
  font-size: 90%;
  outline: none;
}

/* line 257, app/assets/stylesheets/users.scss */
.user-management .user-count-row {
  color: #bbb;
}

/* line 260, app/assets/stylesheets/users.scss */
.user-management .user-count-row > td {
  padding-top: 8px;
  padding-bottom: 4px;
  text-align: center;
}

/* line 266, app/assets/stylesheets/users.scss */
.user-management .user-count-row .user-count-label {
  color: #999;
  line-height: 16px;
  font-size: 90%;
  text-align: right !important;
}

/* line 273, app/assets/stylesheets/users.scss */
.user-management .user-count-row .license-count {
  color: #000;
}

/* line 277, app/assets/stylesheets/users.scss */
.user-management .permissions-table .popup {
  right: 20px;
}
/* line 8, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge-only {
  display: none;
}

/* line 12, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge {
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
}

/* line 16, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .fieldedge-only {
  display: inherit;
}

/* line 20, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge input {
  outline-color: #47af4b;
}

/* line 24, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .flash-message .notice {
  background-color: #f5f5f5;
}

/* line 28, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .signupBanner {
  background-image: none;
  background-color: #47af4b;
  border-bottom: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.24);
}

/* line 33, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .signupBanner .current-company-name,
.fieldedge .signupBanner .company-name {
  color: white;
}

/* line 39, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .search-controls #search-input {
  border-color: white;
  border-radius: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  outline: none;
}

/* line 46, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .search-controls .search-input-buttons .search-button {
  background: #d8d8d8;
  border: 1px solid #f5f5f5;
}

/* line 49, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .search-controls .search-input-buttons .search-button .search-icon .icon {
  fill: #4a4a4a;
}

/* line 55, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .page {
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-bottom: none;
}

/* line 61, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .footer {
  font-family: Lato, sans-serif;
  font-weight: 300;
  margin-top: -9px;
  background-color: black;
}

/* line 65, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .footer .footerDivider {
  border-color: #47af4b;
}

/* line 69, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .footer .phone,
.fieldedge .footer .email,
.fieldedge .footer .copyright {
  color: #f5f5f5;
}

/* line 76, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .footerLinks {
  font-family: Lato, sans-serif;
  font-weight: 300;
  background-color: black;
}

/* line 80, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .footerLinks a {
  color: #47af4b;
}

/* line 83, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .footerLinks a:hover {
  color: #47a54c;
  text-decoration: underline;
}

/* line 91, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .percent-printed .percent-printed-tooltip {
  color: #47af4b;
  text-decoration: none;
}

/* line 96, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge a,
.fieldedge a.subdued,
.fieldedge .subdued a,
.fieldedge .popup-trigger {
  color: #47af4b;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 103, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge a:hover,
.fieldedge a.subdued:hover,
.fieldedge .subdued a:hover,
.fieldedge .popup-trigger:hover {
  text-decoration: underline;
}

/* line 108, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .redish-button,
.fieldedge .secondary-button,
.fieldedge .button {
  padding: 9px 24px;
  transition: all 0.3s ease;
}

/* line 113, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .redish-button:hover,
.fieldedge .secondary-button:hover,
.fieldedge .button:hover {
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .subdued .small-button,
.fieldedge .small-button,
.fieldedge .subdued .button,
.fieldedge .button {
  color: white;
  border: 1px solid #47af4b;
  background-color: #47af4b;
}

/* line 125, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .subdued .small-button:hover,
.fieldedge .small-button:hover,
.fieldedge .subdued .button:hover,
.fieldedge .button:hover {
  background-color: #47a54c;
}

/* line 130, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .tab-bar .tab .tab-name {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .settings-tab:hover,
.fieldedge .tab-bar .tab:hover {
  text-decoration: none;
}

/* line 138, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge button.link {
  color: #47af4b !important;
}

/* line 142, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .simple-form-header {
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-bottom: none;
}

/* line 146, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .simple-form-header h1, .fieldedge .simple-form-header h2 {
  color: #4a4a4a !important;
}

/* line 151, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .secondary-button {
  background-color: white;
  color: #4a4a4a !important;
  border: 1px solid #d8d8d8;
}

/* line 155, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .secondary-button:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
  border: 1px solid #4a4a4a;
}

/* line 162, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .book-highlight {
  background-color: #d8d8d8;
}

/* line 166, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .small-button {
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  vertical-align: top;
}

/* line 174, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .book-link {
  border-color: #d8d8d8;
}

/* line 176, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .book-link:hover {
  background: none;
  border-color: #d8d8d8;
  box-shadow: 0 1px 4px 0 rgba(43, 59, 93, 0.29);
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .toc li {
  transition: all 0.3s ease;
}

/* line 189, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .toc li:focus,
.fieldedge .toc li:hover,
.fieldedge .toc li:focus a,
.fieldedge .toc li:hover a {
  background-color: #f5f5f5;
  text-decoration: none;
}

/* line 198, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .popup-trigger .is-not-printed,
.fieldedge .is-not-printed .popup-trigger {
  color: #47af4b !important;
}

/* line 203, app/assets/stylesheets/fieldedge.css.scss */
.fieldedge .column-heading.is-not-printed,
.fieldedge .is-not-printed .repair-description,
.fieldedge .is-not-printed .repair-comments,
.fieldedge .is-not-printed .repair-price {
  opacity: 0.3 !important;
}
.rc-calendar {
  box-sizing: border-box;
}
.rc-calendar * {
  box-sizing: border-box;
}
.rc-calendar-hidden {
  display: none;
}
.rc-calendar-input-wrap {
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-calendar-input-wrap:after {
  content: '';
  clear: both;
}
.rc-calendar-date-input-wrap {
  overflow: hidden;
}
.rc-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 34px;
  background-color: white;
  height: 217px;
}
.rc-calendar-time-picker-panel {
  width: 100%;
  position: relative;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-input-wrap {
  display: none;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-inner {
  border: none;
  box-shadow: none;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-select {
  width: 84px;
  max-height: 217px;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-select li {
  text-align: center;
  padding: 0;
}
.rc-calendar-time-picker-wrap {
  float: left;
  width: 100%;
}
.rc-calendar-time-picker-wrap .rc-time-picker {
  width: 100%;
}
.rc-calendar-time-picker-wrap .rc-time-picker-input {
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  height: 22px;
}
.rc-calendar-time-picker-wrap .rc-time-picker-icon {
  display: none;
}
.rc-calendar-input {
  border: 1px solid transparent;
  width: 100%;
  color: #666;
  cursor: text;
  line-height: 1.5;
  outline: 0;
  height: 22px;
}
.rc-calendar-input-invalid {
  border-color: red;
}
.rc-calendar-clear-btn {
  z-index: 9999;
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-calendar-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-calendar-clear-btn:hover:after {
  color: #666;
}
.rc-calendar-picker {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1000;
}
.rc-calendar-picker-hidden {
  display: none;
}
.rc-calendar-picker-slide-up-enter {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight {
  animation-name: rcDropdownSlideUpIn;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight {
  animation-name: rcDropdownSlideDownIn;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight {
  animation-name: rcDropdownSlideUpOut;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight {
  animation-name: rcDropdownSlideDownOut;
  animation-play-state: running;
}
@keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
@keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
}
.rc-calendar {
  position: relative;
  outline: none;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  width: 253px;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-calendar-date-panel,
.rc-calendar-panel {
  position: relative;
  outline: none;
}
.rc-calendar-week-number {
  width: 286px;
}
.rc-calendar-week-number-cell {
  text-align: center;
}
.rc-calendar-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 0px 5px;
  line-height: 34px;
  text-align: center;
  width: 30px;
}
.rc-calendar-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-header .rc-calendar-prev-month-btn {
  position: absolute;
  left: 25px;
}
.rc-calendar-header .rc-calendar-prev-month-btn:after {
  content: '‹';
}
.rc-calendar-header .rc-calendar-next-month-btn {
  position: absolute;
  right: 25px;
}
.rc-calendar-header .rc-calendar-next-month-btn:after {
  content: '›';
}
.rc-calendar-year-select,
.rc-calendar-month-select,
.rc-calendar-day-select {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: 0 8px;
  line-height: 34px;
}
.rc-calendar-year-select:hover,
.rc-calendar-month-select:hover,
.rc-calendar-day-select:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-year-select.rc-calendar-time-status:hover,
.rc-calendar-month-select.rc-calendar-time-status:hover,
.rc-calendar-day-select.rc-calendar-time-status:hover {
  cursor: pointer;
  color: #666;
}
.rc-calendar-prev-month-btn,
.rc-calendar-next-month-btn,
.rc-calendar-prev-year-btn,
.rc-calendar-next-year-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #999;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.rc-calendar-prev-month-btn:hover,
.rc-calendar-next-month-btn:hover,
.rc-calendar-prev-year-btn:hover,
.rc-calendar-next-year-btn:hover {
  color: #23c0fa;
}
.rc-calendar-next-year-btn {
  right: 0;
}
.rc-calendar-next-year-btn:after {
  content: '»';
}
.rc-calendar-prev-year-btn {
  left: 0;
}
.rc-calendar-prev-year-btn:after {
  content: '«';
}
.rc-calendar-body {
  padding: 9px 10px 10px;
  height: 217px;
}
.rc-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.rc-calendar table,
.rc-calendar td,
.rc-calendar th,
.rc-calendar td {
  border: none;
}
.rc-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.rc-calendar-column-header {
  line-height: 18px;
  padding: 6px 0;
  width: 33px;
  text-align: center;
}
.rc-calendar-column-header .rc-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.rc-calendar-week-number-header .rc-calendar-column-header-inner {
  display: none;
}
.rc-calendar-cell {
  padding: 1px 0;
}
.rc-calendar-date {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  line-height: 26px;
  text-align: center;
}
.rc-calendar-date:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-selected-day .rc-calendar-date {
  background: #d9f4fe;
}
.rc-calendar-selected-date .rc-calendar-date {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-selected-date .rc-calendar-date:hover {
  background: #3fc7fa;
}
.rc-calendar-today .rc-calendar-date {
  border: 1px solid #3fc7fa;
}
.rc-calendar-disabled-cell .rc-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f3f3f3;
  border-radius: 0;
  width: auto;
}
.rc-calendar-disabled-cell .rc-calendar-date:hover {
  background: #f3f3f3;
}
.rc-calendar-disabled-cell-first-of-row .rc-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rc-calendar-disabled-cell-last-of-row .rc-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rc-calendar-last-month-cell .rc-calendar-date,
.rc-calendar-next-month-btn-day .rc-calendar-date {
  color: #bbb;
}
.rc-calendar-footer {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.rc-calendar-footer .rc-time-picker {
  width: 90px;
}
.rc-calendar-footer .rc-time-picker-input {
  height: 24px;
}
.rc-calendar-footer-show-ok {
  text-align: right;
}
.rc-calendar-footer-show-ok .rc-calendar-footer-btn {
  padding-right: 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-time-picker-btn {
  margin-left: 0;
  padding: 0 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-today-btn {
  float: left;
  padding-left: 12px;
}
.rc-calendar-footer-btn {
  margin-top: 2px;
}
.rc-calendar-footer-btn:after {
  content: 'x';
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
.rc-calendar-time-picker-btn {
  margin-left: 10px;
}
.rc-calendar-today-btn,
.rc-calendar-ok-btn,
.rc-calendar-time-picker-btn {
  display: inline-block;
  text-align: center;
  color: #f46830;
}
.rc-calendar-today-btn:hover,
.rc-calendar-ok-btn:hover,
.rc-calendar-time-picker-btn:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-today-btn-disabled,
.rc-calendar-ok-btn-disabled,
.rc-calendar-time-picker-btn-disabled {
  color: #bbb;
}
.rc-calendar-today-btn-disabled:hover,
.rc-calendar-ok-btn-disabled:hover,
.rc-calendar-time-picker-btn-disabled:hover {
  color: #bbb;
}
.rc-calendar-today-btn {
  padding-left: 10px;
}
.rc-calendar-time-input {
  height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 4px 10px;
  border-radius: 6px 6px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666;
  line-height: 1.5;
  transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  width: 40px;
}
.rc-calendar-time-input:hover {
  border-color: #23c0fa;
}
.rc-calendar-time-input:focus {
  border-color: #23c0fa;
  box-shadow: 0 0 3px #23c0fa;
}
.rc-calendar-time-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-time-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-time-panel-body {
  padding: 9px 10px 10px;
}
.rc-calendar-time-panel-title {
  width: 180px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  height: 30px;
  line-height: 22px;
  border-radius: 4px;
}
.rc-calendar-time-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 255px;
  border-collapse: separate;
}
.rc-calendar-time-panel-cell {
  text-align: center;
  height: 42px;
  vertical-align: middle;
}
.rc-calendar-time-panel-time {
  line-height: 26px;
  display: block;
  border-radius: 4px;
  width: 26px;
  margin: 0 auto;
}
.rc-calendar-time-panel-time:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-month-panel > div {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rc-calendar-month-panel-hidden {
  display: none;
}
.rc-calendar-month-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-month-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-month-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-month-panel-prev-year-btn,
.rc-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-month-panel-next-year-btn:after {
  content: '»';
}
.rc-calendar-month-panel-prev-year-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
}
.rc-calendar-month-panel-prev-year-btn:after {
  content: '«';
}
.rc-calendar-month-panel .rc-calendar-month-panel-year-select {
  width: 180px;
}
.rc-calendar-month-panel-year-select-arrow {
  display: none;
}
.rc-calendar-month-panel-next-year-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
}
.rc-calendar-month-panel-body {
  -ms-flex: 1;
      flex: 1;
  padding: 9px 10px 10px;
}
.rc-calendar-month-panel-footer {
  border-top: 1px solid #ccc;
  line-height: 38px;
}
.rc-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-month-panel-cell {
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month {
  color: #bfbfbf;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month:hover {
  background: white;
  cursor: not-allowed;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-header-wrap {
  position: relative;
  height: 308px;
}
.rc-calendar-year-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-year-panel > div {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rc-calendar-year-panel-hidden {
  display: none;
}
.rc-calendar-year-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-year-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-year-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-year-panel-prev-decade-btn,
.rc-calendar-year-panel-next-decade-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-year-panel-next-decade-btn:after {
  content: '»';
}
.rc-calendar-year-panel-prev-decade-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
}
.rc-calendar-year-panel-prev-decade-btn:after {
  content: '«';
}
.rc-calendar-year-panel .rc-calendar-year-panel-decade-select {
  width: 180px;
}
.rc-calendar-year-panel-decade-select-arrow {
  display: none;
}
.rc-calendar-year-panel-next-decade-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
}
.rc-calendar-year-panel-body {
  -ms-flex: 1;
      flex: 1;
  padding: 9px 10px 10px;
}
.rc-calendar-year-panel-footer {
  border-top: 1px solid #ccc;
  line-height: 38px;
}
.rc-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-year-panel-cell {
  text-align: center;
}
.rc-calendar-year-panel-year {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-year-panel-year:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-year-panel-last-decade-cell .rc-calendar-year-panel-year,
.rc-calendar-year-panel-next-decade-cell .rc-calendar-year-panel-year {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.rc-calendar-decade-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rc-calendar-decade-panel-hidden {
  display: none;
}
.rc-calendar-decade-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-decade-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 1px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-decade-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-decade-panel-prev-century-btn,
.rc-calendar-decade-panel-next-century-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-decade-panel-next-century-btn:after {
  content: '»';
}
.rc-calendar-decade-panel-prev-century-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
}
.rc-calendar-decade-panel-prev-century-btn:after {
  content: '«';
}
.rc-calendar-decade-panel-next-century-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
}
.rc-calendar-decade-panel-body {
  -ms-flex: 1;
      flex: 1;
  padding: 9px 10px 10px;
}
.rc-calendar-decade-panel-footer {
  border-top: 1px solid #ccc;
  line-height: 38px;
}
.rc-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-decade-panel-cell {
  text-align: center;
}
.rc-calendar-decade-panel-decade {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-decade-panel-decade:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,
.rc-calendar-decade-panel-next-century-cell .rc-calendar-decade-panel-decade {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.rc-calendar-range {
  width: 502px;
  overflow: hidden;
}
.rc-calendar-range-part {
  width: 250px;
  position: relative;
}
.rc-calendar-range-part .rc-calendar-time-picker {
  top: 69px;
}
.rc-calendar-range-part .rc-calendar-time-picker-panel-select {
  width: 77px;
}
.rc-calendar-range-left {
  float: left;
}
.rc-calendar-range-left .rc-calendar-time-picker-panel-select:last-child {
  border-right: 1px solid #e9e9e9;
}
.rc-calendar-range-right {
  float: right;
}
.rc-calendar-range-right .rc-calendar-time-picker-panel {
  left: 21px;
}
.rc-calendar-range-right .rc-calendar-time-picker-panel-select:first-child {
  border-left: 1px solid #e9e9e9;
}
.rc-calendar-range-middle {
  position: absolute;
  margin-left: -10px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.rc-calendar-range .rc-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rc-calendar-range .rc-calendar-input-wrap {
  height: 35px;
}
.rc-calendar-range .rc-calendar-input,
.rc-calendar-range .rc-time-picker-input {
  padding: 1px 7px;
  height: 22px;
}
.rc-calendar-range .rc-calendar-body,
.rc-calendar-range .rc-calendar-decade-panel-body,
.rc-calendar-range .rc-calendar-year-panel-body,
.rc-calendar-range .rc-calendar-month-panel-body {
  border-bottom: 1px solid #e9e9e9;
}
.rc-calendar-range.rc-calendar-week-number {
  width: 574px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part {
  width: 286px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker {
  top: 69px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker-panel-select {
  width: 89px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-right .rc-calendar-time-picker-panel {
  left: 36px;
}
.rc-calendar-range .rc-calendar-year-panel,
.rc-calendar-range .rc-calendar-month-panel,
.rc-calendar-range .rc-calendar-decade-panel {
  top: 35px;
}
.rc-calendar-range .rc-calendar-month-panel .rc-calendar-year-panel {
  top: 0;
}
.rc-calendar-range .rc-calendar-decade-panel-table,
.rc-calendar-range .rc-calendar-year-panel-table,
.rc-calendar-range .rc-calendar-month-panel-table {
  height: 198px;
}
.rc-calendar-range .rc-calendar-in-range-cell {
  background: #ebf4f8;
  border-radius: 0;
}
.rc-calendar-range-bottom {
  text-align: right;
}
.rc-calendar-range .rc-calendar-footer {
  border-top: none;
  padding: 0;
}
.rc-calendar-range .rc-calendar-footer-btn {
  padding: 10px 12px 10px 0;
}
.rc-calendar-range .rc-calendar-ok-btn {
  position: static;
}
.rc-calendar-range .rc-calendar-today-btn {
  float: left;
}
.rc-calendar-full {
  width: 275px;
}
.rc-calendar-full-header {
  padding: 5px 10px;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.rc-calendar-full-header-month-select,
.rc-calendar-full-header-year-select {
  width: 70px;
  float: right;
  margin-right: 5px;
}
.rc-calendar-full-header-switcher {
  float: right;
  display: inline-block;
}
.rc-calendar-full-header-switcher-normal:hover {
  border-color: #23c0fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
  cursor: pointer;
}
.rc-calendar-full-header-switcher-focus {
  border-color: #3fc7fa;
  background-color: #3fc7fa;
  color: #fff;
}
.rc-calendar-full-header-switcher > span {
  float: left;
  height: 28px;
  line-height: 24px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  color: #666;
}
.rc-calendar-full-header-switcher > span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.rc-calendar-full-header-switcher > span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
.rc-calendar-fullscreen {
  width: auto;
}
.rc-calendar-fullscreen .rc-calendar-full-header {
  border-bottom: none;
}
.rc-calendar-fullscreen .rc-calendar-column-header {
  text-align: right;
  padding-right: 12px;
}
.rc-calendar-fullscreen .rc-calendar-cell {
  padding: 0;
}
.rc-calendar-fullscreen .rc-calendar-cell .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-cell .rc-calendar-month-panel-month {
  display: block;
  height: 116px;
  width: auto;
  border-radius: 0;
  margin: 0 4px;
  border: none;
  border-top: 2px solid #eee;
  text-align: right;
  padding-right: 8px;
}
.rc-calendar-fullscreen .rc-calendar-selected-day .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  background-color: #ebfaff;
  color: #666;
}
.rc-calendar-fullscreen .rc-calendar-today .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  border-top-color: #3FC7FA;
  color: #3FC7FA;
}
/*------------------------------------------------------------------------------
The settings panel is hidden on browsers that are too narrow, and a message is
placed on the screen to warn they can't see the settings on such a narrow
browser.
------------------------------------------------------------------------------*/
/* line 6, app/assets/stylesheets/mobile.scss */
.hidden-settings-warning {
  display: none;
  color: #aaa;
  font-size: 80%;
  position: absolute;
  top: -16px;
  right: 22px;
  left: 22px;
  text-align: center;
  font-weight: lighter;
}

@media (max-width: 1024px) {
  /* line 19, app/assets/stylesheets/mobile.scss */
  .hidden-settings-warning {
    display: block;
  }
  /* line 23, app/assets/stylesheets/mobile.scss */
  .settings-panel {
    display: none !important;
  }
  /* line 25, app/assets/stylesheets/mobile.scss */
  .update-notification {
    text-align: right;
    float: none;
  }
  /* line 28, app/assets/stylesheets/mobile.scss */
  .update-notification .update-confirmation {
    text-align: left;
  }
}

/* line 35, app/assets/stylesheets/mobile.scss */
.mobile-message {
  padding: 0 1em;
}

/* line 40, app/assets/stylesheets/mobile.scss */
.subgroup-code-mobile {
  display: none;
}

/*------------------------------------------------------------------------------
Anything smaller than an iPad gets the mobile/phone layout
------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  /* At this point, your browser is too small to show much of anything ;) */
  /* line 50, app/assets/stylesheets/mobile.scss */
  .hidden-settings-warning {
    top: -13px;
  }
  /* line 54, app/assets/stylesheets/mobile.scss */
  .logo {
    height: 40px;
  }
  /* line 58, app/assets/stylesheets/mobile.scss */
  .mobile-only {
    display: inherit;
  }
  /* line 62, app/assets/stylesheets/mobile.scss */
  #search-input {
    max-width: 48vw;
  }
  /* line 66, app/assets/stylesheets/mobile.scss */
  .searching {
    opacity: 0.8;
    position: absolute;
    right: -5px;
    top: 5px;
  }
  /* line 71, app/assets/stylesheets/mobile.scss */
  .searching span {
    display: none;
  }
  /* line 74, app/assets/stylesheets/mobile.scss */
  .tab {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  /* line 79, app/assets/stylesheets/mobile.scss */
  .home-view h1,
.company-tools,
.dashboard-link,
.current-company-name,
.percent-printed {
    display: none !important;
  }
  /* line 85, app/assets/stylesheets/mobile.scss */
  .container-code {
    white-space: nowrap;
  }
  /* line 89, app/assets/stylesheets/mobile.scss */
  .home-view {
    margin-top: -1em;
  }
  /* line 93, app/assets/stylesheets/mobile.scss */
  .content {
    padding: 0.75em 0.5em 3em !important;
  }
  /* line 97, app/assets/stylesheets/mobile.scss */
  .breadcrumb-bar {
    font-size: 90%;
    margin-top: 1em;
  }
  /* line 102, app/assets/stylesheets/mobile.scss */
  .page-container {
    padding-top: 1em !important;
  }
  /* line 106, app/assets/stylesheets/mobile.scss */
  .signupBanner {
    height: 52px;
  }
  /* line 108, app/assets/stylesheets/mobile.scss */
  .repair-subgroup-preview,
.toc {
    margin: 0 -12px !important;
  }
  /* line 113, app/assets/stylesheets/mobile.scss */
  .toc a {
    margin-right: 0;
    white-space: normal;
    display: flex;
  }
  /* line 120, app/assets/stylesheets/mobile.scss */
  .toc a:-webkit-any-link {
    text-decoration: none;
  }
  /* line 121, app/assets/stylesheets/mobile.scss */
  .toc .container-name {
    text-decoration: underline;
  }
  /* line 123, app/assets/stylesheets/mobile.scss */
  .repair-subgroup-preview {
    padding: 1.4em 1.3em 5.5em;
    border: none;
    box-shadow: none;
  }
  /* line 130, app/assets/stylesheets/mobile.scss */
  .repair-listing > tbody > tr > th, .repair-listing > tbody > tr > td {
    display: block;
  }
  /* line 135, app/assets/stylesheets/mobile.scss */
  .repair-listing .icon-table {
    border-spacing: 0;
  }
  /* line 137, app/assets/stylesheets/mobile.scss */
  .repair-listing .icon-table > tbody > tr > th, .repair-listing .icon-table > tbody > tr > td {
    /*display: block;*/
  }
  /* line 141, app/assets/stylesheets/mobile.scss */
  .repair-listing .icon-table .oem-icon {
    text-align: right;
  }
  /* line 146, app/assets/stylesheets/mobile.scss */
  .repair-listing .subgroup-header-row {
    border-bottom: 1px solid #666;
  }
  /* line 149, app/assets/stylesheets/mobile.scss */
  .repair-listing .subgroup-header-row .subgroup-code-desktop {
    display: none;
  }
  /* line 153, app/assets/stylesheets/mobile.scss */
  .repair-listing .subgroup-header-row .subgroup-code-mobile {
    display: block;
  }
  /* line 158, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-row {
    display: block;
    padding: 1em 0;
    margin: 0;
    border-bottom-color: #ccc !important;
  }
  /* line 164, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-row.is-favorite {
    background: inherit;
  }
  /* line 166, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-row.is-favorite .repair-number {
    background: #ff0;
  }
  /* line 172, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-row .printed-icon,
.repair-listing .repair-row .favorite-toggle {
    display: inline-block;
    left: 0;
    margin-right: 4px;
    position: relative;
  }
  /* line 178, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-row .printed-icon img,
.repair-listing .repair-row .favorite-toggle img {
    vertical-align: bottom;
  }
  /* line 185, app/assets/stylesheets/mobile.scss */
  .repair-listing .top-search-result-marker {
    position: absolute !important;
    left: inherit !important;
    top: -25px !important;
    right: 20px !important;
  }
  /* line 190, app/assets/stylesheets/mobile.scss */
  .repair-listing .top-search-result-marker .top-search-result-tooltip {
    opacity: 1 !important;
  }
  /* line 195, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-number {
    padding-right: 0 !important;
  }
  /* line 199, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-name {
    margin-bottom: 1em;
  }
  /* line 203, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-description {
    font-weight: bold;
    font-size: 95% !important;
    margin: 4px 0;
  }
  /* line 209, app/assets/stylesheets/mobile.scss */
  .repair-listing .column-label,
.repair-listing .column-title {
    display: none;
  }
  /* line 214, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-row .total-price {
    display: flex;
    width: inherit !important;
    align-items: stretch;
  }
  /* line 220, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-row .total-price.book-highlight {
    background-color: #fff;
  }
  /* line 224, app/assets/stylesheets/mobile.scss */
  .repair-listing .price-label-indent {
    flex-grow: 1;
    display: inline-block;
  }
  /* line 229, app/assets/stylesheets/mobile.scss */
  .repair-listing .book-highlight .price-label,
.repair-listing .book-highlight .repair-price,
.repair-listing .book-highlight .popup-container {
    background-color: #c0c0c0;
  }
  /* line 235, app/assets/stylesheets/mobile.scss */
  .repair-listing .custom-column-label,
.repair-listing .price-label {
    color: #333;
    display: inline !important;
    font-size: 90%;
    flex-grow: 0;
    text-align: right;
  }
  /* line 244, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-price {
    display: inline-block;
    text-align: right;
    min-width: 60px;
    align-items: end;
  }
  /* line 251, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-price, .repair-listing .price-label {
    min-height: 1em;
    padding: 6px;
  }
  /* line 256, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-parts-cost-background {
    display: flex;
  }
  /* line 260, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-parts-cost-container {
    padding: 0;
  }
  /* line 262, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-parts-cost-container .price-label {
    font-style: italic;
  }
  /* line 267, app/assets/stylesheets/mobile.scss */
  .repair-listing .repair-parts-cost {
    text-align: right;
  }
  /* line 271, app/assets/stylesheets/mobile.scss */
  .repair-listing .pricing-details table th, .repair-listing .pricing-details table td {
    padding: 4px 2px;
  }
  /* line 275, app/assets/stylesheets/mobile.scss */
  .repair-listing .total-price .popup {
    right: 0;
    font-size: 80%;
  }
  /* line 280, app/assets/stylesheets/mobile.scss */
  .repair-listing .subgroup-code {
    white-space: nowrap;
  }
  /* line 285, app/assets/stylesheets/mobile.scss */
  .parts-cost-link,
.parts-cost-controls {
    margin: 0 8px !important;
  }
  /* line 290, app/assets/stylesheets/mobile.scss */
  .parts-cost-input {
    margin-right: 12px !important;
  }
  /* line 294, app/assets/stylesheets/mobile.scss */
  .footerLinks a {
    display: block;
  }
  /* line 298, app/assets/stylesheets/mobile.scss */
  .footerLinkSeparator {
    display: none;
  }
}

/*------------------------------------------------------------------------------
Be a little more aggressive about layout on small phones
------------------------------------------------------------------------------*/
@media (max-width: 320px) {
  /* Make the book links small enough to fit two columns */
  /* line 310, app/assets/stylesheets/mobile.scss */
  .book-link .book-icon {
    padding-left: 1.9em;
    padding-right: 1.9em;
  }
  /* line 315, app/assets/stylesheets/mobile.scss */
  .tab-label,
.tab-subtitle {
    display: none;
  }
  /* line 320, app/assets/stylesheets/mobile.scss */
  .breadcrumb-bar {
    font-size: 85%;
  }
  /* line 325, app/assets/stylesheets/mobile.scss */
  .signupBanner .logo {
    height: 40px;
    left: 2px;
  }
  /* line 331, app/assets/stylesheets/mobile.scss */
  .mobile-only {
    display: inherit;
  }
  /* line 335, app/assets/stylesheets/mobile.scss */
  .search-controls {
    right: 0.5em !important;
  }
}
/*-------------------------------------
  List of gradients...
   * Old browsers
   * FF3.6+
   * Chrome,Safari4+
   * Chrome10+,Safari5.1+
   * Opera 11.10+
   * IE10+
   * W3C
   * IE6-9
-------------------------------------*/
/* line 3, app/assets/stylesheets/rate-calculators.css.scss */
.rate-calc-form {
  font-size: 90%;
  color: #333333;
}

/* line 4, app/assets/stylesheets/rate-calculators.css.scss */
.rate-calc-form .popup {
  right: 0;
  margin-bottom: 2em;
}

/* line 9, app/assets/stylesheets/rate-calculators.css.scss */
.rate-calc-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

/* line 14, app/assets/stylesheets/rate-calculators.css.scss */
.row-label {
  color: #666;
  text-align: left;
  width: 75px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
* include QSP styles first, so app can override if needed...

*


























*/

