﻿html {
  overflow-x: hidden;
}
body {
  background: none no-repeat scroll center top #f6f6f6;
  color: #676767;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.2;
}
h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 14px;
  width: 100%;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #676767;
}
.StockOrderH1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 14px;
  width: 50%;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #676767;
  float: left;
}
h2 {
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #676767;
}
h3 {
  font-size: 14px;
  font-weight: normal;
  background: url(/Graphics/horizontal_dash.gif) repeat-x left bottom;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}
h4 {
  font-weight: bold;
  width: 100%;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #676767;
}
a {
  color: #70b2d6;
  text-decoration: none;
  border-style: none;
}
.page-top {
  margin-top: 13px;
  padding-bottom: 10px;
  width: 980px;
  position: relative;
  height: 30px;
}
.page-tools {
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
}
.page-tools-text {
  display: inline-block;
}
.page-tools-text a {
  color: #70B2D6;
  text-transform: uppercase;
}
.page-tools-text .language-selector {
  vertical-align: middle;
  width: 100px;
  margin-left: 5px;
}
.page-search,
.page-search-inline {
  border: 1px solid #A7A6AA;
  color: #676767;
  font-size: 10px;
  height: 15px !important;
  margin: -3px 0 0 20px;
  padding-bottom: 2px;
  padding-left: 4px;
  text-decoration: none;
  text-transform: uppercase;
  width: 140px !important;
}
.page-search-icon {
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.logo {
  float: left;
  padding-left: 3px;
}
.content {
  padding: 20px 20px;
}
.shadow {
  -webkit-box-shadow: 0px 0px 5px 1px #E3E3E3;
  -moz-box-shadow: 0px 0px 5px 1px #E3E3E3;
  box-shadow: 0px 0px 5px 1px #E3E3E3;
}
.media {
  margin-bottom: 10px;
  margin-left: -20px;
}
.flip {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.align-center {
  text-align: center;
  vertical-align: middle;
}
.break {
  margin-bottom: 10px;
  clear: both;
}
.hearing-aid-match {
  width: 454px;
  position: relative;
}
.hearing-aid-match .content {
  height: 147px;
}
.hearing-aid-match .hearing-aid-image {
  padding-top: 15px;
}
.hearing-aid-match .model-name {
  position: absolute;
  display: block;
  font-weight: bold;
  top: 7px;
  padding: 0 8px;
  width: 250px;
}
.hearing-aid-match .no-hearing-aid {
  width: 100%;
  text-align: center;
  line-height: 147px;
}
.hearing-aid-match .info-img {
  vertical-align: middle;
  padding-right: 5px;
  padding-bottom: 2px;
}
.hearing-aid-match.right {
  float: left;
  margin-right: 20px;
}
.hearing-aid-match.right .ha-header {
  position: absolute;
  top: 5px;
  left: 5px;
}
.hearing-aid-match.right .ha-product-name {
  float: left;
  padding-left: 5px;
  padding-top: 1px;
}
.hearing-aid-match.right .hearing-aid-image {
  padding-left: 5px;
  float: right;
}
.hearing-aid-match.right .matches {
  float: left;
}
.hearing-aid-match.right .side-image {
  float: left;
}
.hearing-aid-match.left {
  float: right;
}
.hearing-aid-match.left .ha-header {
  position: absolute;
  top: 5px;
  right: 5px;
}
.hearing-aid-match.left .model-name {
  text-align: right;
  right: 20px;
}
.hearing-aid-match.left .hearing-aid-image {
  padding-right: 5px;
  float: left;
}
.hearing-aid-match.left .matches {
  float: right;
}
.hearing-aid-match.left .side-image {
  float: right;
}
.component-match {
  margin-top: 5px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #DFF0D8;
  width: 250px;
}
.component-match .component-header {
  display: block;
}
.component-match .component-name {
  font-weight: bold;
}
.component-match.unmatched {
  background-color: #F2DEDE;
}
.field-match .content {
  padding-top: 12px;
}
.field-match .field-header {
  margin-top: 8px;
  display: block;
}
.field-match .field-value {
  font-weight: bold;
}
.rounded-corners {
  border-radius: 1em;
  margin-bottom: 10px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
.rounded-corner-top-left {
  border-radius: 8px 0px 0px 0px;
  border-top-left-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
}
.rounded-corner-top-right {
  border-radius: 8px 8px 0px 0px;
  border-top-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;
}
.grey-box .grey-header {
  border-radius: 8px 0px 0px 0px;
  border-top-left-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
  border-radius: 8px 8px 0px 0px;
  border-top-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;
  position: relative;
  background: url("/Graphics/Sprites/bg_sprites.png") repeat scroll 0 -909px transparent;
  border: 1px solid #e1e1e1;
  padding: 13px 0;
  height: 15px;
}
.grey-box .grey-header a {
  text-shadow: 0px 1px lightgray;
  text-transform: uppercase;
  padding-left: 20px;
  font-weight: bold;
  color: #676767;
  font-size: 11px;
  width: 194px;
}
.grey-box .box-content {
  padding: 20px 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.grey-box .image-container {
  height: 175px;
  width: 175px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}
.grey-box .image-container img {
  display: block;
  margin: auto;
}
.grey-box .lower-link {
  text-align: center;
  overflow: hidden;
}
.top-image-link.purchase-accessory {
  display: inline-block;
  background-image: url(/Graphics/so_basket_grey.png);
  width: 25px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.top-image-link.purchase-accessory:hover {
  background-image: url(/Graphics/so_basket_blue.png);
}
.error-dialog p {
  display: block;
  margin-bottom: 30px;
}
.container-unauth {
  margin-top: 20px;
}
.container-unauth .language-selector {
  float: right;
}
.form-label {
  display: inline-block;
  width: 125px;
}
.form-error {
  color: #f00;
  display: inline-block;
  margin-left: 10px;
}
.float-right {
  float: right;
  height: auto;
  width: auto;
}
.float-left {
  float: left;
}
#goto-checkout {
  float: left;
  margin-left: -10px;
}
#goto-basket {
  float: right;
  height: auto;
  width: auto;
  margin-right: -10px;
}
#top-navigation-container-right {
  background: url(/Graphics/Sprites/bg_sprites.png) 0 -159px;
  height: 75px;
  width: 20px;
  float: right;
}
#top-navigation-container-left {
  width: 20px;
  background: url(/Graphics/Sprites/bg_sprites.png) 0 1px;
  height: 75px;
  float: left;
}
#top-navigation-container {
  background: url(/Graphics/Sprites/bg_sprites.png) 0 -78px;
  height: 75px;
  float: left;
  width: 940px;
  margin-bottom: 12px;
  overflow-x: hidden;
}
#top-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  height: 46px;
  overflow: hidden;
  vertical-align: top;
}
#top-menu li {
  margin: 1px 0 0 0;
  float: left;
}
#top-menu li a {
  color: #EBEBEB;
  display: block;
  font-size: 14px;
  height: 15px;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 200;
}
#top-menu li a:hover {
  color: #ffffff;
}
#top-menu .active {
  background: #87abbd -moz-linear-gradient(center bottom, #3b5f71 28%, #87abbd 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#87abbd, endColorstr=#87abbd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88acbe', endColorstr='#3a5e70', GradientType=0);
  background: -ms-linear-gradient(top, #88acbe 0%, #3a5e70 100%);
  background: -webkit-linear-gradient(top, #88acbe 0%, #3a5e70 100%);
}
#top-menu li:hover {
  background: #696969 -moz-linear-gradient(center bottom, #696969 28%, #d3d3d3 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d3d3, endColorstr=#696969);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d3d3, endColorstr=#696969)";
  background: -webkit-gradient(linear, center bottom, center top, from(#696969), to(#d3d3d3));
}
.loading-indicator {
  width: 40px;
  height: 9px;
  display: none;
}
.breadcrumb {
  margin-top: 5px;
  margin-left: 20px;
}
.breadcrumb a {
  color: #70b2d6;
}
#sub-navigation li {
  border: none;
}
#sub-navigation li ul li {
  margin: 2px 0 2px 10px;
}
#sub-navigation a {
  color: #676767;
  display: block;
  font-size: 12px;
  width: 150px;
}
#sub-navigation a.active {
  color: #70b2d6;
  font-weight: bold;
}
#sub-navigation a:hover {
  color: #70b2d6;
}
.criterias_container {
  padding-left: 20px;
}
.criteria_container {
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  width: 160px;
  float: left;
}
.personalized-accessories-list h4 {
  padding-left: 15px;
}
.personalized-accessories-list .accessory-filter label {
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
}
.personalized-accessories-list .accessory-filter:nth-of-type(even) {
  clear: left;
  float: left;
  margin: -17px 190px;
  position: absolute;
}
.linked-list a {
  color: #666666;
}
.linked-list a:hover {
  color: #71b2d2;
  cursor: pointer;
  text-decoration: underline;
}
.linked-list li {
  padding-bottom: 10px;
}
.linked-list li:last-child {
  padding-bottom: 0;
}
.menu-selection {
  width: 530px;
}
.menu-selection .packages {
  width: 200px;
  padding-left: 10px;
  border-right: 1px solid #dedede;
  float: left;
}
.menu-selection .packages label {
  display: inline-block;
  width: 150px;
}
.menu-selection .features {
  float: left;
  width: 255px;
  padding-left: 20px;
  border-left: 1px solid #dedede;
  margin-left: -1px;
}
.menu-selection .features li.transition {
  background-color: #d4f0ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
}
.menu-selection li {
  margin-left: 15px;
  padding-left: 5px;
  line-height: 20px;
}
.menu-selection .features li {
  margin-left: 15px;
  margin-bottom: 1px;
  padding: 1px 0 1px 5px;
  line-height: 20px;
  border: 1px solid #fff;
}
.menu-selection .a-la-carte {
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu-selection input[type=checkbox],
.menu-selection input[type=radio] {
  margin: 0px;
  vertical-align: middle;
}
.menu-selection label {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 5px;
}
.menu-selection h4 {
  text-transform: uppercase;
}
.menu-selection .group-list ul {
  display: inline-block;
  vertical-align: middle;
}
.menu-selection .group-list input {
  margin: 0;
  vertical-align: middle;
}
.menu-selection .group-list label {
  margin-left: 0;
  padding-right: 5px;
}
.menu-selection .group-list span {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.menu-selection .group-list > li {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #dedede;
}
.menu-selection .option-list li {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 5px;
  line-height: 25px;
}
#left-container .content td {
  padding-bottom: 5px;
  width: 75px;
}
#left-container .content img {
  margin-top: -7px;
  margin-left: -20px;
  margin-bottom: 10px;
}
.black-header {
  color: #fff;
  font-size: 12px;
  height: 20px;
}
.black-header a {
  color: #fff;
  font-size: 12px;
  position: absolute;
}
.black-header .left {
  background: url("/Graphics/Sprites/bg_sprites.png") no-repeat scroll 0 -336px transparent;
  float: left;
  height: 23px;
  width: 20px;
}
.black-header .content {
  background: url("/Graphics/Sprites/bg_sprites.png") repeat scroll 0 -368px transparent;
  float: left;
  height: 18px;
  padding: 5px 0 0;
  width: 175px;
}
.black-header .right {
  background: url("/Graphics/Sprites/bg_sprites.png") repeat scroll 0 -400px transparent;
  width: 20px;
  height: 23px;
  float: right;
}
.black-header .arrow {
  background: url("/Graphics/Sprites/sprite_icons.png") no-repeat scroll 0 -23px transparent;
  margin-right: 5px;
  margin-top: 6px;
  float: right;
  height: 14px;
  width: 16px;
}
.black-header .basket {
  background: url("/Graphics/Sprites/sprite_icons.png");
  background-position: -26px -45px;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 0px;
  float: right;
  height: 15px;
  width: 30px;
  padding-top: 2px;
}
.blue-header {
  color: #fff;
  font-size: 12px;
  height: 20px;
}
.blue-header a {
  color: #fff;
  font-size: 12px;
  position: absolute;
}
.blue-header .left {
  background: url("https://eshop.widex.pro/Graphics/Sprites/bg_sprites.png") no-repeat scroll 0 -240px transparent;
  float: left;
  height: 23px;
  width: 20px;
}
.blue-header .content {
  background: url("https://eshop.widex.pro/Graphics/Sprites/bg_sprites.png") repeat scroll 0 -272px transparent;
  float: left;
  height: 18px;
  padding: 5px 0 0;
  width: 175px;
}
.blue-header .right {
  background: url("https://eshop.widex.pro/Graphics/Sprites/bg_sprites.png") repeat scroll 0 -304px transparent;
  width: 20px;
  height: 23px;
  float: right;
}
a.button {
  border: 0px solid #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  background-color: #6A6A6A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a), to(#1d1d1d));
  background-image: -webkit-linear-gradient(top, #6a6a6a, #1d1d1d);
  background-image: -moz-linear-gradient(top, #6a6a6a, #1d1d1d);
  background-image: -ms-linear-gradient(top, #6a6a6a, #1d1d1d);
  background-image: -o-linear-gradient(top, #6a6a6a, #1d1d1d);
  background-image: linear-gradient(to bottom, #6a6a6a, #1d1d1d);
  -pie-background: linear-gradient(#6a6a6a, #1d1d1d);
  behavior: url(/Scripts/Library/pie/PIE.htc);
}
a.button.blue,
a.button:hover {
  background: #88ACBE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#88acbe), to(#3b5f71));
  background-image: -webkit-linear-gradient(top, #88acbe, #3b5f71);
  background-image: -moz-linear-gradient(top, #88acbe, #3b5f71);
  background-image: -ms-linear-gradient(top, #88acbe, #3b5f71);
  background-image: -o-linear-gradient(top, #88acbe, #3b5f71);
  background-image: linear-gradient(to bottom, #88acbe, #3b5f71);
  -pie-background: linear-gradient(#88acbe, #3b5f71);
}
a.button.well {
  margin: 20px 0;
}
a.button.wide {
  width: 200px;
  text-align: center;
}
.square-color-box {
  background: none;
  float: left;
  margin: 3px;
  cursor: pointer;
}
.square-color-box span.active {
  height: 25px;
  margin-top: -5px;
}
.square-color-box span {
  -moz-box-shadow: 0 0 5px 0 #b8b8b8;
  -webkit-box-shadow: 0 0 5px 0 #b8b8b8;
  box-shadow: 0 0 5px 0 #b8b8b8;
  width: 15px;
  height: 15px;
  display: block;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.square-color-box:hover span {
  height: 25px;
  margin-top: -5px;
}
.row.colors {
  margin: 10px 0;
}
.list-price-title,
.color-title {
  text-align: center;
  color: #676767;
  text-transform: uppercase;
  font-weight: bolder;
  margin-left: 20px;
}
.list-price-name,
.color-name,
.grid-color-name {
  text-align: center;
  color: #676767;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
}
.shipping-form {
  padding-right: 20px;
  font-size: 12px;
  height: auto;
}
.shipping-form label,
.shipping-form .row span.label {
  font-size: 12px;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-right: 4px;
  display: block;
  width: 110px;
  height: auto;
  float: left;
}
.shipping-form .row {
  width: 335px;
  float: left;
}
.shipping-form .row.dispenser-name {
  height: 34px;
}
.shipping-form .row span.validator {
  display: none;
}
.shipping-form .row select {
  width: 190px;
  height: 20px;
}
.shipping-form .row span {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 185px;
  height: 20px;
  float: left;
}
.shipping-form .row input {
  width: 185px;
  height: 20px;
  padding-left: 5px;
}
.comments-container {
  padding-top: 20px;
  height: 150px;
  width: 710px;
}
.comments-container textarea {
  width: 518px;
  height: 100px;
  padding-left: 5px;
}
.row input {
  margin: 5px 0;
  width: 180px;
  height: 20px;
  border: 1px solid #e0e0e0;
  color: #666666;
}
.row input.long {
  width: 300px;
}
.row label strong {
  padding-left: 10px;
}
select,
textarea {
  margin: 5px 0;
  width: 180px;
  border: 1px solid #e0e0e0;
  color: #666666;
}
select.long,
textarea.long {
  width: 300px;
}
#product-amount input {
  width: 90px;
  border: 1px solid #e0e0e0;
}
input.numeric-only.product-amount {
  border: 1px solid #e0e0e0;
}
#product-navigation {
  padding-left: 0;
}
#product-navigation #product-amount {
  width: 90px;
  text-align: right;
  vertical-align: middle;
}
#product-navigation #add-to-basket {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  line-height: 14px;
  vertical-align: middle;
}
.back-to-overview {
  margin-top: 10px;
  margin-bottom: 10px;
}
.related-item {
  margin-right: 16px;
  display: inline-block;
  margin-bottom: 10px;
  width: 106px;
  padding: 5px 0;
}
.related-item div.name {
  color: #676767;
  font-size: 12px;
  margin-top: 3px;
  display: block;
  padding: 0 5px;
}
.related-item.last {
  margin-right: 0;
  margin-bottom: 20px;
}
.related-item .image-container {
  height: 104px;
  width: 104px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
  -moz-box-shadow: 0px 0px 5px 1px #E3E3E3;
  -webkit-box-shadow: 0px 0px 5px 1px #E3E3E3;
  box-shadow: 0px 0px 5px 1px #E3E3E3;
}
.related-item .image-container img {
  display: block;
  margin: auto;
}
input.checkbox {
  width: 15px;
  height: 13px;
  border: none;
}
#product-page-header {
  padding-top: 0;
  padding-bottom: 0;
}
.product-list-content .well {
  text-align: right;
}
.product-list-content .match-status {
  padding-bottom: 15px;
}
.product-list-content .split-dashed {
  margin: 25px 0;
}
.legacy {
  display: inline-block;
  border: 1px solid #fff;
  padding-top: 5px;
  float: right;
  clear: both;
}
.stock-order-search .text-search {
  margin-bottom: 10px;
}
.stock-order-search .state-block {
  line-height: 100px;
  text-align: center;
}
.stock-order-search .categories input {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.stock-order-search .categories span {
  vertical-align: middle;
}
.stock-order-search label {
  font-size: 14px;
}
.stock-order-search .split-dashed {
  margin: 10px 0;
}
.stock-order-search table.stripes td {
  padding: 10px 10px;
  cursor: pointer;
}
.stock-order-search table.stripes .image-column {
  width: 60px;
}
.stock-order-search table.stripes .options-column {
  width: 100px;
  text-align: center;
}
.stock-order-search table.stripes .options-column a.details {
  display: block;
  margin-bottom: 10px;
}
.stock-order-search .categoryContainer {
  display: inline-block;
  width: 220px;
  border: 1px solid #fff;
  padding: 3px;
  vertical-align: top;
}
.stock-order-search .category {
  display: inline-block;
  width: 220px;
  border: 1px solid #fff;
  padding: 3px;
}
.stock-order-search .category:hover {
  background-color: #d4f0ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
}
.border2px {
  border: 2px solid #e1e1e1;
  margin-bottom: 15px;
}
.odd {
  background-color: #f6f6f6 !important;
}
.even {
  background-color: #ffffff !important;
}
#scripts {
  display: none;
}
#basic-modal-content,
#no-items-in-basket-modal-content {
  display: none;
}
.order-confirmation-labels {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 12px;
}
.order-confirmation-labels label {
  float: left;
  width: 110px;
  margin-right: 1em;
}
.order-confirmation-labels ol {
  padding-top: 0.25em;
}
.order-confirmation-labels li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
}
#comment-align li:nth-child(2n) {
  left: 335px;
  margin-bottom: -31px;
  position: relative;
  margin-top: -25px;
}
.order-list-labels {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.order-list-labels ol {
  padding: 1em 0 0 0;
  list-style: none;
}
.order-list-labels li {
  padding-bottom: 0.2em;
  float: left;
  clear: left;
  width: 100%;
  display: block;
}
.order-list-labels label {
  float: left;
  width: 110px;
  font-size: 12px;
}
.accessories-table td.quantity {
  text-align: center;
}
.accessories-table td.quantity input {
  width: 80px;
  text-align: center;
}
.accessories-table td.quantity .button {
  margin: 5px 0 0 0;
}
.accept-button {
  margin-top: -2px;
  margin-bottom: 0;
  padding-left: 5px;
}
#comment-confirmation {
  padding-bottom: 15px;
  padding-left: 10px;
  width: 480px;
}
#comment-confirmation label {
  float: left;
}
#comment-confirmation strong {
  float: left;
  font-size: 12px;
  padding-bottom: 15px;
  padding-left: 140px;
  position: relative;
  top: -12px;
  width: 480px;
}
#simplemodal-container {
  width: auto;
  height: auto;
  color: #676767;
  background-color: #fff;
  border: 4px solid #444;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: table;
}
#simplemodal-container .simplemodal-data {
  padding: 8px;
}
#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}
#simplemodal-container h4 {
  color: #84b8d9;
}
#simplemodal-overlay {
  background-color: #000;
}
.simplemodal-wrap {
  overflow: hidden;
}
#comments {
  margin-bottom: 4px;
  margin-top: 4px;
}
#comments strong {
  padding-bottom: 15px;
  padding-left: 122px;
  font-size: 12px;
  width: 480px;
  position: relative;
  top: -12px;
  float: left;
}
#no-items-in-basket-modal-content {
  height: auto;
  width: auto;
}
a.modalCloseImg {
  background: url(/Graphics/x.png) no-repeat;
  /* adjust url as required */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}
