﻿[v-cloak] > * {
  display: none; }

body {
  background-color: #EDEDED; }

nav.navbar.fixed-top {
  background: rgba(240, 240, 240, 0.9) !important; }

main {
  margin-top: 6rem !important;
  margin-bottom: 3em; }

/*main > .row {
        margin-bottom: 1rem !important;
    }*/
.deep-hidden {
  visibility: hidden;
  display: none; }

.hidden {
  display: none !important; }

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.navbar-nav li {
  margin-left: 1rem !important; }

label, textarea {
  font-size: 0.8rem !important;
  color: #5a5a5a; }

.btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item {
  color: #5a5a5a !important; }

.dropdown-item {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  font-size: 0.8203125rem;
  font-weight: 300; }

.btn-outline-secondaryX {
  color: #aaa !important; }

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

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.custom-control.custom-checkbox, .custom-control.custom-checkbox * {
  cursor: pointer; }

/*@media only screen and (max-width: 768px) {*/
.product-shuffle {
  margin-bottom: 0.33em !important;
  /** {
        cursor: pointer;
        pointer-events: none;
    }*/ }
  .product-shuffle .card {
    border-radius: 2px !important;
    cursor: pointer !important;
    min-height: 80px !important; }
  .product-shuffle.selected .card {
    transition: 0.5s all !important;
    border-color: #d10000 !important; }

/*}*/
nav .container-fluid {
  max-width: 90% !important; }

nav .nav-link {
  font-size: 14px;
  color: #5a5a5a;
  /*border-bottom: 2px transparent solid !important;*/ }

nav .nav-link:hover {
  /*border-bottom: 2px $primaryColor solid !important;*/ }

h1, h2, h3, h4, h5, a:not(.btn) {
  color: #d10000 !important; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ccc;
  outline: 0;
  /*-webkit-box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3);
    box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3);*/ }

.page-item.active .page-link {
  z-index: 1;
  color: #d10000 !important;
  background-color: #fefefe;
  border-color: #d10000 !important; }

.card {
  box-shadow: 0px 2px 2px rgba(138, 135, 135, 0.1); }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(209, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

.disable {
  pointer-events: none; }

.row.disable .card:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5); }

.btn-primary {
  border-color: #c92929 !important;
  color: #fff;
  background-color: #dd2f2f !important;
  border-color: #c92929; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dd2f2f; }

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #dd2f2f !important;
  border-color: #c92929 !important; }
  .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item {
    color: #fff !important; }

.btn.btn-xs {
  padding: 0.1em 0.33em !important;
  font-size: 12px;
  pointer-events: all; }

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus {
  background-color: #c92929 !important; }

.block-pointer {
  pointer-events: none !important; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3) !important;
  box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3) !important; }

.card-title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ededed; }

#collapseChooseProducts .row {
  margin-bottom: 1em;
  line-height: 1; }
  #collapseChooseProducts .row .row .card .card-body {
    padding-bottom: 0; }

#collapseChooseProducts .row:last-child {
  margin-bottom: 0em; }

#collapseChooseProducts .badge {
  background-color: #dee2e6;
  margin-right: 0.5em;
  margin-bottom: 0.5em; }
  #collapseChooseProducts .badge i {
    margin-left: 0.5em; }

#collapseChooseProducts .badge:hover {
  background-color: #b5b5b5; }

#collapseChooseProducts h6 {
  color: #d10000; }

.custom-control-label {
  padding-top: 4px;
  word-break: break-all; }

.custom-checkbox {
  line-height: 1; }

#product-grid {
  overflow: hidden;
  transition: 0.5s all;
  /*min-height: 15rem;
    max-height: 15rem;
    overflow-y: scroll;
    overflow-x: hidden;*/ }

