@import url(https://fonts.googleapis.com/css?family=Lato);
/* line 10, app/assets/stylesheets/colors.scss */
#jct-header-message {
  border: none;
  border-radius: 0;
  color: #ffffff;
}

/* line 16, app/assets/stylesheets/colors.scss */
#jct-header-message.alert-success {
  background-color: #138913;
}

/* line 20, app/assets/stylesheets/colors.scss */
#jct-header-message.alert-danger {
  background-color: #df0000;
}

/* line 24, app/assets/stylesheets/colors.scss */
#jct-header-message.alert-warning {
  background-color: yellow;
  color: #111111;
}

/* line 29, app/assets/stylesheets/colors.scss */
#jct-header-message.alert-info {
  background-color: #1976d2;
}

/* line 6, app/assets/stylesheets/mixins.scss */
.padding-1 {
  padding: 0 10px;
}

/* line 7, app/assets/stylesheets/mixins.scss */
.padding-2 {
  padding: 0 20px;
}

/* line 8, app/assets/stylesheets/mixins.scss */
.padding-3 {
  padding: 0 30px;
}

/* line 9, app/assets/stylesheets/mixins.scss */
.padding-4 {
  padding: 0 40px;
}

/* line 10, app/assets/stylesheets/mixins.scss */
.padding-5 {
  padding: 0 50px;
}

/* line 11, app/assets/stylesheets/mixins.scss */
.padding-6 {
  padding: 0 60px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 119, app/assets/stylesheets/mixins.scss */
.loader-text {
  text-align: center;
}

/* line 123, app/assets/stylesheets/mixins.scss */
#preloader {
  position: absolute;
  top: -5px;
  bottom: 0;
  width: 100%;
  height: 100.4%;
  z-index: 9999;
}

/* line 132, app/assets/stylesheets/mixins.scss */
#loader {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00BFFF;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* line 147, app/assets/stylesheets/mixins.scss */
#loader-message {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 150px;
  margin: 90px 0 0 -125px;
  text-align: center;
}

/* line 158, app/assets/stylesheets/mixins.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #009ACD;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

/* line 172, app/assets/stylesheets/mixins.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #507786;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 12, app/assets/stylesheets/jct.scss */
.margin-left {
  margin-left: 10px;
}

/* line 16, app/assets/stylesheets/jct.scss */
body {
  background-color: #E8E8E8;
  font-family: 'Lato', sans-serif !important;
}

/* line 20, app/assets/stylesheets/jct.scss */
body.jct-custom {
  background-size: cover;
  background-color: #e8e8e8;
}

/* line 62, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-header {
  background-color: #2c2829;
  background-position: 50% 85%;
}

/* line 65, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-header .main-text, body.jct-custom #jct-header .subtitle-text {
  color: white;
  text-shadow: black;
}

/* line 80, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-menu-top {
  border-radius: 0;
  -moz-box-shadow: 0 3px 3px #ccc;
  -webkit-box-shadow: 0 3px 3px #ccc;
  box-shadow: 0 3px 3px #ccc;
  border-top: 1px solid #168cbf;
  border-bottom: 1px solid #168cbf;
}

/* line 89, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-menu-top .jct-navbar, body.jct-custom #jct-menu-top .jct-navbar .dropdown-menu {
  background-color: #168cbf;
  color: white;
}

/* line 94, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-menu-top .jct-navbar a {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 13px 12px 13px 12px;
}

/* line 99, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-menu-top .jct-navbar a:hover, body.jct-custom #jct-menu-top .jct-navbar a:focus, body.jct-custom #jct-menu-top .jct-navbar a:active {
  color: white;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 104, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-menu-top .jct-navbar .nav .open > a {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 108, app/assets/stylesheets/mixins.scss */
body.jct-custom #jct-menu-top .jct-navbar ul.dropdown-menu a {
  text-decoration: none;
  text-shadow: none;
}

/* line 29, app/assets/stylesheets/jct.scss */
body.jct-custom #jct-header {
  min-height: 100px;
  padding: 3px 0;
  border-bottom: 1px solid transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/default_header_background-2b09aab1fa187a68af0cc680c360a13fee51ff04f0a81f543f6393a1c9602cb3.jpg);
}

