@import url('https://fonts.googleapis.com/css?family=Lato');

* {
  margin: 0;
  padding: 0;
  border: 0 none;
}

html, body {
  font-family: 'Lato', 'Helvetica', Arial, sans-serif !important;
  font-size: 16px/1.35 !important;
  color: #464646 !important;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  min-width: 1140px;
}

.search_row {
  margin: 10px 0;
}

.cc-cookies {
  width: 100%;
}

img {
  border: none;
}

ul {
  list-style:none;
}

a {
  text-decoration: none !important;
  color: #e3231b;
}

a:hover {
  color: #A61B13;
}

td, th {
  padding: 2px 5px;
}

th {
  text-align: center;
  text-transform: uppercase;
}

tr.odd {
  background-color: #FFFFFF !important;
}

tr.even {                  
  background-color: #F5F5F5 !important;
}

th {
  background: #d30100;
  color: #ffffff;
}

h3 {
  text-transform: uppercase;
  color: #e3231b;
  font-size: 24px; 
}

table#user_area th {
  background: #f5f5f5 !important;
  color: #464646 !important;
}

#area h3 {
  text-transform: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #464646 !important; 
}

h4 {
  font-weight: bold;
  font-size: 16px; 
}

dl, ol, ul {
  margin: 0 !important;
  padding: 0 !important;
}

.logo {
  display: block;
  width: 190px;
  height: 35px;
}

.logo-img {
    display: block;
    width: 100%;
    height: 100%;
}

.Login {
  max-width: 600px;
  padding: 60px;
  background-color: #f5f5f5;
  border-radius: 15px; 
}

#MyCustomersFromAge #div_load img {
  max-width: 200px;
  max-height: 100px;
}

#MyCustomersFromAge {
  font-size: 14px;
}

.tr_age_cli:hover {
  background: #EFEFEF;
  font-weight: bold;
  cursor: pointer;
}

.ecommerce #div_load {
  position: relative;
  margin-top: 25vh !important;
  height: auto !important;
}

.search_row #div_load {
  position: relative;
  margin-top: 0 !important;
  height: auto !important;
}

#div_load button {
  display: none !important;
}

.topbar-navigation__link:hover, .quick-access__link:hover {
  color: #d30100 !important;
}

input[type=text], textarea {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  font-size: 15px;
  padding: 2px 5px;
}


.buttons, #div_load button, input[type=button], .btn, .btn-primary, .ui-dialog .ui-dialog-buttonpane button, .tab-pane button {
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 14px;
  font-family: 'Lato', 'Helvetica', Arial, sans-serif;
  line-height: 32px;
  border: 1px solid #616161;
  border-radius: 5px;
  border-color: #d3d3d3;
  background-color: #d3d3d3;
  color: #1a1a1a;
  vertical-align: middle;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
  -ms-transition: background-color 300ms, border-color 300ms, color 300ms;
  transition: background-color 300ms, border-color 300ms, color 300ms;
}

.buttons:hover, #div_load button:hover, input[type=button]:hover, .btn:hover, .btn-primary:hover, .ui-dialog .ui-dialog-buttonpane button:hover, .tab-pane button:hover {
  border-color: #d30100;
  background-color: #d30100;
  color: #fff;
  -webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
  -ms-transition: background-color 300ms, border-color 300ms, color 300ms;
  transition: background-color 300ms, border-color 300ms, color 300ms;
}

.btn-primary:focus {
  color: #ffffff !important;
  background-color: #d30100 !important;
  border-color: #d30100 !important;
  box-shadow: none !important;
}

.order_img {
  padding: 5px 0;
}

.order_img img {
  max-width: 65px;
  max-height: 65px;
  border-radius: 5px;
}
.ui-dialog .ui-dialog-buttonpane button {
  padding: 2px 10px; 
}

.ui-dialog {
  font-size: 16px !important;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

.ui-widget input {
  font-size: 14px;
}

.noclosebutton .ui-dialog-titlebar-close {
  display: none !important;
}

.noclosebutton .ui-dialog-title {
  width: 100% !important;
}

.qta, .imp, .qta_det_kart {
  text-align: right;
  padding: 0 5px;
}

.buttons_red {
  background-color: #d30100 !important;
  border-color: #d30100 !important;
  color: white !important;
}

.buttons-card {
  width: 100%;
  border-radius: 15px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-color: #888888;
  background-color: #888888;
  color: #fff;
}

.buttons_slide {
  background-color: #d30100 !important;
  border-color: #d30100 !important;
  color: white !important;
}

.buttons_slide:hover {
  background-color: #e15b5a !important;
  border-color: #e15b5a !important;
  color: white !important;
}

.input {
  display: inline-block;
  padding: 11px !important;
  max-width: 100%;
  font-size: 14px !important;
  font-family: 'Lato', 'Helvetica', Arial, sans-serif;
  line-height: normal;
  border: 1px solid #ebebeb !important;
  border-radius: 5px !important;
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.input:hover {
  border-color: #e3231b;
  box-shadow: inset 0 1px 1px rgb(255 255 255 / 25%), 0 0 8px rgb(227 35 27 / 40%);
}

.input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d1d1d1;
  opacity: 1; /* Firefox */
}

.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d1d1d1;
}

