@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: fontAwesome;
    src: url(../fonts/fontawesome-webfont.eot); /* IE9 Compat Modes */
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../fonts/fontawesome-webfont.woff) format('woff'), /* Modern Browsers */
         url(../fonts/fontawesome-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(../fonts/fontawesome-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Roboto'; 
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: normal;
}


body, html {
  margin: 0;
  height: 100%;
  background: #F2F2F2;
}

.alert {
  margin-bottom: 0;
}

.body-container>.container>.alert {
  margin-right: -15px;
  margin-left: -15px;
}

.table {
  font-size: 14px;
}

.btn {
  background-image: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-image: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 3px;
}

.btn.btn-success {
  background-color: #6EB33D;
  box-shadow: 0 2px 0 #529125;
}

.btn.btn-success:focus, .btn.btn-success:hover {
  background-color: #529125;
}

.btn-check {
  border: 1px solid black;
  width: 32px;
  height: 32px;
  padding: 8px 0;
  margin-right: 10px;
  line-height: 1;
}

.btn-check>i {
  display: none;
}
.btn-check.active>i {
  display: inline-block;
}

.license-box.active {
  background-color: #7AD089;
}

.license-box.active.locked {
  background-color: red;
}

.license-box p {
  margin: 0;
}

a {
  color: #2A81D7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

a:hover, a:focus {
  color: #0B69C7;
}

a.blank_link:after {
  font-family: 'fontAwesome';
  content: ' \f08e';
}
  
label {
    color: #4D709D;
    letter-spacing: 0.2px;
}

.form-control, input, select {
    border: none;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 0;
    border-bottom: 2px solid #ddd;
}

input, select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px; 
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=checkbox], input[type=radio] {
  height: auto;
  padding: 0;
}

textarea {
    padding: 6px 12px;
    font-size: 14px; 
    box-shadow: none;
    border: none;
    box-shadow: none !important;
    outline: none;
    background-color: #f4f4f4;
    border-radius: 0;
    border-bottom: 2px solid #ddd;
}

.form-control:focus, input:focus, textarea:focus, select:focus {
    box-shadow: none;
    border-bottom-color: #86A5CC;
}

.messages {
    list-style-type: none;
    padding: 20px;
}

.body-container>.container>.messages {
  margin-left: -15px;
  margin-right: -15px;
}

#messages_product_view {
    margin: 0 -15px;
    background-color: #FFE1E1;
}

form {
  margin: 20px 0;
}

ul.form-controloptions-list{
    text-indent: 5px;
    list-style-type: none;
}

.no-feedback-icon .form-control-feedback{
  display: none !important;
}

    /*width: 600px;*/
  /*}*/
  /*SHOP LANDING PAGE*/
  
  #fullpage>p {
    display: none;
  }
  
  .shop-item {
    overflow: hidden;
  }
  
  #fullpage .shop-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  #highcharts-item, 
  [class*="category-highcharts"]>.single-page>.header-container {
    background-color: #74C88C;
    background-image: url('/media/highsoft/hc-slide-1440x744-optimized-cropped.jpg');
  }

  #highstock-item, 
  .category-highstock>.single-page>.header-container {
    background-color: #508CC8;
    background-image: url('/media/highsoft/hs-slide-1440x744-optimized-cropped.jpg');
  }

  #highmaps-item,
  .category-highmaps>.single-page>.header-container {
    background-color: #F3BA4C;
    background-image: url('/media/highsoft/hm-slide-1440x744-optimized.jpg');
  }

  #highslide-item {
    background-color: #CBA7EF;
    background-image: url('/media/highsoft/hsl-slide.jpg');
  }

  #highchartscloud-item, 
  .category-highslide>.single-page>.header-container {
    background-color: #CBA7EF;
    background-image: url('/media/highsoft/hcc-slide-1440x744-optimized.jpg');
  }

  .hero-image-container {
    width: 60%;
    height: auto;
    position: absolute;
    bottom: 13%;
    right: -10%;
  }

  .hero-image-container img {
    width: 100%;
  }

  .hero-text-container {
    width: 30%;
    margin: 0 0 0 10%;
    font-size: 15px;
  }

  .hero-text-container>h1 {
    color: white;
  }

  .hero-text-body {
    color: white;
    font-size: 15px;
    margin: 10px 0 30px 0;
  }

  .shop-item .hero-text-container, .shop-item .hero-image-container {
    opacity: 0;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
  }

  .shop-item.active .hero-text-container, .shop-item.active .hero-image-container {
    opacity: 1;
  }

  .hero-button-container .btn {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 8px 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }

  .hero-button-container .btn.btn-pripary {
    background-color: white;
  }

  .hero-button-container .btn.btn-pripary:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .hero-button-container .btn.btn-secondary {
    background-color: transparent;
    border-color: white;
    color: white;
  }

  .hero-button-container .btn.btn-secondary:hover {
    background-color: white;
    color: black;
  }

  .hero-button-container .btn {
    margin-left: 5px;
  }

  .hero-button-container .btn:first-child {
    margin-left: 0px;
  }