/* line 38, app/assets/stylesheets/jct.scss */
body.jct-custom #jct-header-message {
  margin: 0;
}

/* line 42, app/assets/stylesheets/jct.scss */
body.jct-custom div.jct-logo img {
  padding: 0 9px 0 0;
  float: left;
}

/* line 47, app/assets/stylesheets/jct.scss */
body.jct-custom #jct-menu-top-container {
  padding: 0 0 5px 0;
  background: #fff;
}

/* line 52, app/assets/stylesheets/jct.scss */
body.jct-custom #jct-body {
  background-size: cover;
  position: relative;
}

/* line 56, app/assets/stylesheets/jct.scss */
body.jct-custom #jct-body .container {
  font-size: 16px;
  padding: 18px 15px 20px;
  min-height: calc(100vh - 205px);
}

/* line 62, app/assets/stylesheets/jct.scss */
body.jct-custom #jct-body.outer-container {
  background-color: #fff;
}

/* line 67, app/assets/stylesheets/jct.scss */
body.jct-custom #jct-footer {
  color: #777;
  background: #E8E8E8;
  border-top: 2px solid #ddd;
  font-size: 0.9em;
}

/* line 78, app/assets/stylesheets/jct.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}

/* line 85, app/assets/stylesheets/jct.scss */
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}

/* line 91, app/assets/stylesheets/jct.scss */
#message-item {
  display: inline-block;
  font-size: 16px;
}

@media (min-width: 360px) {
  /* line 91, app/assets/stylesheets/jct.scss */
  #message-item {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/jct.scss */
  #message-item {
    font-size: 24px;
  }
}

/* line 102, app/assets/stylesheets/jct.scss */
#moreMessage {
  font-size: 16px;
}

@media (min-width: 768px) {
  /* line 102, app/assets/stylesheets/jct.scss */
  #moreMessage {
    font-size: 18px;
  }
}

/* line 109, app/assets/stylesheets/jct.scss */
#headerMessageModal {
  z-index: 999999;
}

/* line 113, app/assets/stylesheets/jct.scss */
.ticker-wrap .alert {
  border-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 119, app/assets/stylesheets/jct.scss */
textarea#memo {
  width: 100%;
  height: 15vh;
  box-sizing: border-box;
}

/* line 125, app/assets/stylesheets/jct.scss */
button:focus {
  outline: none;
}

/* line 127, app/assets/stylesheets/jct.scss */
.fixed-table-height {
  max-height: 400px;
  overflow-y: scroll;
}

/* line 132, app/assets/stylesheets/jct.scss */
.navbar {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
}

/* line 137, app/assets/stylesheets/jct.scss */
.glyphicon-vertically-centered {
  margin: 0.18em auto 0px;
}

/* line 141, app/assets/stylesheets/jct.scss */
.align-left {
  float: left !important;
}

/* line 145, app/assets/stylesheets/jct.scss */
.classic_layout {
  max-width: 1200px;
  margin: auto;
}

/* line 148, app/assets/stylesheets/jct.scss */
.classic_layout .jct-footer {
  max-width: 1200px;
}

/* line 153, app/assets/stylesheets/jct.scss */
.jct-title {
  font-size: 1.6em;
  font-family: serif;
}

/* line 158, app/assets/stylesheets/jct.scss */
.site-logo {
  max-height: 70px;
  max-width: 70px;
}

/* line 163, app/assets/stylesheets/jct.scss */
.jct-header-top {
  color: white;
}

/* line 165, app/assets/stylesheets/jct.scss */
.jct-header-top .container {
  padding-top: 2px;
  padding-bottom: 1px;
}

/* line 169, app/assets/stylesheets/jct.scss */
.jct-header-top a,
.jct-header-bottom a {
  color: white;
}

/* line 175, app/assets/stylesheets/jct.scss */
.jct-header-middle .container {
  padding-top: 0.5em;
  padding-bottom: 0.3em;
}