.input::-ms-input-placeholder { /* Microsoft Edge */
  color: #d1d1d1;
}

.title {
  font-size: 20px;
}

.label {
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
}

.clear {
  clear:both;
}

.wrapper {
  min-height: 100%;
  overflow:auto;
  display: flex;
  flex-direction: column;
}

.page-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.page-header {
  position: relative;
  padding: 0;
}

.topbar {
  background: #ebebeb;
  font-size: 12px;
}

.page-area-container {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.page-area-container::after {
  content: '';
  display: block;
  clear: both;
}

.topbar-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.topbar-navigation--controls {
  justify-content: flex-start;
}

.topbar-navigation__item {
  margin-right: 40px;
  padding: 4px 0;
  line-height: 16px;
}

.topbar-navigation__item:last-child {
  margin-right: 0;
}

.topbar-navigation-wrap {
  display: inline-block;
}

.topbar-navigation__link {
  color: #464646;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-menu {
  font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #D30100;
}

.middlebar {
  margin: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.middlebar__center {
  width: calc(100% - 320px * 2);
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
}

.middlebar__left, .middlebar__right {
  width: 320px;
  flex: 0 0 auto;
}

.search-widget-wrap {
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
}

.search-widget {
  position: relative;
}

.search-widget__input {
  height: 32px;
  padding: 0 50px 0 18px;
}

.input--full, .input.full {
  width: 100%;
}

.search-widget__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding: 0;
  font-size: 19px;
  border: 0;
  background-color: #d30100;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.quick-access-container {
  margin: 8px 0;
}

.quick-access__list {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-access__item {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.quick-access__link {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #464646;
  overflow: hidden;
}

.quick-access__icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  background-color: #e15b5a;
  border-radius: 3px;
  color: #fff;
}

.quick-access__icon--light {
  background-color: #fcb91d;
}

.quick-access__icon--dark {
  background-color: #d30100;
}

.quick-access__icon--info {
  border-radius: 15px;
  background-color: #FF8C11;
}

.quick-access__text {
  vertical-align: middle;
}

.header-row {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
}

.header-row--from-left .main-menu-outer {
  justify-content: flex-start;
}

.main-menu-outer__container {
  display: block;
  justify-content: center;
}

.main-menu {
  display: flex;
  flex-grow: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu__item {
  flex-grow: 0;
}

.main-menu__item:hover {
	background-color: #e15b5a !important
}

.main-menu__link {
  display: block;
  padding: 10px 24px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: unset;
  color: #464646;
  transition: all linear 100ms;
}

.telefono_menu {
  padding: 10px 24px;
  line-height: 1.5;
}

#genart-mega-menu .cd-dropdown-wrapper {
  position: relative;
  z-index: 99;
}

#genart-mega-menu .cd-dropdown-trigger .cd-dropdown-trigger-arrow {
  width: 33px;
  font-weight: bold;
  font-size: 17px;
}

#genart-mega-menu .cd-dropdown-trigger {
  display: block;
  position: relative;
}

#genart-mega-menu .cd-dropdown-content li:first-of-type > a, #genart-mega-menu .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

#genart-mega-menu .has-children > a, #genart-mega-menu .go-back a {
  position: relative;
}

#genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a, #genart-mega-menu .cd-dropdown-content .cd-search, #genart-mega-menu .cd-dropdown-content ul .cd-search, #genart-mega-menu .cd-dropdown-content .cd-divider, #genart-mega-menu .cd-dropdown-content ul .cd-divider {
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

#genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a {
  display: block;
  color: #808080;
  overflow: hidden;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: tint(#111433, 8%);
  border-style: solid;
}

#genart-mega-menu .cd-dropdown-content, #genart-mega-menu .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -transition: transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}

#genart-mega-menu .cd-dropdown h2, #genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a, #genart-mega-menu .cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

#genart-mega-menu .cd-dropdown h2, #genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a {
  height: 40px;
  line-height: 40px;
}

#genart-mega-menu .has-children > a {
  padding-right: 40px;
}

#genart-mega-menu .has-children > a::before, #genart-mega-menu .has-children > a::after {
  right: 20px;
  -moz-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