.product-shuffle {
  width: 94px !important;
  /*max-height: 74px;*/
  padding-left: 5px;
  padding-right: 5px;
  float: left; }
  .product-shuffle label.range-text {
    font-size: 11px !important;
    padding: 4px !important;
    color: #d10000 !important;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 0; }
  .product-shuffle .card-body {
    padding: 0.1rem !important; }
  .product-shuffle .custom-control {
    padding-left: 0 !important;
    /*right: 30px !important;*/ }
  .product-shuffle .custom-control-label {
    font-size: 10px !important;
    color: #d10000; }
  .product-shuffle .custom-control-label::before, .product-shuffle .custom-control-label::after {
    /*right: -1.5rem !important;*/
    left: auto !important;
    border-bottom-left-radius: 0px !important; }
  .product-shuffle .custom-checkbox {
    /*margin-left: -1.5em !important;*/
    /*margin-top: 4px;*/
    /*float: right;
        margin-right: 0.33em !important;*/
    position: absolute;
    left: 0;
    top: -14px; }
    .product-shuffle .custom-checkbox label {
      line-height: 16px; }
  .product-shuffle .custom-checkbox, .product-shuffle .product-shuffle .custom-checkbox * {
    cursor: pointer !important; }
  .product-shuffle img {
    max-width: 80px;
    max-height: 64px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 5px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d10000;
  border: 1px solid #d10000;
  border-radius: 5px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9c0000; }

.btn.btn-block.btn-sm.btn-outline-danger {
  border-color: #d10000;
  color: #d10000; }

.btn.btn-block.btn-sm.btn-outline-danger:hover {
  background-color: #d10000;
  color: #fff; }

.btn:disabled {
  pointer-events: none;
  opacity: 0.25 !important; }
  .btn:disabled:hover {
    background-color: none;
    border-color: #d10000;
    color: #d10000; }

#productGridButtons {
  margin-bottom: 1em;
  width: 100%; }

.caret-open {
  transform: rotate(0deg);
  transition: 0.25s; }

.caret-close {
  transform: rotate(180deg);
  transition: 0.25s; }

.caret-open, .caret-close {
  margin-right: 0.5em; }

button i {
  padding-top: 1px; }

.breadcrumb {
  border: none;
  padding: 0;
  padding-top: 0.25rem; }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aeb1b3 !important; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#collapsePerformanceChart div canvas:nth-child(2) {
  left: 15px; }

#collapsePerformanceChart .custom-control-label {
  font-size: 12px !important;
  line-height: 14px; }

#collapsePerformanceChart .dropdown-menu {
  padding: 0.5em !important; }

.custom-control.custom-radio {
  cursor: pointer !important; }
  .custom-control.custom-radio * {
    cursor: pointer !important; }

.form-control:focus, .SumoSelect > .optWrapper, .SumoSelect.open {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important; }

.technical--data--key {
  width: 40%;
  float: left;
  margin-bottom: 0.1rem; }

.technical--data--value {
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 0.1rem; }

.alert-success .close {
  color: #fff; }

a.ECProduct {
  color: #23B24B !important; }

a.btn, button.btn {
  cursor: pointer; }

.dropdown-item:active {
  color: #151515 !important;
  text-decoration: none !important;
  background-color: #f8f9fa !important; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #d10000 !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #d10000 !important; }

.form-check-inline .custom-control.custom-radio:not(:first-child) {
  margin-left: 2em; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /*border-color: rgba(126, 239, 104, 0.8);*/
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
  outline: 0 none; }

#tblResults_wrapper .row:nth-of-type(2) .col-sm-12 {
  min-height: 500px; }

.input-group-text {
  color: #d10000;
  border-right: none;
  background-color: #fff; }

#site-search-input, #search-input {
  margin-bottom: 0 !important;
  /*.form-control:focus, .SumoSelect > .optWrapper, .SumoSelect.open {
        box-shadow: none !important;
    }*/ }
  #site-search-input .loader, #search-input .loader {
    max-height: 16px;
    max-width: 16px;
    z-index: 999; }
  #site-search-input *, #search-input * {
    border: none; }
  #site-search-input i, #search-input i {
    font-size: 1.5em; }
  #site-search-input input, #search-input input {
    border-bottom: 1px #d1000075 solid !important;
    transition: all 0.25s; }
  #site-search-input input:focus, #site-search-input input.focussed, #search-input input:focus, #search-input input.focussed {
    border-bottom: 2px #d10000 solid !important;
    background-color: white !important;
    transition: all 0.25s; }

#site-search-input {
  padding: 8px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  #site-search-input * {
    font-size: 14px !important;
    background-color: transparent; }
  #site-search-input .input-group-append {
    position: absolute;
    top: 4px;
    right: 8px; }
  #site-search-input input {
    border-bottom: 2px transparent solid !important;
    width: 200px;
    transition: all 0.25s; }
  #site-search-input input:focus, #site-search-input input.focussed {
    border-bottom: 2px #d10000 solid !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important;
    width: 500px;
    transition: all 0.25s; }
    @media screen and (max-width: 1290px) {
      #site-search-input input:focus, #site-search-input input.focussed {
        width: 350px; } }
    @media screen and (max-width: 1124px) {
      #site-search-input input:focus, #site-search-input input.focussed {
        width: 250px; } }