/* line 180, app/assets/stylesheets/jct.scss */
.jct-header-bottom {
  color: white;
  padding: 0.5em 0;
}

/* line 183, app/assets/stylesheets/jct.scss */
.jct-header-bottom .container {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 16px;
}

/* line 189, app/assets/stylesheets/jct.scss */
.jct-footer {
  color: #fff;
  background: #2c2829;
  padding: 1em 0;
}

/* line 192, app/assets/stylesheets/jct.scss */
.jct-footer .container {
  font-size: 1em;
}

/* line 197, app/assets/stylesheets/jct.scss */
.jct-label {
  font-weight: bold;
  display: block;
}

/* line 202, app/assets/stylesheets/jct.scss */
.alert-padding {
  margin-top: 1vh;
  padding: 1em 0em;
}

/* line 207, app/assets/stylesheets/jct.scss */
.black-border {
  border: 1px solid black;
  padding: 1em;
}

/* line 212, app/assets/stylesheets/jct.scss */
.center-align-text {
  text-align: center;
}

/* line 216, app/assets/stylesheets/jct.scss */
.link-to-text-color {
  color: #000;
}

/* line 220, app/assets/stylesheets/jct.scss */
.table-no-border > thead > tr > th {
  border-top: none !important;
}

/* line 224, app/assets/stylesheets/jct.scss */
.table-body-no-border > tbody > tr > td {
  border-top: none !important;
}

/* line 228, app/assets/stylesheets/jct.scss */
.icon-bar {
  background-color: #E8E8E8 !important;
}

/* line 232, app/assets/stylesheets/jct.scss */
.grey-text {
  color: #868686;
}

/* line 236, app/assets/stylesheets/jct.scss */
.hidden {
  visibility: hidden;
}

/* line 240, app/assets/stylesheets/jct.scss */
.no-border {
  border: none !important;
}

/* line 244, app/assets/stylesheets/jct.scss */
tr.no-top-border > td {
  border-top: none !important;
}

/* line 248, app/assets/stylesheets/jct.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* line 253, app/assets/stylesheets/jct.scss */
a.link-to-text-color:hover {
  text-decoration-line: none !important;
  color: black !important;
}

/* line 259, app/assets/stylesheets/jct.scss */
.panel-table-padding > tbody > tr > td {
  padding: 1rem 1.5rem !important;
}