#genart-mega-menu .has-children > a::before, #genart-mega-menu .go-back a::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#genart-mega-menu .has-children > a::before, #genart-mega-menu .go-back a::before, #genart-mega-menu .has-children > a::after, #genart-mega-menu .go-back a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#genart-mega-menu .cd-dropdown-content, #genart-mega-menu .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -transition: transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}

#genart-mega-menu .cd-dropdown-content.is-hidden,
#genart-mega-menu .cd-dropdown-content ul.is-hidden {
  opacity: 0;
  display: none;
}

#genart-mega-menu .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

#genart-mega-menu .has-children > a::after, #genart-mega-menu .go-back a::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#genart-mega-menu .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /*
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  */
}

.category_box {
  display: block;
  margin: 0px 10px 30px 10px;
  cursor: pointer;
  -webkit-transition: color 150ms, box-shadow 150ms;
  -ms-transition: color 150ms, box-shadow 150ms;
  transition: color 150ms, box-shadow 150ms;}
}

.category_box:hover {
  cursor: pointer;
  color: #D30100;
}

.category_overlay, .product_overlay, .product_kart {
  border-radius: 15px;
  position: relative;
  height: inherit;
  -webkit-transition: box-shadow 150ms;
  -ms-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
  padding: 15px 0;
}

.product_kart {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.product_overlay {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.category_overlay:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(211,1,0,0.25); 
  box-shadow: 0px 0px 15px 5px rgba(211,1,0,0.25);  
  -webkit-transition: box-shadow 150ms;
  -ms-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
}

.category_overlay:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgb(149,149,149);
  background: linear-gradient(180deg, rgba(149,149,149, 0.2) 0%, rgba(230,230,230, 0.2) 100%);
  z-index:10;
  border-radius: 15px;
}

.product_overlay:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgb(149,149,149);
  background: linear-gradient(180deg, rgba(149,149,149, 0.2) 0%, rgba(255,255,255, 0.2) 85%);
  z-index:10;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.product_kart {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255, 0.2) 0%, rgba(149,149,149, 0.2) 50%);
  color: #777777 !important;
}

.category_img {
  max-width: 100%;
  height: 130px;
  text-align: center;
}

.category_img img {
  max-width: 100%;
  width: 85px;
  margin-top: 20px;
  padding: 5px;
}

.category_txt {
  font-size: 16px;
  text-align: center;
  min-height: 50px;
  margin-top: 5px;
  padding: 0 5px;
  font-weight: bold;
}

.category_items {
  font-weight: normal;
  text-align: center;
}

.navigation {
  margin: 10px 25px 5px; 
  font-size: 12px;
}

.item_catalog:hover {
  color: #D30100;
}

.product_box, .product_box_no_hover {
  display: block;
  margin: 0px 10px 30px 10px;
  -webkit-transition: color 150ms, box-shadow 150ms;
  -ms-transition: color 150ms, box-shadow 150ms;
  transition: color 150ms, box-shadow 150ms;
  border-radius: 15px;
}

.product_box:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(211,1,0,0.25); 
  box-shadow: 0px 0px 15px 5px rgba(211,1,0,0.25);  
  -webkit-transition: box-shadow 150ms;
  -ms-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
}

.product_img {
  max-width: 100%;
  /*height: 260px;*/
  text-align: center;
}

.product_img img {
  max-width: 100%;
  height: inherit;
  padding: 5px;
}

.product_txt {
  text-align: center;
}

.product_view {
  border: 1px solid #ebebeb;   
}

.product_view img{
  width: 100%;   
}

.product_description {
  float: left;
  width: 100%;
}

.product_title {
  font-size: 26px;
  padding-bottom: 15px;
}

.product_detail {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

.product_price {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 12px 16px;
  border: 1px solid #ebebeb;
}

.product_price_tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.product_price_tbl th {
  font-size: 12px;
  font-weight: normal;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  background: #f5f5f5 !important;
  color: #464646 !important;
}

.product_price_tbl td {
  padding: 4px;
  text-align: center;
}

.font14 {
  font-size: 14px;
}

.carousel__slide {
  width: 100%;
}

.chosen-container {
  -webkit-box-shadow: none !important;
  -moz-box-shadow:none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  border: 1px solid #cccccc !important;
  background: #ffffff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow:none !important;
  box-shadow: none !important;
  height: 35px !important;
  line-height: 30px;  
}

.chosen-container-single .chosen-single div b {
  background: url(javascripts/chosen_1.8.7/chosen-sprite.png) no-repeat 0px 7px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px !important;
}

.chosen-container .chosen-results li.highlighted {
  background: #D30100;
  background: linear-gradient(rgba(211,1,0,1) 20%, rgba(185,0,0,1) 90%);
}

.chosen-container-single .chosen-single abbr {
  top: 11px !important;
}

.chosen-container-multi .chosen-choices {
  border-radius: 5px;
  border: 1px solid #cccccc !important;
  background: #ffffff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow:none !important;
  box-shadow: none !important;
  padding: 0 5px !important;  
}

#my_orders .chosen-container {
  width: auto !important;
}

