/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}
b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}
ol,
ul {
  list-style: none;
}
li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
/*
sprite images
background left top - odleglosc z oryginalnego sprite'a podzielona przez wielokrotnosc rozmiaru obrazka
background size - stosunek szerokosci obrazka do szerokosci obiektu w spricie w procentach
*/
* {
  font-family: Arial;
}
a {
  color: #333333;
  text-decoration: none;
  outline: 0;
}
a img {
  display: block;
  border: none;
}
a:hover,
a.active {
  text-decoration: underline;
  color: #d40511;
}
li.shown {
  display: list-item;
}
li.hidden {
  display: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}
hr {
  border: none;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  margin: 20px 0px;
}
h1 {
  color: #333333;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
}
h2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
h3 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
}
h4 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
h5 {
  color: #d40511;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.divide {
  height: 1px;
  width: 100%;
  background: #e4e4e2;
}
body {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  background: #f7f8f6;
  color: #333333;
}
.main_container {
  background: transparent url("/images/dhlitnow/background-y.png") center top repeat-y;
  width: 1010px;
  margin: 0 auto;
}
.dpdhl {
  background: transparent url('/images/dhlitnow/spritelong.png') 0px -14px no-repeat;
  height: 29px;
  width: 990px;
  background-color: #ffcd00;
}
.bigbox_info {
  margin-bottom: 30px;
}
.bigbox_inline p {
  display: inline;
}
.customsInfoExample {
  display: inline;
}
.hint {
  cursor: pointer;
  display: block;
  background: transparent url('/images/dhlitnow/sprite.png') -95px 0px no-repeat;
  height: 20px;
  width: 20px;
  margin: 6px 0px 0px 11px;
  z-index: 90;
}
.hint_container {
  float: left;
  position: relative;
}
.hint_container.nomargin .hint {
  margin-top: 0px;
}
.hint_container.nomargin .hint_content {
  top: -11px;
}
#row_Shipment_doc .hint_container.desktop {
  margin: 10px 10px 0 0;
  margin-top: 10px;
}
.hint_container.desktop.confirmation_hint {
  margin-top: -8px;
}
#row_Shipment_sender_location_countryCode .hint_container,
#row_Profile_location_countryCode .hint_container {
  margin-left: 5px;
}
.hint_content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e8e8e4;
  background: #f9f9f9;
  -webkit-box-shadow: -1px 1px 8px 0px rgba(197, 198, 198, 0.75);
  -moz-box-shadow: -1px 1px 8px 0px rgba(197, 198, 198, 0.75);
  box-shadow: -1px 1px 8px 0px rgba(197, 198, 198, 0.75);
  position: absolute;
  top: -5px;
  left: 0px;
  width: 180px;
  padding: 10px 10px 15px 10px;
  display: none;
  z-index: 100;
}
.hint_content .hint {
  margin: 0px 10px 0px 0px;
  float: left;
}
.hint_content .cnt {
  width: 150px;
  float: left;
  margin-top: 3px;
}
.hint_content .title {
  font-weight: bold;
}
.hint_content .txt {
  font-weight: normal;
}
.header {
  height: 95px;
  background: #ffcd00 url('/images/dhlitnow/spriteX.png') 0px 0px repeat-x;
  height: 103px;
}
.header .logo {
  margin-top: 19px;
  margin-left: 40px;
  float: left;
  width: 150px;
}
.header .right_side_header {
  width: 800px;
  float: left;
}
.header .right_side_header > ul {
  float: right;
  margin-right: 40px;
}
.header .right_side_header > ul > li {
  float: left;
  margin-left: 10px;
  background: transparent url('/images/dhlitnow/spriteX.png') 0px -105px repeat-x;
  height: 29px;
}
.header .right_side_header > ul > li > a {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  display: block;
  padding: 9px 11px 5px 7px;
  background: transparent url('/images/dhlitnow/mright.png') center right no-repeat;
  height: 15px;
}
.header .right_side_header > ul > li > a:hover,
.header .right_side_header > ul > li > a.active {
  text-decoration: underline;
  color: #d40511;
}
.header .right_side_header > ul > li.sign a:hover,
.header .right_side_header > ul > li.mydhlitnow a:hover {
  text-decoration: none;
  color: #333333;
}
.header .right_side_header > ul > li.sign a.active,
.header .right_side_header > ul > li.mydhlitnow a.active {
  text-decoration: underline;
  color: #d40511;
}
.header .right_side_header > ul > li.sign a span,
.header .right_side_header > ul > li.mydhlitnow a span {
  background: transparent url('/images/dhlitnow/sprite.png') -75px 0px no-repeat;
  height: 17px;
  width: 15px;
  display: block;
  float: left;
  margin-right: 2px;
  margin-top: 1px;
}
.header .right_side_header > ul > li.register a span {
  background: transparent url('/images/dhlitnow/sprite.png') -56px 0px no-repeat;
  height: 17px;
  width: 16px;
  display: block;
  float: left;
  margin-right: 2px;
}
.header .right_side_header > ul > li.faq a span {
  background: transparent url('/images/dhlitnow/sprite.png') -38px 0px no-repeat;
  height: 17px;
  width: 15px;
  display: block;
  float: left;
  margin-right: 2px;
  margin-top: 1px;
}
.header .right_side_header > ul > li.contact a span {
  background: transparent url('/images/dhlitnow/sprite.png') -16px 0px no-repeat;
  height: 17px;
  width: 18px;
  display: block;
  float: left;
  margin-right: 2px;
}
.header .right_side_header .submenu {
  position: absolute;
}
.submenu {
  z-index: 500;
  position: absolute;
  -webkit-box-shadow: 4px 4px 5px 0px #adadad;
  -moz-box-shadow: 4px 4px 5px 0px #adadad;
  box-shadow: 4px 4px 5px 0px #adadad;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f9f9f9;
  border: 1px solid #e4e4e2;
  width: 285px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.submenu li {
  border-top: 1px solid #e4e4e2;
  padding: 15px;
  cursor: pointer;
}
.submenu li:first-child {
  border-top: none;
}
.submenu li a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  background: transparent url("/images/dhlitnow/arrow-right.png") no-repeat 0px 4px;
  padding-left: 10px;
}
.submenu li a:hover {
  text-decoration: none;
  color: #333333;
}
.submenu li a span {
  background: none !important;
  margin-left: 10px !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  margin-left: auto !important;
  font-weight: bold;
}
.submenu li span {
  margin-left: 10px !important;
  margin-top: 2px !important;
  display: block !important;
  float: none !important;
  font-weight: normal;
}
.submenu.persist {
  z-index: 1;
}
.inline_menu {
  position: relative;
  float: right;
}
.inline_menu .submenu {
  right: -185px;
  top: 28px;
}
.body_footer {
  background: transparent url('/images/dhlitnow/spritelong.png') 0px 0px no-repeat;
  height: 12px;
  width: 1010px;
  margin: 0 auto;
}
.footer {
  width: 990px;
  margin: 10px auto;
  font-size: 11px;
  font-weight: bold;
}
.footer .footer_bottom .intro {
  float: left;
}
.footer .footer_bottom .footer_menu {
  float: left;
}
.footer .footer_bottom .footer_menu ul li {
  float: left;
  padding-left: 3px;
}
.footer .footer_left {
  float: left;
}
.footer .footer_right {
  float: right;
}
.secure .ico {
  background: transparent url('/images/dhlitnow/sprite.png') -145px -4px no-repeat;
  height: 22px;
  width: 18px;
  margin-right: 7px;
  float: left;
}
.secure .txt {
  font-size: 15px;
  font-weight: normal;
  float: left;
  margin-top: 4px;
}
.container {
  width: 990px;
  margin: 0 auto;
}
.container .content_container {
  padding: 20px 40px 40px 40px;
  background: #fff;
}
.container .content_container .content_left {
  width: 690px;
  float: left;
}
.container .content_container .content_left.content_full {
  width: 910px;
}
.container .content_container .content_left.content_full .content {
  width: 900px;
}
.container .content_container .content_left .content {
  width: 680px;
  margin-right: 10px;
  margin-top: 14px;
}
.container .content_container .content_left .content h1 {
  margin-left: 3px;
  display: block;
  float: left;
}
.container .content_container .content_left .content span.additional_buttons_title {
  font-size: 12px;
  margin-top: 12px;
  display: block;
  float: right;
  font-weight: bold;
}
.container .content_container .content_left .content span.additional_buttons_title a {
  text-decoration: underline;
  font-weight: bold;
}
.container .content_container .content_left .menu_steps {
  margin-top: 14px;
  width: 680px;
  float: left;
  overflow: visible;
}
.container .content_container .content_left .menu_steps ul {
  width: 680px;
  float: left;
  overflow: visible;
}
.container .content_container .content_left .menu_steps ul li {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -33px no-repeat;
  height: 50px;
  width: 135px;
  float: left;
  position: relative;
  margin-left: -23px;
}
.container .content_container .content_left .menu_steps ul li a,
.container .content_container .content_left .menu_steps ul li span {
  display: block;
  font-size: 13px;
  color: #707070;
  font-weight: bold;
  height: 34px;
  padding-top: 16px;
  padding-left: 43px;
  text-shadow: 0px 1px 0px #ffffff;
  text-decoration: none;
}
.container .content_container .content_left .menu_steps ul li a:hover,
.container .content_container .content_left .menu_steps ul li span:hover {
  text-decoration: none;
}
.container .content_container .content_left .menu_steps ul li.first {
  margin-left: 0px;
  background: transparent url('/images/dhlitnow/sprite.png') 0px -199px no-repeat;
  height: 50px;
  width: 129px;
}
.container .content_container .content_left .menu_steps ul li.first a,
.container .content_container .content_left .menu_steps ul li.first span {
  padding-left: 20px;
}
.container .content_container .content_left .menu_steps ul li.first.active {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -259px no-repeat;
  height: 50px;
  width: 129px;
}
.container .content_container .content_left .menu_steps ul li.last {
  margin-left: -25px;
  transform: translateX(1px);
  background: transparent url('/images/dhlitnow/sprite.png') 0px -142px no-repeat;
  height: 50px;
  width: 127px;
}
.container .content_container .content_left .menu_steps ul li.last a,
.container .content_container .content_left .menu_steps ul li.last span {
  padding-left: 32px;
}
.container .content_container .content_left .menu_steps ul li.last.active {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -316px no-repeat;
  height: 50px;
  width: 123px;
}
.container .content_container .content_left .menu_steps ul li.active {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -88px no-repeat;
  height: 50px;
  width: 135px;
}
.container .content_container .content_left .menu_steps ul li.active a,
.container .content_container .content_left .menu_steps ul li.active span {
  color: #555555;
}
.container .content_container .content_left .menu_steps ul li.step1 {
  z-index: 10;
}
.container .content_container .content_left .menu_steps ul li.step2 {
  z-index: 9;
}
.container .content_container .content_left .menu_steps ul li.step3 {
  z-index: 8;
}
.container .content_container .content_left .menu_steps ul li.step4 {
  z-index: 7;
}
.container .content_container .content_left .menu_steps ul li.step5 {
  z-index: 6;
}
.container .content_container .content_left .menu_steps.steps3 ul li {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -901px no-repeat;
  height: 50px;
  width: 252px;
}
.container .content_container .content_left .menu_steps.steps3 ul li a,
.container .content_container .content_left .menu_steps.steps3 ul li span {
  padding-left: 88px;
}
.container .content_container .content_left .menu_steps.steps3 ul li.first {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -844px no-repeat;
  height: 50px;
  width: 230px;
}
.container .content_container .content_left .menu_steps.steps3 ul li.first.active {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -789px no-repeat;
  height: 50px;
  width: 230px;
}
.container .content_container .content_left .menu_steps.steps3 ul li.first a,
.container .content_container .content_left .menu_steps.steps3 ul li.first span {
  padding-left: 70px;
}
.container .content_container .content_left .menu_steps.steps3 ul li.last {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -1017px no-repeat;
  height: 50px;
  width: 245px;
}
.container .content_container .content_left .menu_steps.steps3 ul li.last.active {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -1074px no-repeat;
  height: 50px;
  width: 245px;
}
.container .content_container .content_left .menu_steps.steps3 ul li.active {
  background: transparent url('/images/dhlitnow/sprite.png') 0px -958px no-repeat;
  height: 50px;
  width: 252px;
}
.container .content_container .bigbox {
  border: 1px solid #e4e4e2;
}
.container .content_container .bigbox .bigbox_container .bigbox_title {
  background: #f4f4f3;
  height: 35px;
  padding: 13px 0px 0px 20px;
  color: #333333;
}
.container .content_container .bigbox .bigbox_container .bigbox_content {
  padding: 20px;
  background: #fff;
}
.container .content_container .bigbox_error {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d40511;
  padding: 20px;
  margin-top: 20px;
}
.container .content_container .bigbox_error .bigbox_error_left {
  background: transparent url('/images/dhlitnow/sprite.png') -431px -5px no-repeat;
  height: 49px;
  width: 46px;
  float: left;
}
.container .content_container .bigbox_error .bigbox_error_right {
  float: left;
  margin-left: 20px;
}
.container .content_container .bigbox_error .bigbox_error_right .bigbox_error_positions {
  margin-top: 20px;
}
.container .content_container .bigbox_error .bigbox_error_right .bigbox_error_positions ul {
  margin-left: 14px;
}
.container .content_container .bigbox_error .bigbox_error_right .bigbox_error_positions ul li {
  list-style: disc;
  color: #d40511;
}
.container .content_container .bigbox_error .bigbox_error_right .bigbox_error_positions ul li a {
  color: #d40511;
  text-decoration: underline;
}
.container .content_container .mt35 {
  margin-top: 35px !important;
}
.container .content_container .content_right {
  margin-left: 10px;
  width: 210px;
  float: left;
}
.container .content_container .content_right .box {
  -webkit-box-shadow: -1px 1px 8px 0px rgba(197, 198, 198, 0.75);
  -moz-box-shadow: -1px 1px 8px 0px rgba(197, 198, 198, 0.75);
  box-shadow: -1px 1px 8px 0px rgba(197, 198, 198, 0.75);
  border: 1px solid #e8e8e4;
  background: #f9f9f9;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.container .content_container .content_right .box table {
  width: 100%;
  font-size: 12px;
  vertical-align: middle;
}
.container .content_container .content_right .box table:first-child {
  margin: 0px 0px 20px 0px;
}
.container .content_container .content_right .box table td {
  padding-bottom: 20px;
  vertical-align: middle;
}
.container .content_container .content_right .box table tr:last-child td {
  padding-bottom: 0px;
}
.container .content_container .content_right .box hr {
  border: none;
  border-bottom: 1px solid #c9c9c9;
  height: 1px;
  background: none;
}
.container .content_container .content_right .box p {
  margin: 0px 0px 20px 0px;
  font-size: 12px;
}
.container .content_container .content_right .box p:last-child {
  margin: 0px;
}
.container .content_container .content_right .box a {
  background: transparent url("/images/dhlitnow/arrow-right.png") no-repeat 0px 4px;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
.container .content_container .content_right .box a:hover {
  text-decoration: underline;
}
.container .content_container .content_right .box h4 {
  margin-bottom: 20px;
}
.container .content_container .content_right .box.yellow {
  background: #fed548;
  background: -moz-linear-gradient(top, #fed548 0%, #febb21 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fed548), color-stop(100%, #febb21));
  background: -webkit-linear-gradient(top, #fed548 0%, #febb21 100%);
  background: -o-linear-gradient(top, #fed548 0%, #febb21 100%);
  background: -ms-linear-gradient(top, #fed548 0%, #febb21 100%);
  background: linear-gradient(to bottom, #fed548 0%, #febb21 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed548', endColorstr='#febb21',GradientType=0 );*/
  border: 1px solid #da9a23;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.container .content_container .content_right .box.yellow * {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
.container .content_container .content_right .box.yellow h2 {
  font-size: 14px;
}
.container .content_container .content_center {
  width: 910px;
  float: left;
}
.container .content_container .content_center h1 {
  margin-left: 3px;
}
.container .content_container .content_center .content {
  margin-top: 14px;
}
.column_heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.column_title {
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  color: #333333;
}
.additional_info_box {
  height: 18px;
  padding: 9px 0px 8px 0px;
}
.additional_info_box.autoheight {
  height: auto;
}
.errorMessage {
  color: #d40511;
}
.errorMessage a {
  color: #d40511;
}
form#register-form .arrow {
  text-decoration: none;
}
form#register-form .arrow:hover {
  text-decoration: underline;
}
form#register-form label {
  width: 145px;
}
form#register-form label.nowidth,
form#signin-form label.nowidth {
  width: auto;
  text-align: left;
}
form#register-form label.ml150 {
  margin-left: 150px;
}
form#register-form label.ml155 {
  margin-left: 155px;
}
form#signin-form label.ml110{
  margin-left: 110px;
}
form#register-form .errorMessage {
  margin-left: 155px;
}
form#register-form .row.checkbox .errorMessage {
  margin-left: 0px;
}
form .row {
  margin-bottom: 15px;
}
form .row label {
  color: #000;
  width: 160px;
  margin: 6px 10px 0px 0px;
  display: block;
  float: left;
  text-align: right;
}
form .row label.medium {
  width: 145px;
}
form .row label.nomargin {
  margin-top: 0px;
}
form .row label.nowidth {
  width: auto;
}
form .row label a {
  color: #000;
  text-decoration: underline;
}
form .row label a:hover {
  color: #d40511;
}
form .row label.oposite {
  margin: 6px 0px 0px 10px;
  text-align: left;
}
form .row label.autoWidth {
  width: auto !important;
}
form .row label.height2lines {
  margin-top: -6px;
}
form .row label span {
  float: right;
  width: 5px;
  padding: 0px 0px 0px 4px;
  display: block;
  text-align: right;
}
form .row label span.paymentMethodInfo {
  float: left;
  width: auto;
  padding: 0px;
  display: inline;
  text-align: left;
}
form .row span.label {
  color: #000;
  width: 160px;
  margin: 6px 10px 0px 0px;
  display: block;
  float: left;
  text-align: right;
}
form .row .likeinput {
  margin-top: 6px;
  float: left;
}
form .row .textdiv {
  height: 16px;
  padding: 6px 0px 7px 2px;
  float: left;
}
form .row input[type=text],
form .row input[type=password],
form .row input[type=email],
form .row input[type=tel],
form .row input[type=number],
form .row input[type=search] {
  float: left;
  outline: 0px;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13px;
  line-height: 16px;
  height: 16px;
  color: #000000;
  background-color: white;
  padding: 6px 8px 5px 9px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: inset 1px 1px 3px #d4d4d4;
  -moz-box-shadow: inset 1px 1px 3px #d4d4d4;
  -webkit-box-shadow: inset 1px 1px 3px #d4d4d4;
}
form .row input[type=text].unit_input,
form .row input[type=password].unit_input,
form .row input[type=email].unit_input,
form .row input[type=tel].unit_input,
form .row input[type=number].unit_input,
form .row input[type=search].unit_input {
  text-align: center;
  width: 25px;
  color: #333333;
  padding: 6px 0px 5px 0px;
  background-color: #ebebeb;
}
form .row input[type=text].currency_input,
form .row input[type=password].currency_input,
form .row input[type=email].currency_input,
form .row input[type=tel].currency_input,
form .row input[type=number].currency_input,
form .row input[type=search].currency_input {
  text-align: center;
  width: 17px;
  color: #333333;
  padding: 6px 0px 5px 0px;
  border: 0 none;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ebebeb;
}
form .row input[type=text].no-error,
form .row input[type=password].no-error,
form .row input[type=email].no-error,
form .row input[type=tel].no-error,
form .row input[type=number].no-error,
form .row input[type=search].no-error {
  color: inherit;
}
form .row textarea {
  box-shadow: inset 1px 1px 3px #d4d4d4;
  -moz-box-shadow: inset 1px 1px 3px #d4d4d4;
  -webkit-box-shadow: inset 1px 1px 3px #d4d4d4;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding: 7px 10px 5px 10px;
  height: 16px;
  margin: 0px;
  float: left;
  overflow: auto;
}
form .row select {
  float: left;
}
form .row#row_Shipment_collectionTimeFrom label {
  /* Zooming out hack */
  width: 165px;
  margin-left: -5px;
}
form .row .input_state[readonly] {
  color: #acaaaa;
}
form .row .errorMessage {
  margin-left: 170px;
  color: #d40511;
  padding-top: 2px;
}
form .row .errorMessage.nomargin {
  margin: 0;
}
form .row .errorMessage.ml90 {
  margin-left: 90px;
}
form .row .errorMessage.ml110 {
  margin-left: 110px;
}
form .row.ml170 .errorMessage {
  margin-left: 10px;
}
form .row .col label {
  width: auto;
  margin: 0 0 10px 0px;
}
form .row .radio {
  float: left;
}
form .row .radio input[type=radio] {
  float: left;
}
form .row .radio label {
  text-align: left;
  width: auto;
  padding-right: 15px;
  float: left;
}
form .row .radio.long label {
  text-align: left;
  float: left;
  margin-right: 0;
}
form .row .radio.pm_inline {
  position: relative;
}
form .row .radio.pm_inline .payment_icon {
  position: absolute;
  top: -3px;
  right: 0;
  display: block;
  width: auto;
}
form .row .checkbox.long label {
  text-align: left;
  width: auto;
  float: left;
  margin-right: 0;
}
form .row.declarations .checkbox {
  float: left;
  width: 12px;
  margin-right: 10px;
}
form .row.declarations .checkbox.checkbox-big {
  margin-right: 20px;
}
form .row.declarations label {
  width: 604px;
  margin-right: 0px;
  text-align: left;
}
form .row.declarations label a.arrow {
  text-decoration: none;
}
form .row.declarations label a.arrow:hover {
  text-decoration: underline;
}
form .row.declarations label span.required {
  display: inline;
  float: none;
}
form .row.declarations label.spanRequiredNoPadding span {
  padding: 0 !important;
}
form .row.declarations .errorMessage {
  margin-left: 22px;
}
form .row.declarations .errorMessage.checkbox-big-error {
  margin-left: 32px;
}
form .row.borderbox {
  border: 1px solid #e8e8e4;
  padding: 25px 9px;
}
form .row.borderbox label {
  width: 97px;
}
form .row.borderbox label.nocursor {
  cursor: initial !important;
}
form .row.borderbox label.nocursor span {
  cursor: pointer;
}
form .row.borderbox.error {
  border-color: #d40511;
}
form .row.borderbox.error2,
form .row.borderbox.error3 {
  border-color: #d40511 !important;
}
form .row.borderbox.long label {
  width: 400px;
}
form .row.borderbox.long label.nowidth {
  width: auto;
}
form .row.borderbox .removePayment {
  width: 95px;
  font-weight: bold;
}
form .row.borderbox .removePayment a {
  text-decoration: underline;
  float: left;
  width: 60px;
  display: block;
  margin-top: 6px;
}
form .row.captcha img {
  float: left;
}
form .row.captcha img#siimage {
  border: 1px solid #777777;
}
form .row.captcha .refresh {
  float: left;
  margin-left: 5px;
}
form .row.captcha .refresh a {
  text-decoration: underline;
}
form .row.captcha .captcha_loading_image {
  margin-left: 5px;
}
form .row.captcha .audio_div {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
form .row.captcha .audio_div object {
  cursor: pointer;
}
form .row.captcha .refreshCaptcha {
  margin: 0px 2px 0px 5px;
  float: left;
}
form .row.time .readonly {
  display: inline-block;
  padding-top: 6px;
}
form .row.parcel {
  margin-bottom: 10px;
}
.is-tablet form .row input[type=text],
.is-tablet form .row input[type=password],
.is-tablet form .row input[type=email],
.is-tablet form .row input[type=tel],
.is-tablet form .row input[type=number],
.is-tablet form .row input[type=search],
.is-tablet form .row textarea {
  border-bottom-width: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 1px !important;
  border: 1px solid #d4d4d4 !important;
}
#row_Shipment_dhlPromotionCode label {
  width: 100px;
  display: none;
}
#row_Shipment_dhlPromotionCode .errorMessage {
  margin-left: 0;
}
#parcel_sizes .col.parcelsNumber {
  margin-right: 30px;
  padding-left: 72px;
  width: 66px;
}
#parcel_sizes label {
  margin-bottom: 5px;
}
#parcel_sizes .hint_container {
  margin-top: -5px;
}
#parcels {
  margin-top: 18px;
}
#parcels div.col {
  padding-right: 7px;
}
#parcels div.col.last .remove {
  padding-top: 6px;
}
#parcels div.col.last .hint_container_first_row {
  position: relative;
}
#parcels div.col.last .hint_container_first_row .hint_container {
  position: absolute;
  top: 0;
  left: -17px;
}
#parcels div.col a {
  text-decoration: underline;
}
#parcels div.col input {
  text-align: center;
}
#parcels .errorMessage div.col {
  padding-bottom: 0;
}
#parcels label {
  float: left;
  text-align: left;
  display: none;
}
#parcels div.parcel.first label {
  display: block;
}
#parcels thead td {
  height: 46px;
  vertical-align: bottom;
}
#parcels thead td label {
  margin-left: 4px;
}
#parcels thead td.weight {
  width: 106px;
}
#parcels .parcel .subrow .last .hint_container_first_row {
  margin-top: 26px;
}
#parcels .parcel.first .subrow .last .remove {
  margin-top: 33px;
}
#parcels .parcel .subrow .last .remove {
  margin-top: 3px;
  margin-left: 10px;
  text-decoration: underline;
}
#parcels .parcel .subrow .width {
  padding-right: 0px;
}
#parcels .parcel .subrow .width .unit_input {
  margin-right: 0px;
}
#parcels .copy {
  text-decoration: underline;
}
#parcels .parcel {
  margin-bottom: 8px;
}
#parcels .parcel .errorMessage {
  margin-left: 0px;
}
#parcels .parcel .errorMessage .weight {
  width: 85px;
  margin-left: 3px;
  min-height: 1px;
}
#parcels .parcel .errorMessage .dims {
  margin-left: 37px;
}
#parcels .parcel .weight .hint.open {
  margin: 0px 0px 0px 11px;
}
#parcels .parcel .weight .hint_content {
  top: -11px;
  left: 0px;
}
#parcels .parcel .width .hint.open {
  margin: 0px 0px 0px 15px;
}
#parcels .parcel .width .hint_content {
  top: -11px;
  left: 4px;
}
#parcels .parcel.first {
  margin-bottom: 5px;
}
#parcels .parcel.first .hint_container {
  display: block;
}
#parcels .parcel .hint_container {
  display: none;
}
.button .button_left {
  width: 3px;
  height: 32px;
  float: left;
  cursor: pointer;
}
.button .button_center {
  float: left;
  height: 32px;
  cursor: pointer;
}
.button .button_center input[type=submit],
.button .button_center input[type=button],
.button .button_center a,
.button .button_center button {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 21px 7px 22px;
  text-align: center;
  width: 100%;
  height: 32px;
}
.button .button_center input[type=submit].helpmedecide,
.button .button_center input[type=button].helpmedecide,
.button .button_center a.helpmedecide,
.button .button_center button.helpmedecide,
.button .button_center input[type=submit].prohibited,
.button .button_center input[type=button].prohibited,
.button .button_center a.prohibited,
.button .button_center button.prohibited {
  width: 135px;
}
.button .button_center a {
  height: 21px;
  display: block;
  width: auto;
  padding: 6px 17px 5px 17px;
}
.button .button_center a:hover {
  text-decoration: none;
}
.button .button_center a.addressbooksender,
.button .button_center a.addressbookrecipient,
.button .button_center a.addressbookbilling,
.button .button_center a.saveaddresss,
.button .button_center a.saveaddressr {
  width: 153px;
}
.button .button_right {
  width: 4px;
  height: 32px;
  float: left;
  cursor: pointer;
}
.button.red .button_left {
  background: transparent url('/images/dhlitnow/sprite.png') -249px -108px no-repeat;
  height: 32px;
  width: 3px;
}
.button.red .button_center {
  background: transparent url('/images/dhlitnow/spriteX.png') 0px -140px repeat-x;
  height: 32px;
}
.button.red .button_center input[type=submit],
.button.red .button_center input[type=button],
.button.red .button_center a,
.button.red .button_center button {
  color: #fff;
  background-color: transparent;
}
.button.red .button_right {
  background: transparent url('/images/dhlitnow/sprite.png') -256px -108px no-repeat;
  height: 32px;
  width: 4px;
}
.button.grey .button_left {
  background: transparent url('/images/dhlitnow/sprite.png') -263px -108px no-repeat;
  height: 32px;
  width: 3px;
}
.button.grey .button_center {
  background: transparent url('/images/dhlitnow/spriteX.png') 0px -177px repeat-x;
  height: 32px;
}
.button.grey .button_center input[type=submit],
.button.grey .button_center input[type=button],
.button.grey .button_center a,
.button.grey .button_center button {
  color: #555555;
  text-shadow: 0px 1px 0px #ffffff;
  background-color: transparent;
}
.button.grey .button_right {
  background: transparent url('/images/dhlitnow/sprite.png') -270px -108px no-repeat;
  height: 32px;
  width: 4px;
}
.button.short .button_center input[type=submit],
.button.short .button_center input[type=button],
.button.short .button_center button {
  padding: 4px 8px 7px 9px;
}
.button.short .button_center a {
  padding: 6px 8px 5px 9px;
}
.ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #d8252f !important;
  color: #fff;
}
.navigation_buttons {
  margin-top: 30px;
}
.navigation_link {
  margin: 5px 15px 0px 0px;
  text-decoration: underline;
}
#collectionInfo {
  width: 173px;
  border: 1px solid #e4e4e2;
  padding: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
}
table.styled {
  width: 100%;
  color: #555555;
}
table.styled tr {
  cursor: pointer;
}
table.styled tr.hover td {
  background: #fffae5;
}
table.styled tr th {
  background: transparent url('/images/dhlitnow/spriteX.png') 0px -247px repeat-x;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #ffffff;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #c4c2c2;
}
table.styled tr th span {
  font-size: 10px;
}
table.styled tr td {
  padding: 15px 13px;
  border: 1px solid #c4c2c2;
}
table.styled tr td .row {
  position: relative;
}
table.styled tr td.price,
table.styled tr th.price {
  width: 75px;
  text-align: center;
}
table.styled tr td.service,
table.styled tr th.service {
  width: 205px;
}
table.styled tr td.service {
  padding-top: 20px;
}
table.styled tr td.service .name {
  font-size: 12px;
  line-height: 12px;
  padding-right: 20px;
}
table.styled tr td.price {
  font-weight: bold;
  font-size: 16px;
}
table.styled .row .radio span {
  margin-top: 0px;
}
table.styled .row .radio label {
  margin: 0px;
  width: auto;
  padding: 0px;
}
table.styled .hint_container {
  float: none;
  position: absolute;
  right: 10px;
}
table.styled .hint_container .hint {
  margin-top: 0px;
}
table.styled .hint_container.desktop {
  top: 14px;
}
table.styled .hint_container.desktop .hint_content {
  top: -11px;
}
#services thead tr {
  cursor: default;
}
#services .jqTransformRadioWrapper {
  margin-right: 4px;
  margin-left: 0px;
}
#services th.date,
#services th.service {
  text-align: left;
}
#services th.date {
  padding-left: 45px;
}
#services th.service {
  padding-left: 14px;
}
#services td.service .service_name_container {
  position: relative;
  font-weight: bold;
}
#services td.service .service_name_container .hint_container {
  top: -5px;
  right: 0;
}
#services td.service .hint_container .cnt {
  font-weight: normal;
}
.ui-dialog.ui-qasdialog {
  background: #f7f8f6 !important;
}
.greybox {
  color: #333333;
  background: #f9f9f9;
  padding: 20px 15px 15px 15px;
  margin-top: 20px;
  border: 1px solid #e4e4e2;
}
.whitebox {
  color: #333333;
  background: #fff;
  padding: 20px 15px 15px 15px;
  margin-top: 20px;
  border: 1px solid #e4e4e2;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.short {
  height: auto !important;
}
.bottomUp {
  margin-bottom: -20px !important;
}
.icoInput.search {
  background: transparent url('/images/dhlitnow/sprite.png') -303px -4px no-repeat;
  height: 16px;
  width: 15px;
  left: 7px;
  top: 8px;
  position: absolute;
}
.icoInput.loading {
  left: 6px;
  top: 8px;
  position: absolute;
  background: url('/images/ui/ajax.gif') 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
form.searchHelp {
  height: 30px;
}
form.searchHelp .absolute {
  left: 50px;
}
form.searchHelp .row input.i360 {
  width: 327px;
  padding-left: 25px;
  line-height: 16px !important;
}
form.searchHelp.onlySelect {
  margin-top: 30px;
}
form.searchHelp.onlySelect .absolute {
  left: 0px;
}
form.searchHelp.onlySelect2 {
  margin-top: 0px;
}
form.searchHelp.onlySelect2 .absolute {
  left: 0px;
}
form.searchHelp.onlySelect2 .row {
  margin: 0;
}
.shaddowInset {
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(118, 117, 117, 0.8);
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(118, 117, 117, 0.8);
  box-shadow: inset 1px 1px 2px 0px rgba(118, 117, 117, 0.8);
  padding: 3px 1px 1px 3px;
  border: 1px solid #e4e4e2;
}
.whitebox2 {
  color: #333333;
  background: #fff;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.insure_parcel .checkbox {
  width: 12px;
  float: left;
}
.insure_parcel .checkbox span {
  margin-top: 0px;
}
.insure_parcel .insure_parcel_label {
  width: 500px;
  padding-right: 24px;
  float: left;
  font-size: 14px;
  margin-left: 10px;
}
.insure_parcel .insure_parcel_label p {
  font-size: 12px;
}
.insure_parcel .insure_parcel_label p label {
  font-size: 14px;
}
.insure_parcel .insure_parcel_label span {
  font-size: 13px;
}
.insure_parcel .insure_parcel_label label {
  font-weight: bold;
}
.insure_parcel .insure_parcel_price {
  float: left;
  width: 56px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
}
.nectar_points {
  position: relative;
}
.nectar_points .row input.idis65 {
  padding: 6px 4px 5px 4px;
  width: 57px !important;
}
.nectar_points .subtitle {
  margin-top: 5px;
  margin-bottom: 10px;
}
.nectar_points .logo {
  position: absolute;
  top: 5px;
  right: 20px;
}
.nectar_points h3 {
  font-size: 14px;
}
.goclear {
  margin-left: 10px;
  margin-top: 6px;
  float: left;
}
.total_price {
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-top: 12px;
}
.tracing_notifications h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.tracing_notifications .row .left.relative label.nowidth {
  margin-left: 10px;
}
.tracing_notifications a {
  text-decoration: underline;
}
.summary_line .summary_box {
  width: 45%;
  width: calc(50% - 30px);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.summary_line .summary_box .summary_content {
  width: 234px;
  float: left;
  overflow-wrap: break-word;
}
.summary_line .summary_box .summary_content .title {
  font-weight: bold;
  margin-bottom: 2px;
}
.summary_line .summary_box .summary_content .title h3 {
  float: left;
}
.summary_line .summary_box .summary_content .hint_container {
  font-weight: normal;
  margin-top: -3px;
}
.summary_line .summary_box .summary_content .hint_container .hint {
  margin-top: 0px;
}
.summary_line .summary_box .summary_content .hint_container .hint_content {
  top: -11px;
}
.summary_line.long .summary_box .summary_content {
  width: 100%;
}
.noPaddingBottom {
  padding-bottom: 0px !important;
}
.noPaddingBottom div.hint_container.mobile {
  margin-top: -8px !important;
}
.small {
  font-size: 10px;
}
a.arrow {
  background: transparent url("/images/dhlitnow/arrow-right.png") no-repeat 0px 4px;
  padding-left: 10px;
  font-weight: bold;
}
.sumarize .title {
  font-weight: bold;
  margin-bottom: 2px;
}
.sumarize .title .txt {
  float: left;
}
.sumarize a {
  background: transparent url("/images/dhlitnow/arrow-right.png") no-repeat 0px 4px;
  padding-left: 10px;
  font-weight: bold;
}
.sumarize .row label {
  text-align: left;
}
.sumarize .sumarize_left {
  float: left;
}
.sumarize ul {
  float: right;
  text-align: right;
}
.sumarize ul.values {
  margin-left: 12px;
}
.sumarize ul.values li {
  font-weight: bold;
}
.payment_auth .payment_auth_left {
  width: 414px;
  margin-right: 15px;
  float: left;
}
.payment_auth .payment_auth_right {
  width: 414px;
  margin-left: 15px;
  float: left;
}
.print_box .print_box_left {
  float: left;
  width: 30px;
}
.print_box .print_box_center {
  float: left;
  width: 560px;
  margin-right: 10px;
}
.print_box .print_box_center p {
  margin-bottom: 0px;
}
.print_box .print_box_right {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.print_box .print_box_right .button.red {
  margin: 0px auto;
  width: 210px;
}
ul.styled {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 17px;
}
ul.styled li {
  margin-bottom: 10px;
}
ul.styled2 {
  list-style: none;
}
ul.styled2 li {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
}
ul.styled2 li.even {
  background: #f4f4f3;
}
.helpName {
  float: left;
  width: 80%;
}
.helpName.helpNameUnderline {
  cursor: pointer;
}
.helpRestrictions {
  float: left;
  width: 375px;
  margin: 5px 0px 5px 15px;
}
.helpType {
  float: left;
  width: 20%;
}
/*.select2-offscreen{
    display: none;
}*/
.select2-drop.center li {
  text-align: center;
}
.select2-drop.parcelsNumber .select2-results {
  max-height: 250px;
}
form .error input,
form .error2 input,
form .error input[type=password],
form .error2 input[type=password],
form .error input[type=text]:not([readonly]),
form .error2 input[type=text]:not([readonly]),
form .error input[type=number],
form .error2 input[type=number],
form .error input[type=email],
form .error2 input[type=email],
form .error input[type=tel],
form .error2 input[type=tel],
form .error input[type=search],
form .error2 input[type=search] {
  color: #d40511;
  border-color: #d40511;
}
form .error input.unit_input,
form .error2 input.unit_input,
form .error input[type=password].unit_input,
form .error2 input[type=password].unit_input,
form .error input[type=text]:not([readonly]).unit_input,
form .error2 input[type=text]:not([readonly]).unit_input,
form .error input[type=number].unit_input,
form .error2 input[type=number].unit_input,
form .error input[type=email].unit_input,
form .error2 input[type=email].unit_input,
form .error input[type=tel].unit_input,
form .error2 input[type=tel].unit_input,
form .error input[type=search].unit_input,
form .error2 input[type=search].unit_input,
form .error input.currency_input,
form .error2 input.currency_input,
form .error input[type=password].currency_input,
form .error2 input[type=password].currency_input,
form .error input[type=text]:not([readonly]).currency_input,
form .error2 input[type=text]:not([readonly]).currency_input,
form .error input[type=number].currency_input,
form .error2 input[type=number].currency_input,
form .error input[type=email].currency_input,
form .error2 input[type=email].currency_input,
form .error input[type=tel].currency_input,
form .error2 input[type=tel].currency_input,
form .error input[type=search].currency_input,
form .error2 input[type=search].currency_input {
  color: #333333;
}
form .error input[type=text]:disabled,
form .error2 input[type=text]:disabled,
form .error input[type=password]:disabled,
form .error2 input[type=password]:disabled,
form .error input[type=email]:disabled,
form .error2 input[type=email]:disabled {
  border: 0px;
}
form .error .select2-container .select2-choice,
form .error2 .select2-container .select2-choice {
  border: 1px solid #d40511;
}
form .error .select.mobile_dropdown,
form .error2 .select.mobile_dropdown {
  border: 1px solid #d40511;
}
form .error textarea,
form .error2 textarea {
  border: 1px solid #d40511;
}
form .row.row_declared input.unit_input {
  margin-right: 2px;
  margin-left: 0px;
  width: 24px;
}
#Shipment_collectionDate_temp {
  display: none;
}
#row_Shipment_collectionDate {
  width: 433px;
}
#row_Shipment_collectionDate .ui-datepicker-trigger {
  cursor: pointer;
  margin-left: 3px;
  margin-top: 1px;
}
.billing_fields_ne {
  margin-top: 10px;
  margin-left: 26px;
  float: left;
}
.billing_fields_e {
  float: left;
  margin-top: 14px;
}
.cke_editable ol,
.cke_editable ul {
  margin-left: 17px;
}
.cke_editable ul {
  list-style-type: disc;
}
.cke_editable ul ul {
  list-style-type: circle;
}
.cke_editable ul ul ul {
  list-style-type: square;
}
.cke_editable ol {
  list-style-type: decimal;
}
#forgotpassword-form .errorMessage {
  margin-left: 101px;
}
.passwordStrength {
  position: absolute;
  right: 82px;
  top: 40px;
  width: 258px;
  padding: 10px;
  z-index: 95;
  border: 1px solid #d4d4d4;
  background: #f0f0f0;
}
.passwordStrength .arrow {
  background: url('/images/dhlitnow/arrow_up.png') no-repeat;
  display: block;
  position: absolute;
  width: 10px;
  height: 13px;
  margin-left: 0px;
  margin-top: -20px;
}
.passwordStrength .strengthIndicator {
  margin-bottom: 15px;
}
.passwordStrength .strengthIndicator .indicator span {
  float: left;
  font-weight: bold;
  line-height: 13px;
  margin-left: 5px;
  margin-top: -1px;
}
.passwordStrength .strengthIndicator .one,
.passwordStrength .strengthIndicator .two,
.passwordStrength .strengthIndicator .three {
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 2px;
}
.passwordStrength .strengthIndicator .weak .one {
  background: #d40511;
  border: 1px solid #d40511;
}
.passwordStrength .strengthIndicator .weak .two {
  border: 1px solid #d40511;
}
.passwordStrength .strengthIndicator .weak .three {
  border: 1px solid #d40511;
}
.passwordStrength .strengthIndicator .fair .one {
  background: #ffcd00;
  border: 1px solid #ffcd00;
}
.passwordStrength .strengthIndicator .fair .two {
  background: #ffcd00;
  border: 1px solid #ffcd00;
}
.passwordStrength .strengthIndicator .fair .three {
  border: 1px solid #ffcd00;
}
.passwordStrength .strengthIndicator .strong .one {
  background: #0c9a48;
  border: 1px solid #0c9a48;
}
.passwordStrength .strengthIndicator .strong .two {
  background: #0c9a48;
  border: 1px solid #0c9a48;
}
.passwordStrength .strengthIndicator .strong .three {
  background: #0c9a48;
  border: 1px solid #0c9a48;
}
.changePassword .passwordStrength {
  right: 229px;
}
form#resetpassword-form .passwordStrength {
  right: 2px;
}
form#resetpassword-form .navigation_buttons {
  margin-right: 0px;
}
form#resetpassword-form .secure {
  margin-right: 0px;
}
form#registerconfirm-form .passwordStrength {
  right: 28px;
}
form#registerconfirm-form input[readonly] {
  color: #acaaaa;
}
form#registerconfirm-form .row.termsAgree label a {
  text-decoration: none;
}
form#registerconfirm-form .row.termsAgree label a:hover {
  text-decoration: underline;
}
#activatedialog label {
  width: 80px;
}
#activatedialog .hint_container {
  display: none;
}
#activatedialog .errorMessage {
  margin-left: 90px;
}
#resetpassworddialog label {
  width: 120px;
}
#resetpassworddialog .hint_container {
  display: none;
}
#resetpassworddialog .errorMessage {
  margin-left: 130px;
}
#registerconfirmdialog label {
  width: 135px;
}
#registerconfirmdialog .errorMessage {
  margin-left: 145px;
}
#registerconfirmdialog label.nowidth {
  width: auto;
}
#registerconfirmdialog .checkbox .errorMessage {
  margin-left: 0px;
}
.checkbox .jqTransformCheckbox {
  line-height: 17px;
}
.editable_row {
  border-bottom: 1px solid #e4e4e2;
  height: 70px;
}
.editable_row .editable_row_left {
  float: left;
  width: 170px;
  padding: 15px 10px 0px 20px;
  border-right: 1px solid #e4e4e2;
  margin: 10px 0px;
  height: 35px;
}
.editable_row .editable_row_center {
  float: left;
  padding: 15px 10px 0px 10px;
  width: 342px;
  margin: 10px 0px;
  height: 35px;
}
.editable_row .editable_row_right {
  float: left;
  padding: 10px 20px 0px 10px;
  width: 85px;
  margin: 10px 0px;
  height: 40px;
}
.editable_row.last {
  border-bottom: none;
}
.editable_row.editable_row2 {
  height: auto;
  margin: 10px 0px 0px;
  padding-bottom: 10px;
}
.editable_row.editable_row2 .left_side {
  width: 83%;
  width: calc(100% - 115px);
  float: left;
}
.editable_row.editable_row2 .editable_row_left,
.editable_row.editable_row2 .editable_row_center,
.editable_row.editable_row2 .editable_row_right {
  margin: 0px;
  height: auto;
}
.editable_row.editable_row2 .editable_row_left {
  border-right: none;
}
.editable_row.editable_row2 .editable_row_center {
  border-left: 1px solid #e4e4e2;
  width: 60.5%;
}
.editable_row.editable_row2 .editable_row_left,
.editable_row.editable_row2 .editable_row_center {
  padding-top: 12px;
  padding-bottom: 13px;
}
.editable_row.editable_row2 .editable_row_right {
  padding-top: 12px;
}
.form_row {
  border-bottom: 1px solid #e4e4e2;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.form_row.last {
  border-bottom: none;
}
.form_row .form-header {
  padding: 0 20px 10px;
}
.menu {
  margin-left: 40px;
  margin-top: 19px;
  float: left;
}
.menu ul {
  height: 37px;
}
.menu ul li {
  float: left;
  margin-right: 1px;
}
.menu ul li a {
  background: none;
  padding: 0 0 0 5px;
  height: 37px;
  display: block;
  color: #333333;
  font-weight: bold;
  text-shadow: 0px 1px 0px #ffda42;
}
.menu ul li a span {
  background: none;
  padding: 6px 10px 13px 3px;
  display: inline-block;
  margin-right: -1px;
}
.menu ul li span {
  display: none;
}
.menu ul li.active a,
.menu ul li:hover a {
  color: #fff;
  text-shadow: 0 1px 0 #932128;
  background: transparent url("/images/dhlitnow/sprite.png") -85px -512px no-repeat;
}
.menu ul li.active a span,
.menu ul li:hover a span {
  background: transparent url("/images/dhlitnow/sprite.png") right -512px no-repeat;
}
.mdit {
  float: right;
  font-size: 13px;
  display: block;
  margin-top: 11px;
  font-weight: bold;
}
.mdit span {
  background: transparent url('/images/dhlitnow/sprite.png') -431px -68px no-repeat;
  height: 14px;
  width: 14px;
  display: block;
  float: left !important;
  margin: 1px 4px 0px 0px !important;
}
.check_payment .status_label {
  float: left;
}
.check_payment .status_txt {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.check_payment .status_checking {
  background: url("/images/ui/ajax.gif") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 1px;
}
.noclose .ui-dialog-titlebar-close {
  display: none;
}
.waiting {
  text-align: center;
  margin-top: 80px;
}
.waiting .waiting_txt {
  margin-top: 20px;
  font-size: 13px;
}
.error_left {
  background: transparent url('/images/dhlitnow/sprite.png') -249px -560px no-repeat;
  height: 143px;
  width: 141px;
  margin-top: 80px;
  margin-left: 115px;
  margin-bottom: 90px;
  float: left;
}
.error_right {
  float: left;
  width: 602px;
  margin-left: 52px;
  margin-top: 85px;
}
.error_right p {
  font-size: 13px;
}
.error_right ul li {
  font-size: 13px;
}
.error_right ul li a {
  font-size: 13px;
}
.session_left {
  background: transparent url('/images/dhlitnow/sprite.png') -11px -633px no-repeat;
  height: 145px;
  width: 141px;
  margin-top: 80px;
  margin-left: 115px;
  margin-bottom: 90px;
  float: left;
}
.maintenance_left {
  width: 141px;
  height: 145px;
  margin-top: 80px;
  margin-left: 115px;
  margin-bottom: 90px;
  float: left;
}
.maintenance_left img {
  width: 100%;
}
.maintenance_right,
.session_right {
  float: left;
  width: 602px;
  margin-left: 52px;
  margin-top: 85px;
}
.maintenance_right p,
.session_right p {
  font-size: 13px;
}
.maintenance_right ul li,
.session_right ul li {
  font-size: 13px;
}
.maintenance_right ul li a,
.session_right ul li a {
  font-size: 13px;
}
#signindialog .hint_container.desktop .hint_content {
  width: 150px;
}
#signindialog .hint_container.desktop .hint_content .cnt {
  width: 120px;
}
#signindialog .checkbox .hint.open {
  margin: 5px 0px 0px 2px;
}
#signindialog .checkbox .hint_content {
  top: -6px;
  left: -9px;
}
#registerdialog .hint_container.desktop .hint_content {
  width: 85px;
}
#registerdialog .hint_container.desktop .hint_content .cnt {
  width: 55px;
}
.ui-dialog-content .additional_info_box {
  padding: 20px 0px;
}
.ui-dialog-content h2 {
  padding-right: 20px;
}
.persist {
  display: block;
}
.filter-fields {
  position: absolute;
  right: -160px;
}
.time-filter {
  width: 280px;
  font-weight: bold;
  color: #555555;
}
.time-filter * {
  color: #555555;
}
.filter-fields {
  width: 160px;
  font-weight: bold;
  color: #555555;
}
.filter-fields * {
  color: #555555;
}
.ui-dialog.error p {
  color: #d40511;
  font-weight: bold;
}
.ui-dialog.info {
  color: #222;
  font-weight: normal;
}
.waybill_barcode {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.confirmation_bigbox p {
  margin-bottom: 15px;
}
.alignImg {
  position: absolute;
  margin-left: 10px;
  margin-top: -5px;
}
.row.reasonForExport {
  border-bottom: 1px solid #e4e4e2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#customs_items .customsInfo {
  position: relative;
}
#customs_items .customsInfo .row {
  margin: 0px;
}
#customs_items .customsInfo .row label {
  width: auto;
  margin: 0px 0px 5px 0px;
}
#customs_items .customsInfo .row label.left {
  float: left;
}
#customs_items .customsInfo .row label.right {
  float: right;
}
#customs_items .customsInfo .row .description {
  float: left;
  width: 300px;
  margin-right: 20px;
}
#customs_items .customsInfo .row .originCountryCode {
  float: left;
  width: 286px;
  width: 47%;
}
#customs_items .customsInfo .row .originCountryCode select {
  width: 255px;
}
#customs_items .customsInfo .row .originCountryCode .hint {
  margin-left: 9px;
  transform: translateX(2px);
}
#customs_items .customsInfo .row .errorMessage {
  width: 338px;
}
#customs_items .customsInfo .row .errorMessage.description {
  float: left;
  width: 320px;
  margin-right: 0;
  margin-left: 0;
}
#customs_items .customsInfo .row .errorMessage.originCountryCode {
  float: left;
  width: 286px;
  margin-left: 0;
}
#customs_items .customsInfo .row .errorMessage.ml100 {
  margin-left: 100px;
  width: 256px;
}
#customs_items .customsInfo .showMeExample {
  position: absolute;
  margin-top: 10px;
}
#customs_items .customsInfo .showMeExample a {
  text-decoration: underline;
}
#customs_items .customsInfo .numbers {
  margin-top: 3px;
  margin-right: 30px;
}
#customs_items .customsInfo .numbers .col {
  margin-left: 18px;
}
#customs_items .customsInfo .numbers .col.subtotal label span {
  display: none;
}
#customs_items .customsInfo .numbers .errorMessage {
  margin-left: 18px;
}
#customs_items .customsInfo .numbers .quantity input {
  text-align: right;
}
#customs_items .customsInfo .remove {
  margin: 10px 30px 0 0;
}
#customs_items .customsInfo .remove a {
  text-decoration: underline;
}
#customs_items.example {
  margin-bottom: 15px;
}
#customs_items.example .customsInfo .numbers {
  margin-right: 34px;
}
#customsInfoAdd {
  margin: 15px 47px 12px 0px;
  text-align: right;
}
#customsInfoAdd a {
  text-decoration: underline;
}
#customsInfoTotal {
  float: right;
  margin-right: 45px;
}
#customsInfoTotal.example {
  margin-bottom: 0;
}
#customsInfoTotal.totalTooltip {
  margin-right: 18px;
}
.vlgrey {
  border-right: 1px solid #c9c9c9;
}
.nobottommargin {
  margin-bottom: 0px !important;
}
#customsInfoExampledialog .hint {
  cursor: default;
}
#customsInfoExampledialog a.select2-choice {
  cursor: default;
}
#customsInfoExampledialog .hint_content {
  width: auto;
}
#customsInfoExampledialog .hint_content .cnt {
  width: auto;
}
.dropdownCountry.select2-drop {
  border-top: 1px solid #d4d4d4;
  margin-top: 30px;
}
.dropdownCountry.select2-drop .select2-search {
  top: -30px;
  left: -2px;
  margin: 0px;
  padding: 0px;
  width: 300px;
}
.dropdownCountry.select2-drop .select2-search input {
  background: transparent url('/images/dhlitnow/sprite.png') -240px -714px no-repeat;
  height: 16px;
  width: 241px;
  height: 30px !important;
  min-height: auto !important;
  border: none;
  padding: 7px 10px 7px 30px;
}
.select2-drop-above.dropdownCountry.select2-drop {
  margin-top: 0;
}
.select2-drop-above.dropdownCountry.select2-drop .select2-search input {
  margin-top: 0;
}
.dropdownCountry .select2-results {
  margin-bottom: -26px;
  top: -30px;
}
.dropdownCountry .flagline .flag {
  float: left;
  margin-top: 1px;
}
.dropdownCountry .flagline .flagtext {
  float: left;
  margin-left: 10px;
}
.dropdownCountry .flagline .flagtextprefix {
  color: #5f6366;
  margin-left: 5px;
  float: left;
}
.dropdownCountry {
  width: 300px !important;
}
.countrySelection.select2-container {
  position: absolute;
  left: 0;
}
.countrySelection .flagline {
  margin-top: 3px;
}
.countrySelection .select2-choice {
  border: none !important;
  background: none;
  height: 14px;
  margin-left: 2px;
  margin-top: 3px;
}
.countrySelection.select2-container .select2-choice .select2-arrow {
  width: 8px;
}
.countrySelection.select2-container .select2-choice > .select2-chosen {
  margin-right: 14px;
}
.countrySelection.select2-container .select2-choice .select2-arrow b {
  background: transparent url('/images/dhlitnow/sprite.png') -123px -3px no-repeat;
  height: 5px;
  width: 8px;
  margin-top: 11px;
}
.row.pdn_items_phone input[type=text].i240,
.row.pdn_items_phone input[type=tel].i240 {
  width: 183px;
  padding-left: 48px;
}
.pdnContainer .pdnFields {
  border-bottom: 1px solid #e4e4e2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.pdnContainer .pdnFields.last {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.countrySelection .select2-choice.select2-default .select2-chosen {
  background: url("/images/flags/du.gif") no-repeat;
  height: 11px;
  margin-top: 3px;
  width: 16px;
}
.subheadingRow {
  color: #000;
  margin-bottom: 15px;
  text-align: right;
  width: 152px;
}
.container .content_container .content_right .box a.redbutton,
a.redbutton {
  background: #d40511;
  background: -moz-linear-gradient(top, #d40511 0%, #b90c04 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d40511), color-stop(100%, #b90c04));
  background: -webkit-linear-gradient(top, #d40511 0%, #b90c04 100%);
  background: -o-linear-gradient(top, #d40511 0%, #b90c04 100%);
  background: -ms-linear-gradient(top, #d40511 0%, #b90c04 100%);
  background: linear-gradient(to bottom, #d40511 0%, #b90c04 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40511', endColorstr='#b90c04',GradientType=0 );*/
  -webkit-box-shadow: 1px 1px 3px 0px rgba(138, 139, 139, 0.4) !important;
  -moz-box-shadow: 1px 1px 3px 0px rgba(138, 139, 139, 0.4) !important;
  box-shadow: 1px 1px 3px 0px rgba(138, 139, 139, 0.4) !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-shadow: none;
  padding: 7px 0px;
  text-decoration: none;
}
.ui-dialog .secure .txt {
  font-size: 12px;
  margin-top: 0px;
}
.ui-dialog .secure .ico {
  background: transparent url('/images/dhlitnow/sprite.png') -451px -68px no-repeat;
  height: 17px;
  width: 14px;
}
#signindialog label {
  width: 107px;
}
#signindialog label.w125 {
  width: 125px !important;
}
#signindialog .errorMessage {
  margin: 0 0 0 110px;
}
.placeholder {
  color: #acaaaa !important;
}
#destinationNotes {
  width: 434px;
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
  padding: 15px;
  -webkit-box-shadow: inset 1px 1px 2px 1px rgba(118, 117, 117, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 1px rgba(118, 117, 117, 0.2);
  box-shadow: inset 1px 1px 2px 1px rgba(118, 117, 117, 0.2);
}
#signinpaymentdialog h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.ms_checker {
  width: 200px;
  padding: 10px;
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  background: white;
  font-size: 10px;
  border: 1px solid grey;
}
.qasSearch ul.styled2 li {
  padding: 0 0 0 0;
  border-bottom: 1px solid #e4e4e2;
}
.qasSearch ul.styled2 li:last-child {
  border-bottom: 0px;
}
.qasSearch ul.styled2 li a {
  display: block;
  padding: 12px 15px;
  color: #333333;
}
.qasSearch ul.styled2 li a:hover {
  background: #e4e4e2;
  color: #333333;
  text-decoration: none;
}
.qasHelp .row {
  padding: 0px;
}
div.select2-drop.parcelsNumber li.select2-result {
  margin-left: -17px;
}
div.select2-drop.collectionTimeTo li.select2-result,
div.select2-drop.collectionTimeFrom li.select2-result {
  margin-left: -3px;
}
a.changeAddress {
  padding: 6px 11px 5px 10px !important;
}
.addAddress #row_Profile_location_countryCode .hint_container,
.editAddress #row_Profile_location_countryCode .hint_container {
  margin-left: 0px;
}
.ui-autocomplete.limit-items {
  max-height: 337px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#saved-booking-grid .dhl-links-buttons,
#booking-history-grid .dhl-links-buttons {
  text-align: left;
}
.save-to-address-book-form #row_Profile_shortName label {
  width: 80px;
}
.ui-autocomplete .ui-menu-item:hover {
  border: none;
  background: #e4e4e2;
  font-weight: normal;
}
#profile-form .label {
  margin: 12px 10px 0px 0px;
  border-right: medium none;
  height: auto;
  width: 190px;
  float: left;
  text-align: right;
}
#profile-form .form_row label {
  width: 190px;
}
#profile-form .form_row .errorMessage {
  margin-left: 200px;
}
#profile-form .button.red.ml170 {
  margin-left: 200px;
}
#profile-form .info_row .info_row_left {
  width: 190px;
  margin-right: 10px;
  float: left;
  text-align: right;
  height: 30px;
}
#profile-form .info_row .info_row_right {
  float: left;
  text-align: left;
  height: 30px;
}
#complete-profile .info_row .info_row_left {
  width: 160px;
  margin-right: 10px;
  float: left;
  text-align: right;
  height: 30px;
}
#complete-profile .info_row .email {
  margin-right: 20px !important;
  width: 152px !important;
}
#complete-profile .info_row .info_row_right {
  float: left;
  text-align: left;
  height: 30px;
}
#signin-form .row label,
#signin-payment-form .row label {
  width: 100px;
}
#welcome-form .row label {
  width: 100px;
}
#row_Shipment_partialNectarCardNumber input.no-error {
  font-weight: bold;
}
#sessionexpiry {
  display: none;
}
.bigbox a:not([class]):not([class=""]),
.ui-dialog a:not([class]):not([class=""]) {
  background: transparent url("/images/dhlitnow/arrow-right.png") no-repeat 0px 4px;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
.bigbox a:not([class]):not([class=""]):hover,
.ui-dialog a:not([class]):not([class=""]):hover {
  text-decoration: underline;
}
.alignright {
  text-align: right;
}
.bigbox_container.payment_methods_form .radio label {
  padding-right: 14px;
}
.bigbox_container.payment_methods_form .radio img {
  transform: translateX(1px);
}
.captcha_play_button {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: 5px;
}
#siimage_audio_div {
  float: left;
  margin-left: 5px;
}
/* Hints Control */
.hint_container.desktop .hint.open {
  position: relative;
}
.hint_container.desktop .hint.close {
  display: none;
}
.hint_container.desktop .hint:hover {
  z-index: 1000;
}
.hint_container.desktop .hint:hover + .hint_content {
  display: block;
}
.hint_container.desktop .hint_content .cnt {
  margin-left: 30px;
}
.verticalWrap .left {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
form .verticalWrap label {
  display: inline-block;
  float: none;
  padding: 0 10px 0 0!important;
  vertical-align: middle !important;
  margin-left: -10px;
  margin-top: 0;
}
form .verticalWrap label span {
  display: block;
  float: right;
  margin-right: -10px;
  padding: 0 0 0 4px;
  text-align: right;
  width: 5px;
  vertical-align: middlle;
}
.verticalWrap .hint_container {
  display: inline-block;
  float: none;
}
.noIECross::-ms-clear {
  display: none;
}
.tracking_info {
  position: relative;
}
.tracking_info .tracking_info_ok {
  background: transparent url('/images/dhlitnow/sprite.png') -326px -3px no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.tracking_info a.underlined {
  text-decoration: underline;
}
.tracking_indicator {
  text-align: center;
}
.viewbooking .tracking_indicator {
  text-align: left;
}
.button-indicator {
  width: 125px;
  height: 27px;
  padding-top: 5px;
  text-align: center;
}
.cookie-container {
  position: fixed;
  margin-left: -40px;
  bottom: 0;
  background: url(/cookie.png) 0 0 repeat;
  color: #fff;
  font-size: 14px;
  width: 940px;
  padding: 23px 25px 23px 25px;
  z-index: 100;
}
.cookie-container p {
  padding: 0;
  margin: 0;
}
.cookie-container .red-button {
  width: 95px;
  float: right;
}
@media (max-width: 1169px) {
  .cookie-container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cookie-container {
    padding: 23px 5px 23px 5px;
  }
  .cookie-container .red-button {
    width: 100%;
    margin-top: 18px;
  }
}
a.red-button {
  height: auto;
  display: block;
  padding-bottom: 10px;
  background: #d40511;
  border: 2px solid #d40511;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a:not(.red-button).yellow-link,
span[role="button"].yellow-link {
  color: #fc0;
}
.cookie-container .col-md-10 {
  width: 83.33333333%;
  float: left;
}
.cookie-container .col-md-2 {
  width: 16.66666667%;
  float: left;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.ml170 {
  margin-left: 170px;
}
.ml180 {
  margin-left: 180px;
}
.ml200 {
  margin-left: 200px;
}
.ml70 {
  margin-left: 70px;
}
.ml20 {
  margin-left: 20px;
}
.ml70 {
  margin-left: 70px;
}
.ml110 {
  margin-left: 110px;
}
.ml25 {
  margin-left: 25px;
}
.ml15 {
  margin-left: 15px;
}
.ml155 {
  margin-left: 155px;
}
.ml103 {
  margin-left: 103px;
}
.ml230 {
  margin-left: 230px;
}
.mr7 {
  margin-right: 7px;
}
.mr30 {
  margin-right: 30px;
}
.mr195 {
  margin-right: 195px;
}
.mr145 {
  margin-right: 145px;
}
.mr160 {
  margin-right: 160px;
}
.ml50 {
  margin-left: 50px;
}
.ml95 {
  margin-left: 95px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml105 {
  margin-left: 105px;
}
.ml118 {
  margin-left: 118px;
}
.ml10 {
  margin-left: 10px;
}
.ml35 {
  margin-left: 35px;
}
.ml3 {
  margin-left: 3px;
}
.ml120 {
  margin-left: 120px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml140 {
  margin-left: 140px;
}
.ml135 {
  margin-left: 135px;
}
.ml145 {
  margin-left: 145px;
}
.ml150 {
  margin-left: 150px;
}
.ml195 {
  margin-left: 195px;
}
.ml265 {
  margin-left: 265px;
}
.ml102 {
  margin: 0 0 0 102px;
}
.ml30 {
  margin-left: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml2 {
  margin-left: 2px;
}
.mt5 {
  margin-top: 5px;
}
.mt40 {
  margin-top: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr210 {
  margin-right: 210px;
}
.mr30 {
  margin-right: 30px;
}
.mr34 {
  margin-right: 34px;
}
.mr45 {
  margin-right: 45px;
}
.mr15 {
  margin-right: 15px;
}
.mr225 {
  margin-right: 225px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb0i {
  margin-bottom: 0px !important;
}
.mt30 {
  margin-top: 30px;
}
.mr20 {
  margin-right: 20px;
}
.mr80 {
  margin-right: 80px;
}
.ml40 {
  margin-left: 40px;
}
.ml4 {
  margin-left: 4px;
}
.pt25 {
  padding-top: 25px;
}
.p20 {
  padding: 20px;
}
.l50 {
  left: 50px;
}
.w435 {
  width: 435px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb5i {
  margin-bottom: 5px !important;
}
.mb10i {
  margin-bottom: 10px !important;
}
::-webkit-input-placeholder {
  color: #acaaaa;
  opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #acaaaa;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #acaaaa;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #acaaaa !important;
}
input[type=submit] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shown {
  display: block;
}
.hidden {
  display: none;
}
.forceshown {
  display: block !important;
}
.forcehidden {
  display: none !important;
}
.gobold {
  font-weight: bold;
}
.gonormal {
  font-weight: normal;
  text-decoration: none;
  cursor: default;
}
.gounderline {
  text-decoration: underline;
}
a:active,
a:focus,
a:visited {
  border: none;
  outline: none;
}
input::-moz-focus-inner {
  border: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.blackborder {
  border: 1px solid #000;
}
.w70 {
  width: 70px;
}
.mt19 {
  margin-top: 19px;
}
.mml5 {
  margin-left: -5px;
}
.mml3 {
  margin-left: -3px;
}
ml4 {
  margin-left: 4px;
}
.ml1 {
  margin-left: 1px;
}
.ml7 {
  margin-left: 7px;
}
.ml101 {
  margin-left: 101px !important;
}
.ml8i {
  margin-left: 8px !important;
}
.ml9i {
  margin-left: 9px !important;
}
.ml10i {
  margin-left: 10px !important;
}
.ml11i {
  margin-left: 11px !important;
}
.ml77 {
  margin: 0 0 0 77px;
}
.ml16 {
  margin-left: 16px;
}
.ml100 {
  margin-left: 100px;
}
.text-center {
  text-align: center;
}
.a280 {
  width: 260px;
  max-width: 260px;
  min-width: 260px;
}
.a300 {
  width: 280px;
  max-width: 280px;
}
.i280 {
  width: 260px;
}
.i240 {
  width: 221px;
}
.i230 {
  width: 210px;
}
.i50 {
  width: 32px;
}
.i55 {
  width: 45px;
}
.i45 {
  width: 27px;
}
.i92 {
  width: 82px;
}
.i90 {
  width: 80px;
}
.i115 {
  width: 97px;
}
.i120 {
  width: 104px;
}
.i185 {
  width: 166px;
}
.i140 {
  width: 123px;
}
.i168 {
  width: 149px;
}
.i88 {
  width: 69px;
}
.i75 {
  width: 58px;
}
.i360 {
  width: 342px;
}
.row input[type=text].idis90 {
  width: 80px;
  background-color: #ebebeb;
}
.row input[type=text].idis92 {
  width: 82px;
  background-color: #ebebeb;
}
.row input[type=text].idis75 {
  width: 58px;
  background-color: #ebebeb;
}
.row input[type=text].idis65 {
  width: 47px;
  background-color: #ebebeb;
}
.s280 {
  width: 279px;
}
.s255 {
  width: 255px;
}
.s230 {
  width: 230px;
}
.s195 {
  width: 195px;
}
.s70 {
  width: 70px;
}
.s60 {
  width: 60px;
}
.s110 {
  width: 110px;
}
.c555555 {
  color: #555555;
}
.w420 {
  width: 420px;
}
.w405 {
  width: 405px;
}
.h150 {
  height: 150px;
}
.mh150 {
  min-height: 150px;
}
.ml25 {
  margin-left: 25px;
}
.mr46 {
  margin-right: 46px;
}
.mr14 {
  margin-right: 14px;
}
.mt4 {
  margin-top: 6px !important;
}
.mt32 {
  margin-top: 32px;
}
.mt18 {
  margin-top: 18px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr56 {
  margin-right: 56px;
}
.mr25 {
  margin-right: 25px;
}
.mr75 {
  margin-right: 75px;
}
.required {
  color: #d40511;
}
input.money {
  text-align: right;
  color: blue;
}