/* line 263, app/assets/stylesheets/jct.scss */
.fade-in {
  visibility: visible !important;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

/* line 272, app/assets/stylesheets/jct.scss */
pre {
  white-space: pre-wrap;
  background: #fae6d1;
}

@media (max-width: 767px) {
  /* line 277, app/assets/stylesheets/jct.scss */
  .panel.panel-removable-lid {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  /* line 277, app/assets/stylesheets/jct.scss */
  .panel.panel-removable-lid {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* line 289, app/assets/stylesheets/jct.scss */
.panel-epayit h3 {
  font-weight: bold;
}

/* line 292, app/assets/stylesheets/jct.scss */
.panel-epayit li.list-group-item .row *:first-child {
  font-weight: bold;
}

/* line 297, app/assets/stylesheets/jct.scss */
input[type='text'] {
  border: 1px solid #dddddd;
}

/* line 306, app/assets/stylesheets/jct.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #888888 !important;
}

/* line 315, app/assets/stylesheets/jct.scss */
div.panel-heading {
  padding: 5px 15px !important;
}

/* line 319, app/assets/stylesheets/jct.scss */
div.panel-footer {
  padding: 3px;
}

/* line 322, app/assets/stylesheets/jct.scss */
div.panel-footer a {
  margin: 3px !important;
  margin-right: 10px !important;
}

/* line 327, app/assets/stylesheets/jct.scss */
div.panel-footer button {
  margin: 3px !important;
  margin-right: 10px !important;
}

/* line 333, app/assets/stylesheets/jct.scss */
tr.no-top-border > td {
  border-top: none !important;
}

@media (min-width: 992px) {
  /* line 337, app/assets/stylesheets/jct.scss */
  .row > div.border {
    border-right: 1px solid lightgrey;
    min-height: 12em;
  }
}

/* line 344, app/assets/stylesheets/jct.scss */
.badge-label {
  margin-top: 4px;
  font-size: 24px !important;
  padding: 3px 9px !important;
}

/* line 350, app/assets/stylesheets/jct.scss */
.btn-no-border {
  border: none !important;
}

/* line 354, app/assets/stylesheets/jct.scss */
.btn-default-padding {
  margin: 10px !important;
  padding: 10px 10px !important;
}

/* line 359, app/assets/stylesheets/jct.scss */
.spin {
  -webkit-animation: spin 0.8s infinite linear;
  -moz-animation: spin 0.8s infinite linear;
  -o-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  -webkit-transform-origin: 50% 58%;
  transform-origin: 50% 58%;
  -ms-transform-origin: 50% 58%;
  /* IE 9 */
}

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

/* line 374, app/assets/stylesheets/jct.scss */
.title-margin-bottom {
  margin-bottom: 20px;
}

/* line 378, app/assets/stylesheets/jct.scss */
.welcome-text {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

/* line 383, app/assets/stylesheets/jct.scss */
.welcome-page-body-spacing {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 388, app/assets/stylesheets/jct.scss */
label {
  font-weight: 400 !important;
}

/* line 392, app/assets/stylesheets/jct.scss */
.margin-0 {
  margin: 0 !important;
}

/* line 396, app/assets/stylesheets/jct.scss */
.padding-0 {
  padding: 0;
}

/* line 400, app/assets/stylesheets/jct.scss */
.margin-left-1 {
  margin-left: 0.5em !important;
}

/* line 404, app/assets/stylesheets/jct.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 10px !important;
}

/* line 408, app/assets/stylesheets/jct.scss */
input.form-control {
  height: 40px;
}

/* line 412, app/assets/stylesheets/jct.scss */
select.form-control {
  height: 40px;
}

/* line 416, app/assets/stylesheets/jct.scss */
input[type='email'] {
  font-size: 20px;
}

/* line 420, app/assets/stylesheets/jct.scss */
.label-color {
  color: #999999;
}

/* line 424, app/assets/stylesheets/jct.scss */
.alert-secondary {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #15c;
}

/* line 430, app/assets/stylesheets/jct.scss */
.label-sub-text {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

/* line 435, app/assets/stylesheets/jct.scss */
a.hoverable-text {
  color: black !important;
}

/* line 437, app/assets/stylesheets/jct.scss */
a.hoverable-text:hover {
  text-decoration-line: underline;
}

/* line 442, app/assets/stylesheets/jct.scss */
.colored-shopping-cart {
  color: #337ab7;
}

/* line 445, app/assets/stylesheets/jct.scss */
.btn-block-height {
  height: 35px;
}

/* line 449, app/assets/stylesheets/jct.scss */
.badge-override {
  color: #337ab7 !important;
}

/* line 452, app/assets/stylesheets/jct.scss */
li.not-active a {
  color: #23527c;
}

/* line 454, app/assets/stylesheets/jct.scss */
li.not-active a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  cursor: default !important;
}

/* line 462, app/assets/stylesheets/jct.scss */
.gi-2x {
  font-size: 2em;
}

/* line 463, app/assets/stylesheets/jct.scss */
.gi-3x {
  font-size: 3em;
}

/* line 464, app/assets/stylesheets/jct.scss */
.gi-4x {
  font-size: 4em;
}

/* line 465, app/assets/stylesheets/jct.scss */
.gi-5x {
  font-size: 5em;
}

/* line 468, app/assets/stylesheets/jct.scss */
.navbar-right .dropdown-menu a {
  display: block;
}

/* line 474, app/assets/stylesheets/jct.scss */
.navbar-right .dropdown-link:hover, .navbar-right .dropdown-menu:hover {
  cursor: pointer !important;
}

/* line 478, app/assets/stylesheets/jct.scss */
.navbar-right .dropdown-link:focus, .navbar-right .dropdown-menu:focus {
  color: #fff !important;
  text-shadow: #fff;
  background-color: #608BD5 !important;
}

/* line 485, app/assets/stylesheets/jct.scss */
.progress {
  width: 100%;
  margin: 0.2em 0 0.2em 0;
}

/* line 490, app/assets/stylesheets/jct.scss */
.positive-progress {
  background: #a8d0e6 !important;
  display: block !important;
  width: 0%;
}

/* line 496, app/assets/stylesheets/jct.scss */
.negative-progress {
  background: #df0000;
}

/* line 500, app/assets/stylesheets/jct.scss */
.progress-complete {
  color: #fff;
}

/* line 504, app/assets/stylesheets/jct.scss */
.progress .bar {
  height: 1.3em;
  padding-left: 0.2em;
  color: white;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 514, app/assets/stylesheets/jct.scss */
.black-background {
  background-color: #000 !important;
}

/* line 518, app/assets/stylesheets/jct.scss */
.inline-display {
  display: inline-block !important;
}

/* line 522, app/assets/stylesheets/jct.scss */
.italic {
  font-style: italic;
}

/* line 526, app/assets/stylesheets/jct.scss */
.no-padding {
  padding: 0px !important;
}

/* line 530, app/assets/stylesheets/jct.scss */
thead.no-padding {
  background-color: #f5f5f5;
}

/* line 532, app/assets/stylesheets/jct.scss */
thead.no-padding td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  /* line 539, app/assets/stylesheets/jct.scss */
  .navbar-collapse {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  /* line 547, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-collapse {
    height: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 555, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 561, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-collapse.in {
    overflow-x: visible;
  }
  /* line 565, app/assets/stylesheets/jct.scss */
  #sidebar .navbar {
    max-width: 300px;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 571, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-nav,
#sidebar .navbar-nav > li,
#sidebar .navbar-left,
#sidebar .navbar-right,
#sidebar .navbar-header {
    float: none !important;
  }
  /* line 579, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  /* line 582, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  /* line 587, app/assets/stylesheets/jct.scss */
  #sidebar .dropdown-menu a {
    display: block;
    padding: 13px 12px 13px 12px !important;
  }
  /* line 591, app/assets/stylesheets/jct.scss */
  #sidebar .dropdown-menu a:hover, #sidebar .dropdown-menu a:focus {
    color: #fff !important;
    background-color: #608BD5 !important;
  }
  /* line 599, app/assets/stylesheets/jct.scss */
  #sidebar .dropdown-link:hover, #sidebar .dropdown-menu:hover {
    cursor: pointer !important;
  }
  /* line 603, app/assets/stylesheets/jct.scss */
  #sidebar .dropdown-link:focus, #sidebar .dropdown-menu:focus {
    color: #fff !important;
    text-shadow: #fff;
    background-color: #608BD5 !important;
  }
}

@media (max-width: 513px) {
  /* line 613, app/assets/stylesheets/jct.scss */
  .jct-title {
    font-size: 1.1em;
    padding-top: 1.4em;
  }
  /* line 618, app/assets/stylesheets/jct.scss */
  th .mobile-font {
    font-size: 1em;
  }
  /* line 623, app/assets/stylesheets/jct.scss */
  td .mobile-font {
    font-size: 1em;
  }
  /* line 627, app/assets/stylesheets/jct.scss */
  h4.mobile-font {
    font-size: 1em !important;
  }
  /* line 630, app/assets/stylesheets/jct.scss */
  textarea#memo {
    width: 80%;
    box-sizing: border-box;
  }
}

@media print {
  /* line 637, app/assets/stylesheets/jct.scss */
  body * {
    visibility: hidden;
  }
  /* line 640, app/assets/stylesheets/jct.scss */
  #nonreceipt * {
    visibility: visible;
  }
  /* line 643, app/assets/stylesheets/jct.scss */
  a[href]:after {
    content: none !important;
  }
  /* line 646, app/assets/stylesheets/jct.scss */
  #print, #print * {
    visibility: visible;
  }
  /* line 649, app/assets/stylesheets/jct.scss */
  #print {
    width: 98%;
    position: absolute;
    top: -100%;
  }
  /* line 654, app/assets/stylesheets/jct.scss */
  .preserve-print-columns .row > * {
    display: inline-block;
  }
  /* line 656, app/assets/stylesheets/jct.scss */
  .preserve-print-columns .row > *.col-sm-4 {
    width: 28%;
  }
  /* line 659, app/assets/stylesheets/jct.scss */
  .preserve-print-columns .row > *.col-sm-8 {
    width: 70%;
  }
}