#order_tbl {
  margin-top: 25px;
}

div.main{
  margin: 20px auto;
  width: 90%;
  color: #464646;
}

div.right {
  float:right;
}

div.left {
  float:left;
}

td.imp {
  text-align: right;
}

#order_tb {
  width: 100%;
}

#order_tb th {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#order_tb td{
  padding: 5px;
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
}

#order_header {
  float: left;
  width: 100%;
}

#order_header img {
  width: 300px;
}

#order_info {
  width: 100%;
  clear: both;
  padding: 30px 5px;
}

#order_footer {
  width: 100%;
  clear: both;
  padding-top: 10px;
}

.tot {
  border-bottom: 1px solid #CCCCCC;
}

#order_tb .row {
  padding: 0 !important;
  border-top: 1px solid #CCCCCC;
}

.cell_tot {
  border-left: none !important;
  border-right: 1px solid #CCCCCC;
}

table.stats {
  width:100%;
}

table.stats tr td.imp {
  text-align: right;
}

table.stats tr td.pos {
  background-color: #C0DCC0;
}

table.stats tr td.neg {
  background-color: #FF0000;
  color: white;
}

table.stats tr td.text {
  text-align: left;
}

table.stats tr.grp:hover {
  cursor:pointer;
}

table.stats tr.me {
  font-weight: bold;
}

table.stats tr.hide {
  display:none;
}

table.stats tr.show {
  visibility:visible;
}

table.stats tr.close td.toggle {
  background: url('expand.gif') no-repeat center;
  width:18px;
  height:18px;
}

table.stats tr.open td.toggle {
  background: url('collapse.gif') no-repeat center;
  width:18px;
  height:18px;
}

#resultStats {
 max-height: 600px !important;
}

.attributes {
  margin: 0 0 16px;
}

.features_tab {
  margin-top: 20px !important;
  text-transform: uppercase;
}

.features_content {
  border-right: 1px solid #DEE2E6;
  border-left: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 50px;
  margin-bottom: 20px !important;
  font-size: 14px;
}

.nav-tabs .nav-item {
  margin-left: 5px;
}

.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.nav-tabs .nav-link {
  border: 1px solid #ebebeb;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #ffffff;
  background: #888888;
  font-size: 14px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-link:hover {
  color: #ffffff;
  background-color: #D30100 !important;
  background: linear-gradient(rgba(211,1,0,1) 20%, rgba(185,0,0,1) 90%) !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.box_promo {
  margin-top: 20px;
  margin-bottom: 10px;
}

.embedded-list__label {
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 20px;
  text-align: center;
}

.embedded-list__label:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  content: '';
  background: #ebebeb;
}

.embedded-list__label-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 16px;
  vertical-align: top;
  text-transform: uppercase;
  background: #fff;
  font-size: 18px;
}

div.odd {
  background: #d30100;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}

div.odd:hover {
  background: #B30000;
}

div.even {
  background: #EE635B;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}

div.even:hover {
  background: #EC5148;
}

main {
  padding-bottom: 100px;
}

footer {
  position: relative;
  margin-top: -100px;
  height: 100px;
  clear: both;
  background: #2A2F35;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .Login {
    max-width: 100%;
    padding: 33px 24px 20px;
    margin: 10px;
  }
  
  .buttons, #div_load button, input[type=button], button, .btn, .btn-primary  {
    width: 100%;
  }
}

/*@media (min-width: 1100px) {*/
@media (min-width: 320px) {
  .topbar-navigation__item--user-name {
    /*max-width: 300px;*/
  }
  
  .topbar-navigation__item.last {
    font-size: 14px;
  }

  .header-row__container--unstack {
    flex-grow: 1;
    width: calc(100% - 210px);
  }

  .header-row__container {
    flex-basis: 210px;
  }

  .header-row__toggle {
    background: #d30100;
    color: #fff;
  }

  .main-menu-outer {
    display: flex;
  }

  .main-menu {
    /*max-height: 40px;*/
    display: flex;
  }
    
  .main-menu__item {
    min-height: 44px;
    background-color: #d30100;
  }

  .desktop-version .main-menu__link {
    white-space: nowrap;
  }

  .main-menu__link {
    min-height: unset;
    /*height: 40px;*/
    display: inline-block;
  }
  
  .main-menu__text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
  }

  #genart-mega-menu .cd-dropdown-trigger {
    background-color: #d30100;
    color: #fff;
  }

  #genart-mega-menu a {
    color: #fff;
    text-decoration: none;
  }
  
  #genart-mega-menu .cd-dropdown {
    background-color: #d30100;
    color: #fff;
  }
  
  #genart-mega-menu .cd-dropdown {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform 0.5s 0s, visibility 0s 0.5s;
    -ms-transition: transform 0.5s 0s, visibility 0s 0.5s;
    -o-transition: transform 0.5s 0s, visibility 0s 0.5s;
    -transition: transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
  }
  
  #genart-mega-menu a {
    color: #fff;
    text-decoration: none;
  } 
}