.dropdown-menu.show {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important; }

#site-search-results {
  position: absolute;
  max-width: 500px;
  width: 75%;
  margin-left: 2em;
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 2px !important;
  z-index: 99; }
  #site-search-results div.search-result-container {
    width: 100%;
    background-color: white;
    padding: 0.5em;
    line-height: 30px;
    border-left: 2px solid transparent; }
    #site-search-results div.search-result-container *:not(.btn-group) {
      display: inline; }
    #site-search-results div.search-result-container .result-actions {
      right: 0.25em;
      position: absolute;
      margin-top: 0.3em; }
    #site-search-results div.search-result-container .result-details .img-preview {
      max-height: 32px;
      max-width: 32px;
      margin-right: 1em; }
    #site-search-results div.search-result-container:hover {
      background-color: #eaeaea;
      border-left: 2px solid #d10000; }

.btn-disabled {
  cursor: default; }

#btnUserGroup {
  background-color: #efefef !important;
  color: #d10000;
  border: none !important; }

.nav-item .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); }

.nav-item .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item {
  color: #d10000 !important; }

.nav-item .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover, .nav-item .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus {
  background-color: #eaeaea !important; }

.preview-arrow {
  position: absolute;
  top: 33%;
  cursor: pointer; }
  .preview-arrow i {
    font-size: 48px;
    color: #fff;
    opacity: 0.75; }
    .preview-arrow i:hover {
      opacity: 1; }
  .preview-arrow:nth-of-type(1) {
    left: -32px; }
  .preview-arrow:nth-of-type(2) {
    right: -32px; }

.card, .modal-content {
  border-radius: 5px !important; }

.technical-section {
  width: 50%;
  float: left;
  margin-bottom: 1rem; }
  .technical-section:nth-of-type(odd) {
    padding-right: 0.5em;
    clear: both; }
  .technical-section:nth-of-type(even) {
    padding-left: 0.5em; }
  .technical-section h6 {
    font-weight: 400; }

@media only screen and (max-width: 768px) {
  .technical-section {
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    .technical-section:nth-of-type(odd) {
      padding-right: 0em; }
    .technical-section:nth-of-type(even) {
      padding-left: 0em; }
    .technical-section h6 {
      font-weight: 400; } }

div.datedropper.primary .pick-lg-b .pick-sl:before, div.datedropper.primary .pick-lg-h, div.datedropper.primary .pick-m, div.datedropper.primary .pick-submit, div.datedropper.primary:before {
  background-color: #bbbbbb; }

div.datedropper.primary .pick li span, div.datedropper.primary .pick-btn, div.datedropper.primary .pick-lg-b .pick-wke, div.datedropper.primary .pick-y.pick-jump {
  color: #bbbbbb; }

img.accessory-thumbnail {
  max-width: 48px;
  max-height: 48px; }

.featherlight {
  cursor: default !important; }
  .featherlight .featherlight-content {
    background: transparent !important; }
  .featherlight .featherlight-close-icon {
    background: transparent !important;
    color: #fff !important;
    opacity: 0.75 !important; }
    .featherlight .featherlight-close-icon:hover {
      opacity: 1 !important; }

th {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  padding-bottom: 0.5em !important;
  padding-top: 0.5em !important;
  border: none !important; }

div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-size: 12px !important; }

.page-link {
  padding: 0.3rem 0.5rem !important; }

#tblAccessories button, #tblFans button {
  height: 100%; }
  #tblAccessories button i, #tblFans button i {
    margin-right: 5px;
    margin-left: 5px; }

#tblAccessories .row .col-md-4:nth-of-type(2), #tblFans .row .col-md-4:nth-of-type(2) {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#tblFans tr td[colspan="7"] {
  padding-left: 0 !important; }

.form-check {
  cursor: pointer !important; }
  .form-check * {
    cursor: pointer !important; }

#previewTechnical th {
  border-bottom: none !important; }

td {
  vertical-align: middle !important; }

.btn.disabled {
  pointer-events: none; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px !important; }