@media (max-width: 991px) {
  /* line 667, app/assets/stylesheets/jct.scss */
  #sidebar h3 {
    display: none;
  }
  /* line 670, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 680, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 683, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-nav .open .dropdown-menu > li > a,
#sidebar .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 687, app/assets/stylesheets/jct.scss */
  #sidebar .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  /* line 696, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-header {
    float: none;
  }
  /* line 699, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-toggle {
    display: block;
  }
  /* line 702, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 706, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 709, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-nav {
    float: none !important;
    margin: 7.5px 50px 7.5px -15px;
  }
  /* line 712, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-nav li {
    float: none;
  }
  /* line 714, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-nav li a {
    padding: 10px 0px;
  }
  /* line 719, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* line 723, app/assets/stylesheets/jct.scss */
  #sidebar .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* line 726, app/assets/stylesheets/jct.scss */
  #sidebar .collapsing {
    overflow: hidden !important;
  }
}

/* line 732, app/assets/stylesheets/jct.scss */
.btn-remove-from-cart {
  background-color: skyblue !important;
}

/* line 736, app/assets/stylesheets/jct.scss */
.btn-default-margin {
  margin: 10px;
  margin-left: 0px;
}

/* line 741, app/assets/stylesheets/jct.scss */
#content:focus {
  outline: none;
}