@media only screen and (min-width: 992px) {
  #genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
  
  #genart-mega-menu .cd-dropdown-content, #genart-mega-menu .cd-dropdown-content ul {
    padding-top: 60px;
  }

  #genart-mega-menu .cd-dropdown h2, #genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a {
    height: 40px;
    line-height: 40px;
  }  
}


/*@media only screen and (min-width: 1100px) {*/
@media only screen and (min-width: 320px) {
  #genart-mega-menu .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    height: auto;
    width: auto;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    color: #111433;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    -transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  
  #genart-mega-menu .cd-dropdown-content.is-active,
  #genart-mega-menu .cd-dropdown-content ul.is-active {
    opacity: 1;
    display: block;
    visibility: visible;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.5s 0s, visibility 0s 0s;
    -ms-transition: transform 0.5s 0s, visibility 0s 0s;
    -o-transition: transform 0.5s 0s, visibility 0s 0s;
    -transition: transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
  
  #genart-mega-menu .cd-dropdown-content .cd-secondary-dropdown.fade-in, #genart-mega-menu .cd-dropdown-content .cd-dropdown-gallery.fade-in, #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons.fade-in {
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  
  #genart-mega-menu .cd-dropdown-content .cd-secondary-dropdown.fade-out, #genart-mega-menu .cd-dropdown-content .cd-dropdown-gallery.fade-out, #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons.fade-out {
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }

  #genart-mega-menu .cd-dropdown.dropdown-is-active {
    visibility: visible;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.5s 0s, visibility 0s 0s;
    -ms-transition: transform 0.5s 0s, visibility 0s 0s;
    -o-transition: transform 0.5s 0s, visibility 0s 0s;
    -transition: transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }

  #genart-mega-menu .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    -ms-transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    -transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
  
  #genart-mega-menu .cd-dropdown-content {
    position: static;
    height: auto;
    width: auto;
  }
  
  #genart-mega-menu .cd-dropdown-content, #genart-mega-menu .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }

  #genart-mega-menu .cd-dropdown h2, #genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a {
    height: 40px;
    line-height: 40px;
  }
  
  #genart-mega-menu .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset 2px 0 0 #d30100;
    color: #d30100;
  }


  #genart-mega-menu .cd-dropdown-content a, #genart-mega-menu .cd-dropdown-content ul a {
    color: #808080;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-color: #ebebeb;
  }
  
  #genart-mega-menu .has-children > a::before, #genart-mega-menu .go-back a::before, #genart-mega-menu .has-children > a::after, #genart-mega-menu .go-back a::after {
    background: #b3b3b3;
  }
  
  #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons {
    width: 880px;
  }
  
  #genart-mega-menu .cd-dropdown-content, #genart-mega-menu .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }

  #genart-mega-menu .cd-dropdown-content .cd-dropdown-gallery, #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px !important;
  }
  
  #genart-mega-menu .cd-dropdown-content .cd-secondary-dropdown, #genart-mega-menu .cd-dropdown-content .cd-dropdown-gallery, #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    background-color: #fff;
    box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
  }
  
  #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons > li, #genart-mega-menu .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  
  #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 20px;
    overflow: unset;
    white-space: unset;
    padding: 8px 0 0 25px;
    border: 2px solid #fff;
    font-weight: bold;
    color: #808080;
  }
  
  #genart-mega-menu .img_lvl_2 {
    max-width: 100%;
    height: 60px;
    padding-right: 15px;
  }
  
  #genart-mega-menu .cd-dropdown-content.is-hidden > li > a, #genart-mega-menu .cd-dropdown-content ul.is-hidden > li > a, 
  #genart-mega-menu .cd-dropdown-content.is-hidden > li > .cd-search, #genart-mega-menu .cd-dropdown-content ul.is-hidden > li > .cd-search, 
  #genart-mega-menu .cd-dropdown-content.is-hidden > .cd-divider, #genart-mega-menu .cd-dropdown-content ul.is-hidden > .cd-divider, 
  #genart-mega-menu .cd-dropdown-content.move-out > li > a, #genart-mega-menu .cd-dropdown-content ul.move-out > li > a, 
  #genart-mega-menu .cd-dropdown-content.move-out > li > .cd-search, #genart-mega-menu .cd-dropdown-content ul.move-out > li > .cd-search, 
  #genart-mega-menu .cd-dropdown-content.move-out > .cd-divider, #genart-mega-menu .cd-dropdown-content ul.move-out > .cd-divider {
    opacity: 1;
  }
  
  #genart-mega-menu .cd-dropdown-content > .has-children > a.is-active::before, #genart-mega-menu .cd-dropdown-content > .has-children > a.is-active::after {
    background: #d30100;
  }
  
  #genart-mega-menu .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    border: #d30100 2px solid;
    color: #d30100;
  }
}