.btn.btn-outline-primary {
  color: #d10000;
  border-color: #d10000; }
  .btn.btn-outline-primary:hover {
    color: #fff;
    background-color: #d10000;
    border-color: #d10000; }

.child-accessories b {
  margin-right: 1em; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  content: "\f2bc";
  font-family: "Ionicons";
  color: #FFF;
  font-size: 14px;
  padding-left: 3px; }

.btn, .form-control, .badge, .SumoSelect > .CaptionCont {
  border-radius: 2px !important; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

nav.navbar a {
  /*font-family: sans-serif;*/
  text-decoration: none;
  position: relative;
  /*margin: 10px 0;*/
  display: inline-block;
  /*padding: 12px 10px;*/ }

nav.navbar a:not(.dropdown-item):not(.navbar-brand):not(.btn)::after {
  content: "";
  background: #d10000;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: .16s all 0.025s; }

nav.navbar a:not(.dropdown-item):not(.navbar-brand)::after {
  right: 100%;
  left: 0; }

nav.navbar a:not(.dropdown-item):not(.navbar-brand):hover ~ a:not(.dropdown-item):not(.navbar-brand)::after {
  right: 0;
  left: 100%; }

nav.navbar a:not(.dropdown-item):not(.navbar-brand):hover::after, nav.navbar a:not(.dropdown-item):not(.navbar-brand).active::after {
  right: 0;
  left: 0; }

table.dataTable {
  border-radius: 3px !important; }

g.highcharts-legend g text tspan {
  font-weight: 500; }

footer small {
  color: gray !important; }

.nav.nav-tabs li {
  margin-right: 0.5em; }
  .nav.nav-tabs li a.nav-link {
    font-size: 14px !important;
    background: none !important;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.5em; }
    .nav.nav-tabs li a.nav-link.active, .nav.nav-tabs li a.nav-link:hover {
      border-bottom: 2px solid #d10000; }

#user-menu .dropdown-item {
  padding-left: 1em !important;
  padding-right: 1em !important;
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important; }

#user-menu i {
  margin-right: 0.5em; }

#collapseDuty {
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */ }
  #collapseDuty input[type=range]::-webkit-slider-thumb {
    height: 10px !important;
    width: 10px !important; }
  #collapseDuty input[type=range]::-moz-range-thumb {
    height: 10px !important;
    width: 10px !important; }
  #collapseDuty input[type=range]::-ms-thumb {
    height: 10px !important;
    width: 10px !important; }
  #collapseDuty input[type="range"].multirange.ghost {
    height: 4px !important;
    background: var(--track-background);
    --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 45%/100% 40% !important;
    --range-color: #d10000; }
  #collapseDuty input[type="range"].multirange.original {
    height: 4px !important; }

#site-search-results.fadeIn {
  -webkit-animation: fadeIn 0.5s;
  /* Safari 4+ */
  -moz-animation: fadeIn 0.5s;
  /* Fx 5+ */
  -o-animation: fadeIn 0.5s;
  /* Opera 12+ */
  animation: fadeIn 0.5s;
  /* IE 10+, Fx 29+ */ }

.dropdown-menu .custom-control {
  word-break: break-word !important;
  margin-bottom: 0.5em; }
  .dropdown-menu .custom-control label {
    word-break: break-word !important;
    padding-top: 0px !important; }
    .dropdown-menu .custom-control label::after {
      padding-top: 1px !important; }
  .dropdown-menu .custom-control .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important;
    content: "\f2bc";
    font-family: "Ionicons";
    color: #FFF;
    font-size: 14px;
    padding-left: 2px;
    padding-top: 1px; }

.btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu {
  background-color: #fefefe;
  border-color: #e1e1e1; }

.dropdown-menu .btn {
  margin-top: 0.5em; }

.modal.modal-disable {
  pointer-events: none; }
  .modal.modal-disable * {
    pointer-events: none; }
  .modal.modal-disable input, .modal.modal-disable select, .modal.modal-disable button, .modal.modal-disable a {
    opacity: 0.75; }

.custom-control-label::after {
  top: 0.3rem !important; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  word-break: break-word;
  white-space: normal;
  max-width: 320px; }

#tblResults .btn-sm {
  padding: 0.25rem 0.25rem !important; }

#tblResults th:last-of-type {
  pointer-events: none; }
  #tblResults th:last-of-type::after, #tblResults th:last-of-type::before {
    display: none; }

table.dataTable thead th:before, table.dataTable thead th:after {
  top: 3px; }

.input-group-prepend-sm .input-group-text {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.8203125rem !important;
  line-height: 1.5 !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }
