.jshepherd-custom-theme .shepherd-content {
  background-color: #484848 !important;
  color: white !important;
}
.jshepherd-custom-theme .shepherd-content::before {
  border-right-color: #484848 !important;
  border-left-color: #484848 !important;
  border-bottom-color: #363636 !important;
  border-top-color: #484848 !important;
}
.jshepherd-custom-theme .shepherd-content header {
  background-color: #363636 !important;
  border-bottom: 1px solid #006699;
}
.jshepherd-custom-theme .shepherd-content header a.shepherd-cancel-link {
  color: #bfbfbf !important;
}
.jshepherd-custom-theme .shepherd-content header a.shepherd-cancel-link:hover {
  color: #ffffff !important;
}
.jshepherd-custom-theme.shepherd-target-attached-bottom .shepherd-content::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-element-attached-right .shepherd-content::before {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-element-attached-left .shepherd-content::before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-target-attached-top .shepherd-content::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.shepherd-title {
  color: #717171;
}
.jtour-nav {
  bottom: 0px;
  background: #363636;
  padding: 10px;
  border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 10px 0px 0px 0px;
  border: 0px solid #000000;
  color: #717171;
}
.bg-danger {
  padding: 5px;
  color: white;
}
.jcustom-new-template #nav {
  background-color: #ffffff;
}
.jcustom-new-template #nav .logo {
  margin-left: 0px !important;
}
.jcustom-new-template .nav-top::after {
  display: none;
}
.jcustom-new-template .nav-top::after,
.jcustom-new-template .nav-top .logo {
  background-color: #ffffff;
}
.jcustom-new-template .nav-global li > a {
  margin-left: 20px;
}
.jcustom-new-template .nav-global .jbtn-cart {
  background: #ffffff;
  color: #f8961d;
  border: 4px solid #f8961d;
  text-shadow: none;
  border-radius: 6px;
}
.jcustom-new-template .nav-global .jbtn-cart::before {
  content: "";
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  background: url(/images/trial/cart.png) 0px 0px no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.jcustom-new-template .nav-main .dropdown-menu {
  left: -147px !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
  border: none !important;
  min-width: 200px !important;
}
.jcustom-new-template .nav-main .dropdown-menu h3 {
  background-color: #f5f5f5;
  color: #676767;
  margin: 0px !important;
  padding: 10px 15px;
}
.jcustom-new-template .nav-main .dropdown-menu h3 + ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.jcustom-new-template .nav-main .dropdown-menu h3 + ul li {
  line-height: initial !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.jcustom-new-template .nav-main .dropdown-menu h3 + ul li a:hover {
  background: transparent !important;
}
.jcustom-new-template .nav-main .dropdown-menu h3 + ul li.active a {
  background: transparent !important;
}
.jcustom-new-template .nav-main .dropdown-menu .controls,
.jcustom-new-template .nav-main .dropdown-menu .unstyled li {
  line-height: initial !important;
}
.jcustom-new-template .nav-main .dropdown-menu .checkbox {
  line-height: initial !important;
  margin: 10px 30px !important;
}
.jcustom-new-template .nav-main .dropdown-menu .input-prepend {
  margin: 10px 30px !important;
}
.jcustom-new-template .nav-main .dropdown-menu .unstyled li a {
  margin: 10px 30px !important;
}
.jcustom-new-template .nav-main .dropdown-menu .unstyled li a:hover {
  background: transparent !important;
}
.jcustom-new-template .nav-main .dropdown-menu #form-login-submit {
  margin-left: 30px;
}
.jcustom-new-template .box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
  display: inline !important;
  margin-right: 20px;
}
.jcustom-new-template .box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 0.30em;
  background: #3699cf;
  box-shadow: 0 0.5em 0 0 #3699cf, 0 1em 0 0 #3699cf;
}
@media (max-width: 979px) {
  .jcustom-new-template .nav-top .nav-main {
    display: block !important;
  }
}
.body > .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.jadd-bg {
  background: url(/images/trial/bg.png) repeat;
}
.jadd-bg-white {
  background: #ffffff;
}
.jseparator {
  border-top: 1px solid #ddd;
  background-color: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa, #ffffff);
  background: -moz-linear-gradient(top, #fafafa, #ffffff);
  background: linear-gradient(top, #fafafa, #ffffff);
  padding: 0 0 50px;
  position: relative;
  margin-top: 50px;
}
.jseparator::after {
  background: #ffffff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  content: "";
  height: 64px;
  left: 50%;
  margin: 0 0 0 -32px;
  position: absolute;
  top: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 64px;
}
.well {
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: initial !important;
  -moz-border-radius: initial !important;
  border-radius: initial !important;
  -webkit-box-shadow: initial !important;
  -moz-box-shadow: initial !important;
  box-shadow: initial !important;
}
.jadd-gradient {
  background: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,1+25,1+50,1+75,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  padding-left: 25%;
  margin-left: 0;
  padding-top: 20px;
}
@media (max-width: 1040px) {
  .jadd-bg-photo {
    background: url(../../img/left-bg-image.png) left top no-repeat;
  }
  .jadd-gradient {
    padding-right: 40px;
    padding-left: 35%;
  }
}
@media (max-width: 768px) {
  .jadd-gradient {
    padding-top: 230px;
    padding-left: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0+0,1+69,1+69,1+82,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, #ffffff 69%, #ffffff 82%, rgba(255, 255, 255, 0.06) 99%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, #ffffff 69%, #ffffff 82%, rgba(255, 255, 255, 0.06) 99%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, #ffffff 69%, #ffffff 82%, rgba(255, 255, 255, 0.06) 99%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  .jadd-bg-photo {
    background-position: center top;
    background-size: contain;
  }
  .jtrial-info-to,
  .jtrial-info-from {
    padding-left: 40px;
  }
  body.site {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nav-global {
    margin-left: 0px !important;
  }
  .nav-global li > a {
    margin-left: 5px !important;
  }
  .nav-icon {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .jcustom-new-template .nav-global li > a {
    font-size: 11px !important;
    margin-left: 2px !important;
  }
  .jcustom-new-template .nav-global .jbtn-cart::before {
    display: none !important;
  }
}
@media (min-width: 1041px) {
  .jadd-bg-photo {
    background: url(../../img/left-bg-image.png) left top no-repeat, url(../../img/right-bg-image.png) right top no-repeat;
  }
  .jadd-gradient {
    padding-right: 25%;
    padding-left: 25%;
  }
}
.nav-top-border-ghost {
  left: 0px !important;
  right: 0px !important;
}
footer {
  padding-left: 40px;
  padding-right: 40px;
}
[data-id="global_step1"] {
  left: -80px !important;
}
[data-id="global_step1"] .shepherd-content::before {
  right: 55px !important;
  left: inherit !important;
}
[data-id="global_step1"].shepherd-target-attached-left {
  left: -350px !important;
}
[data-id="global_step1"].shepherd-target-attached-left .shepherd-content {
  top: 50px !important;
}
[data-id="global_step1"].shepherd-target-attached-left .shepherd-content::before {
  right: -31px !important;
}
.jtrial-info {
  float: left;
  border-top: 2px solid #dddddd;
}
.jtrial-info > [class*="jtrial-info-"] {
  line-height: 30px;
  float: left;
  margin-right: 20px;
}
.jtrial-info-date {
  background: #008000;
  padding: 0px 10px;
  margin-left: 10px;
  color: #ffffff;
  float: right;
  font-weight: bold;
}
@media (max-width: 1699px) {
  .jtrial-info {
    width: 100%;
    display: block;
    padding: 10px 0;
    padding-top: 40px;
  }
  .jtrial-info-header {
    padding-left: 40px;
  }
}
@media (min-width: 1700px) {
  .jtrial-info {
    width: auto;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #dddddd;
    border-left: none;
    position: absolute;
    right: -242px;
    background: #ffffff;
    padding: 10px;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    float: none;
  }
}