/*Non-com-form*/
#non-com-license iframe {
  height: 800px;
}

/* Quote view */
#quotealert {
  display:none;
  margin-top: 5px;
}

/*SINGLE PAGE VIEW*/
.single-page {
  background-color: #f2f2f2;
}

.header-container {
  text-align: center;
  padding: 50px 0 120px 0;
  background-color: #DEDEEC;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  -webkit-background-blend-mode: multiply;
  -moz-background-blend-mode: multiply;
  -ms-background-blend-mode: multiply;
  color: #77779D;
}

.header-container.dark {
  color: white;
  background-color: #6AC2CB;
}


/*
#example-featured-image {
  background-image: url('//financialhaze.com/wp-content/uploads/2014/06/Copy-of-Stock-Market-Chart-on-Blue-Background.jpg');
}
*/
.body-container>.container {
  margin-top: -50px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px #ddd;
}

.hs-doc-section {
  margin: 30px 15px;
}

.card-item-container {
  float: left;
  margin: 20px 0;
}

.card-item {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #e0e0e0;
}

.card-item .price-tag {
}

.card-item .discount-tag {
  font-size: 1.2em;
  color:#ccc;
}

.card-section {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.card-section.narrow {
    padding: 5px 20px;
}

.card-section.highlight {
    background-color: #78758B;
    color: white;
}

.card-section h1, .card-section h2, .card-section h3, .card-section .h1, .card-section .h2, .card-section .h3 {
  margin-top: 10px;
}

.card-section h5 {
  font-size: 1.5em;
  line-height: 1.5;
}

.card-section .checkbox {
  text-align: center;
}

.checkbox label {
  padding-left: 0px;
}

.card-footer {
  background-color: #f7f7f7;
  /*text-align: center;*/
  padding: 20px;
}

.card-footer span,
.card-footer .price-tag {
  font-size: 1.2em;
  line-height: 1.5;
  vertical-align: middle;
}

.card-footer .price-tag.cross-text {
    font-size: 1em;
    font-weight: 500;
    color: #888;
    margin: 0 5px;
}

/*For big developer-box*/

.card-lg .card-section {
  border-bottom: 0px;
}
.card-lg .col-md-6:nth-of-type(1) {
  /*border-right: 1px solid #ddd;*/
  min-height: 320px;
}
.card-lg .col-md-6:nth-of-type(2) {
  /*border-left: 1px solid #ddd;*/
  min-height: 320px;
  padding: 10px 20px;
}
.card-lg .card-footer {
  background-color: #fff;
}

.card-lg .form-group>* {
  float: left;
}
.card-lg .form-group>select,
.card-lg .form-group>input {
  width: 50px;
}
.card-lg .form-group>label {
  padding-left: 15px;
  font-size: 1.2em;
}

/* Campaign card */

#cm-campaign {
    border: 2px solid #565da1;
    border-radius: 5px;
    overflow: hidden;
}

#cm-campaign .card-section.highlight:first-child {
    background-color: #6066ae;
    background-image: url(/media/highsoft/hc-bundle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
    text-shadow: 0 0 10px #41425e;
    padding-top: 20px;
    padding-bottom: 20px;
}

#cm-campaign .footer-highlight {
    margin: 0 0 10px 0;
}

/**/

.price-tag {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 1.5em;
}
.category-highcharts>.single-page>.header-container, 
.category-highstock>.single-page>.header-container, 
.category-highmaps>.single-page>.header-container, 
.category-highslide>.single-page>.header-container,
[class*="category-highcharts"]>.single-page>.header-container {
  background-blend-mode: normal;
  color: #eee;
}

/* SIDEBAR */

ul.hs-sidebar {
  margin: 20px 0;
  font-size: 13px;
}

