form {
  display: inline;
}
input[type='text'],
input[type='password'] {
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica", "Arial";
  font-size: 13px;
  color: #333333;
}
input[type='text'],
input[type='password'] {
  width: 185px;
  padding: 4px;
  vertical-align: middle;
}
input[type='number'] {
  width: 185px;
  padding: 4px;
  vertical-align: middle;
}
input,
textarea,
select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica", "Arial";
  font-size: 12px;
  color: #333333;
}
select {
  padding: 2px;
}
select,
input[type="text"],
input[type="password"],
textarea {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #2D6987;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 6px #7AB5D3;
}
input[type="text"].validationErr,
input[type="number"].validationErr,
input[type="password"].validationErr,
textarea.validationErr,
select.validationErr {
  border-color: #B94A48;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
  color: #B94A48;
}
input[type="text"].validationErr:focus,
input[type="number"].validationErr:focus,
input[type="password"].validationErr:focus,
textarea.validationErr:focus,
select.validationErr:focus {
  border-color: #953B39;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 6px #D59392;
}
input[type="text"].validationOK,
input[type="number"].validationOK,
input[type="password"].validationOK,
textarea.validationOK {
  border-color: #468847;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
  color: #468847;
}
input[type="text"].validationOK:focus,
input[type="number"].validationOK:focus,
input[type="password"].validationOK:focus,
textarea.validationOK:focus {
  border-color: #356635;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 6px #7ABA7B;
}
div.ajaxFormLoadingDiv {
  display: inline-block;
  position: relative;
}
table.tabForm {
  border-spacing: 1px;
}
table.tabForm tr th.formTitle {
  text-align: center;
}
table.tabForm tr td {
  padding: 5px 10px 2px 3px;
}
table.tabForm tr td span.oblig {
  color: red;
  font-weight: bold;
}
table.tabForm tr td div.obligLegend {
  float: left;
  color: #999999;
  padding: 5px 0px 0px 5px;
}
table.tabForm tr td.label {
  text-align: right;
  padding: 5px 3px 2px 10px;
}
table.tabForm tr td.label .hint {
  float: right;
  font-size: 11px;
  color: #999999;
  width: 100%;
  clear: both;
}
table.tabForm tr td.label .err {
  float: right;
  font-size: 12px;
  color: red;
  width: 100%;
  clear: both;
}
table.tabForm tr td.submit {
  text-align: right;
  padding: 5px 10px 5px 0px;
}
.sizingBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sizingContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica", "Arial";
  font-size: 13px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  color: #444444;
  background-color: white;
}
body {
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica", "Arial";
  font-size: 13px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  color: #444444;
}
a {
  color: #444444;
  border: none;
}
a:hover {
  color: #777777;
}
a.w {
  color: #dddddd;
}
a.w:hover {
  color: #ffffff;
}
a.clean {
  text-decoration: none !important;
  border: none !important;
}
a.hu {
  text-decoration: none !important;
  border: none !important;
}
a.hu:hover {
  text-decoration: underline !important;
}
h1,
h2,
h3,
h4,
h5 {
  color: #444444;
  margin: 3px 0px 5px 0px;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
table {
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica", "Arial";
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  color: #444444;
  text-shadow: 0px 1px 1px white;
}
.f100 {
  float: left;
  width: 100%;
}
.fr100 {
  float: right;
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
input[type="password"] {
  font-family: Arial !important;
}
.safeFont {
  font-family: Arial !important;
}
.jsPurchaseOrderParam[type="text"] {
  width: 250px !important;
}
#top-logo-img {
  background-image: url(../gfx/ab_nobg_sm.png);
  width: 111px;
  height: 42px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #top-logo-img {
    background: url(../gfx/ab_logo-2x.png);
    background-size: 100%;
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  #top-logo-img {
    background: url(../gfx/ab_logo-2x.png);
    background-size: 100%;
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  #top-logo-img {
    background: url(../gfx/ab_logo-2x.png);
    background-size: 100%;
  }
}
.icon-abred {
  background-image: url(../gfx/glyphicons-halflings-abred.png) !important;
}
.mixinStdGrad {
  background-image: -moz-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -webkit-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -o-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -ms-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
}
.mixinStdShadow {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}
.dataTables_length {
  background-image: -moz-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: -o-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: -ms-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: linear-gradient(top, #fdfdfd, #f1f1f1);
  color: #555555;
  background-color: white;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
  text-align: left;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.dataTables_filter {
  background-image: -moz-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: -o-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: -ms-linear-gradient(top, #fdfdfd, #f1f1f1);
  background-image: linear-gradient(top, #fdfdfd, #f1f1f1);
  color: #555555;
  background-color: white;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
  text-align: right;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.trainingNewButton {
  height: 32px;
  width: 110px;
  position: relative;
  background-color: #a12420;
  text-align: center !important;
}
.trainingNewButton a {
  color: white;
  text-decoration: none !important;
  margin: 0;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.button-training-register {
  align-items: center;
  background-color: #a12420;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: .25rem;
  box-shadow: rgba(0,0,0,0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(-0.125rem) calc(0.5rem);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}
.button-training-register:hover,
.button-training-register:focus {
  border-color: rgba(0,0,0,0.15);
  box-shadow: rgba(0,0,0,0.1) 0 4px 12px;
  color: rgba(255,255,255,0.65);
}
.button-training-register:hover {
  transform: translateY(-1px);
}
.button-training-register:disabled {
  background-color: #4a545d;
  pointer-events: none;
}
.button-training-register:active {
  background-color: rgba(161,36,32,0.8);
  border-color: rgba(0,0,0,0.15);
  box-shadow: rgba(0,0,0,0.06) 0 2px 4px;
  color: rgba(255,255,255,0.65);
  transform: translateY(0);
}
table.clean {
  background-color: white;
  border-spacing: 1px;
}
table.clean tr th {
  color: #555555;
  background-color: white;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
  text-align: center;
  padding: 5px 10px 5px 10px;
}
table.clean tr td {
  background-color: #f9f9f9;
  padding: 3px 5px 3px 5px;
  text-shadow: 0px -1px 0px none;
}
table.clean tr td.c {
  text-align: center;
}
table.clean tr td.r {
  text-align: right;
}
table.clean tr.foot td {
  background-color: #e9e9e9 !important;
  text-align: right;
  font-weight: bold;
}
table.std {
  border: 1px solid #cccccc;
  background-color: white;
  border-spacing: 1px;
}
table.std tr th {
  color: #555555;
  background-color: #f7f7f7;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #dddddd;
}
table.std tr th:last-child {
  border-right: none;
}
table.std tr td {
  background-color: #f9f9f9;
  padding: 3px 5px 3px 5px;
  text-shadow: 0px -1px 0px none;
}
table.std tr td.c {
  text-align: center;
}
table.std tr td.r {
  text-align: right;
}
table.std tr:nth-child(even) td {
  background-color: #eaeaea;
}
table.std tr.error td {
  background-color: #ffe9e9 !important;
}
table.std tr.foot td {
  background-color: #e9e9e9 !important;
  text-align: right;
  font-weight: bold;
}
table.training-box {
  background-color: white;
  border-spacing: 1px;
}
table.training {
  border: 1px solid #cccccc;
  background-color: white;
  border-spacing: 1px;
}
table.training tr th {
  color: white;
  background-color: #a12420;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: normal !important;
  border-right: 1px solid #dddddd;
}
table.training tr th:last-child {
  border-right: none;
}
table.training tr td {
  background-color: #f9f9f9;
  padding: 3px 5px 3px 5px;
  text-shadow: 0px -1px 0px none;
}
table.training tr td.c {
  text-align: center;
}
table.training tr td.r {
  text-align: right;
}
table.training tr td.details {
  color: white;
  background-color: #a12420 !important;
}
table.training tr.cycle td {
  text-align: center;
  background-color: #959595 !important;
  color: white !important;
  font-size: 15px;
}
table.training tr.error td {
  background-color: #ffe9e9 !important;
}
table.training tr.foot td {
  background-color: #e9e9e9 !important;
  text-align: right;
}
table.no-zebra tr:nth-child(even) td {
  background-color: #f9f9f9;
}
table.printable {
  background-color: #555555;
  border-spacing: 1px;
}
table.printable tr th {
  color: #555555;
  background-color: #F1F1F1 !important;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #dddddd;
  text-shadow: none;
  font-size: 11pt;
}
table.printable tr th:last-child {
  border-right: none;
}
table.printable tr td {
  background-color: #fff;
  padding: 3px 5px 3px 5px;
  text-shadow: none;
  font-size: 11pt;
}
table.printable tr.foot td {
  background-color: #f1f1f1 !important;
  text-align: right;
  font-weight: bold;
  text-shadow: none;
  font-size: 11pt;
}
h1.modHead {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}
#divFixedTopMenu {
  position: fixed;
  top: 0px;
  height: 82px;
  left: 0px;
  right: 0px;
  background-color: #282828;
  z-index: 100000;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#divFixedTopMenu .centerContainer {
  margin: 0 auto;
  width: 950px;
}
#divFixedTopMenu .logo {
  float: left;
  width: 120px;
  height: 100%;
  padding: 10px 38px 10px 36px;
  background-color: #363636;
}
#divFixedTopMenu .logo .clientcode {
  float: left;
  width: 100%;
  color: #dddddd;
  text-align: center;
}
#divFixedTopMenu .container {
  float: left;
}
#divContainerMainLeftFloating {
  position: absolute;
  padding: 20px 0px 0px 0px;
  width: 195px;
  top: -31px;
  left: -12px;
  background: #dddddd;
  z-index: 300;
  box-shadow: 8px 0px 8px rgba(0,0,0,0.2);
  display: none;
}
#divContainerMainLeftInner {
  overflow: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-left: -1000px;
  padding-left: 1000px;
  margin-top: 80px;
}
#divContainerMainLeftFloatToggle {
  cursor: pointer;
  position: absolute;
  width: 22px;
  background-color: #dfdfdf;
  top: -11px;
  left: -37px;
  padding: 30px 0px 30px 3px;
  text-align: center;
  font-size: 23px;
  color: #888888;
  text-shadow: 0px 1px 0px white;
  border-right: none;
  z-index: 200;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  border: 1px dashed #bcbcbc;
}
#divContainerMainLeftFloatToggle:hover {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border: 1px solid #bcbcbc;
}
#divContentCenter {
  width: 972px;
  margin: 82px auto 0px auto;
}
#divContentCenter #divAllContent {
  float: left;
  padding: 0px 10px 0px 10px;
  width: 950px;
  min-height: 220px;
  background-color: white;
  margin-bottom: 10px;
}
#divContentCenter #divAllContent.wide {
  padding-top: 10px;
}
#divPrintContent {
  width: 972px;
  margin: 0px;
}
#divPrintContent #divAllContent {
  float: none;
  padding: 0px 10px 0px 10px;
  width: 950px;
  background-color: white;
  margin-bottom: 10px;
}
#divHead {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#divLogo {
  float: left;
  width: 260px;
  height: 95px;
}
#divContainerTopHigh {
  float: left;
  width: 690px;
}
#divContainerTopLow {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#divContainerFooter {
  float: left;
  width: 100%;
  margin: 15px 0px 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dddddd;
  background-color: #f0f0f0;
}
#divContainerFooterMainInner {
  float: left;
  width: 100%;
  margin: 15px 0px 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dddddd;
  background-color: #f0f0f0;
}
#divContainerFooterMain {
  padding-left: 205px;
}
#divMain {
  float: left;
  width: 100%;
  position: relative;
}
#divContainerMainLeft {
  float: left;
  width: 200px;
}
#divContainerMainLeftFloat {
  position: absolute;
  top: -20px;
  left: -10px;
  color: white;
  width: 200px;
  z-index: 100;
  padding: 0px 8px 2px 10px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 0px 0px 10px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-left: 1px solid rgba(0,0,0,0.3);
  border-right: 1px solid rgba(0,0,0,0.3);
}
#divContainerMainLeftFloat .panelBtn {
  display: block;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
  text-align: center;
}
#divContainerMainLeftFloat .panelBtn a {
  color: white;
  text-decoration: none;
}
#divContainerMainLeftFloat .panelContent {
  display: block;
}
#divContainerMainLeftFloat .panelContent .panelHide {
  padding-bottom: 5px;
}
#divContainerMain {
  float: left;
  width: 740px;
  padding-left: 10px;
  margin-top: 10px;
}
.boxGrey {
  border: 1px #cbcbcb solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  background-color: #eeeeee;
  box-shadow: 0px 1px 1px #dddddd;
  -o-box-shadow: 0px 1px 1px #dddddd;
  -moz-box-shadow: 0px 1px 1px #dddddd;
  -webkit-box-shadow: 0px 1px 1px #dddddd;
  float: left;
}
.boxLGrey {
  background-color: #dfdfdf;
  float: left;
  width: 195px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #c7c7c7;
}
.boxLGrey h3.head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 5px 8px 15px;
  margin: 0px;
}
.boxMMGrey {
  border: 1px #666666 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  float: left;
  background-image: -moz-linear-gradient(top, #888888, #717171 33%, #5f5f5f 1px, #5d5d5d);
  background-image: -webkit-linear-gradient(top, #888888, #717171 33%, #5f5f5f 1px, #5d5d5d);
  background-image: -o-linear-gradient(top, #888888, #717171 33%, #5f5f5f 1px, #5d5d5d);
  background-image: -ms-linear-gradient(top, #888888, #717171 33%, #5f5f5f 1px, #5d5d5d);
  background-image: linear-gradient(top, #888888, #717171 33%, #5f5f5f 1px, #5d5d5d);
}
.divLoginSideBanner {
  float: left;
  width: 215px;
}
#divFullLoginPage {
  float: left;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
  background-image: -moz-linear-gradient(top, #e0e0e0, #ffffff);
  background-image: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
  background-image: -o-linear-gradient(top, #e0e0e0, #ffffff);
  background-image: -ms-linear-gradient(top, #e0e0e0, #ffffff);
  background-image: linear-gradient(top, #e0e0e0, #ffffff);
  background-color: #efefef;
}
#divLoginTpl {
  width: 960px;
  margin: 80px auto 0px auto;
}
@media all and (max-width: 1151px) {
  #divLoginTpl {
    width: 100%;
  }
}
#divLoginTpl div.top_low_container {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#divLoginTpl div.divLoginLongContainer {
  float: left;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#divLoginTpl div.login_container {
  float: left;
  width: 360px;
  min-height: 450px;
}
@media all and (max-width: 1151px) {
  #divLoginTpl div.login_container {
    width: 100%;
  }
  #divLoginTpl div.login_container div.line {
    margin: 0px auto 0px auto;
  }
}
#divLoginTpl div.login_container #divAJAXRMs,
#divLoginTpl div.login_container #divRMs {
  width: 300px;
}
@media all and (max-width: 1151px) {
  #divLoginTpl div.login_container #divAJAXRMs,
  #divLoginTpl div.login_container #divRMs {
    width: auto;
    margin: 0 15px;
  }
}
#divLoginTpl div.banner_container {
  float: left;
  width: 600px;
}
@media all and (max-width: 1151px) {
  #divLoginTpl div.banner_container {
    width: 0px;
    display: none;
  }
}
#divLoginTpl div.banner_container div.bannersection {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#divLoginTpl div.banner_container div.bannersection div.bannercol {
  float: left;
  width: 190px;
  margin: 0px 0px 0px 10px;
}
#divLoginTpl div.banner_container div.bannersection div.bannercol:first-child {
  margin: 0px;
}
#divLoginTpl div.ftr {
  float: left;
  width: 100%;
  color: #666666;
  padding: 10px 0px 5px 0px;
  border-top: 1px solid #cccccc;
}
#divPreLoginTpl {
  width: 800px;
  margin: 0 auto;
  margin-top: 10px;
}
#divPreLoginTpl div.logo {
  float: left;
  width: 205px;
  margin: 0px;
}
#divPreLoginTpl div.top_low_container {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#divPreLoginTpl div.login_container {
  float: left;
  width: 780px;
  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 10px;
  background-image: -moz-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -webkit-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -o-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -ms-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}