/* line 746, app/assets/stylesheets/jct.scss */
#payment-form .text-danger, #email_panel .text-danger {
  color: #df0000;
}

/* line 750, app/assets/stylesheets/jct.scss */
#payment-form .has-error .form-control, #payment-form .has-error .input-group-addon, #email_panel .has-error .form-control, #email_panel .has-error .input-group-addon {
  border-color: #df0000;
}

/* line 753, app/assets/stylesheets/jct.scss */
#payment-form .has-error .control-label, #payment-form .has-error .input-group-addon, #email_panel .has-error .control-label, #email_panel .has-error .input-group-addon {
  color: #df0000 !important;
}

/* line 758, app/assets/stylesheets/jct.scss */
#payment-form .has-success .form-control, #payment-form .has-success .input-group-addon, #email_panel .has-success .form-control, #email_panel .has-success .input-group-addon {
  border-color: #1b809e;
}

/* line 760, app/assets/stylesheets/jct.scss */
#payment-form .has-success .form-control:focus, #payment-form .has-success .input-group-addon:focus, #email_panel .has-success .form-control:focus, #email_panel .has-success .input-group-addon:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #83abce;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #83abce;
}

/* line 765, app/assets/stylesheets/jct.scss */
#payment-form .has-success .control-label, #payment-form .has-success .input-group-addon, #email_panel .has-success .control-label, #email_panel .has-success .input-group-addon {
  color: #1b809e !important;
}

/* line 768, app/assets/stylesheets/jct.scss */
#payment-form .has-success .input-group-addon, #email_panel .has-success .input-group-addon {
  background-color: #dee9f2;
}

/* line 774, app/assets/stylesheets/jct.scss */
#skipToContent {
  background: white;
}
/* line 1, app/assets/stylesheets/font_overrides.scss */
h2 {
  font-size: 24px !important;
}

/* line 5, app/assets/stylesheets/font_overrides.scss */
h3 {
  font-size: 18px !important;
}

/* line 9, app/assets/stylesheets/font_overrides.scss */
h4 {
  font-size: 14px !important;
}

/* line 13, app/assets/stylesheets/font_overrides.scss */
h5 {
  font-size: 12px !important;
}
/*
 * 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, or any plugin's
 * vendor/assets/stylesheets directory 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 other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