ul.hs-sidebar>li>a {
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

nav>ul.hs-sidebar>li>a:focus, nav>ul.hs-sidebar>li>a:hover {
  background-color: transparent;
  color: #999;
}

nav>ul.hs-sidebar>li.active>a {
  background-color: transparent;
  color: #2ABD56;
  border-left: 2px solid;
  cursor: default;
}

/* SECONDARY SIDE BAR */

nav.hs-secondary-sidebar.affix {
    top: 0;
    width: 285px;
}

.nav.hs-secondary-sidenav {
    font-size: 13px;
    margin: 20px 0;
}

ul.nav.hs-secondary-sidenav li.header, ul.nav.hs-secondary-sidenav>li>a.sidebar-header {
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 14px;
}


li.hs-secondary-collapse ul {
    padding: 0;
    margin-top: -10px;
}

ul.nav.hs-secondary-sidenav>li>a.sidebar-header {
    padding: 10px 0;
}

ul.nav.hs-secondary-sidenav>li>a, ul.nav.hs-secondary-sidenav>li.hs-secondary-collapse>ul>li.sidenav-item>a {
    color: #555;
    font-weight: 500;
    box-sizing: border-box;
    border-left: 3px solid transparent;
    font-size: 12px;
}

ul.nav.hs-secondary-sidenav>li.hs-secondary-collapse>ul>li.sidenav-item {
    list-style: none;
    display: block;
    position: relative;
}

ul.nav.hs-secondary-sidenav>li.hs-secondary-collapse>ul>li.sidenav-item>a {
    padding: 10px 15px;
    display: block;
    position: relative;
}

ul.nav.hs-secondary-sidenav>li>a:hover,
ul.nav.hs-secondary-sidenav>li.sidenav-item>a:focus, ul.nav.hs-secondary-sidenav>li.sidenav-item>a:hover,
ul.nav.hs-secondary-sidenav>li.hs-secondary-collapse>ul>li.sidenav-item>a:focus, ul.nav.hs-secondary-sidenav>li.hs-secondary-collapse>ul>li.sidenav-item>a:hover {
    background-color: transparent;
    border-left: 3px solid;
    color: #6B6FCE;
    text-decoration: none;
}

 /*ul.nav.hs-secondary-sidenav>li.active>a {
    background-color: transparent;
    border-left: 3px solid;
    color: #6B6FCE;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}*/

ul.nav.hs-secondary-sidenav>li>a.sidebar-header:focus, ul.nav.hs-secondary-sidenav>li>a.sidebar-header:hover {
    background-color: transparent;
    color: #6B6FCE;
    border-left-color: transparent;
}

.panel.hs-secondary-collapse {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;  
}

/* FAQ */

#faq-container h2, #support-container h2, h2.marginal-header {
    margin-top: 30px;
    margin-bottom: 15px;
}

#faq-container h4, #support-container h4, h4.question {
    margin-top: 30px;
}

.answer {
    padding-left: 15px;
    border-left: 2px solid #e5e5e5;
    margin-bottom: 15px;
}

/* FOOTER */

.hs-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #999;
  min-height: 30px;
} 

ul.hs-social-list {
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

ul.hs-social-list li {
  display: inline;
  margin: 5px;
}

ul.hs-social-list li a {
  color: #999;
}

.hs-footer p.hs-copyright {
    font-size: 12px;
}

/* CREDIT CARDS */

ul.creditcard-list {
    list-style-type: none;
}

ul.creditcard-list li {
    display: inline-block;
}

ul.creditcard-list li img.creditcards {
    height: 32px;
    width: auto;
}

.hs-footer ul.creditcard-list {
    text-align: right;
}

.hs-footer ul.creditcard-list li {
    margin-left: 5px;
}

/* LOG IN */

.forgot-password-link {
  font-size: 13px;
  margin: 7px 10px;
}

form#oem_contact_form {
    margin: 0;
}

form#oem_contact_form h3 {
    margin-bottom: 20px;
}

/* HELPER CLASSES */

.cross-text {
  text-decoration: line-through;
}

.tag {
  background: #eee;
  padding: 2px 7px;
  border-radius: 3px;
  color: #3c3b4d;
  text-shadow: none;
  font-weight: 700;
}


.tag.red {
  background: #fb4848;
  color: #fff;
}

/* TABLE */

.table>thead>tr>th {
    font-size: 17px;
    color: #47475c;
    border-bottom-color: #bfbfd1;
}

table td.label {
  font-size: 100%;
    padding: 0;
    line-height: inherit;
    text-align: left;  
}

/* PANEL */

.panel-heading>h1, .panel-heading>h2, .panel-heading>h3, .panel-heading>h4, .panel-heading>h5, .panel-heading>h6 {
    margin: 0;
}

.panel-default, .panel-default>.panel-heading {
    border-color: #ccc;
}

/* PAGER */

.pager li>a, .pager li>span {
    border: none;
    background: #51517f;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px 20px;
    border-radius: 20px;
}

.pager li>a:focus, .pager li>a:hover {
    background: #313168;
}

/* CART - CHECKOUT*/

.cart-container {
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #e0e0e0;
    margin: 20px 0;
    overflow: hidden;
}

form#cartform {
    padding: 10px 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

form#cartform > .row {
    padding: 0 15px;
}

.cart-footer {
    padding: 20px;
    background: #f7f7f7;
}

.product-label {
    font-size: 15px;
}

.product-detail {
    color: #777;
    font-size: 13px;
}