div.divPageLinks {
  float: left;
  width: 100%;
  text-align: center;
  padding: 5px 0px 5px 0px;
}
div.divPageLinks a {
  color: #0083cc;
}
div.divPageLinks a:hover {
  padding: 2px 7px 2px 7px;
  background-color: #0083cc;
  color: white;
  text-decoration: none;
}
div.divPageLinks a.pagelink {
  padding: 2px 7px 2px 7px;
}
div.divPageLinks a.pagelink_etc {
  padding: 2px 7px 2px 7px;
}
div.divPageLinks span.current {
  padding: 2px 7px 2px 7px;
  background-color: #0083cc;
  color: white;
}
div.mainContentBox {
  float: left;
  width: 100%;
  border: 1px #999999 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -webkit-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -o-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: -ms-linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  background-image: linear-gradient(top, #fdfdfd, #d9d9d9 1px, #f1f1f1 50px);
  box-shadow: 0px 1px 4px rgba(50,50,50,0.5);
  -o-box-shadow: 0px 1px 4px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 1px 4px rgba(50,50,50,0.5);
  -webkit-box-shadow: 0px 1px 4px rgba(50,50,50,0.5);
  float: left;
}
.loading {
  cursor: wait;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../gfx/ajax-loader2.gif) 50% 50% no-repeat #f1f1f1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.divModule {
  float: left;
  width: 100%;
}
div.divModule >h1 {
  float: left;
  width: 100%;
  font-size: 20px;
}
div.divModule div.section {
  float: left;
  width: 100%;
  padding: 0px 0px 10px 0px;
  position: relative;
}
.abRed {
  color: #A12420;
}
.abRedBack {
  background-color: #A12420 !important;
}
.abRedBack .cartAmt {
  display: none;
}
.fcRed {
  color: red;
}
.fcDarkOrange {
  color: darkorange;
}
.fcGray {
  color: gray;
}
.tdDigit {
  text-align: right;
}
.tdSource {
  text-align: center;
  line-height: 10px;
}
.btnStd {
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #ffffff;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  font-size: 12px;
  font-family: "Segoe UI";
  padding: 0px 4px 2px 4px;
  margin: 0px 0px 0px 5px;
  line-height: 22px;
  height: 22px;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top,#F26340,#D14514);
  background-image: -webkit-linear-gradient(top,#F26340,#D14514);
  background-image: -o-linear-gradient(top,#F26340,#D14514);
  background-image: linear-gradient(top,#F26340,#D14514);
  background-color: #D14514;
  border: 1px solid;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.1);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-table;
}
.btnStd:hover {
  background-position: 0px -15px;
}
.btnStd span {
  padding: 2px 0px 4px;
}
hr {
  border: 0;
  color: #EAEAEA;
  background-color: #EAEAEA;
  height: 1px;
  width: 100%;
  text-align: left;
}
.add-on {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  vertical-align: top;
  width: auto;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-right: -1px;
}
.input-append .add-on {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  vertical-align: top;
  width: auto;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: -1px;
}
.input-append input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-right: 0px;
}
.input-append {
  display: inline;
}
.antiFloat {
  overflow: hidden;
  _overflow: visible;
  _overflow-x: hidden;
  _height: 0;
}
.noRowsFound {
  text-align: center;
  font-style: italic;
}
.limited_info {
  color: #888;
  font-size: 10px;
  padding-left: 5px;
  xleft: -10px;
  xposition: relative;
}
.limited_sum {
  color: #fff;
  font-size: 10px;
  padding-left: 5px;
  xleft: -10px;
  xposition: relative;
}
div.divSmallOrderBox {
  float: left;
  color: #555555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
div.divSmallOrderBox #divSmallOrderLiveContents {
  float: left;
  width: 100%;
}
div.divSmallOrderBox #divSmallOrderLiveContents .smallOrderLiveTable {
  float: left;
  width: 100%;
  padding: 5px 0px 0px 0px;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  background-color: #ddd;
  color: #ddd;
  border-bottom: 1px solid #eee;
  height: 1px;
  *height: 3px;
}
a.r {
  font-size: 11px;
  text-decoration: none;
  color: #B90103;
}
a.r:hover {
  text-decoration: underline;
}
a.rn {
  text-decoration: none;
  color: #B90103;
}
a.rn:hover {
  text-decoration: underline;
}
input.modLineInput {
  width: 50px;
}
div.window_container {
  float: left;
}
.profile_logo {
  max-width: 200px;
  mah-height: 200px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
ul.newTabs {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #bcbcbc;
}
ul.newTabs li {
  float: left;
  color: white;
  font-size: 14px;
  list-style: none;
  margin-bottom: -1px;
}
ul.newTabs li a {
  float: left;
  display: block;
  padding: 6px 20px 6px 20px;
  color: white;
  text-decoration: none;
  font-weight: 300;
  text-shadow: 0px 0px 0px white;
  background-color: #555555;
}
ul.newTabs li a:hover {
  text-decoration: none;
  background-color: #444444;
}
ul.newTabs li a.active {
  padding: 9px 20px 9px 20px;
  margin-top: -7px;
  background-color: white;
  color: #282828;
  border: 1px solid #bcbcbc;
  border-bottom: none;
  font-weight: 600;
}
.ui-autocomplete {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  border: 1px solid #aaaaaa;
}
.ui-autocomplete .ui-state-hover {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #eeeeee;
}
.ui-autocomplete a {
  font-size: 14px;
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica", "Arial";
}
.ui-autocomplete li.use-desc-index {
  font-size: 14px;
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica", "Arial";
}
.global_salesmen {
  text-align: center;
  background: #fff;
  position: absolute;
  padding: 10px;
  padding-top: 5px;
  top: 82px;
  width: 250px;
  margin-left: -38px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  display: none;
}
.dzyndzel_s {
  border-bottom: 15px solid #f7f7f7;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 20px;
  top: -15px;
  z-index: 10;
}
#global_salesmen_ico {
  cursor: pointer;
}
.smallOrderAlsen {
  background: url(../AlsenModule/als_a.png) no-repeat 60px 8px;
}
.allegroInButton {
  margin: 5px 0px;
}
.langpl {
  padding: 0px 0px 0px 20px;
  background: url(../LocaleModule/lang_pl_16.png) no-repeat 0px 3px;
}
.langen {
  padding: 0px 0px 0px 20px;
  background: url(../LocaleModule/lang_en_16.png) no-repeat 0px 3px;
}
.langde {
  padding: 0px 0px 0px 20px;
  background: url(../LocaleModule/lang_de_16.png) no-repeat 0px 3px;
}
.langru {
  padding: 0px 0px 0px 20px;
  background: url(../LocaleModule/lang_ru_16.png) no-repeat 0px 3px;
}
.miniPageLoading {
  background: url(../gfx/ajax-loader.gif) 50% 50% no-repeat #f1f1f1 !important;
}
.submitInvoiceFilterFormHidden:hover {
  cursor: pointer;
  text-decoration: underline;
}
a.balanceLnk {
  text-decoration: underline !important;
  cursor: pointer;
}
a.balanceLnk:hover {
  text-decoration: underline;
  cursor: pointer;
}