.loading {
  background: url(/Graphics/ajax-loader.gif);
  width: 128px;
  height: 15px;
  margin-top: 20px;
}
#footer-links {
  text-align: center;
  margin: 10px 0;
}
#footer-links a {
  color: #676767;
}
div.error {
  color: #f00;
}
div.success {
  color: #090;
}
div.result {
  font-size: 14px;
  margin-top: 15px;
}
label.error {
  color: red;
  margin-left: 5px;
}
input.error {
  border: 1px solid red;
}
select.error {
  border: 1px solid red;
}
#search-result hr {
  height: 1px;
  color: #ccc;
}
.search-result-title {
  font-size: 14px;
  color: #949494;
  display: block;
  padding: 2px 0;
}
.search-result-title:hover {
  text-decoration: underline;
}
.search-result-summary {
  color: #949494;
  display: block;
  padding-bottom: 5px;
}
.search-result-summary:hover {
  text-decoration: underline;
}
table.orderlist {
  width: 100%;
}
table.orderlist td {
  line-height: 20px;
}
table.orderlist th {
  line-height: 20px;
  text-align: left;
}
.basket-input-quantity {
  border: 1px solid lightgray;
  font-size: 10px;
  text-align: center;
  width: 40px;
  margin: 5px 10px;
  height: 12px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 0 5px 1px #E3E3E3;
  -moz-box-shadow: 0 0 5px 1px #E3E3E3;
  box-shadow: 0 0 5px 1px #E3E3E3;
}
.variant-selection.stock .hearing-aid-image {
  padding: 30px 0 5px 0;
  height: 90px;
  width: 90px;
  position: relative;
  vertical-align: top;
}
.variant-selection.stock .checkmark {
  width: 16px;
  height: 16px;
  background-image: url(/Graphics/Sprites/sprite_icons.png);
  background-position: -77px -49px;
  display: inline-block;
}
.variant-selection.stock .variants td,
.variant-selection.stock .variants th {
  text-align: center;
}
#content1 {
  margin-top: -20px;
  text-align: left;
  padding-right: 70px;
}
#content2 {
  margin-top: 40px;
  margin-bottom: 70px;
  padding-right: 70px;
}
#content1 strong,
#content2 strong {
  color: #7f7f7f;
  padding-bottom: 30px;
}
.login-form label {
  width: 60px;
  display: inline-block;
}
.login-form .forgot-password {
  display: inline-block;
}
.change-password-form label {
  text-align: right;
  width: 130px;
  padding-right: 10px;
  display: inline-block;
}
.password-changed {
  color: #51A351;
  margin: 5px 10px 15px 10px;
  font-size: 14px;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-fields {
  margin-bottom: 15px;
}
.custom-fields label {
  display: inline-block;
  width: 75px;
}
.custom-fields input,
.custom-fields select {
  width: 150px;
}
#product-navigation {
  padding-top: 5px;
}
.search-results {
  margin-top: 15px;
}
.search-results .search-result {
  border-bottom: 1px solid #ddd;
  position: relative;
  display: block;
}
.search-results .search-result:hover {
  background-color: #ebf4f9;
}
.search-results .search-result .result-image {
  display: inline-block;
}
.search-results .search-result .result-header {
  display: inline-block;
  position: absolute;
  left: 65px;
  top: 5px;
}
.search-results .search-result .result-score {
  float: right;
  color: #ddd;
}
.after-add-dialog {
  width: 250px;
}
.after-add-dialog p {
  margin: 20px 0;
}
div.delivery-date {
  text-align: center;
}
.ui-datepicker-trigger {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #70b2d6;
  text-decoration: none;
  border-style: none;
  font-size: 100%;
}
.deliveryDateSelector {
  text-align: center;
}
.delivery-days {
  padding-top: 12px;
  position: relative;
}
.delivery-days .days {
  position: absolute;
  left: 120px;
}
.personal .delivery-days {
  padding-top: 5px;
  left: 125px;
}
.hint {
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
.documentation #right_container {
  font-size: 14px;
}
.documentation #right_container ol {
  padding: 15px 0 5px 20px;
}
.documentation #right_container ol li {
  list-style: decimal;
  padding-bottom: 10px;
}
.documentation #left-container .text {
  padding: 15px 15px 10px 15px;
  text-align: center;
}
.documentation #left-container .sibling-links {
  padding-top: 10px;
  padding-bottom: 10px;
}
.documentation #left-container .active .sibling-link {
  color: #fff;
  background-color: #70b2d6;
}
.documentation #left-container .active .sibling-link:hover {
  background-color: #70b2d6;
  text-decoration: none;
}
.documentation #left-container .sibling-link {
  font-size: 14px;
  color: #666;
  display: block;
  padding: 5px 10px 5px 10px;
}
.documentation #left-container .sibling-link:hover {
  background-color: #d3d3d3;
  cursor: pointer;
}
.documentation .button {
  font-size: 11px;
  margin: 0;
}
.documentation .next {
  float: right;
}
.documentation .previous,
.documentation .overview {
  float: left;
  margin-right: 5px;
}
.search-container {
  padding: 10px 0;
}
.search-container .search-field {
  padding-right: 5px;
  float: left;
}
.search-container .search-field label {
  display: block;
  font-weight: bold;
}
.search-container .search-field .datepicker {
  width: 100px;
}
.search-container .search-field select {
  margin: 0;
}
.no-orders {
  margin: 10px 0 30px 15px;
  font-weight: bold;
}
.page-controls {
  margin: 10px;
  /*margin-bottom: 10px;*/
}
.print-order-details {
  float: right;
}
.print-order-details div {
  width: 22px;
  height: 22px;
  background-image: url(/Graphics/Sprites/sprite_icons.png);
  background-position: -20px 0px;
}
.alertify-log-success {
  background: #70b2d6 !important;
}
.line-image {
  position: relative;
}
.line-image .personal-left,
.line-image .personal-right {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: -8px;
  left: -8px;
}
.line-image .personal-left.personal-left,
.line-image .personal-right.personal-left {
  background-image: url(/Graphics/backgrounds/Personalized/left_icon.png);
}
.line-image .personal-left.personal-right,
.line-image .personal-right.personal-right {
  background-image: url(/Graphics/backgrounds/Personalized/right_icon.png);
}
.hidden {
  display: none;
}
.prevNext a {
  font-weight: bold;
  font-size: 14px;
}
.nextcontrol {
  float: right;
}
#quickbuy-error {
  padding-top: 5px;
  padding-left: 10px;
}
.quickbuy-dropdown {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 192px;
  border: 1px solid lightgray;
  box-shadow: 0 0 5px 1px #E3E3E3;
}
.quickbuy-sub-link {
  margin-left: 8px !important;
  margin-right: 20px !important;
  line-height: 12px !important;
}
.quick-buy-subsection {
  margin-left: 5px;
}
.quick-buy-subsection a {
  margin-left: 8px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.quick-buy-content-grey {
  height: 40px;
}
#quick-buy-content-img {
  margin-left: 13px;
  margin-bottom: 5px;
  vertical-align: middle !important;
}
.quick-buy-content-link {
  margin-left: 22px;
  line-height: 40px;
}
.textbox-readonly {
  background-color: #ECECEC;
  border: solid 1px #7F9DB9;
  color: #CCCCCC;
}
span.listprice {
  font-weight: lighter;
  display: block;
  text-transform: none;
  text-align: left;
  margin-left: 0;
  margin-bottom: 8px;
}
.distributorColorlabel {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  border: solid 1px black;
  width: 16px;
  height: 16px;
  float: left;
  vertical-align: central;
}
.colorlabel {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  border: solid 1px black;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.dispenserColorlabel {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  border: solid 1px black;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 10px;
}
.dispenserstatelabel {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.statelabel {
  float: left;
  margin-right: 10px;
  margin-top: 13px;
}
.orderlist-dropdown {
  float: right;
}
.hasNotifications {
  background-image: url('../Graphics/icons_letter.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 20px;
}
.hasNoNotifications {
  background-image: url('../Graphics/icons_add.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 20px;
}
tr:hover .hasNotifications {
  background-image: url('../Graphics/icons_letter_white.png');
}
tr:hover .hasNoNotifications {
  background-image: url('../Graphics/icons_add_white.png');
}
#notifications-modal {
  display: none;
  width: 550px;
}
#notifications-modal > h3:before {
  content: url('../Graphics/icons_letter.png');
  margin-right: 10px;
}
.notification-item {
  margin: 20px;
  border: inset;
  border-width: 1px;
  min-height: 40px;
}
.notification-item > pre {
  border: none;
  margin-bottom: 0;
  background-color: white;
}
.notification-item-date {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  /*border: 2px solid #a1a1a1;*/
  background-color: #70b2d6;
  color: white;
  border-radius: 25px;
  margin: 5px;
  width: 75px;
  text-align: center;
}
#notification-messageArea {
  width: 530px;
}
#messages-container {
  width: 530px;
  height: 300px;
  overflow-y: scroll;
  border-color: #CCCCCC;
  border-width: 1px;
  border-bottom-style: dashed;
}
.orderstate-filter-dropdown {
  height: 21px;
}