.product-detail p {
    margin-bottom: 5px;
}

#cart-total {
    margin-bottom: 20px;
}

.alert>ul {
    padding-left: 20px;
}

alert-invalid-billing {
    margin-bottom: 20px;
}

/* HR */

hr.thick {
  border-top-width: 2px;
}

hr.highlight {
  border-top-color: #bfbfd1;
}

hr.condensed {
  margin-top: 10px;
  border-bottom: 10px;
}

/*CART2QUOTE*/

.alert .order-date {
    margin: 0;
    font-size: 12px;
}

.total-container {
    margin: 20px 0;
    padding: 10px 20px;
    background: #fffff8;
    border: 1px solid #f2e598;
    border-radius: 5px;
}

#filterQuote label {
  cursor: pointer;
}

.message-history ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.message-history#crm_msgContainer .crm_msgWrapper, .message-history #tbl_crmMsgBottom {
  padding: 0;
}

.message-history #crm_message_content {
    padding-right: 0;
    width: 100%;
}

.message-history#crm_msgContainer .crm_msgicon {
    background: transparent;
    padding: 0;
}

.message-history ul.crm_msghead {
    padding: 10px 0 0 0;
}

.message-history#crm_msgContainer .crm_msgmessage {
    margin: 0;
    padding: 10px 0;
}


.message-history #crm_message:not(:last-child) {
    border-bottom: 1px dotted #ddd;
}

.entry-edit {
    border-top: 2px solid #f0f0f0;
    padding: 15px 0;
}

/*MOBILE*/

@media screen and (max-width: 360px) {
  .hero-text-container {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {  
  .hs-navbar {
    min-height: 57px;
  }
  
  .navbar-default .navbar-toggle {
    border: none;
    padding: 20px;
    margin: 0;
    border-radius: 0;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
  }
  
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #777;
  }
  
  .hs-navbar .navbar-brand {
    height: 57px;
  }
  
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #bbb;
    border-radius: 0;
    height: 3px;
    width: 25px;
  }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
  }
  
  .navbar-default.hs-navbar .navbar-nav.hs-primary-nav>li>a {
    padding: 15px;
    text-align: center;
    font-weight: bold;
  }
  
  .navbar-right.hs-secondary-nav {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #666;
  }
  
  .navbar-default.hs-navbar .navbar-nav.hs-secondary-nav>li {
    width: 25%;
    float: left;
    box-sizing: border-box;
  }
  
  .navbar-default.hs-navbar .navbar-nav.hs-secondary-nav>li>a {
    text-align: center;
  }
  
  .navbar-right.hs-secondary-nav ul.dropdown-menu li.header {
    width: 100%;
  }
  
  .messages {
    padding: 15px;
  }

  .shop-item .fp-tableCell {
    vertical-align: top;
  }

  .hero-text-container {
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
  }

  .hero-text-container ul li {
    text-align: left;
  }

  .hero-text-body {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hero-image-container {
    width: 100%;
    position: relative;
    margin: 20px auto auto auto;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .hs-doc-section {
    margin: 30px 0;
  }

  .hs-footer {
    margin: 20px 0;
    text-align: center;
  }

  ul.hs-social-list {
    float: none;
  }

  .hs-footer ul.creditcard-list {
    text-align: center;
  }

}

.has-feedback label~.form-control-feedback {
    top: 35px;
}

.fa.fa-circle-o-notch.fa-spin {
  font-size: 3em;
  text-align: center;
  width: 100%;
  font-weight: normal;
  margin: 30px 0;
}

div.payment-method ul {
  list-style-type: none;
  padding: 0;
}

/* BUTTONS */

.btn-primary {
  background-color: #aaa;
  box-shadow: 0 2px 0 #777;
}

.btn-primary:hover {
  background-color: #777;
}

.btn-primary:active,
.btn-primary:hover:active {
  background-color: #555;
  box-shadow: 0 2px 0 #333;
}

.btn-blue {
  background-color: #38718D;
  box-shadow: 0 2px 0 #777;
  color: #fff;
}

.btn-blue:hover {
  background-color: #38718D;
}

.btn-blue:active,
.btn-blue:hover:active {
  background-color: #38718D;
  box-shadow: 0 2px 0 #333;
}

.btn-danger {
  background-color: #f06b6b;
  box-shadow: 0 2px 0 #d74040;
}

.btn-danger:hover {
  background-color: #d74040;
}

.btn-group-xs>.btn, .btn-xs {
  font-size: 10px;
  letter-spacing: 1px;
  padding: 1px 7px;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 8px 16px;
  font-size: 15px;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -2px;
}

/* HELPER CLASSES */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-5 {
  margin: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-10 {
  margin: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-20 {
  margin: 20px;
}