/*
#copy {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
#footer_menu {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#footer_menu h4 {
  padding-bottom: 1em;
}

#footer_menu a {
  color: #ffffff;
  font-weight: bold;
}

#footer_menu a:hover {
  color: #E32218;
}

#footer_menu span {
  padding-right: 1em;
}

#powered {
  background: url('images/powered_hsc.png') no-repeat top left;
  display: block;
  width: 178px;
  height: 44px;
  float: right;
}
#powered:hover {
  background-position: top right;
}
.header-bg {
  min-height: 100%;
  margin-bottom: -81px;
  min-width: 1200px;
}
.header-bg:after {
  content: "";
  display: block;
  height: 80px;
}
.container{
  background: #ffffff;
}
.h-bg{
  clear: both;
}
.header{     
  min-width: 1200px;
  display: table;
  width: 100%;
  height: 90px;
}
.imasaf{
  display: table-cell;
  padding-left: 20px;
  min-width: 370px;
  max-width: 370px;
  vertical-align: middle;
  padding-top: 4px;
}
.fap {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
}
.user_menu{
  display: table-cell;
  min-width: 370px;
  max-width: 370px;
  text-align: right;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: bottom;
}
.bg_menu{
  width: 100%;
  background: #f5f5f5;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.menu{
  display: table;
  margin: 0 auto;
}
.top-nav{
	margin: 0 5px 0 5px;
}
.top-nav li {
	color: #FBFAFA;
  float: left;
}
.top-nav li.active a, .top-nav li a:hover {
	color: #E32218;
}
.top-nav li a {
	display: block;
	padding:15px 0;
	height: auto !important;
	width:160px;
	text-align: center;
	font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.logo {
  padding-top: 40px;
}
.content_main{
  display: table;
	padding: 10px 20px 20px 20px;
}
.one_col {
	padding: 20px;
  background: #FFFFFF;
  min-width: 1200px;
}
.col_sx {
	display: table-cell;
	min-width: 220px;
	padding-right: 20px;
  vertical-align: top;
}
.col_ex {
	display: table-cell;
	min-width: 200px;
	padding-left: 20px;
  vertical-align: top;
}
#sidebar ul li {
  margin-bottom: 20px;
}
.col_dx {
	display: table-cell;
	width: 100%;
  min-width: 720px;
  vertical-align: top;
}
.box-title{
  font-size: 16px;
  font-weight: bold;
  background: #f5f5f5;
  padding: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
  border: 1px solid #E2E2E2;
}
.news_ft_box {
  display: none;
  text-align: center;
  background: #FFFFFF;
  color: #464646;
}

.news_ft_box a{
  color: #464646;
}

.news_ft_box a:hover{
  color: #E32218;
}

.news_footer {
  min-width: 1200px;
  height: 23px;
}

.footer {
	text-align: left;
	overflow: hidden;
	display: table;
  width: 100%;
  min-width: 1200px;
  margin-top: -80px;
  height: 80px;
	clear: both;
	background: #2a2f35;
	border-top: 1px solid #EEEEEE;
  color: #ffffff;
}

.red {
	background: #E91B34;
}
.red:hover {
	background: #CA132B;
}
.small, .sedord {
  text-transform: none;
  padding: 3px 5px;
  margin-top: 3px;
  cursor: pointer;
}
div.back {
  border: 1px solid #E2E2E2;
  padding: 0em 0.5em 0.5em 0.5em;
  background: #f5f5f5;
  color: #464646;
}
div.back a{
  color: #464646;
}
hr {
  margin: 5px 0;
}

h2 {
  padding: 15px 10px;
  color: #E32218;
  font-size: 20px;
}

h3 {
  padding: 15px 10px;
  color: #E32218;
  font-size: 20px;
}

h4 {
  color: #E32218;
}

.box_prodotti {
  width: 270px;
}
div.main{
	margin: 20px auto;
	width: 90%;
  color: #464646;
}
div.right {
	float:right;
}

div.left {
   float:left;
}

td.imp {
  text-align: right;
}

#order_tb {
  width: 100%;
}

#order_tb th {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#order_tb td{
  padding: 5px;
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
}

#order_header {
  float: left;
  width: 100%;
}

#order_info {
  width: 100%;
  clear: both;
  padding: 30px 5px;
}

#order_footer {
  width: 100%;
  clear: both;
  padding-top: 10px;
}

.tot {
  border-bottom: 1px solid #CCCCCC;
}

.row {
  padding: 0 !important;
  border-top: 1px solid #CCCCCC;
}

.cell_tot {
  border-left: none !important;
  border-right: 1px solid #CCCCCC;
}

.news_slider{
	border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  display: block;
  background: #ffffff;
  color: #464646;
}

.news_box {
  width: 195px;
  height: 120px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  display: inline-block;
  text-align: left;
  background: #FFFFFF;
  color: #464646;
  padding: 10px;
  border: 1px solid #ccc;
}

.news_box a {
  font-size: 16px;
  font-weight: bold;
  color: #E32218 !important;
}

.news_slider ul{
  width: 100%;
	padding: 0;
	list-style: none;
}

.news_slider li{
	padding: 20px;
	border-bottom: 1px dashed #ccc;
}

.news_slider li:hover{
  background: #EFEFEF;
}

.news_slider a, #promo a{
	font-size: 16px;
  font-weight: bold;
  color: #E32218;
}

.news_slider p {
	font-size: 14px;
}

.no_news {
	border-bottom: none !important;    
}

.no_news:hover{
  background: #FFFFFF !important;
}

.tr_age_cli:hover {
  background: #EFEFEF;
  font-weight: bold;
  cursor: pointer;
}
.tr_art_krt:hover {
  background: #EFEFEF;
  font-weight: bold;
  cursor: pointer;
}
.tab_box_head {
  background: none !important;
}
.col_dx .ui-tabs {
  display: block;
  width: auto !important; 
  height: auto !important; 
  padding: 0 !important; 
  font-size: 15px; 
}
area {
  cursor: pointer;
}
.region, .dep {
  padding: 20px;
  display: none;
}
.region a, .dep a, .title_conc, #content_main_prod_dx a {
  color: #464646;
}
.region a:hover, .dep a:hover, .title_conc:hover, #content_main_prod_dx a:hover {
  color: #0269b3;
}
.title_conc {
  font-weight: bold;
  cursor: pointer;
}
.light_btn{
  padding: 5px 10px;
  text-transform: uppercase;
  border: 1px solid #464646;
  cursor: pointer;
}
.light_btn:hover {
	background: #CCCCCC;
}

#content_main_prod_dx {
  float: left;
  width: 558px;
  height: 446px;
}

table.stats {
  width:100%;
}

table.stats tr td.imp {
  text-align: right;
}

table.stats tr td.pos {
  background-color: #C0DCC0;
}

table.stats tr td.neg {
  background-color: #FF0000;
  color: white;
}

table.stats tr td.text {
  text-align: left;
}

table.stats tr.grp:hover {
  cursor:pointer;
}

table.stats tr.me {
  font-weight: bold;
}

table.stats tr.hide {
  display:none;
}

table.stats tr.show {
  visibility:visible;
}

table.stats tr.close td.toggle {
  background: url('expand.gif') no-repeat center;
  width:18px;
  height:18px;
}

table.stats tr.open td.toggle {
  background: url('collapse.gif') no-repeat center;
  width:18px;
  height:18px;
}

#resultStats {
 max-height: 600px !important;
}

.slide_img {
  max-width: 760px;
  max-height: 400px;
}

.vehicle-selected {
  background: #FFFFFF;
  border: 1px solid #888888;
  color: #464646; 
}

#div_canvas h2 {
  color: #ffffff !important;
}

table.canvas tbody tr.even {
  color: #464646;
}

table.canvas tbody tr.odd {
  color: #464646;
}

a.css_tooltip, span.css_tooltip{
  position:relative;
  text-decoration:none;
}

a.css_tooltip div.tooltip, span.css_tooltip div.tooltip{
  display:none;
}

a.css_tooltip:hover div.tooltip, span.css_tooltip:hover div.tooltip{
  display:block;
  position:absolute;
  z-index:9999;
  top:1em;
  left:-7em;
  width: 250px;
  max-width: 250px;
  border:1px solid #7F9DB9;
  background-color:#F2F9FF;
  color: #464646;
  padding:5px;
}

.slick-slide {
  float: none !important;
  display: table-cell !important;
  padding: 2px 5px !important;
  vertical-align: middle !important;
}

#kart_fast {
  height: 300px;
  overflow: auto;
}

#rmaError {
  background-color: red; 
  color: white; 
  padding: 5px; 
  display: none;
  position: absolute;
  top: 76px;
  text-align: center;
  width: 410px;
  margin-left: -205px;
  font-size: 20px;
  left: 50%;
}

.tab_box_head {
  margin-top: 10px !important;
}

.tecweb #vehicleDiv .chosen-container {
  width: 100% !important;
  max-width: 280px !important;
  margin: 0 !important;
}

.sch_txt {
  line-height: normal !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
}

.tecweb #contentTab {
  height: 500px !important;
}

.tecweb .btntecweb {
  padding: 0 !important;
}

.tecweb #patternGroups, #plateId, #motorCode {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.tecweb select.chosen {
  padding: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
  0% { background: #008000; }
  50% { background: #003300; }
  100% { background: #008000; }
}

@-webkit-keyframes blinker {  
  0% { background: #008000; }
  50% { background: #003300; }
  100% { background: #008000; }
}

@keyframes blinker {  
  0% { background: #008000; }
  50% { background: #003300; }
  100% { background: #008000; }
}

.confirmButtonClass {
  background: #E32218 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  float: left !important;;
  margin-left: 10px !important;;
  font-size: 14px !important;;
}

.confirmButtonClass:hover {
  background: #1E78A8 !important;
}

.cancelButtonClass {
  background: #E91B34 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  float: right !important;;
  font-size: 14px !important;;
}

.cancelButtonClass:hover {
  background: #CA132B !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.floatbutton .ui-dialog-buttonset {
  float: none !important;
}

.chosen-input {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  background-color: #FBFBFB;
  -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #FBFBFB inset;
  -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #FBFBFB inset;
  box-shadow: 0 1px 0 #ccc, 0 -1px #FBFBFB inset;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  margin-bottom: 10px;
}

.chosen-container {
  -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #FBFBFB inset !important;
  -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #FBFBFB inset !important;
  box-shadow: 0 1px 0 #ccc, 0 -1px #FBFBFB inset !important;
}

.chosen-container-single .chosen-single {
  border: 1px solid #cccccc !important;
  background-color: #FBFBFB !important;
}

#resultDwlPsn .chosen-container .chosen-results {
  max-height: 150px;
}

#user {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1000;
  text-align: right;
}

.btn_menu {
  position: relative;
  display: block;
  width: 300px;
  height: 54px; 
}

.btn_menu a {
  position: absolute;
  padding-left: 70px;
  line-height: 54px;
  width: 230px;
  height: 54px;
  font-size: 15px;
  background-repeat: no-repeat;
}

.btn_menu a:hover {
  background-color: #C9C9C9;
}

.btn_art a {
  background-image: url('images/btn_art.png');
}

.btn_promo a {
  background-image: url('images/btn_promo.png');
}

.btn_krt a {
  background-image: url('images/btn_krt.png');
}

.btn_file a {
  background-image: url('images/btn_file.png');
}

.btn_user a {
  background-image: url('images/btn_user.png');
}

.btn_order a {
  background-image: url('images/btn_order.png');
}

.slide_prod {
  margin: 10px 0;
}

.searchResultItem {
  width: 150px;
  height: 200px;
  margin-bottom: 75px;
  margin-right: 50px;
  display: inline-table;
  text-align: left;
}

.searchResultItem div.resultBtn {
  width: 150px;
  height: 25px;
  white-space:nowrap;
  overflow:hidden;
  color: #E8333C;
}

.searchResultItem div.resultText {
  width: 150px;
  height: 20px;
  white-space:nowrap;
  overflow:hidden;
}

.searchResultItem div.resultCodArt {
  width: 150px;
  height: 54px;
}

.searchResultItem div.resultImg {
  height: 126px;
  white-space:nowrap;
  overflow:hidden;
  text-align: center;
}

.searchResultItem div.resultImg img {
  max-width: 150px;
  max-height: 126px;
}

.add_krt {
 padding: 25px 15px;
 display: inline-table;
}

.text_box {
  padding: 15px 10px;
}

table.corris_table {
  border-collapse: collapse;
}

table.corris_table th {
  border: 1px solid #E1E1E1;
  background: #F1F1F1;
  color: #0F57A4;
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

table.corris_table td {
  border: 1px solid #E1E1E1;
}

#div_canvas h2 {
  color: #FFFFFF;
}

.ui-widget {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
}

.image_container {
  background-size: cover !important;
  width: 160px;
  height: 160px;
  position: relative;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}

.mid h2 {
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
}

.image_container:hover h2 {
  color: #E32218;
  font-size: 17px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.item_catalog:hover, .item_selected {
  color: #E32218;
}

th.odd {
  background: #E32218;
}

th.odd:hover {
  background: #C21D14;
}

th.even {
  background: #EE635B;
}

th.even:hover {
  background: #EB4138;
}
*/