/*@absence-requested-border: @border-very-lite;//1px solid #cc6;
@absence-granted-border: @border-very-lite;//1px solid #8b1;
@absence-workOnline-border: @border-very-lite;//1px solid #bad;
@absence-workTravel-border: @border-very-lite;//1px solid #abd;*/
.font-size-M {
  font-size: 12px;
}
@media (max-width: 1000px) {
  .font-size-M {
    font-size: 13px;
  }
}
.font-size-S {
  font-size: 11px;
}
@media (max-width: 1000px) {
  .font-size-S {
    font-size: 12px;
  }
}
.font-size-L {
  font-size: 13px;
}
@media (max-width: 1000px) {
  .font-size-L {
    font-size: 14px;
  }
}
.font-variant-regular {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
.font-variant-bold {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.font-variant-italic {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.font-variant-bold-italic {
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 12px;
}
@media (max-width: 1000px) {
  html {
    font-size: 13px;
  }
}
body {
  margin: 0;
  line-height: 145%;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
body,
input,
select,
textarea {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #333;
}
@media (max-width: 1000px) {
  body,
  input,
  select,
  textarea {
    font-size: 13px;
  }
}
input,
select {
  margin: 0;
}
select + select,
input[type=hidden] + select {
  margin-left: 10px;
}
input[disabled],
textarea[disabled],
select[disabled] {
  color: #94948d;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password] {
  border: 1px solid #bebeb8;
  padding-left: 5px;
  height: 27px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type=number] {
  -moz-appearance: textfield;
  -o-appearance: textfield;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #94948d;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #94948d;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #94948d;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: #94948d;
  opacity: 1;
}
/*input[type=checkbox] {
	padding: 0;
}
input[type=checkbox] + span {
	margin-left: 5px;
}
input[type=checkbox]:not(:checked) + span {
	color: @color-font-grey-4;
}*/
textarea {
  resize: none;
  overflow: auto;
  margin: 0;
  padding: 10px;
  line-height: 145%;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a img {
  border: none;
}
.relativeBlockForFirefox {
  /* Firefox renders "position:absolute" correctly ONLY to elements inside elements with "display:block" */
  position: relative;
  width: 100%;
  height: 100%;
}
table.dlg-placer {
  border-spacing: 0;
}
table.dlg-placer-100 {
  width: 100%;
  border-spacing: 0;
}
.fauxTable {
  display: inline-table;
  border-collapse: collapse;
}
.fauxTable-100-x {
  display: inline-table;
  width: 100%;
  border-spacing: 0;
}
.fauxTable-x-100 {
  display: inline-table;
  /* "table" will not be positionable inside of "td"  */
  height: 100%;
  border-spacing: 0;
}
.fauxTable-100-100 {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 0;
}
.fauxTr {
  display: table-row;
}
.fauxTd {
  display: table-cell;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.valignTop {
  vertical-align: top;
}
.valignMiddle {
  vertical-align: middle;
}
.valignBottom {
  vertical-align: bottom;
}
.cssCursorView {
  cursor: pointer;
  cursor: url("../img/cursor-pointer-view-1.png") 5 0, pointer;
}
.cssCursorEdit {
  cursor: pointer;
  cursor: url("../img/cursor-pointer-edit-1.png") 5 0, pointer;
}
.cssCursorClose {
  cursor: pointer;
  cursor: url("../img/cursor-close-1.png") 5 0, pointer;
}
.cssCursorTip {
  cursor: help;
}
td.cursorView {
  cursor: pointer;
  cursor: url("../img/cursor-pointer-view-1.png") 5 0, pointer;
}
td.cursorEdit {
  cursor: pointer;
  cursor: url("../img/cursor-pointer-edit-1.png") 5 0, pointer;
}
td.cursorTip,
span.cursorTip {
  cursor: help;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.lineUnder {
  text-decoration: underline;
}
.lineThrough {
  text-decoration: line-through;
}
.noWrap {
  white-space: nowrap;
}
.fullWrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  /*word-break: break-word;*/
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fauxRadio {
  display: inline-block;
  min-height: 11px;
  border: none;
  background-repeat: no-repeat;
  cursor: default;
}
.fauxRadio.dlx-grade-1 {
  color: #590;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.fauxRadio[data-label=no] {
  width: 20px;
  height: 20px;
  background-position: center;
}
.fauxRadio[data-label=yes] {
  background-origin: border-box;
  background-position: left center;
  padding-left: 22px;
  padding-right: 5px;
}
.fauxRadio.dlx-leftAdhering[data-label=yes] {
  margin-left: -5px;
}
.fauxRadio[data-checked=no][data-disabled=no] {
  background-image: url("../img/radio-off-1.png");
}
.fauxRadio[data-checked=no][data-disabled=no][data-reload-for-filters=yes] {
  background-image: url("../img/radio-off-1-hot.png");
}
.fauxRadio[data-checked=no][data-disabled=yes] {
  background-image: url("../img/radio-off.png");
  opacity: 0.5;
}
.fauxRadio[data-checked=yes][data-disabled=no] {
  background-image: url("../img/radio-on-1.png");
}
.fauxRadio[data-checked=yes][data-disabled=no][data-reload-for-filters=yes] {
  background-image: url("../img/radio-on-1-hot.png");
}
.fauxRadio[data-checked=yes][data-disabled=yes] {
  background-image: url("../img/radio-on-1.png");
  opacity: 0.5;
}
.fauxCheckbox {
  display: inline-block;
  border: none;
  background-repeat: no-repeat;
  cursor: default;
}
.fauxCheckbox[title]:not([title=""]) {
  cursor: help;
}
.fauxCheckbox[data-label=no] {
  width: 13px;
  height: 13px;
  background-position: center;
}
.fauxCheckbox[data-label=yes] {
  background-origin: border-box;
  background-position: left center;
  padding-left: 20px;
}
.fauxCheckbox.dlx-mobile[data-label=yes] {
  padding-left: 23px;
}
.fauxCheckbox[data-checked=yes] {
  background-image: url("../img/checkbox-on.png");
}
.fauxCheckbox.dlx-mobile[data-checked=yes] {
  background-image: url("../img/checkbox-mobile-on.png");
}
.fauxCheckbox[data-checked=no] {
  background-image: url("../img/checkbox-off.png");
  color: #94948d;
}
table.dlx-input .fauxCheckbox[data-checked=no],
td.dlx-input .fauxCheckbox[data-checked=no] {
  color: #333;
}
.fauxCheckbox.dlx-mobile[data-checked=no] {
  background-image: url("../img/checkbox-mobile-off.png");
  color: #999;
}
.fauxCheckbox[data-checked=yes][data-disabled=no][data-reload-for-filters=yes] {
  background-image: url("../img/checkbox-reloading-on.png");
}
.fauxCheckbox[data-checked=no][data-disabled=no][data-reload-for-filters=yes] {
  background-image: url("../img/checkbox-reloading-off.png");
}
.fauxCheckbox[data-disabled=yes] {
  opacity: 0.5;
}
/*.space-v(@height) {
	line-height: 1px;
	height: @height;
}
.space-v-5 {
	.space-v(5px);
}
.space-v-10 {
	.space-v(10px);
}
.space-v-15 {
	.space-v(15px);
}
.space-v-20 {
	.space-v(20px);
}*/
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-75 {
  padding-left: 75px;
}
.padding-left-100 {
  padding-left: 100px;
}
body.dlx-old {
  background-color: #753;
  background-image: url("../img/old.png");
  background-position: top left;
}
body.dlx-demo {
  background-color: #f50;
  background-image: url("../img/demo.png");
  background-position: top left;
}
body.dlx-dev {
  background-color: #ffc;
  /*	background-image: url("@{dir-img}dev.png");
	background-position: top left;*/
}
.dlg-pageFrame {
  position: relative;
  width: 1850px;
  margin: 56px auto 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px #808080;
}
.dlg-topBar {
  display: table;
  border-spacing: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1850px;
  height: 36px;
  background-color: #4f4f3c;
  color: #eee;
  box-shadow: 0 0 15px #808080;
  z-index: 10;
}
@media (max-width: 1000px) {
  .dlg-topBar {
    background-color: #444;
    box-shadow: none;
  }
}
.dlg-topBar .dlx-segment {
  display: inline-block;
  padding-top: 9px;
  white-space: nowrap;
}
.dlg-topBar .dlx-segment.dlx-logo {
  width: 15%;
  padding-left: 20px;
  letter-spacing: 1px;
}
.dlg-topBar .dlx-segment.dlx-dateTime {
  width: 15%;
  text-align: right;
}
.dlg-topBar .dlx-segment.dlx-user {
  width: 50%;
  text-align: right;
}
.dlg-topBar .dlx-segment.dlx-langPickers {
  width: 20%;
  padding-right: 20px;
  text-align: right;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlg-topBar .dlx-segment.dlx-langPickers {
    font-size: 12px;
  }
}
.dlg-topBar .dlx-mail {
  margin: 0 10px;
  color: #ffa;
}
.dlg-topBar .dlx-separator {
  padding: 0 3px;
  color: #808080;
}
.dlg-topBar .dlx-logout {
  margin-left: 60px;
  padding-left: 22px;
  background: url("../img/logout-2.png") no-repeat left center;
}
.dlg-topBar .dlx-logout:hover {
  color: #ffa;
}
.dlg-langPicker {
  margin: 0 5px;
  letter-spacing: 1px;
}
.dlg-langPicker.dlx-pending {
  cursor: pointer;
}
.dlg-langPicker.dlx-pending:hover {
  color: #ffa;
}
.dlg-langPicker.dlx-current {
  color: #ffa;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  cursor: default;
}
.dlg-menuWrapper {
  margin: 0 -2px;
}
table.dlg-menu {
  display: table;
  width: 100%;
  border-spacing: 2px;
  background-color: #fff;
}
td.dlg-menuGroupA,
td.dlg-menuGroupB,
td.dlg-menuOption {
  height: 55px;
  padding: 3px 10px;
  line-height: 130%;
}
td.dlg-menuGroupA .dlx-wrapper,
td.dlg-menuGroupB .dlx-wrapper,
td.dlg-menuOption .dlx-wrapper {
  min-height: 28px;
}
td.dlg-menuGroupA {
  background-color: #649030;
  border: 1px solid #490;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 1000px) {
  td.dlg-menuGroupA {
    font-size: 14px;
  }
}
td.dlg-menuGroupA.dlx-pending {
  cursor: pointer;
}
td.dlg-menuGroupA.dlx-pending:hover {
  background-color: #c60;
  border: 1px solid #a40;
  color: #fff;
}
td.dlg-menuGroupA.dlx-current {
  background-color: #c60;
  border: 1px solid #a40;
  color: #fff;
  cursor: default;
}
td.dlg-menuGroupB {
  background-color: #dcf53d;
  border: 1px solid #ac0;
  color: #000;
  font-size: 13px;
}
@media (max-width: 1000px) {
  td.dlg-menuGroupB {
    font-size: 14px;
  }
}
td.dlg-menuGroupB.dlx-pending {
  cursor: pointer;
}
td.dlg-menuGroupB.dlx-pending:hover {
  background-color: #fa0;
  border: 1px solid #c90;
  color: #000;
}
td.dlg-menuGroupB.dlx-current {
  background-color: #fa0;
  border: 1px solid #c90;
  color: #000;
  cursor: default;
}
td.dlg-menuOption {
  background-color: #a7dd3c;
  border: 1px solid #7c0;
  color: #030;
}
td.dlg-menuOption.dlx-pending {
  cursor: pointer;
}
td.dlg-menuOption.dlx-pending:hover {
  background-color: #f93;
  border: 1px solid #d71;
  color: #030;
}
td.dlg-menuOption.dlx-current {
  background-color: #f93;
  border: 1px solid #d71;
  color: #030;
  cursor: pointer;
}
.dlg-pageHeader {
  width: 100%;
  border-spacing: 0;
  margin: 10px 0;
}
.dlg-pageHeader tr > td:first-of-type {
  padding-top: 5px;
  vertical-align: top;
}
.dlg-pageHeader tr > td:not(:first-of-type) {
  padding-left: 7px;
  text-align: right;
  vertical-align: middle;
}
.dlg-pageHeader tr > td {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #b50;
}
.dlg-pageHeader select {
  margin: 5px 0 5px 0;
  padding: 3px 2px;
  height: 23px;
}
.dlg-pageHeader select + select,
.dlg-pageHeader input[type=hidden] + select {
  margin-left: 10px;
}
.dlg-pageHeader select + .dlg-button {
  margin-left: 50px;
}
.dlg-pageHeader select.dlx-year {
  width: 83px;
}
.dlg-pageHeader select.dlx-user {
  width: 200px;
}
.dlg-pageHeader select.dlx-juniorRelation {
  width: 200px;
}
.dlg-page-I .dlg-pageHeader {
  margin-top: 15px;
  margin-bottom: 15px;
}
.dlg-page-config_I.dlg-page-I .dlg-pageHeader {
  margin-bottom: 5px;
}
.dlg-page-AE .dlg-pageHeader {
  margin-top: 10px;
  margin-bottom: 15px;
}
.dlg-page-IMP .dlg-pageHeader {
  margin-bottom: 20px;
}
.dlg-page-MassE .dlg-pageHeader {
  margin-bottom: 20px;
}
.dlg-breadcrumb {
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  padding: 0 2px;
}
.dlg-breadcrumb .dlx-ext {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
.dlg-breadcrumb.dlx-pending {
  color: #b50;
  cursor: pointer;
}
.dlg-breadcrumb.dlx-pending:hover {
  text-decoration: underline;
}
.dlg-breadcrumb.dlx-current {
  color: #d80;
  cursor: default;
}
.dlg-breadcrumb[data-index="0"] {
  color: #b50;
}
.dlg-breadcrumb-separator {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 3px;
  background: url("../img/arr-bread.png") no-repeat center;
}
/*.dlg-breadcrumbExtraRight {
	.font-variant-regular();
	color: @color-font-breadcrumb-current;
	cursor: default;
}*/
span.dlg-mail,
div.dlg-mail {
  color: #646457;
}
a.dlg-mail {
  color: #66a;
}
a.dlg-mail:hover {
  color: #44c;
  text-decoration: underline;
}
.dlg-accessDenied {
  color: #bdbda8;
  cursor: help;
}
.dlg-floodInput {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
.dlg-cellIcon {
  display: block;
  margin: auto;
}
.dlx-showStatus1 {
  margin-left: 15px;
  margin-right: 10px;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
.dlx-tinyText {
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlx-tinyText {
    font-size: 12px;
  }
}
.dlx-inlineIconAdd {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  margin-left: 5px;
  border-radius: 1px;
  padding: 0 2px;
  color: #380;
  background-color: #e8f8cc;
  cursor: pointer;
}
.dlx-inlineIconAdd:hover {
  color: #380;
  background-color: #d8e8bc;
}
.dlx-inlineIconDelete {
  float: right;
  padding: 0 2px;
  font-size: 16px;
  color: #bdbda8;
  cursor: pointer;
}
.dlx-inlineIconDelete.dlx-hidden {
  display: none;
}
.dlg-iframeInvoicePdf {
  width: 100%;
  height: 800px;
  border: 1px solid #bebeb8;
}
.dlg-supplierSwitches {
  margin: 0 -3px 10px -3px;
}
.dlg-supplierSwitches .dlx-box {
  display: inline-block;
  width: 10%;
  padding: 3px;
}
.dlg-supplierSwitches .dlg-supplierSwitch {
  padding: 5px 0;
  border: 1px dashed #bebeb8;
  text-align: center;
  cursor: pointer;
}
.dlg-supplierSwitches .dlg-supplierSwitch.dlx-on,
.dlg-supplierSwitches .dlg-supplierSwitch:hover {
  background-color: #ebe9e0;
}
.dlg-spentpipeGroupSwitches {
  margin: 0 -3px 10px -3px;
}
.dlg-spentpipeGroupSwitches .dlx-box {
  display: inline-block;
  width: 20%;
  padding: 3px;
}
.dlg-spentpipeGroupSwitches .dlg-spentpipeGroupSwitch {
  padding: 5px 0;
  border: 1px dashed #bebeb8;
  text-align: center;
  cursor: pointer;
}
.dlg-spentpipeGroupSwitches .dlg-spentpipeGroupSwitch.dlx-on,
.dlg-spentpipeGroupSwitches .dlg-spentpipeGroupSwitch:hover {
  background-color: #ebe9e0;
}
.dlg-normal {
  color: #333;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .dlg-normal {
    font-size: 13px;
  }
}
.dlg-grey-lite {
  color: #94948d;
}
.dlg-grey-very-lite {
  color: #bdbda8;
}
.dlg-grey-ultra-lite {
  color: #d8d8c7;
}
.dlg-red {
  color: #c00;
}
.dlg-brick {
  color: #c70;
}
.dlg-violet {
  color: #a7b;
}
.dlg-green {
  color: #3a0;
}
.dlg-sea {
  color: #0aa;
}
.dlg-sea-dark {
  color: #088;
}
.dlg-yellow {
  color: #ff0;
}
.dlg-lime {
  color: #af4;
}
.dlg-orange-lite {
  color: #fc0;
}
.dlg-deleted {
  color: #94948d;
}
.dlg-disabled {
  color: #94948d;
}
.dlg-greyRect {
  background-color: #f6f6f2;
  color: #808080;
}
.dlg-asterisk {
  padding-left: 5px;
  color: #c50;
  cursor: help;
}
.dlx-ajax-trigger,
.dlx-action-trigger {
  cursor: pointer;
}
.dlx-ajax-trigger.cursorEdit,
.dlx-action-trigger.cursorEdit {
  cursor: pointer;
  cursor: url("../img/cursor-pointer-edit-1.png") 5 0, pointer;
}
.dlx-commentHook {
  display: inline-block;
  padding: 2px 3px 1px 2px;
  border-radius: 2px;
  background-color: #f1f1e7;
  color: #94948d;
  line-height: 120%;
  font-size: 11px;
  cursor: help;
}
@media (max-width: 1000px) {
  .dlx-commentHook {
    font-size: 12px;
  }
}
.dlx-alertHook,
.dlx-errorHook {
  display: inline-block;
  padding: 2px 4px 1px 4px;
  border-radius: 2px;
  color: #c00;
  background-color: #ffe8d7;
  line-height: 120%;
  font-size: 11px;
  cursor: help;
}
@media (max-width: 1000px) {
  .dlx-alertHook,
  .dlx-errorHook {
    font-size: 12px;
  }
}
.dlx-errorHook[title=""] {
  display: none;
}
.dlg-textInRect {
  padding: 0px 5px;
  border-radius: 1px;
}
.dlg-tableI .dlg-textInRect {
  margin: -1px -5px;
}
.dlg-tableQ td.dlx-narrowPad .dlg-textInRect {
  padding: 1px 2px;
}
.dlg-tableQ .dlg-textInRect,
.dlg-tableP .dlg-textInRect,
.dlg-tableMassE .dlg-textInRect {
  margin-left: -5px;
  margin-right: -5px;
}
.dlg-tableQ td.dlx-narrowPad.dlx-numeric .dlg-textInRect,
.dlg-tableQ td.dlx-narrowPad.alignRight .dlg-textInRect {
  margin-right: -2px;
}
.dlg-textInOval {
  padding: 1px 5px;
  border-radius: 4px;
}
.dlg-textInOval.dlx-tiny {
  padding: 0px 2px;
  border-radius: 3px;
}
.dlg-textInOval.dlx-message {
  padding: 6px 10px;
  border-radius: 4px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-textInOval.dlx-red,
.dlg-textInRect.dlx-red {
  background-color: #ffe3e3;
}
.dlg-textInOval.dlx-red:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-red:not(.dlx-keepFontColor) {
  color: #d44;
}
.dlg-textInOval.dlx-brick,
.dlg-textInRect.dlx-brick {
  background-color: #ffeeaa;
}
.dlg-textInOval.dlx-brick:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-brick:not(.dlx-keepFontColor) {
  color: #b60;
}
.dlg-textInOval.dlx-green,
.dlg-textInRect.dlx-green {
  background-color: #e8f8cc;
}
.dlg-textInOval.dlx-green:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-green:not(.dlx-keepFontColor) {
  color: #380;
}
.dlg-textInOval.dlx-grey,
.dlg-textInRect.dlx-grey {
  background-color: #f1f1e7;
}
.dlg-textInOval.dlx-grey:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-grey:not(.dlx-keepFontColor) {
  color: #72726b;
}
.dlg-textInOval.dlx-greyDark,
.dlg-textInRect.dlx-greyDark {
  background-color: #e9e9de;
}
.dlg-textInOval.dlx-greyDark:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-greyDark:not(.dlx-keepFontColor) {
  color: #72726b;
}
.dlg-textInOval.dlx-violet,
.dlg-textInRect.dlx-violet {
  background-color: rgba(136, 85, 170, 0.1);
}
.dlg-textInOval.dlx-violet:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-violet:not(.dlx-keepFontColor) {
  color: #85a;
}
.dlg-textInOval.dlx-sea,
.dlg-textInRect.dlx-sea {
  background-color: #dff;
}
.dlg-textInOval.dlx-sea:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-sea:not(.dlx-keepFontColor) {
  color: #166;
}
.dlg-textInOval.dlx-blue,
.dlg-textInRect.dlx-blue {
  background-color: #d3f2ff;
}
.dlg-textInOval.dlx-blue:not(.dlx-keepFontColor),
.dlg-textInRect.dlx-blue:not(.dlx-keepFontColor) {
  color: #358;
}
.dlg-scaleSymbol {
  margin-right: 10px;
  padding: 1px 5px;
  border-radius: 4px;
}
.dlg-scaleSymbol.dlx-1 {
  color: #380;
  background-color: #e8f8cc;
  color: #b60;
  background-color: #ffe2b0;
}
.dlg-scaleSymbol.dlx-0 {
  color: #a8a89b;
  background-color: #f1f1e7;
}
.dlg-yesNo-1 {
  color: #3a0;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-yesNo-0 {
  color: #bdbda8;
}
.dlg-stage {
  font-size: 11px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .dlg-stage {
    font-size: 12px;
  }
}
.dlg-stage.dlx-0,
.dlg-stage.dlx-7,
.dlg-stage.dlx-8 {
  color: #bdbda8;
}
.dlg-stage.dlx-1 {
  color: #d33;
}
.dlg-stage.dlx-2 {
  color: #c50;
}
.dlg-stage.dlx-3 {
  color: #44c;
}
.dlg-stage.dlx-4 {
  color: #66a;
}
.dlg-stage.dlx-5 {
  color: #68f;
}
.dlg-stage.dlx-6 {
  color: #3a0;
}
.dlg-trade.dlx-2 {
  color: #180;
}
.dlg-trade.dlx-1 {
  color: #85a;
}
.dlg-trade.dlx-3 {
  color: #c70;
}
.dlg-trade.dlx--1 {
  color: #d33;
}
.dlg-rank.dlx-1 {
  color: #3a0;
}
.dlg-rank.dlx--1 {
  color: #d33;
}
.dlg-forecast.dlx-1 {
  color: #3a0;
}
.dlg-forecast.dlx--1 {
  color: #d33;
}
.dlg-cartelDomain.dlx-1 {
  color: #d33;
}
.dlg-cartelDomain.dlx-2 {
  color: #d33;
}
.dlg-customerVipGlobal,
.dlg-customerVipLocal {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-customerVipInRect {
  padding: 0px 5px;
  border-radius: 1px;
  margin: 0px -5px;
}
.dlg-customerVipGlobal.dlx-0,
.dlg-customerVipLocal.dlx-0 {
  color: #d8d8c7;
}
.dlg-customerVipGlobal.dlx-4,
.dlg-customerVipLocal.dlx-4 {
  color: #3a0;
}
.dlg-customerVipGlobal.dlx-8,
.dlg-customerVipLocal.dlx-8 {
  padding: 0px 5px;
  border-radius: 1px;
  margin: 0px -5px;
  background-color: #def;
  color: #68f;
}
.dlg-customerVipGlobal.dlx-12,
.dlg-customerVipLocal.dlx-12 {
  padding: 0px 5px;
  border-radius: 1px;
  margin: 0px -5px;
  background-color: #f2f083;
  color: #c70;
}
.dlg-customerVipGlobal.dlx-16,
.dlg-customerVipLocal.dlx-16 {
  padding: 0px 5px;
  border-radius: 1px;
  margin: 0px -5px;
  background-color: #ffe3e3;
  color: #d33;
}
.dlg-axgroupPriceTier {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 5px;
  border-radius: 1px;
  margin: 0px -5px;
}
@media (max-width: 1000px) {
  .dlg-axgroupPriceTier {
    font-size: 12px;
  }
}
.dlg-axgroupPriceTier.dlx-2 {
  color: #3a0;
}
.dlg-axgroupPriceTier.dlx-3 {
  color: #68f;
}
.dlg-axgroupPriceTier.dlx-4 {
  background-color: #f2f083;
  color: #c70;
}
.dlg-axgroupPriceTier.dlx-5 {
  background-color: #ffe3e3;
  color: #d33;
}
.dlg-axgroupOffer {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 5px;
  border-radius: 1px;
  margin: 0px -5px;
}
@media (max-width: 1000px) {
  .dlg-axgroupOffer {
    font-size: 12px;
  }
}
.dlg-axgroupOffer.dlx-0 {
  color: #bdbda8;
}
.dlg-axgroupOffer.dlx-1 {
  background-color: #f2f083;
  color: #c70;
}
.dlg-axgroupOffer.dlx-2 {
  background-color: #ffe3e3;
  color: #d33;
}
.dlg-status.dlx--1 {
  color: #94948d;
}
.dlg-status.dlx-11,
.dlg-status.dlx-112 {
  color: #3a0;
}
.dlg-status.dlx-12,
.dlg-status.dlx-113 {
  color: #d33;
}
.dlg-status.dlx-111 {
  color: #68f;
}
/*.dlx-clickableItem {
	margin-left: -5px;
	padding-left: 5px;
	//background-color: rgba(0,0,0,0.2);
}
.dlx-clickableItem:hover {
	color: @color-font-red-1;
	background-color: rgba(0,0,0,0.1);
}*/
table.dlg-firmbox {
  width: 100%;
  border-spacing: 0;
}
tr.dlg-firmbox > td {
  padding: 0;
  vertical-align: top;
}
table.dlg-columnizer {
  width: 100%;
  border-spacing: 0;
}
tr.dlg-columnizer > td {
  padding: 0;
  vertical-align: top;
}
table.dlg-columnizer.dlx-test-1 > tbody > tr.dlg-columnizer > td {
  border: 1px solid #00f;
}
table.dlg-columnizer.dlx-test-2 > tbody > tr.dlg-columnizer > td {
  border: 1px solid #f00;
}
tr.dlg-columnizer > td:not(:last-of-type),
tr.dlg-columnizer > td.dlx-forcePad-R {
  padding-right: 15px;
}
table.dlg-columnizer tr.dlg-columnizer:not(:first-of-type) > td {
  padding-top: 15px;
}
tr.dlg-columnizer > td .dlg-fancy-AE:last-of-type {
  margin-bottom: 0;
}
table.dlg-columnizer.dlx-micro tr.dlg-columnizer > td:not(:last-of-type) {
  padding-right: 7px;
}
table.dlg-columnizer.dlx-micro tr.dlg-columnizer:not(:first-of-type) > td {
  padding-top: 7px;
}
.dlg-page-IMP tr.dlg-columnizer > td:not(:last-of-type) {
  padding-right: 25px;
}
.dlg-page-IMP tr.dlg-columnizer > td:not(:first-of-type) {
  width: 50%;
}
.dlg-page-IMP table.dlg-columnizer tr:not(:first-of-type) > td {
  padding-top: 10px;
}
.dlg-page-REVALUE tr.dlg-columnizer > td {
  vertical-align: middle;
}
.dlg-page-P table:not(.dlg-filter-box) table.dlg-columnizer {
  margin-top: 15px;
}
table.dlg-legend {
  display: inline-table;
  border-spacing: 0;
}
table.dlg-legend td {
  padding: 0;
  vertical-align: middle;
}
table.dlg-legend td.dlx-box {
  width: 40px;
}
table.dlg-legend td.dlx-box div {
  height: 15px;
  border: 1px solid #a97;
}
table.dlg-legend td.dlx-label {
  padding: 3px 0 3px 10px;
}
/*table.dlg-legend td.dlx-extraRight {
	padding: 3px 15px 3px 0;
	text-align: right;
}*/
table.dlg-legend.dlx-horizontal td.dlx-label {
  padding-right: 20px;
}
table.dlg-legend td.dlx-forecastCalendar-prevForecast-I-card div {
  background-color: #fe9;
}
table.dlg-legend td.dlx-forecastCalendar-forecast-I-card div {
  background-color: #fffcd5;
}
table.dlg-legend td.dlx-forecastCalendar-forecast-E-frozen div {
  background-color: #fe9;
}
table.dlg-legend td.dlx-forecastCalendar-forecast-E-free div {
  background-color: #fffcd5;
}
table.dlg-legend td.dlx-forecastCalendar-forecastGranted div {
  background-color: #ebe9e0;
}
.dlg-hotText {
  display: inline-block;
  color: #c70;
  padding-left: 10px;
  background: no-repeat left center url("../img/arr-bread.png");
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  margin-left: 10px;
}
.dlg-hotText.dlx-compact {
  padding-left: 7px;
}
.dlg-hotText.dlx-noArrow {
  padding-left: 0;
  background: none;
}
.dlg-hotText.dlx-green {
  color: #3a0;
}
.dlg-hotText.dlx-red {
  color: #d33;
}
.dlg-hotText.dlx-off {
  color: #94948d;
  cursor: default;
}
.dlg-hotText.dlx-off[title]:not([title=""]) {
  cursor: help;
}
.dlg-separatorBar .dlg-hotText,
.dlg-boxInfo-C .dlx-selectDeselectAll.dlg-hotText {
  margin-left: 15px;
}
.dlg-hotText.dlx-adhering {
  margin-left: 0px;
}
.dlg-hotText:not(.dlx-off):hover {
  color: #85a;
}
.dlg-filters-tabular-wrapper {
  position: relative;
}
.dlx-infoOnclick.dlx-H {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
}
.dlx-infoOnclick.dlx-V {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
}
.dlx-icon-selectDeselectAll {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 13px;
  height: 13px;
  max-height: 50%;
  border: 1px solid #fff;
  background-color: #ddd;
  font-size: 1px;
  line-height: 1px;
  cursor: pointer;
}
.dlg-filters-tabular-wrapper .dlx-icon-selectDeselectAll {
  left: 1px;
}
.dlg-filters-tabular-wrapper .dlx-icon-selectDeselectAll[data-target-state="on"] {
  top: 1px;
}
.dlg-filters-tabular-wrapper .dlx-icon-selectDeselectAll[data-target-state="off"] {
  bottom: 1px;
}
.dlx-icon-selectDeselectAll[data-target-state="on"] {
  top: 0;
  background-color: #b9e463;
  background-color: #d5e6b3;
}
.dlx-icon-selectDeselectAll[data-target-state="off"] {
  bottom: 0;
  background-color: #bde56c;
  background-color: #fdd9b4;
}
.dlx-icon-selectDeselectAll[data-target-state="on"]:hover {
  background-color: #a3db33;
}
.dlx-icon-selectDeselectAll[data-target-state="off"]:hover {
  background-color: #ffa142;
}
.dlg-yearsMonthsDays .dlx-row {
  padding-bottom: 2px;
}
.dlg-yearsMonthsDays .dlx-row .dlx-label {
  background-color: #e7e7c4;
  padding-left: 3px;
  padding-right: 3px;
}
.dlg-yearsMonthsDays .dlx-row .dlg-hot-day {
  color: #c70;
  cursor: pointer;
}
.dlg-yearsMonthsDays .dlx-row .dlg-hot-day:hover {
  text-decoration: underline;
}
.dlg-yearsMonthsDays-Big .dlx-row {
  padding-bottom: 2px;
}
.dlg-yearsMonthsDays-Big .dlx-row .dlx-label {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #82826b;
  color: #fff;
}
.dlg-yearsMonthsDays-Big .dlx-row .dlx-day {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #e9fcbd;
  text-align: center;
  cursor: help;
}
.dlg-yearsMonthsDays-Big .dlx-row .dlx-day.dlx-empty {
  background-color: #faf9f5;
  color: #cecebd;
  cursor: default;
}
.dlg-yearsMonthsDays-Big .dlx-row .dlx-day .dlx-items {
  color: #a8a89b;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlg-hotIconReload-sepBar,
.dlg-hotIconResetReload-sepBar {
  float: right;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: no-repeat center;
  background-size: 55%;
  opacity: 0.5;
  margin-top: -4px;
  font-size: 1px;
  line-height: 1px;
}
.dlg-hotIconReload-sepBar {
  margin-right: 0px;
  background-image: url("../img/refresh-2a.png");
}
.dlg-hotIconResetReload-sepBar {
  margin-right: -6px;
  background-image: url("../img/reset-filters-1.png");
}
.dlg-hotIconReload-sepBar:hover {
  background-image: url("../img/refresh-2b.png");
}
.dlg-hotIconResetReload-sepBar:hover {
  background-image: url("../img/reset-filters-2.png");
}
.dlg-hotIcon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: no-repeat center;
}
.dlg-hotIcon.dlx-off {
  cursor: help;
}
.dlg-hotIcon + .dlg-hotIcon {
  margin-left: 7px;
}
.dlg-hotIcon.dlx-reloadForFilters {
  background-image: url("../img/refresh-1.png");
}
.dlg-hotIcon.dlx-Excel.dlx-on {
  background-image: url("../img/excel-3a.png");
}
.dlg-hotIcon.dlx-Excel.dlx-off {
  background-image: url("../img/excel-3c.png");
}
.dlg-hotIcon.dlx-import.dlx-on {
  background-image: url("../img/upload-4.png");
}
.dlg-hotIcon.dlx-import.dlx-off {
  background-image: url("../img/upload-4a.png");
}
.dlg-hotIcon.dlx-Csv.dlx-on {
  background-image: url("../img/csv-2c.png");
}
.dlg-hotIcon.dlx-Csv.dlx-off {
  background-image: url("../img/csv-2d.png");
}
.dlg-button {
  display: inline-block;
  padding: 4px 10px 4px 30px;
  min-width: 81px;
  background: #fff no-repeat 7px 50%;
  border: 1px solid #d3d3c5;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
.dlg-button + .dlg-button {
  margin-left: 4px;
}
.dlg-button.dlx-on {
  color: #333;
  cursor: pointer;
}
.dlg-button.dlx-on:hover {
  border: 1px solid #c3c3c3;
  background-color: #f6f6f2;
}
.dlg-button.dlx-off {
  color: #aaa;
  cursor: help;
}
.dlg-button.dlx-add {
  background-image: url("../img/add-1.png");
}
.dlg-button.dlx-edit {
  background-image: url("../img/edit-2.png");
}
.dlg-button.dlx-clone {
  background-image: url("../img/clone.png");
}
.dlg-button.dlx-documentation {
  background-image: url("../img/doc-3.png");
}
.dlg-button.dlx-nextStep {
  background-image: url("../img/status-0.png");
}
.dlg-button.dlx-delete {
  background-image: url("../img/delete-3.png");
}
.dlg-button.dlx-save {
  background-image: url("../img/save-7.png");
}
.dlg-button.dlx-cancel {
  background-image: url("../img/cancel-4.png");
}
.dlg-button.dlx-cancel2 {
  background-image: url("../img/status--1.png");
}
.dlg-button.dlx-goToPageParent {
  background-image: url("../img/cancel-4.png");
}
.dlg-button.dlx-history {
  background-image: url("../img/his.png");
}
.dlg-button.dlx-buy {
  background-image: url("../img/buy.png");
}
.dlg-button.dlx-buy-off {
  background-image: url("../img/buy-off.png");
}
.dlg-button.dlx-password {
  background-image: url("../img/lock-2a.png");
}
.dlg-button.dlx-Excel.dlx-on {
  background-image: url("../img/excel-2.png");
}
.dlg-button.dlx-Excel.dlx-off {
  background-image: url("../img/excel-2b.png");
}
.dlg-button.dlx-Csv.dlx-on {
  background-image: url("../img/csv-3b.png");
}
.dlg-button.dlx-Csv.dlx-off {
  background-image: url("../img/csv-3a.png");
}
.dlg-button.dlx-Pdf.dlx-on {
  background-image: url("../img/pdf.png");
}
.dlg-button.dlx-Pdf.dlx-off {
  background-image: url("../img/pdf-1.png");
}
.dlg-button.dlx-Zip.dlx-on {
  background-image: url("../img/zip-5a.png");
}
.dlg-button.dlx-Zip.dlx-off {
  background-image: url("../img/zip-5b.png");
}
.dlg-bigButtonReturn {
  margin-top: 20px;
  height: 30px;
  background-color: #b2da62;
  border: 1px solid #a2cc24;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #795;
  cursor: pointer;
}
.dlg-bigButtonReturn::before {
  line-height: 30px;
  content: "\0025c4\0025c4";
  font-size: 13px;
}
.dlg-bigButtonReturn:hover {
  background-color: #aecf70;
}
.dlg-sorterBox {
  padding: 10px 0 10px 10px;
  border: 1px dashed #bebeb8;
  background-color: #fffcd5;
}
.dlg-sorterBox .dlx-item {
  display: inline-block;
  margin: 3px 5px;
  border: 1px dashed #bebeb8;
  background-color: #fff;
  cursor: move;
}
.dlg-sorterBox .dlx-sorter,
.dlg-sorterBox .dlx-label {
  display: inline-block;
  padding: 5px 10px;
}
.dlg-sorterBox .dlx-sorter {
  width: 35px;
  border-right: 1px dashed #bebeb8;
  background-color: #f5f5ff;
  text-align: center;
  color: #68f;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 1000px) {
  .dlg-sorterBox .dlx-sorter {
    font-size: 12px;
  }
}
.dlg-sorterBox .dlx-item:last-of-type {
  background-color: transparent;
  cursor: default;
}
.dlg-sorterBox .dlx-item:last-of-type .dlx-sorter {
  border-right: 1px dashed #bebeb8;
  background-color: transparent;
  color: transparent;
}
.dlg-separatorBar {
  margin-bottom: 10px;
  padding: 7px 10px;
  border: 1px solid #bebeb8;
  background-color: #e9e9de;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-separatorBar.dlx-offsetTop {
  margin-top: 10px;
}
.dlg-page-AE .dlg-separatorBar {
  padding: 13px 10px;
  border: 1px dashed #bebeb8;
}
.dlg-separatorBar input[type=text] {
  height: 24px;
}
.dlg-separatorBar select {
  height: 24px;
}
.dlg-panel {
  margin-bottom: 10px;
  padding: 20px 30px 20px 25px;
  border: 1px solid #cecec8;
}
.dlg-panelGraph {
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #cecec8;
}
.dlg-documentation.dlx-q .dlg-separatorBar {
  margin-top: 20px;
}
.dlg-documentation.dlx-L .dlg-separatorBar {
  margin-top: 20px;
  padding-left: 15px;
}
.dlg-documentation.dlx-I .dlg-separatorBar {
  margin-top: 40px;
}
.dlg-documentation.dlx-AE .dlg-separatorBar {
  margin-top: 40px;
  padding-left: 10px;
  border: 1px dashed #bebeb8;
  background-color: #f6f6f2;
}
.dlg-documentation .dlg-panel {
  padding: 20px 30px 10px 25px;
  line-height: 175%;
}
.dlg-documentation.dlx-AE .dlg-panel {
  padding-left: 10px;
  border: 1px dashed #bebeb8;
}
.dlg-documentationPassage {
  margin-bottom: 10px;
}
.dlg-documentationPassage.dlx-columnInfo,
.dlg-documentationPassage.dlx-fieldInfo {
  margin-bottom: 1px;
}
.dlg-documentationPassage.dlx-title {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-documentationPassage.dlx-title span {
  display: inline-block;
  background-color: #f1f1e7;
}
.dlg-documentationPassage.dlx-titleColor span {
  margin-left: -6px;
  padding: 4px 6px;
}
.dlg-documentationPassage.dlx-titleColor.dlx-orange span {
  background-color: #fff8cc;
}
.dlg-documentationPassage.dlx-titleColor.dlx-violet span {
  background-color: #edf;
}
.dlg-documentationPassage.dlx-titleColor.dlx-green span {
  background-color: #e0f0c5;
}
.dlg-documentationPassage.dlx-titleColor.dlx-grey span {
  background-color: #ebe9e0;
}
.dlg-documentationPassage.dlx-tiny {
  line-height: 1px;
  font-size: 1px;
}
.dlg-documentationPassage .dlx-columnRef {
  background-color: #e7e7c4;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-documentationPassage .dlx-columnHeader {
  background-color: #fff4b8;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-documentationPassage .dlx-fieldLabel {
  background-color: #e7e7c4;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-documentationPassage .dlx-tip {
  color: #a7b;
}
.dlg-documentationPassage + .dlg-documentationPassage.dlx-title {
  margin-top: 20px;
}
table.dlg-legend td.dlx-absence-none div {
  border: 1px solid #cecec8;
  background-color: #fff;
}
table.dlg-legend td.dlx-absence-holiday div {
  border: 1px solid #cecec8;
  background-color: #fff7ef;
}
table.dlg-legend td.dlx-absence-granted div {
  border: 1px solid #9c5;
  background-color: #bbe467;
}
table.dlg-legend td.dlx-absence-requested div {
  border: 1px solid #cc6;
  background-color: #f7f76e;
}
table.dlg-legend td.dlx-absence-workOnline div {
  border: 1px solid #bad;
  background-color: #d0ccf6;
}
table.dlg-legend td.dlx-absence-workTravel div {
  border: 1px solid #abd;
  background-color: #c0dcf6;
}
table.dlg-legend td.dlx-absence-focused div {
  border: 3px solid #000;
}
.dlg-absenceCalendar {
  margin-top: 20px;
}
.dlg-absenceCalendar .dlx-month {
  /*	display: inline-block; 
	width: (100% / 12);
	vertical-align: top;*/
}
.dlg-absenceCalendar .dlx-dayBox,
.dlg-absenceCalendar .dlx-monthLabel {
  display: inline-block;
  width: 3.125%;
  border: 1px solid #fff;
  text-align: center;
}
.dlg-absenceCalendar .dlx-monthLabel {
  padding: 5px 0;
  background-color: #82826b;
  border: 1px solid #4f4f3c;
  color: #fff;
}
.dlg-absenceCalendar .dlx-month:hover .dlx-dayBox {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dlg-absenceCalendar .dlx-day {
  padding: 5px 6px;
  color: #000;
  cursor: default;
}
.dlg-absenceCalendar .dlx-day.dlx-work {
  color: #94948d;
  border: 1px solid #cecec8;
  background-color: #fff;
}
.dlg-absenceCalendar .dlx-day.dlx-holiday {
  color: #c00;
  border: 1px solid #cecec8;
  background-color: #fff7ef;
}
.dlg-absenceCalendar .dlx-day.dlx-workOnline {
  border: 1px solid #bad;
  background-color: #e4e2fa;
}
.dlg-absenceCalendar .dlx-day.dlx-workTravel {
  border: 1px solid #abd;
  background-color: #d6e8f9;
}
.dlg-absenceCalendar .dlx-day.dlx-granted {
  border: 1px solid #9c5;
  background-color: #e2f3be;
}
.dlg-absenceCalendar .dlx-day.dlx-requested {
  border: 1px solid #cc6;
  background-color: #fafa9e;
}
/*.dlg-absenceCalendar .dlx-day:not(.dlx-hit).dlx-hiliteBg {
	background-color: @color-bg-grey-3;
}*/
.dlg-absenceCalendar .dlx-day.dlx-focused {
  border: 3px solid #000;
}
.dlg-absenceCalendar .dlx-day .dlx-weekdaySymbol {
  float: left;
  color: #bdbda8;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlg-absenceCalendar .dlx-day .dlx-weekdaySymbol {
    font-size: 12px;
  }
}
.dlg-absenceCalendar .dlx-day .dlx-weekdaySymbolPlaceholder {
  float: right;
  color: transparent;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlg-absenceCalendar .dlx-day .dlx-weekdaySymbolPlaceholder {
    font-size: 12px;
  }
}
.dlg-absenceCalendar .dlx-day .dlx-absenceTypeSymbol {
  float: right;
  color: #94948d;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlg-absenceCalendar .dlx-day .dlx-absenceTypeSymbol {
    font-size: 12px;
  }
}
.dlg-absenceCalendar .dlx-day .dlx-absenceTypeSymbolPlaceholder {
  float: left;
  color: transparent;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlg-absenceCalendar .dlx-day .dlx-absenceTypeSymbolPlaceholder {
    font-size: 12px;
  }
}
.dlg-absenceCalendar .dlx-day[data-id-absence],
.dlg-absenceCalendar .dlx-day.dlx-clickable {
  cursor: pointer;
}
.dlg-weekRangeSelector {
  display: inline-block;
  white-space: nowrap;
}
.dlg-pageHeader .dlg-weekRangeSelector {
  margin: 3px 0 0 50px;
}
.dlg-weekRangeSelector img {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.dlg-weekRangeSelector select {
  margin: 0 7px;
  vertical-align: middle;
}
.dlg-yearSelector,
.dlg-yearQuarterMonthSelectors {
  display: inline-block;
  white-space: nowrap;
}
.dlg-yearSelector img {
  display: inline-block;
  margin-bottom: 3px;
  vertical-align: middle;
}
.dlg-yearQuarterMonthSelectors img {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
.dlg-yearSelector img[data-year],
.dlg-yearQuarterMonthSelectors img[data-year] {
  cursor: pointer;
}
.dlg-yearMonthDaySelectors select,
.dlg-yearQuarterMonthSelectors select,
.dlg-yearSelector select {
  width: 100px;
}
.dlg-yearSelector img + select,
.dlg-yearSelector select + img {
  margin-left: 7px;
}
.dlg-yearQuarterMonthSelectors img + select,
.dlg-yearQuarterMonthSelectors select + img {
  margin-left: 7px;
}
.dlg-yearMonthDaySelectors select + select {
  margin-left: 7px;
}
.dlg-boxAlert-A {
  margin-bottom: 10px;
  padding: 12px 12px;
  border: 1px solid #ebb;
  background-color: #fdc;
  color: #c00;
}
.dlg-boxAlert-A div + div {
  padding-top: 4px;
}
.dlg-boxAlert-A .dlx-label {
  padding-right: 8px;
}
.dlg-boxAlert-A .dlx-label:not(:first-of-type) {
  padding-left: 15px;
}
.dlg-boxAlert-B {
  margin-bottom: 10px;
  padding: 12px 12px;
  border: 1px dashed #ebb;
  background-color: #ffe8d7;
  color: #c00;
}
.dlg-boxAlert-B div + div {
  padding-top: 4px;
}
.dlg-boxAlert-B .dlx-label {
  padding-right: 8px;
}
.dlg-boxAlert-B .dlx-label:not(:first-of-type) {
  padding-left: 15px;
}
.dlg-boxInfoFlash {
  margin-bottom: 10px;
  padding: 10px 10px;
  border: 1px solid #8a8;
  background-color: #e9fcbd;
  color: #180;
  /*	border: 1px solid #a8d;
	background-color: @color-bg-violet-3;
	color: @color-font-violet-1;*/
}
.dlg-boxInfo-A {
  margin-bottom: 10px;
  padding: 7px 10px;
  border: 1px solid #cecec8;
}
.dlg-boxInfo-A :not(td).dlx-label {
  padding-right: 8px;
}
.dlg-boxInfo-A :not(td).dlx-label:not(:first-of-type) {
  padding-left: 45px;
}
.dlg-boxInfo-A .dlx-hilite-1 {
  padding: 0px 3px;
  border-radius: 2px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-boxInfo-A .dlx-hilite-2 {
  padding: 0px 4px;
  border-radius: 4px;
  background-color: #ebe9e0;
}
.dlg-boxInfo-B {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 12px;
  background-color: #f6f6f2;
  border: 1px solid #bebeb8;
}
.dlg-boxInfo-B .dlx-title {
  margin: -12px -12px 12px -12px;
  padding: 5px 12px;
  border-bottom: 1px solid #bebeb8;
  background-color: #fff;
}
.dlg-boxInfo-B.dlx-lite {
  background-color: #fbfbf6;
  border: 1px solid #cecec8;
}
.dlg-boxInfo-B .dlx-title {
  border-bottom: 1px solid #cecec8;
}
.dlg-boxInfo-B .dlx-label {
  padding-right: 8px;
  color: #94948d;
}
.dlg-boxInfo-B .dlx-labelColor {
  color: #94948d;
}
.dlg-boxInfo-B .dlx-label:not(:first-of-type) {
  padding-left: 15px;
}
/* // in FF two elements with height: 100% result in <img> resized correctly but occupying it's original width (adding wxtra spaces)
.dlg-boxInfo-B div.dlx-absolute-photos a {  
	display: inline-block;
	height: 100%;
}*/
.dlg-pxtype-photos .dlx-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.dlg-pxtype-photos img {
  /*	display: inline-block;
	height: 100%; 
	margin-left: 3px;*/
}
.dlg-pxtype-cards a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #82826b;
  color: #fff;
}
.dlg-pxtype-cards a:hover {
  background-color: #775;
}
.dlg-pxtypeRow-photos .dlx-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.dlg-pxtype-photos .dlx-box .dlx-noFile,
.dlg-pxtypeRow-photos .dlx-box .dlx-noFile {
  display: inline-block;
  width: 120px;
  height: 120px;
  padding-top: 50px;
  text-align: center;
  background-color: #f6f6f2;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlg-boxInfo-C {
  margin-bottom: 10px;
  padding: 7px 10px;
  background-color: #e9e9de;
  border: 1px solid #bebeb8;
}
.dlg-boxInfo-C tr.dlg-columnizer > td {
  vertical-align: middle;
}
.dlg-boxInfo-C select {
  height: 24px;
  padding: 0px 2px;
  margin-left: 30px;
}
.dlg-page-models .dlg-boxInfo-C select {
  margin-left: 10px;
}
.dlg-boxInfo-C .dlx-revalueLabel {
  margin: 0 10px 0 30px;
}
.dlg-boxInfo-C input[type=text] {
  height: 24px;
}
.dlg-page-user_REVALUE .dlg-boxInfo-C input[type=text] {
  width: 250px;
}
.dlg-page-pxtype_REVALUE .dlg-boxInfo-C input[type=text] {
  width: 80px;
}
.dlg-page-models .dlg-boxInfo-C .dlx-orderCode input[type=text] {
  width: 150px;
}
.dlg-page-models .dlg-boxInfo-C .dlx-user select {
  width: 250px;
}
.dlg-page-models .dlg-boxInfo-C .dlx-outReason select {
  width: 200px;
}
.dlg-boxInfo-AE {
  margin-bottom: 10px;
  padding: 12px 12px;
  border: 1px dashed #bebeb8;
  background-color: #f6f6f2;
}
.dlg-boxInfo-AE .dlx-title {
  margin: -12px -12px 12px -12px;
  padding: 5px 12px;
  border-bottom: 1px dashed #bebeb8;
  background-color: #fff;
}
.dlg-boxInfo-AE div:not(.dlx-title) + div:not(.dlx-title) {
  margin-top: 4px;
}
.dlg-boxInfo-AE .dlx-label {
  padding-right: 8px;
  color: #94948d;
}
.dlg-boxInfo-AE .dlx-label:not(:first-of-type) {
  padding-left: 15px;
}
.dlg-boxInfo-AE select {
  height: 24px;
  padding: 0px 2px;
}
.dlg-boxInfo-AE input[type=text] {
  height: 24px;
}
.dlg-filter-wrapper-AE {
  margin-bottom: 10px;
  padding: 12px 12px;
  border: 1px dashed #bebeb8;
  background-color: #f6f6f2;
}
table.dlg-filter-box {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  color: #333;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
@media (max-width: 1000px) {
  table.dlg-filter-box {
    font-size: 13px;
  }
}
.dlg-filter-wrapper-AE table.dlg-filter-box {
  margin-bottom: 0;
}
tr.dlg-filter-box > td {
  padding: 0 7px 0 0;
}
tr.dlg-filter-box > td:last-of-type {
  padding: 0;
}
table.dlg-filter-box select {
  height: 26px;
  padding: 4px 2px;
}
table.dlg-filter-box select + select,
table.dlg-filter-box input[type=hidden] + select,
table.dlg-filter-box select + div.fauxCheckbox {
  margin-left: 10px;
}
table.dlg-filter-box td.dlx-brand select {
  width: 200px;
}
table.dlg-filter-box td.dlx-cartel select {
  width: 200px;
}
.dlg-page-price09 table.dlg-filter-box td.dlx-cartel select {
  width: 250px;
}
table.dlg-filter-box td.dlx-country select {
  width: 200px;
}
.dlg-page-price04 table.dlg-filter-box td.dlx-country select {
  width: 250px;
}
.dlg-page-pxtypesFoModelA table.dlg-filter-box td.dlx-country select {
  width: 300px;
}
.dlg-page-price07 table.dlg-filter-box td.dlx-country select,
.dlg-page-sale17 table.dlg-filter-box td.dlx-country select {
  width: 120px;
}
table.dlg-filter-box td.dlx-customer select {
  width: 200px;
}
.dlg-page-price07 table.dlg-filter-box td.dlx-customer select,
.dlg-page-sale17 table.dlg-filter-box td.dlx-customer select {
  width: 120px;
}
table.dlg-filter-box td.dlx-axgroup2 select {
  width: 300px;
}
table.dlg-filter-box td.dlx-pxtype select {
  width: 400px;
}
.dlx-quantityMode select {
  width: 120px;
  margin-left: 10px;
}
.dlx-umonthRootShiftback select {
  width: 150px;
  margin-left: 10px;
}
table.dlg-filter-box td.dlx-groupBy select {
  width: 210px;
}
.dlg-page-outlier01 table.dlg-filter-box td.dlx-groupBy select,
.dlg-page-outlier04 table.dlg-filter-box td.dlx-groupBy select {
  width: 150px;
}
.dlg-page-sale32 table.dlg-filter-box td.dlx-groupBy select {
  width: 180px;
}
table.dlg-filter-box td.dlx-timeUnit select {
  width: 150px;
}
.dlg-page-outlier01 table.dlg-filter-box td.dlx-timeUnit select {
  width: 120px;
}
table.dlg-filter-box td.dlx-selectInt select {
  width: 150px;
}
/*.dlg-page-outlier05 table.dlg-filter-box td.dlx-selectInt select {
	width: 120px;
}*/
table.dlg-filter-box td.dlx-multiCellSorter select {
  width: 150px;
}
.dlg-page-outlier01 table.dlg-filter-box td.dlx-multiCellSorter select {
  width: 110px;
}
table.dlg-filter-box td.dlx-userRelation select {
  width: 170px;
}
table.dlg-filter-box td.dlx-userType select {
  width: 200px;
}
table.dlg-filter-box td.dlx-user select {
  width: 190px;
}
.dlg-page-pxtypesFoModelA table.dlg-filter-box td.dlx-user select {
  width: 300px;
}
table.dlg-filter-box td.dlx-statsType select {
  width: 250px;
}
.dlg-page-price03 table.dlg-filter-box td.dlx-statsType select {
  width: 300px;
}
.dlg-page-stock05 table.dlg-filter-box td.dlx-statsType select,
.dlg-page-sale01 table.dlg-filter-box td.dlx-statsType select,
.dlg-page-sale08 table.dlg-filter-box td.dlx-statsType select,
.dlg-page-sale27 table.dlg-filter-box td.dlx-statsType select,
.dlg-page-sale32 table.dlg-filter-box td.dlx-statsType select,
.dlg-page-sale33 table.dlg-filter-box td.dlx-statsType select,
.dlg-page-outlier01 table.dlg-filter-box td.dlx-statsType select {
  width: 150px;
}
.dlg-page-mForecastStat table.dlg-filter-box td.dlx-statsType select,
.dlg-page-mForecastSectors_bottomTotal table.dlg-filter-box td.dlx-statsType select {
  width: 100px;
}
/*.dlg-page-sale05 table.dlg-filter-box td.dlx-statsType select {
	width: 200px;
}*/
.dlg-page-outlier02 table.dlg-filter-box td.dlx-statsType select {
  width: 180px;
}
table.dlg-filter-box td.dlx-userName,
table.dlg-filter-box td.dlx-userName select {
  width: 250px;
}
table.dlg-filter-box td.dlx-csvSeparator select,
table.dlg-filter-box td.dlx-csvNumberSeparatorDecimal select {
  width: 150px;
}
table.dlg-filter-box td.dlx-elementHook {
  width: 350px;
  padding-right: 80px;
}
table.dlg-filter-box td.dlx-miscCheckboxes .fauxCheckbox {
  margin-left: 20px;
}
table.dlg-filter-box input[type=text] {
  height: 29px;
  width: 100%;
}
table.dlg-filter-box .dlx-checkboxSet {
  position: relative;
  padding: 4px 15px;
  border: 1px solid #bbb;
  text-align: center;
}
table.dlg-filter-box .dlx-checkboxSet td.dlx-fieldLabel {
  white-space: nowrap;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
table.dlg-tabular-itemGroupsItems {
  margin-bottom: 10px;
  border: 1px solid #cecec8;
  border-collapse: collapse;
  width: 100%;
}
table.dlg-tabular-itemGroupsItems td {
  padding: 15px 0 10px 0;
  vertical-align: top;
}
table.dlg-tabular-itemGroupsItems td:first-of-type {
  padding-left: 10px;
}
table.dlg-tabular-itemGroupsItems td:last-of-type {
  padding-right: 10px;
}
table.dlg-tabular-itemGroupsItems .dlx-itemGroup {
  padding: 10px 10px 7px 10px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #077;
  color: #08b;
  white-space: nowrap;
}
table.dlg-tabular-itemGroupsItems .dlx-itemGroup .dlx-text {
  padding-right: 5px;
  border-radius: 3px;
  background-color: #eeffff;
}
table.dlg-tabular-itemGroupsItems .dlx-item {
  padding: 0px 10px 3px 27px;
  white-space: nowrap;
}
table.dlg-tabular-itemGroupsItems .dlx-item.dlx-level-2-1 {
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #38c;
}
table.dlg-tabular-itemGroupsItems .dlx-item.dlx-level-2-2 {
  padding-left: 45px;
}
table.dlg-tabular-itemGroupsItems td .dlx-itemGroup:first-of-type,
table.dlg-tabular-itemGroupsItems td .dlx-item:first-of-type {
  padding-top: 0;
}
table.dlg-tabular-items {
  margin-bottom: 10px;
  border: 1px solid #cecec8;
  border-collapse: collapse;
  width: 100%;
}
table.dlg-tabular-items td {
  padding: 12px 10px 7px 10px;
  vertical-align: top;
}
table.dlg-tabular-items .dlx-item {
  padding: 0px 10px 5px 10px;
}
table.dlg-tabular-labels {
  margin-bottom: 10px;
  border: 1px solid #cecec8;
  border-collapse: collapse;
  width: 100%;
  cursor: default;
}
table.dlg-tabular-labels td {
  padding: 7px 3px;
  vertical-align: top;
}
table.dlg-tabular-labels .dlx-label {
  padding: 2px 10px;
}
table.dlg-tabular-labels .dlx-label:hover {
  background-color: #f1f1e7;
}
table.dlg-tabular-labels td.dlg-tdMessageNoItemsFound {
  padding: 20px 0 20px 20px;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlg-inputContainer {
  background-color: #fffcd5;
  border: 1px dashed #bebeb8;
}
.dlg-inputContainer input[type=text],
.dlg-inputContainer input[type=password],
.dlg-inputContainer select,
.dlg-inputContainer textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
.dlg-inputContainer input[type=text],
.dlg-inputContainer input[type=password] {
  padding: 7px 15px;
}
.dlg-inputContainer select {
  padding: 6px 10px;
}
.dlg-inputContainer input[type=text]:disabled,
.dlg-inputContainer textarea:disabled {
  background-color: #fff;
}
.dlg-inputContainer.dlx-input-fauxText-realHidden {
  background-color: #fbfbf6;
}
.dlg-inputContainer.dlx-disabled {
  background-color: #fff;
}
.dlg-inputContainer.dlx-error,
.dlg-inputContainer.dlx-input-fauxText-realHidden.dlx-error {
  background-color: #fba;
}
.dlx-micro input[type=text],
.dlx-micro textarea {
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlx-micro input[type=text],
  .dlx-micro textarea {
    font-size: 12px;
  }
}
.dlg-fancy-AE.dlx-vertical {
  margin-bottom: 5px;
}
.dlg-fancy-AE.dlx-horizontal {
  margin-bottom: 7px;
}
.dlg-fancy-AE.dlx-micro {
  margin-bottom: 9px;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .dlg-fancy-AE.dlx-micro {
    font-size: 12px;
  }
}
.dlg-fancy-AE-vertical-questionHeader {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-fancy-AE-horizontal-questionHeader {
  height: 27px;
  margin-bottom: 7px;
  padding: 5px 10px 0 10px;
  vertical-align: top;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-fancy-AE.dlx-vertical .dlx-header {
  position: relative;
  border: 1px dashed #bebeb8;
  border-bottom: none;
  padding: 4px 10px 4px 10px;
}
.dlg-fancy-AE.dlx-horizontal .dlx-header {
  position: relative;
  display: inline-block;
  height: 27px;
  border: 1px dashed #bebeb8;
  border-right: none;
  padding: 5px 10px 0 10px;
  vertical-align: top;
}
.dlg-fancy-AE.dlx-vertical .dlg-inputContainer.dlx-input-file {
  height: 30px;
  padding: 4px 10px 0 10px;
}
.dlg-fancy-AE.dlx-vertical .dlg-inputContainer.dlx-input-fauxText-realHidden {
  height: 30px;
  padding: 6px 10px;
}
.dlg-fancy-AE.dlx-vertical .dlg-inputContainer.dlx-input-fauxText-realHidden .dlx-fauxPlaceholder {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #a8a89b;
}
.dlg-fancy-AE.dlx-vertical .dlg-inputContainer input[type=text],
.dlg-fancy-AE.dlx-vertical .dlg-inputContainer textarea {
  padding-left: 10px;
}
.dlg-fancy-AE.dlx-horizontal .dlg-inputContainer {
  display: inline-block;
  vertical-align: top;
  height: 27px;
}
.dlg-fancy-AE.dlx-horizontal .dlg-inputContainer.dlx-input-file {
  padding: 2px 10px;
}
.dlg-fancy-AE.dlx-horizontal .dlg-inputContainer input[type=text],
.dlg-fancy-AE.dlx-horizontal .dlg-inputContainer input[type=password] {
  padding: 5px 10px;
}
.dlg-fancy-AE.dlx-horizontal .dlg-inputContainer select {
  padding: 5px 10px;
}
.dlg-fancy-AE.dlx-vertical .dlg-inputContainer .dlx-radioBox {
  display: inline-block;
  padding: 6px 10px 4px 10px;
}
.dlg-fancy-AE.dlx-horizontal .dlg-inputContainer .dlx-radioBox {
  display: inline-block;
  padding-top: 4px;
  text-align: center;
}
.dlg-fancy-AE .dlx-header .dlx-comment-errorMsg {
  position: absolute;
  top: 4px;
  right: 7px;
  background-color: rgba(255, 255, 255, 0.7);
}
.dlg-fancy-AE .dlx-header .dlx-comment {
  display: inline-block;
  color: #94948d;
}
.dlg-fancy-AE .dlx-header .dlx-fauxInfo {
  display: inline-block;
  padding-right: 5px;
  color: #a8a89b;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlg-fancy-AE .dlx-header .dlx-errorMsg {
  display: inline-block;
  padding-left: 10px;
  color: #c50;
}
.dlg-fancy-AE .dlx-header .dlx-errorMsg:empty {
  display: none;
}
.dlg-fancy-AE .dlx-header .dlx-commentHook-errorHook {
  position: absolute;
  top: 4px;
  right: 5px;
}
.dlg-fancy-AE .dlx-header .dlx-errorHook {
  margin-left: 3px;
}
.dlg-fancy-AE.dlx-horizontal table.dlg-tabular-items {
  margin: 0;
}
.dlg-fancy-AE table.dlg-tabular-items {
  border: 1px dashed #bebeb8;
}
.dlg-fancy-AE.dlx-horizontal table.dlg-tabular-items {
  display: inline-table;
}
.dlg-fancy-AE table.dlg-tabular-items:not(.dlx-disabled) {
  background-color: #fffcd5;
}
.dlg-fancy-AE table.dlg-tabular-items.dlx-error {
  background-color: #fba;
}
.dlg-fancy-AE table.dlg-tabular-items td {
  padding: 6px 10px 2px 2px;
}
.dlg-fancy-AE.dlx-horizontal table.dlg-tabular-items td {
  padding: 4px 10px 1px 2px;
}
.dlg-fancy-AE.dlx-horizontal table.dlg-tabular-items td {
  text-align: center;
}
.dlg-fancy-AE table.dlg-tabular-items td.dlg-tdMessageNoItemsFound {
  padding: 20px 0 20px 20px;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlg-fancy-AE table.dlg-tabular-items .dlx-item {
  padding: 0px 10px 3px 10px;
}
.dlg-fancy-AE.dlx-micro table.dlg-tabular-items td {
  padding: 8px 10px 4px 10px;
}
.dlg-fancy-AE.dlx-micro table.dlg-tabular-items .dlx-item {
  padding: 0px 5px 2px 0;
}
.dlg-holidayCalendar {
  margin-top: 20px;
}
.dlg-holidayCalendar .dlx-month {
  /*	display: inline-block; 
	width: (100% / 12);
	vertical-align: top;*/
}
.dlg-holidayCalendar .dlx-month .dlx-dayBox,
.dlg-holidayCalendar .dlx-month .dlx-monthLabel {
  display: inline-block;
  width: 3.125%;
  border: 1px solid #fff;
  text-align: center;
}
.dlg-holidayCalendar .dlx-month .dlx-monthLabel {
  padding: 5px 0;
  background-color: #82826b;
  border: 1px solid #4f4f3c;
  color: #fff;
}
.dlg-holidayCalendar .dlx-month .dlx-day {
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #cecec8;
  cursor: default;
}
.dlg-holidayCalendar .dlx-month .dlx-day.dlx-clickable {
  cursor: pointer;
}
.dlg-holidayCalendar .dlx-month .dlx-day.dlx-hitA {
  background-color: #ffda88;
  border: 1px solid #da5;
  color: #b50;
}
.dlg-holidayCalendar .dlx-month .dlx-day.dlx-hitB {
  background-color: #ff9977;
  border: 1px solid #b83;
  color: #c44;
}
.dlg-holidayCalendar .dlx-month .dlx-day:not(.dlx-hitA):not(.dlx-hitB).dlx-hiliteBg {
  background-color: #ebe9e0;
}
.dlg-weekCalendar .dlx-yearBox {
  padding: 10px 0;
}
.dlg-weekCalendar .dlx-monthBox {
  margin: 5px 0;
}
.dlg-weekCalendar .dlx-yearMonthLabel {
  display: inline-block;
  width: 70px;
  margin-right: 20px;
  padding: 3px 10px;
  background-color: #82826b;
  color: #fff;
}
.dlg-weekCalendar .dlx-weekLabel {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 0;
  width: 160px;
  text-align: center;
  background-color: #f6f6f2;
  color: #a8a89b;
}
.dlg-weekCalendar .dlx-weekLabel.dlx-hit {
  color: #180;
  background-color: #e9fcbd;
}
table.dlg-filter-i18n-prefix {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cecec8;
  border-collapse: collapse;
  width: 100%;
}
table.dlg-filter-i18n-prefix td {
  padding: 12px 10px 7px 10px;
  vertical-align: top;
}
table.dlg-filter-i18n-prefix .dlx-item {
  padding: 0px 10px 5px 10px;
}
table.dlg-filter-i18n-contain input[type=text] {
  width: 100%;
}
.dlg-floodLayer {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: default;
  z-index: 200;
}
.dlg-floodLayer.dlg-floodLayerWait {
  background-color: rgba(0, 0, 0, 0.8);
}
.dlg-floodLayer .fauxTd {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 100px;
}
@media (max-height: 400px) {
  .dlg-floodLayer .fauxTd {
    padding-bottom: 0;
  }
}
.dlg-floodLayer.dlg-floodLayerDocumentation .fauxTd {
  vertical-align: top;
  padding-top: 50px;
  padding-bottom: 10px;
  cursor: pointer;
  cursor: url("../img/cursor-close-1.png") 5 0, pointer;
}
.dlg-floodLayer .dlx-box {
  display: inline-block;
  min-width: 300px;
  max-width: 450px;
  border-width: 10px;
  border-style: solid;
  box-shadow: 0 0 40px #111, 0 0 20px #aaa inset;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 1000px) {
  .dlg-floodLayer .dlx-box {
    border: none;
    box-shadow: none;
  }
}
.dlg-floodLayerError .dlx-box,
.dlg-floodLayerConfirm .dlx-box {
  border-color: #a11;
}
.dlg-floodLayerSuccess .dlx-box {
  border-color: #7c0;
}
.dlg-floodLayerDocumentation .dlx-box {
  width: 1850px;
  max-width: 1850px;
  max-height: 100%;
  padding: 20px 30px;
  overflow-y: auto;
  border-width: 10px;
  border-color: #efefcb;
  box-shadow: 0 0 40px #111;
  text-align: left;
}
.dlg-floodLayer .dlx-boxHeader {
  padding: 20px 30px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1000px) {
  .dlg-floodLayer .dlx-boxHeader {
    font-size: 14px;
  }
}
.dlg-floodLayerError .dlx-boxHeader,
.dlg-floodLayerConfirm .dlx-boxHeader {
  border-bottom: 1px solid #ccc;
  color: #b11;
}
.dlg-floodLayerSuccess .dlx-boxHeader {
  border-bottom: 1px solid #ddd;
  color: #6a1;
}
@media (max-width: 1000px) {
  .dlg-floodLayer .dlx-boxHeader {
    padding: 15px 0;
    background-color: #ddd;
    color: #888;
    letter-spacing: 0;
    border: none;
  }
}
@media (max-height: 300px) {
  .dlg-floodLayer .dlx-boxHeader {
    display: none;
  }
}
.dlg-floodLayer .dlx-header {
  display: inline-block;
  padding: 5px 10px 5px 35px;
  background: no-repeat left center;
}
.dlg-floodLayerError .dlx-header,
.dlg-floodLayerConfirm .dlx-header {
  background-image: url("../img/iconError-6a.jpg");
}
.dlg-floodLayerSuccess .dlx-header {
  background-image: url("../img/iconSuccess.png");
}
@media (max-width: 1000px) {
  .dlg-floodLayer .dlx-header {
    padding: 0;
    background: none;
  }
}
.dlg-floodLayer .dlx-boxContent {
  padding: 38px 20px 33px 20px;
  text-align: center;
}
.dlg-floodLayer .dlx-boxContent li {
  padding: 0;
  list-style: none;
}
.dlg-floodLayer .dlx-boxContent li + li {
  padding-top: 10px;
}
.dlg-floodLayer .dlx-boxButtons {
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1000px) {
  .dlg-floodLayer .dlx-boxButtons {
    padding-bottom: 20px;
  }
}
.dlg-floodLayer .dlx-boxButtons input[type=button] {
  margin: 0 3px;
  padding: 3px 20px;
  font-size: 11px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .dlg-floodLayer .dlx-boxButtons input[type=button] {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .dlg-floodLayer .dlx-boxButtons input[type=button] {
    padding: 7px 30px;
    border: none;
    background-color: #7dd;
    color: #277;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    outline: none;
  }
  .dlg-floodLayerError .dlx-boxButtons input[type=button] {
    background-color: #fba;
    color: #a55;
  }
}
.dlg-floodLayerWait .dlx-loader {
  display: inline-block;
  padding: 30px 70px;
  border-radius: 5px;
}
@media (min-width: 1001px) {
  .dlg-floodLayerWait .dlx-loader img.dlx-mobile {
    display: none;
  }
}
@media (max-width: 1000px) {
  .dlg-floodLayerWait .dlx-loader img.dlx-desktop {
    display: none;
  }
}
@media (max-width: 400px) {
  .dlg-floodLayerWait .dlx-loader img:last-of-type {
    display: none;
  }
}
table.dlg-foliator {
  width: 100%;
  border-collapse: collapse;
}
table.dlg-foliator.dlx-above {
  margin-bottom: 5px;
}
.dlg-page-q table.dlg-foliator.dlx-above,
.dlg-page-REVALUE table.dlg-foliator.dlx-above {
  margin-top: 15px;
}
table.dlg-foliator.dlx-below {
  margin-top: 7px;
}
table.dlg-foliator td {
  padding: 0;
}
table.dlg-foliator td.dlx-label {
  padding-left: 50px;
  text-align: center;
  color: #94948d;
}
table.dlg-foliator img {
  padding: 2px 2px 0 2px;
}
table.dlg-foliator select {
  padding: 3px;
  font-size: 11px;
}
@media (max-width: 1000px) {
  table.dlg-foliator select {
    font-size: 12px;
  }
}
table.dlg-foliator select.dlg-folioVolume {
  margin: 0;
}
table.dlg-foliator select.dlg-folioIndex {
  margin: 0 4px;
}
table.dlg-foliator img.dlx-pending {
  cursor: pointer;
}
table.dlg-foliator img.dlx-current {
  cursor: default;
}
table.dlg-sortBox td.dlx-label {
  padding: 3px 3px 5px 5px;
}
table.dlg-sortBox .dlx-asc,
table.dlg-sortBox .dlx-desc {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 10px;
  padding: 0;
  line-height: 1px;
  font-size: 1px;
  background-repeat: no-repeat;
}
table.dlg-sortBox .dlx-asc {
  background-position: center;
}
table.dlg-sortBox .dlx-desc {
  background-position: center;
}
table.dlg-sortBox .dlx-pending {
  cursor: pointer;
}
table.dlg-sortBox .dlx-current {
  cursor: default;
}
table.dlg-sortBox .dlx-asc.dlx-pending {
  background-image: url("../img/ARR_sort_T_2.png");
}
table.dlg-sortBox .dlx-asc.dlx-current {
  background-image: url("../img/ARR_sort_T_1.png");
}
table.dlg-sortBox .dlx-desc.dlx-pending {
  background-image: url("../img/ARR_sort_B_2.png");
}
table.dlg-sortBox .dlx-desc.dlx-current {
  background-image: url("../img/ARR_sort_B_1.png");
}
.dlg-tdMessagesNoDataFound {
  padding: 70px 0 60px 150px;
  border: 1px solid #cecec8;
  line-height: 180%;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
/*.dlg-div-noRowsToShow {
	margin-top: 10px;
	padding: 50px 0 50px 0;
	border: @border-V;
	text-align: center;
	color: @color-font-grey-4;
	.font-variant-italic();
}*/
.dlg-boxMessagesNoDataFound {
  margin-bottom: 10px;
  padding: 50px 0 50px 50px;
  border: 1px solid #cecec8;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  line-height: 180%;
}
.dlg-emptyMultiFilter {
  margin-bottom: 10px;
  padding: 20px 0 20px 50px;
  border: 1px solid #cecec8;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  line-height: 255%;
}
table.dlg-tableI + table.dlg-tableI {
  margin-top: 20px;
}
table.dlg-tableI {
  border-collapse: collapse;
  width: 100%;
}
table.dlg-tableI tr > td {
  padding: 3px 10px 3px 10px;
  border: 1px solid #cecec8;
  vertical-align: top;
}
table.dlg-tableI tr > td.dlg-tdMessagesNoDataFound {
  padding: 15px 0 15px 50px;
  border: 1px solid #cecec8;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
table.dlg-tableI tr > td:not(.dlx-action-trigger) {
  cursor: default;
}
table.dlg-tableI tr > td.dlx-label {
  color: #94948d;
}
table.dlg-tableI.dlx-striped tr:nth-child(odd) > td {
  background-color: #faf9f5;
}
table.dlg-tableI.dlx-striped tr:nth-child(even) > td {
  background-color: #fff;
}
table.dlg-tableI tr.dlx-hoverable:hover > td,
table.dlg-tableI.dlx-striped tr.dlx-hoverable:not(.dlx-trHeaders-A):not(.dlx-trHeaders-B):hover > td {
  background-color: #ebe9e0;
}
table.dlg-tableI tr.dlx-trHeaders-A > td {
  vertical-align: middle;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #94948d;
}
table.dlg-tableI tr.dlx-trHeaders-A > td:not(:first-child) {
  text-align: center;
}
table.dlg-tableI tr.dlx-trHeaders-A > td.alignCenter,
table.dlg-tableI tr.dlx-trHeaders-B > td.alignCenter {
  padding-left: 5px;
  padding-right: 5px;
}
table.dlg-tableI tr.dlx-trTotals > td {
  background-color: #acac9a;
}
table.dlg-tableI tr.dlx-trTotals > td.alignCenter {
  padding-left: 5px;
  padding-right: 5px;
}
table.dlg-tableI tr > td.alignCenter {
  padding-right: 10px;
}
table.dlg-tableI tr > td.dlx-numeric {
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}
table.dlg-tableI tr > td .dlx-commentHook {
  float: right;
  margin: 1px -3px 0 0;
  background-color: #ebe9e0;
  color: #808080;
}
table.dlg-tableI tr > td .dlx-alertHook {
  float: right;
  background-color: #ffe3e3;
  color: #d44;
  margin: 1px -3px 0 0;
}
table.dlg-tableI tr > td.dlx-hiliteBg {
  background-color: #f1f1e7;
}
table.dlg-tableI tr > td.dlx-hiliteBgX[data-column] {
  background-color: #ebe9e0;
}
.dlg-tableP-noRowsToShow {
  margin-top: 10px;
  padding: 50px 0 50px 0;
  border: 1px solid #cecec8;
  text-align: center;
  color: #94948d;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
table.dlg-tableP + table.dlg-tableP {
  margin-top: 20px;
}
table.dlg-tableP {
  border-collapse: collapse;
  width: 100%;
  cursor: default;
}
table.dlg-tableP tr.dlx-trHeaders > td,
table.dlg-tableP tr.dlx-trData > td {
  border: 1px solid #cecec8;
}
table.dlg-tableP tr.dlx-trHeaders > td.dlx-thickLeftBorder {
  border-left: 2px solid #cecec8;
}
table.dlg-tableP tr.dlx-trData > td.dlx-thickLeftBorder {
  border-left: 2px solid #a8a89b;
}
table.dlg-tableP tr.dlx-trHeaders > td {
  padding: 5px 5px 5px 5px;
}
table.dlg-tableP tr.dlx-trHeaders > td.dlx-year {
  padding-left: 5px;
}
table.dlg-tableP tr.dlx-trData > td {
  padding: 3px 5px 3px 5px;
}
table.dlg-tableP tr.dlx-trHeaders > td {
  background-color: #82826b;
  color: #fff;
}
table.dlg-tableP tr.dlx-trHeaders > td:not(.dlx-year) {
  text-align: center;
}
table.dlg-tableP tr.dlx-trData > td {
  vertical-align: top;
}
table.dlg-tableP tr.dlx-trData:nth-child(odd) > td {
  background-color: #fff;
}
table.dlg-tableP tr.dlx-trData:nth-child(even) > td {
  background-color: #faf9f5;
}
table.dlg-tableP tr.dlx-trData > td.dlx-label {
  color: #94948d;
}
table.dlg-tableP tr.dlx-trData > td.dlx-numeric {
  text-align: right;
  white-space: nowrap;
}
table.dlg-tableP tr.dlx-trData > td.dlx-hiliteBg {
  background-color: #ebe9e0;
}
table.dlg-tableP tr.dlx-trData > td.dlx-hiliteBgX[data-column] {
  background-color: #d9d8d5;
}
table.dlg-tableP tr.dlx-trData > td.dlx-alert {
  background-color: #f2e8e7;
}
table.dlg-tableAE + table.dlg-tableAE {
  margin-top: 20px;
}
table.dlg-tableAE {
  border-collapse: collapse;
  width: 100%;
}
table.dlg-tableAE.dlx-micro {
  font-size: 11px;
}
@media (max-width: 1000px) {
  table.dlg-tableAE.dlx-micro {
    font-size: 12px;
  }
}
table.dlg-tableAE tr > td {
  border: 1px dashed #bebeb8;
}
table.dlg-tableAE tr.dlx-hoverable:hover > td {
  background-color: #ebe9e0;
}
table.dlg-tableAE tr > td.dlx-label {
  padding: 3px 10px 3px 10px;
  vertical-align: top;
}
table.dlg-tableAE tr > td.dlx-label .dlx-comment-errorMsg {
  display: inline-block;
  float: right;
}
table.dlg-tableAE tr > td.dlx-label .dlx-comment {
  display: inline-block;
  color: #94948d;
}
table.dlg-tableAE tr > td.dlx-label .dlx-errorMsg {
  display: inline-block;
  padding-left: 10px;
  color: #c50;
}
table.dlg-tableAE tr > td.dlx-label .dlx-errorMsg:empty {
  display: none;
}
table.dlg-tableAE tr.dlx-trHeaders > td .dlx-commentHook {
  margin-left: 10px;
  padding: 1px 4px 0 3px;
}
table.dlg-tableAE tr > td.dlx-label .dlx-errorHook {
  float: right;
  margin-right: -5px;
}
table.dlg-tableAE tr > td.dlx-input {
  padding: 0;
  background-color: #fffcd5;
}
table.dlg-tableAE tr > td.dlx-input.dlx-error {
  background-color: #fba;
}
table.dlg-tableAE input[type=text],
table.dlg-tableAE input[type=password],
table.dlg-tableAE textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 1px 0 1px 10px;
}
table.dlg-tableAE select {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 0 10px;
}
table.dlg-tableAE tr > td.dlx-input.dlx-error input[type=text],
table.dlg-tableAE tr > td.dlx-input.dlx-error input[type=password],
table.dlg-tableAE tr > td.dlx-input.dlx-error select {
  color: #c50;
}
table.dlg-tableAE input[disabled],
table.dlg-tableAE textarea[disabled],
table.dlg-tableAE select[disabled] {
  background-color: #fff;
}
table.dlg-tableAE tr.dlx-trHeaders > td {
  padding: 3px 2px 3px 2px;
  text-align: center;
}
table.dlg-tableAE tr.dlx-trComments > td {
  padding: 3px 2px 3px 2px;
  text-align: center;
  color: #94948d;
}
table.dlg-tableAE tr.dlx-trComments.dlx-spacious > td {
  padding: 7px 0;
}
table.dlg-tableMassE {
  border-collapse: collapse;
  width: 100%;
  cursor: default;
}
table.dlg-tableMassE tr > td {
  border: 1px dashed #bebeb8;
}
table.dlg-tableMassE tr.dlx-trHeaders > td {
  padding: 5px 5px 5px 5px;
  background-color: #82826b;
  color: #fff;
  text-align: center;
}
table.dlg-tableMassE tr.dlx-trComments > td {
  padding: 5px 5px 5px 5px;
  text-align: center;
}
table.dlg-tableMassE tr.dlx-trHeaders > td.dlx-thickLeftBorder,
table.dlg-tableMassE tr.dlx-trComments > td.dlx-thickLeftBorder {
  border-left: 2px solid #cecec8;
}
table.dlg-tableMassE tr.dlx-trData > td.dlx-thickLeftBorder {
  border-left: 2px solid #a8a89b;
}
table.dlg-tableMassE tr.dlx-trData:hover > td {
  background-color: #ebe9e0;
}
table.dlg-tableMassE tr > td.dlx-label {
  padding: 3px 10px 3px 10px;
}
table.dlg-tableMassE tr > td.dlx-numeric {
  text-align: right;
  white-space: nowrap;
}
table.dlg-tableMassE tr > td.dlx-input {
  padding: 0;
  background-color: #fffcd5;
  vertical-align: middle;
}
table.dlg-tableMassE tr > td.dlx-input .fauxCheckbox {
  display: block;
  margin-left: 10px;
}
table.dlg-tableMassE input[type=text],
table.dlg-tableMassE input[type=password] {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 1px 0 1px 10px;
}
table.dlg-tableMassE input[type=text].alignRight {
  padding-right: 10px;
}
table.dlg-tableMassE select {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 0 10px;
}
table.dlg-tableMassE tr > td.dlx-input.dlx-error {
  background-color: #fba;
}
table.dlg-tableMassE tr > td.dlx-input.dlx-error input[type=text],
table.dlg-tableMassE tr > td.dlx-input.dlx-error input[type=password],
table.dlg-tableMassE tr > td.dlx-input.dlx-error select {
  color: #c50;
}
table.dlg-tableMassE input[disabled],
table.dlg-tableMassE textarea[disabled],
table.dlg-tableMassE select[disabled] {
  background-color: #fff;
}
table.dlg-tableMassE tr > td.dlg-copierUp {
  width: 17px;
  background-color: #ffffcc;
  background-image: url("../img/arrow-copy-up.png");
  background-repeat: no-repeat;
  background-position: center;
}
table.dlg-tableQ tr > td.dlg-copierDown {
  width: 17px;
  background-color: #ffffcc;
  background-image: url("../img/arrow-copy-down.png");
  background-repeat: no-repeat;
  background-position: center;
}
table.dlg-tableQ tr.dlx-trTools > td.dlg-copiersRight div {
  display: inline-block;
  margin-top: 3px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
table.dlg-tableQ tr.dlx-trTools > td.dlg-copiersRight div.dlx-single {
  width: 18px;
  background-image: url("../img/arrow-copy-right.png");
}
table.dlg-tableQ tr.dlx-trTools > td.dlg-copiersRight div.dlx-double {
  width: 20px;
  background-image: url("../img/arrow-copy-right-double.png");
}
table.dlg-tableQ {
  border-collapse: collapse;
  width: 100%;
  cursor: default;
}
.dlg-page-FG table.dlg-tableQ {
  margin-top: 15px;
  margin-bottom: 15px;
}
.dlg-page-FG table.dlg-tableQ + table.dlg-tableQ {
  margin-top: 25px;
}
table.dlg-tableQ tr.dlx-trHeaders > td,
table.dlg-tableQ tr.dlx-trFilters > td,
table.dlg-tableQ tr.dlx-trTools > td,
table.dlg-tableQ tr.dlx-trTotals-A > td,
table.dlg-tableQ tr.dlx-trTotals-B > td,
table.dlg-tableQ tr.dlx-trData > td {
  position: relative;
  border: 1px solid #cecec8;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-thickLeftBorder,
table.dlg-tableQ tr.dlx-trFilters > td.dlx-thickLeftBorder {
  border-left: 2px solid #cecec8;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-thickLeftBorder {
  border-left: 2px solid #a8a89b;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-thickTopBorder {
  border-top: 2px solid #a8a89b;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-thickBottomBorder {
  border-bottom: 2px solid #a8a89b;
}
table.dlg-tableQ tr.dlx-trHeaders > td {
  padding: 5px 7px;
  background-color: #82826b;
  color: #fff;
}
/*.dlg-page-I table.dlg-tableQ tr.dlx-trHeaders > td {
	background-color: @color-bg-I-headers;
}*/
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-narrowPad {
  padding-left: 2px;
  padding-right: 2px;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-lowPad {
  padding-top: 3px;
  padding-bottom: 3px;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-font-S {
  font-size: 11px;
}
@media (max-width: 1000px) {
  table.dlg-tableQ tr.dlx-trHeaders > td.dlx-font-S {
    font-size: 12px;
  }
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-sortable {
  padding: 1px;
  text-align: left;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-separator {
  padding: 0;
}
table.dlg-tableQ tr.dlx-trFilters > td {
  padding: 0;
  background-color: #bab499;
  text-align: center;
  color: #646457;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=text]::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=text]:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=number]::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=number]:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=number]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=number]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=email]::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=email]:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=tel]::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=tel]:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
table.dlg-tableQ tr.dlx-trTools > td {
  padding: 0;
  background-color: #bab499;
  text-align: center;
  color: #646457;
}
table.dlg-tableQ tr.dlx-trFilters > td input[type=text],
table.dlg-tableQ tr.dlx-trFilters > td select {
  width: 100%;
  height: 23px;
  border: none;
  padding: 2px 7px;
  background-color: transparent;
  color: #000;
}
table.dlg-tableQ tr.dlx-trFilters > td select {
  padding: 2px 3px;
}
table.dlg-tableQ tr.dlx-trTotals-A > td {
  padding: 5px 7px;
}
table.dlg-tableQ tr.dlx-trTotals-A > td.dlx-separator {
  padding: 0;
}
table.dlg-tableQ tr.dlx-trTotals-A > td.dlx-numeric {
  text-align: right;
  white-space: nowrap;
}
table.dlg-tableQ tr.dlx-trTotals-A > td.dlx-numeric.alignCenter {
  text-align: center;
}
table.dlg-tableQ tr.dlx-trTotals-A > td.dlx-narrowPad {
  padding-left: 2px;
  padding-right: 2px;
}
.dlg-page-mForecast table.dlg-tableQ tr.dlx-trTotals-A > td.dlx-numeric {
  background-color: #fff8cc;
  padding: 7px 3px;
}
table.dlg-tableQ tr.dlx-trTotals-B > td {
  padding: 4px 7px;
  background-color: #82826b;
  color: #fff;
}
table.dlg-tableQ tr.dlx-trData > td {
  padding: 3px 7px;
  vertical-align: top;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-narrowPad {
  padding-left: 2px;
  padding-right: 2px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-noPad {
  padding: 0;
}
table.dlg-tableQ tr.dlx-trData.dlx-trSpecials > td {
  background-color: #f6f6f2;
}
table.dlg-tableQ tr.dlx-trData.dlx-trSubtotals > td {
  background-color: #d7d6d1;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-numeric {
  text-align: right;
  white-space: nowrap;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-date {
  text-align: center;
  white-space: nowrap;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-checkbox,
table.dlg-tableQ tr.dlx-trData > td.dlx-checkbox {
  width: 20px;
  padding: 5px 10px 0 10px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-checkboxFreeWidth {
  text-align: center;
  padding: 5px 10px 0 10px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-radio {
  padding: 4px 10px 0 10px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-radio .fauxRadio[data-label=no] {
  width: 14px;
  height: 14px;
  min-height: 14px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-icon {
  width: 20px;
  padding: 4px 7px 0 7px;
  text-align: center;
}
table.dlg-tableQ tr.dlx-trData > td > .dlx-errorMsg {
  float: right;
  text-align: right;
  color: #c50;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-absenceAgenda {
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda {
  width: 95px;
  padding: 2px 3px;
  vertical-align: middle;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda:not(.dlx-action-trigger) {
  cursor: default;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda div {
  height: 100%;
  text-align: center;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda.dlx-granted div {
  background-color: #bbe467;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda.dlx-requested div {
  background-color: #f7f76e;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda.dlx-workOnline div {
  background-color: #d0ccf6;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda.dlx-workTravel div {
  background-color: #c0dcf6;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda.dlx-holiday div {
  background-color: #fff7ef;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda div .dlx-absenceTypeSymbol {
  color: #808080;
  font-size: 11px;
}
@media (max-width: 1000px) {
  table.dlg-tableQ tr.dlx-trData > td.dlx-absenceAgenda div .dlx-absenceTypeSymbol {
    font-size: 12px;
  }
}
table.dlg-tableQ .dlx-calendarDate {
  margin-top: -3px;
  margin-bottom: 7px;
  margin-right: -7px;
  margin-left: -7px;
  padding: 3px;
  color: #72726b;
  background-color: #f1f1e7;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-weekLabel {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-weekLabel.dlx-notFirst {
  background-color: #acac9a;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-weekLabel {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  background-color: #82826b;
  color: #fff;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-weekLabel.dlx-notFirst {
  background-color: #acac9a;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-weekLabel .dlx-monthLabel,
table.dlg-tableQ tr.dlx-trData > td.dlx-weekLabel .dlx-monthLabel {
  width: 16px;
  color: #a8a89b;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-weekLabel .dlx-monthLabel.dlx-left,
table.dlg-tableQ tr.dlx-trData > td.dlx-weekLabel .dlx-monthLabel.dlx-left {
  float: left;
  text-align: left;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-weekLabel .dlx-monthLabel.dlx-right,
table.dlg-tableQ tr.dlx-trData > td.dlx-weekLabel .dlx-monthLabel.dlx-right {
  float: right;
  text-align: right;
}
table.dlg-tableQ tr.dlx-trHeaders > td.dlx-weekLabel.dlx-notFirst .dlx-monthLabel,
table.dlg-tableQ tr.dlx-trData > td.dlx-weekLabel.dlx-notFirst .dlx-monthLabel {
  color: #cecebd;
}
.dlg-page-mForecast table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendarMonth {
  width: 65px;
  white-space: nowrap;
}
/*.dlg-page-pxtype_mForecast table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendarMonth, 
.dlg-page-pxtype_mForecast table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendar-forecast-E-free,   // for IE
.dlg-page-pxtype_mForecast table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendar-forecast-E-frozen {   // for IE
	width: 84px;
}*/
.dlg-page-FA table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendarMonth {
  width: 93px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendarMonth.alignCenter {
  padding-left: 0px;
  padding-right: 0px;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendarMonth.alignRight {
  padding-left: 0px;
  padding-right: 5px;
}
/*.dlg-page-pxtype_mForecast table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendarTotal {
	width: 130px;
}*/
table.dlg-tableQ tr > td.dlx-forecastCalendar-prevForecast-I-card {
  background-color: #fe9;
}
table.dlg-tableQ tr > td.dlx-forecastCalendar-prevForecast-I-list {
  background-color: #e9e9de;
}
table.dlg-tableQ tr > td.dlx-forecastCalendar-forecast-I-card {
  background-color: #fffcd5;
}
table.dlg-tableQ tr > td.dlx-forecastCalendar-forecast-I-list {
  background-color: #fff8cc;
}
table.dlg-tableQ tr > td.dlx-forecastCalendar-YoY {
  background-color: #f6f6f2;
  color: #c70;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-input {
  border: 1px dashed #bebeb8;
  padding: 0;
  vertical-align: middle;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-input.dlx-forecastCalendar-forecast-E-frozen {
  background-color: #fe9;
}
/*table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendar-forecast-E-frozen input[type=text][disabled=disabled] {
	color: @color-font-basic;
}*/
table.dlg-tableQ tr.dlx-trData > td.dlx-forecastCalendar-forecast-E-free {
  background-color: #fffcd5;
}
table.dlg-tableQ input[type=text] {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 5px 0 5px 7px;
}
table.dlg-tableQ tr > td.dlx-input.dlx-forecast input[type=text] {
  text-align: right;
  padding-right: 7px;
}
table.dlg-tableQ input[type=text].alignRight {
  padding-left: 0;
  padding-right: 7px;
}
table.dlg-tableQ select {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 0 3px;
}
/*table.dlg-tableQ input[disabled],
table.dlg-tableQ textarea[disabled],
table.dlg-tableQ select[disabled] {
	background-color: #fff;
}*/
table.dlg-tableQ tr > td.dlx-input.dlx-error input[type=text],
table.dlg-tableQ tr > td.dlx-input.dlx-error select {
  color: #c50;
}
table.dlg-tableQ tr > td.dlx-input.dlx-2N input[type=text] {
  text-align: right;
  padding-left: 0;
  padding-right: 7px;
}
table.dlg-tableQ.dlx-striped tr.dlx-trData:nth-child(odd) > td {
  background-color: #fff;
}
table.dlg-tableQ.dlx-striped tr.dlx-trData:nth-child(even) > td {
  background-color: #faf9f5;
}
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-bgLikeHeaders {
  background-color: #82826b;
  color: #fff;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-input,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-input {
  background-color: #fffcd5;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-input.dlx-error,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-input.dlx-error {
  background-color: #fba;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-errorMarker.dlx-error,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-errorMarker.dlx-error {
  background-color: #fba;
  cursor: help;
}
table.dlg-tableQ td.dlx-alert,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-alert {
  color: #c50;
  background-color: #fdc;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-separator,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-separator {
  padding: 0;
  background-color: #82826b;
}
table.dlg-tableQ td.dlx-greenCell,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-greenCell {
  background-color: #e4f5c3;
}
/*table.dlg-tableQ td.dlx-greenFont {
	color: @color-font-green-2;
}*/
table.dlg-tableQ td.dlx-pinkCell,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-pinkCell {
  background-color: #fdc;
}
table.dlg-tableQ td.dlx-greyCell,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-greyCell {
  background-color: #ebe9e0;
}
table.dlg-tableQ td.dlx-violetCell,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-violetCell {
  background-color: #eae0ef;
}
table.dlg-tableQ td.dlx-yellowCell,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-yellowCell {
  background-color: #fe9;
}
table.dlg-tableQ td.dlx-editColorCell,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-editColorCell {
  background-color: #fffcd5;
}
table.dlg-tableQ td.dlx-levelMarker-0 {
  background-color: #eee6ff;
}
table.dlg-tableQ td.dlx-levelMarker-1 {
  background-color: #ddee99;
}
table.dlg-tableQ td.dlx-levelMarker-2 {
  background-color: #faffbb;
}
table.dlg-tableQ td.dlx-levelMarker-3 {
  background-color: #ffdd99;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-hiliteBorder-H {
  border-bottom-color: #000;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-hiliteBorder-V {
  border-right-color: #000;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-hiliteBg,
table.dlg-tableQ tr.dlx-trTotals-A > td:not(.dlx-noChangeOnHover).dlx-hiliteBg,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-hiliteBg {
  background-color: #ebe9e0;
}
table.dlg-tableQ tr.dlx-trData.dlx-trSubtotals > td.dlx-hiliteBg {
  background-color: #bdbbab;
}
table.dlg-tableQ tr.dlx-trData.dlx-trSpecials > td.dlx-hiliteBg {
  background-color: #dfdfcf;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-hiliteBgX[data-column] {
  background-color: #d9d8d5;
}
table.dlg-tableQ tr.dlx-trData.dlx-trSubtotals > td.dlx-hiliteBgX[data-column] {
  background-color: #b1afa3;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-greenCell.dlx-hiliteBg,
table.dlg-tableQ tr.dlx-trTotals-A:not(.dlx-noChangeOnHover) > td.dlx-greenCell.dlx-hiliteBg,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-greenCell.dlx-hiliteBg {
  background-color: #daea95;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-greenCell.dlx-hiliteBgX[data-column],
table.dlg-tableQ tr.dlx-trTotals-A:not(.dlx-noChangeOnHover) > td.dlx-greenCell.dlx-hiliteBgX[data-column],
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-greenCell.dlx-hiliteBgX[data-column] {
  background-color: #cbe26a;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-pinkCell.dlx-hiliteBg,
table.dlg-tableQ tr.dlx-trTotals-A:not(.dlx-noChangeOnHover) > td.dlx-pinkCell.dlx-hiliteBg,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-pinkCell.dlx-hiliteBg {
  background-color: #ffccb3;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-pinkCell.dlx-hiliteBgX[data-column],
table.dlg-tableQ tr.dlx-trTotals-A:not(.dlx-noChangeOnHover) > td.dlx-pinkCell.dlx-hiliteBgX[data-column],
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-pinkCell.dlx-hiliteBgX[data-column] {
  background-color: #ffbb99;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-violetCell.dlx-hiliteBg,
table.dlg-tableQ tr.dlx-trTotals-A:not(.dlx-noChangeOnHover) > td.dlx-violetCell.dlx-hiliteBg,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-violetCell.dlx-hiliteBg {
  background-color: #dfcfe6;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-yellowCell.dlx-hiliteBg,
table.dlg-tableQ tr.dlx-trTotals-A:not(.dlx-noChangeOnHover) > td.dlx-yellowCell.dlx-hiliteBg,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-yellowCell.dlx-hiliteBg {
  background-color: #ffea80;
}
table.dlg-tableQ tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-greyCell.dlx-hiliteBg,
table.dlg-tableQ tr.dlx-trTotals-A:not(.dlx-noChangeOnHover) > td.dlx-greyCell.dlx-hiliteBg,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td:not(.dlx-noChangeOnHover).dlx-greyCell.dlx-hiliteBg {
  background-color: #e1ded0;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-separator.dlx-hiliteBg,
table.dlg-tableQ.dlx-striped tr.dlx-trData > td.dlx-separator.dlx-hiliteBg {
  background-color: #82826b;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-liteHoverCell.dlx-hiliteBg {
  background-color: #f1f1e7;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-editColorCell.dlx-hiliteBg {
  background-color: #eea;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-levelMarker-0.dlx-hiliteBg {
  background-color: #e0d9f1;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-levelMarker-1.dlx-hiliteBg {
  background-color: #d0e189;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-levelMarker-2.dlx-hiliteBg {
  background-color: #f2f2b0;
}
table.dlg-tableQ tr.dlx-trData > td.dlx-levelMarker-3.dlx-hiliteBg {
  background-color: #f2ca88;
}
.dlg-fauxRow {
  padding: 3px 7px;
  border-top: 1px solid #cecec8;
  white-space: nowrap;
}
.dlg-fauxRow:first-of-type {
  border-top: none;
}
.dlg-fauxRow.dlx-pinkCell {
  background-color: #fdc;
}
.dlg-fauxRow.dlx-greenCell {
  background-color: #e4f5c3;
}
table.dlg-table-i18n {
  border-collapse: collapse;
  width: 100%;
}
table.dlg-table-i18n tr > td {
  padding: 0;
  border: 1px solid #cecec8;
}
table.dlg-table-i18n input[type=text],
table.dlg-table-i18n textarea {
  width: 100%;
  border: none;
  background-color: transparent;
}
table.dlg-table-i18n input:invalid,
table.dlg-table-i18n textarea:invalid {
  background-color: #feb;
}
table.dlg-table-i18n tr:hover {
  background-color: #ff6;
}
.dlg-404 {
  padding: 100px 250px;
  font-size: 20px;
  color: #94948d;
}
.dlg-imprint-user {
  width: 170px;
  padding-right: 5px;
}
.dlg-imprint-user .dlx-type {
  color: #94948d;
}
.dlg-imprint-element {
  width: 170px;
  padding-right: 5px;
}
.dlg-imprint-description .dlx-newValue {
  color: #c50;
}
.dlg-imprint-description .dlx-oldValue {
  color: #94948d;
  text-decoration: line-through;
}
.dlg-entry-description .dlx-value {
  color: #c50;
}
.dlg-pageFrame.dlg-page-login {
  width: 400px;
  padding: 100px 50px 50px 50px;
}
@media (max-width: 1000px) {
  .dlg-pageFrame.dlg-page-login {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: none;
  }
}
@media (max-height: 520px) {
  .dlg-pageFrame.dlg-page-login {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media (max-height: 300px) {
  .dlg-pageFrame.dlg-page-login {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.dlg-page-login input[type=text],
.dlg-page-login input[type=email],
.dlg-page-login input[type=password] {
  width: 100%;
  height: 30px;
  box-shadow: 0 0 0 100px white inset;
}
@media (max-width: 1000px) {
  .dlg-page-login input[type=text],
  .dlg-page-login input[type=email],
  .dlg-page-login input[type=password] {
    border: 1px solid #ccc;
  }
  .dlg-page-login input[type=text]::-webkit-input-placeholder,
  .dlg-page-login input[type=email]::-webkit-input-placeholder,
  .dlg-page-login input[type=password]::-webkit-input-placeholder {
    /* Safari, Google Chrome, Opera 15+ */
    color: #999;
    font-style: italic;
  }
  .dlg-page-login input[type=text]:-moz-placeholder,
  .dlg-page-login input[type=email]:-moz-placeholder,
  .dlg-page-login input[type=password]:-moz-placeholder {
    /* Firefox 4 to 18 */
    color: #999;
    font-style: italic;
  }
  .dlg-page-login input[type=text]::-moz-placeholder,
  .dlg-page-login input[type=email]::-moz-placeholder,
  .dlg-page-login input[type=password]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
  }
  .dlg-page-login input[type=text]:-ms-input-placeholder,
  .dlg-page-login input[type=email]:-ms-input-placeholder,
  .dlg-page-login input[type=password]:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    font-style: italic;
  }
}
.dlg-page-login .fauxCheckbox {
  margin: 17px 0;
  color: #333 !important;
}
.dlg-page-login .dlx-label {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dlg-buttonLogin + .dlg-buttonLogin {
  margin-top: 20px;
}
.dlg-buttonLogin {
  padding: 8px 0;
  border: 1px solid #9c0;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  background-color: #b2da62;
  color: #525239;
  letter-spacing: 1px;
  cursor: pointer;
}
.dlg-buttonLogin:hover {
  background-color: #aecf70;
}
@media (max-width: 1000px) {
  .dlg-buttonLogin {
    border: none;
    background-color: #7dd;
    color: #277;
    text-transform: uppercase;
  }
  .dlg-buttonLogin:hover {
    background-color: #6cc;
  }
}
@media (max-height: 300px) {
  .dlg-page-login .dlx-label {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dlg-page-login .fauxCheckbox {
    margin: 10px 0;
  }
  .dlg-buttonLogin + .dlg-buttonLogin {
    margin-top: 10px;
  }
}
.dlg-tableTitle {
  padding: 5px 0 10px 5px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-tableTitle.dlx-hilite {
  color: #b50;
}
.dlg-page-I .dlg-tableTitle b {
  color: #808080;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
.dlg-page-I table.dlg-tableI + .dlg-tableTitle,
.dlg-page-AE table.dlg-tableI + .dlg-tableTitle {
  padding-top: 17px;
}
.dlg-page-AE .dlg-tableTitle {
  padding: 5px 0 10px 5px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlg-page-AE table.dlg-tableAE + .dlg-tableTitle {
  padding-top: 20px;
}
.dlg-page-IMP input[type=file] {
  width: 200px;
  padding: 2px;
  border: 1px solid #bebeb8;
}
.dlg-page-IMP .dlx-param select {
  height: 26px;
  padding: 4px 2px;
}
.dlg-page-IMP .dlx-param .dlx-brand select {
  width: 220px;
}
.dlg-page-IMP .dlx-param .dlx-umonthAssignment select:last-of-type {
  width: 180px;
}
.dlg-page-IMP .dlx-param .dlx-assignment select {
  width: 180px;
}
.dlg-page-IMP .dlx-param .dlx-umonth select {
  width: 150px;
}
.dlg-page-IMP .dlx-param .dlx-country select {
  width: 240px;
}
.dlg-page-IMP .dlx-param .dlx-countryCustomer select {
  width: 180px;
}
.dlg-page-IMP .dlx-param span.dlx-label,
.dlg-page-IMP .dlx-param span.dlx-labelFixedWidth {
  display: inline-block;
  padding-right: 10px;
  padding-left: 30px;
}
.dlg-page-IMP .dlx-param span.dlx-label:first-of-type,
.dlg-page-IMP .dlx-param div + span.dlx-label {
  padding-left: 0;
}
.dlg-page-IMP .dlx-param .dlx-labelFixedWidth {
  width: 220px;
}
.dlg-page-IMP input.dlx-date,
.dlg-page-IMP input.dlx-yearMonth {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
.dlg-page-IMP table.dlg-importColumnsInfo {
  border-spacing: 0;
  border-collapse: collapse;
}
.dlg-page-IMP table.dlg-importColumnsInfo td {
  height: 24px;
  border: 1px solid #cecec8;
}
.dlg-page-IMP table.dlg-importColumnsInfo td.dlx-ordinal {
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
}
.dlg-page-IMP table.dlg-importColumnsInfo td.dlx-label {
  min-width: 200px;
  padding-left: 13px;
  padding-right: 70px;
}
.dlg-page-IMP table.dlg-importColumnsInfo td.dlx-label .dlx-rightNote {
  float: right;
  margin-right: -57px;
  padding-left: 60px;
  color: #72726b;
}
.dlg-page-IMP table.dlg-importColumnsInfo td.dlx-extraInfo {
  min-width: 250px;
  padding-left: 13px;
  padding-right: 70px;
  color: #72726b;
}
.dlg-page-IMP .dlg-importColumnsInfoFooter {
  padding: 20px 0;
}
.dlg-page-IMP .dlg-importColumnsInfoFooter div:first-of-type {
  padding-bottom: 5px;
}
.dlg-page-IMP .dlg-importColumnsInfoFooter div:not(:first-of-type) {
  padding: 0px 0 0 25px;
}
.dlg-page-dumpDB .dlg-panel {
  padding-top: 0px;
  padding-bottom: 40px;
}
.dlg-page-dumpDB .dlg-panel .dlx-info {
  padding: 40px 0 20px 0;
}
.dlg-page-users_menuOptions table.dlg-tableQ tr.dlx-trData.dlx-menuGroup td {
  padding: 5px 7px;
  background-color: #82826b;
  color: #fff;
}
.dlg-page-users_menuOptions table.dlg-tableQ tr.dlx-trData > td {
  vertical-align: middle;
}
.dlg-uploadDummy {
  text-align: center;
}
div.dlg-uploadDummy {
  border: 1px solid #e5e0d5;
  background-color: #f6f6f2;
  color: #bdbda8;
}
a.dlg-uploadDummy {
  border: 1px solid #cecec8;
  background: no-repeat 50% 70%;
  color: #550;
}
table.dlg-pxtypeUploadsFrameI {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #cecec8;
}
table.dlg-pxtypeUploadsFrameI td {
  padding-top: 10px;
  vertical-align: top;
}
table.dlg-pxtypeUploadsFrameI td:last-of-type {
  padding-right: 10px;
  text-align: right;
}
table.dlg-pxtypeUploadsFrameI .dlg-uploadDummy {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 80px;
  height: 130px;
  padding-top: 15px;
}
table.dlg-pxtypeUploadsFrameI div.dlg-uploadDummy {
  cursor: help;
}
table.dlg-pxtypeUploadsFrameI a.dlg-uploadDummy {
  background-image: url("../img/card-1.jpg");
}
table.dlg-pxtypeUploadsFrameI a.dlx-photo {
  display: inline-block;
  height: 130px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee8dd;
  text-align: center;
  vertical-align: middle;
}
table.dlg-pxtypeUploadsFrameI a.dlx-photo img {
  display: inline-block;
  margin: auto;
  max-width: 80px;
  max-height: 130px;
}
table.dlg-pxtypeUploadsFrameU {
  width: 100%;
  border-spacing: 0;
  margin: 10px 0 20px 0;
  border: 1px solid #e5e0d5;
  padding: 10px 15px;
}
table.dlg-pxtypeUploadsFrameU td {
  padding-right: 15px;
  vertical-align: top;
}
table.dlg-pxtypeUploadsFrameU td:last-of-type {
  padding-right: 0;
}
table.dlg-pxtypeUploadsFrameU .dlg-uploadDummy {
  display: block;
  width: 150px;
  height: 200px;
  padding-top: 25px;
}
table.dlg-pxtypeUploadsFrameU a.dlg-uploadDummy {
  background-image: url("../img/card-2.jpg");
}
table.dlg-pxtypeUploadsFrameU a.dlx-photo {
  display: block;
  height: 200px;
  border: 1px solid #eee8dd;
  text-align: center;
  vertical-align: middle;
}
table.dlg-pxtypeUploadsFrameU a.dlx-photo img {
  display: inline-block;
  margin: auto;
  max-width: 200px;
  max-height: 200px;
}
table.dlg-pxtypeUploadsFrameU input[type=file] {
  display: block;
  width: 140px;
  margin-top: 10px;
  border: 1px solid #cecec8;
}
table.dlg-pxtypeUploadsFrameU .fauxCheckbox {
  margin-top: 10px;
}
.dlm-pageFrame {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 20px;
}
@media (min-width: 1001px) {
  .dlm-pageFrame {
    border: 1px solid #ccc;
  }
}
@media (max-width: 400px) {
  .dlm-pageFrame {
    padding: 55px 10px;
  }
}
.dlm-topBar,
.dlm-bottomBar {
  position: fixed;
  width: 100%;
  max-width: 1000px;
  padding: 9px 20px;
  background-color: #444;
  color: #eee;
  font-size: 14px;
  z-index: 10;
}
@media (min-width: 1001px) {
  .dlm-topBar,
  .dlm-bottomBar {
    left: 50%;
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.dlm-topBar {
  top: 0;
}
.dlm-bottomBar {
  bottom: 0;
}
@media (max-width: 400px) {
  .dlm-topBar,
  .dlm-bottomBar {
    padding: 9px 10px;
  }
}
.dlm-topBar .dlx-home {
  float: right;
}
.dlm-bottomBar .dlx-logout {
  float: right;
}
.dlm-button {
  display: inline-block;
  padding: 10px 50px;
  text-align: center;
  background-color: #7dd;
  color: #277;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.dlm-button:hover {
  background-color: #6cc;
}
.dlm-button.dlx-flex {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.dlm-twoButtons {
  padding-top: 20px;
}
@media (max-height: 400px) {
  .dlm-twoButtons {
    padding-top: 15px;
  }
}
.dlm-twoButtons .dlx-first,
.dlm-twoButtons .dlx-last {
  display: inline-block;
  width: 50%;
}
.dlm-twoButtons .dlx-first {
  padding-right: 5px;
}
.dlm-twoButtons .dlx-last {
  padding-left: 5px;
}
.dlm-twoButtons .dlm-button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.dlm-box-filter select {
  height: 26px;
  padding: 2px 2px;
  border: 1px solid #ccc;
  background-color: transparent;
}
/*.dlm-box-filter select + select,
.dlm-box-filter input[type=hidden] + select,   // disabled <select> has <input type="hidden"> appended
.dlm-box-filter select + div.fauxCheckbox {  // disabled <select> has <input type="hidden"> appended
	margin-left: 10px;
}*/
.dlm-pageTitleBox.dlx-simple {
  padding-bottom: 20px;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 100%;
  color: #6cc;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
}
.dlm-pageTitleBox.dlx-complex {
  padding-bottom: 30px;
}
.dlm-pageTitleBox.dlx-complex .dlx-title {
  display: inline-block;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 100%;
  color: #6cc;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
}
.dlm-pageTitleBox.dlx-complex .dlm-box-filter {
  display: inline-block;
  text-align: right;
}
.dlm-pageTitleBox.dlx-complex.dlx-yearMonth .dlx-title {
  width: 40%;
}
.dlm-pageTitleBox.dlx-complex.dlx-yearMonth .dlm-box-filter {
  width: 60%;
}
@media (max-width: 370px) {
  .dlm-pageTitleBox.dlx-complex.dlx-yearMonth {
    padding-bottom: 25px;
  }
  .dlm-pageTitleBox.dlx-complex.dlx-yearMonth .dlx-title {
    width: 100%;
    margin-top: -5px;
    padding-bottom: 15px;
    text-align: center;
  }
  .dlm-pageTitleBox.dlx-complex.dlx-yearMonth .dlm-box-filter {
    width: 100%;
    text-align: center;
  }
  .dlm-pageTitleBox.dlx-complex.dlx-yearMonth .dlm-box-filter select {
    width: 40%;
  }
}
.dlm-brick {
  display: inline-block;
  vertical-align: top;
}
.dlm-subtitle {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  padding: 20px 0 20px 1px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #6cc;
}
@media not all and (max-width: 400px) {
  .dlm-subtitle.dlx-LC {
    text-align: left;
  }
}
.dlm-boxInfo-A {
  padding: 30px 20px;
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #aaa;
}
.dlm-boxInfo-B {
  padding: 10px 10px;
  background-color: #eff;
  text-align: center;
  color: #6cc;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-missing {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #bbb;
}
.dlm-grey-lite {
  color: #999;
}
.dlm-grey-very-lite {
  color: #bbb;
}
.dlm-asterisk {
  padding-left: 5px;
  color: #d33;
  font-size: 18px;
  line-height: 50%;
}
.dlm-dollar {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #c44;
}
.dlm-oval {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
}
.dlm-oval-green {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(0, 187, 0, 0.1);
}
.dlm-oval-red {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
}
/*.dlm-oval-orange {
	.dlm-oval();
	background-color: fade(#d50, 10%);
}*/
.dlm-oval-grey {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(85, 85, 85, 0.1);
}
.dlm-scaleSymbol {
  margin-right: 10px;
  padding: 0px 4px;
  border-radius: 3px;
}
.dlm-scaleSymbol.dlx-1 {
  color: #4aa;
  background-color: #dff;
}
.dlm-scaleSymbol.dlx-0 {
  color: #a8a89b;
  background-color: #f1f1e7;
}
.dlm-input {
  border: 1px solid #ccc;
}
.dlm-input::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #999;
  font-style: italic;
}
.dlm-input:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #999;
  font-style: italic;
}
.dlm-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: italic;
}
.dlm-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-style: italic;
}
.dlm-bgPatternBottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7dd;
  z-index: -2;
}
.dlm-bgPatternBottom.dlx-off {
  background-color: #ddd;
}
.dlm-bgPatternTop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top left;
  background-origin: border-box;
  background-image: url("../img/bg-4.png");
  background-size: 120px;
  opacity: 0.15;
  z-index: -1;
}
.dlm-bgPatternTop.dlx-lite {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top left;
  background-origin: border-box;
  background-image: url("../img/bg-4.png");
  background-size: 120px;
  opacity: 0.15;
  z-index: -1;
}
/*.dlm-bg-checked(@img) {
	.dlm-bgPatternTop-generator(10px, 1);
	background-image: url("@{dir-img}@{img}");
}*/
.dlm-bg-C {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top left;
  background-origin: border-box;
  background-image: url("../img/bg-4.png");
  background-size: 150px;
  opacity: 0.15;
  z-index: -1;
  background-image: url("../img/bg-5.jpg");
}
@media (min-width: 701px) {
  .dlm-menu {
    margin-top: 15px;
  }
}
.dlm-menuBrick-container {
  display: inline-block;
  width: 33.33333333%;
  padding: 10px 10px 5px 10px;
}
@media (max-width: 700px) {
  .dlm-menuBrick-container {
    width: 50%;
  }
}
.dlm-menuBrick {
  position: relative;
  height: 117px;
}
.dlm-menuBrick .dlx-label {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #277;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-menuBrick .dlx-reportsCurrent,
.dlm-menuBrick .dlx-reportsFuture {
  position: absolute;
  display: inline-block;
  top: 10px;
}
.dlm-menuBrick .dlx-reportsCurrent {
  right: 10px;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
  color: #d00;
}
.dlm-menuBrick .dlx-reportsFuture {
  left: 10px;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(85, 85, 85, 0.1);
  color: #b2b;
}
.dlm-menuBrick:not(.dlx-action-trigger) {
  color: #aaa;
}
@media (max-width: 500px), (max-height: 550px) {
  .dlm-menuBrick .dlx-label {
    font-size: 14px;
  }
}
@media (max-height: 450px) AND(max-width: 700px) {
  .dlm-menuBrick {
    height: 77px;
  }
}
@media (max-height: 550px) AND(max-width: 700px) {
  .dlm-menu {
    margin-top: -5px;
  }
}
@media (max-height: 350px) AND(max-width: 700px) {
  .dlm-menu {
    margin-top: -15px;
  }
  .dlm-menuBrick-container {
    padding: 4px;
  }
  .dlm-menuBrick {
    height: 57px;
  }
}
@media (max-width: 340px) {
  .dlm-menuBrick-container {
    width: 100%;
    padding: 5px 10px;
  }
  .dlm-menuBrick {
    height: 57px;
  }
}
.dlm-pxtypes .dlx-pxtype {
  position: relative;
  display: inline-block;
  width: 50%;
  margin-bottom: 5px;
}
.dlm-pxtypes .dlx-pxtype:nth-child(odd) {
  border-right: 5px solid #fff;
}
.dlm-pxtypes .dlx-pxtype:nth-child(even) {
  border-left: 5px solid #fff;
}
@media (max-width: 590px) {
  .dlm-pxtypes .dlx-pxtype {
    width: 100%;
  }
  .dlm-pxtypes .dlx-pxtype:nth-child(odd),
  .dlm-pxtypes .dlx-pxtype:nth-child(even) {
    border: none;
  }
}
.dlm-pxtypes .dlx-pxtype .dlx-photo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
}
.dlm-pxtypes .dlx-pxtype .dlx-photo.dlx-dummy {
  padding-top: 29px;
  color: #ddd;
}
.dlm-pxtypes .dlx-pxtype .dlx-photo img {
  max-width: 100%;
  max-height: 100%;
}
.dlm-pxtypes .dlx-pxtype .dlx-info {
  border-left: 84px solid #fff;
  padding: 7px 0 7px 10px;
  vertical-align: top;
  line-height: 170%;
  height: 100%;
}
.dlm-pxtypes .dlx-pxtype .dlx-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dlm-pxtypes .dlx-pxtype .dlx-EAN {
  color: #888;
}
.dlm-pxtypes .dlx-pxtype .dlx-validityAlert {
  float: right;
  margin-right: 10px;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
  color: #d00;
}
.dlm-pxtypes .dlx-pxtype .dlx-priceLack {
  margin-top: 7px;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(85, 85, 85, 0.1);
}
.dlm-pxtypes .dlx-pxtype .dlx-priceLack.dlx-price {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(0, 187, 0, 0.1);
}
.dlm-pxtypes .dlx-pxtype .dlx-priceLack.dlx-lack {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
}
.dlm-pxtypes .dlx-pxtype .dlx-present {
  margin-top: 7px;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(85, 85, 85, 0.1);
}
.dlm-pxtypes .dlx-pxtype .dlx-present.dlx-1 {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(0, 187, 0, 0.1);
}
.dlm-pxtypes .dlx-pxtype .dlx-present.dlx-0 {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
}
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack {
  padding-top: 3px;
  color: #888;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack input {
  border: 1px solid #ccc;
  margin-right: 7px;
  width: 70px;
  height: 23px;
  border: none;
  border-radius: 5px;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack input::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #999;
  font-style: italic;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack input:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #999;
  font-style: italic;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: italic;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-style: italic;
}
/*.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack input[disabled] {
	background-color: #fff;
}*/
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack .dlx-lack {
  float: right;
  margin-right: 15px;
  color: #333;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-present {
  display: inline-block;
  margin-top: 3px;
  padding: 3px 15px 3px 5px;
  background-color: #fff;
  border-radius: 5px;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-present .fauxRadio:first-of-type {
  margin-right: 10px;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-priceLack.dlx-error input {
  background-color: #fba;
}
.dlm-pxtypes .dlx-pxtype .dlx-input-present.dlx-error {
  background-color: #fba;
}
@media (min-width: 591px) AND(max-width: 650px) {
  .dlm-pxtypes .dlx-pxtype .dlx-info {
    padding-left: 7px;
  }
}
.dlm-pxtypes .dlx-pxtype:nth-child(4n+1),
.dlm-pxtypes .dlx-pxtype:nth-child(4n+2) {
  background-color: #e5e5e5;
}
.dlm-pxtypes .dlx-pxtype:nth-child(4n+3),
.dlm-pxtypes .dlx-pxtype:nth-child(4n) {
  background-color: #f2f2f2;
}
@media (max-width: 590px) {
  .dlm-pxtypes .dlx-pxtype:nth-child(odd) {
    background-color: #e5e5e5;
  }
  .dlm-pxtypes .dlx-pxtype:nth-child(even) {
    background-color: #f2f2f2;
  }
}
.dlm-axgroup2-container {
  display: inline-block;
  width: 25%;
  padding: 7px;
  vertical-align: top;
}
.dlm-axgroup2 {
  position: relative;
  height: 80px;
  padding: 10px 15px;
  color: #277;
}
.dlm-axgroup2 .dlx-totals {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: inline-block;
}
.dlm-axgroup2 .dlx-totals .dlx-stroke {
  padding: 0 2px;
}
@media (max-width: 700px) {
  .dlm-axgroup2-container {
    width: 33.33333333%;
    padding: 7px;
  }
}
@media (max-width: 500px) {
  .dlm-axgroups2 {
    margin-top: -10px;
  }
  .dlm-axgroup2-container {
    width: 50%;
  }
  .dlm-axgroup2 {
    height: 60px;
    padding: 10px 10px;
  }
  .dlm-axgroup2 .dlx-totals {
    right: 10px;
  }
}
@media (max-width: 330px) {
  .dlm-axgroup2-container {
    width: 100%;
    padding: 5px 10px;
  }
  .dlm-axgroup2 {
    height: auto;
    padding: 10px 10px;
  }
}
@media (max-height: 340px) {
  .dlm-axgroup2-container {
    padding: 5px;
  }
  .dlm-axgroup2 {
    height: 60px;
  }
}
.dlm-box-I .dlx-row {
  padding-bottom: 5px;
}
.dlm-box-I .dlx-row > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 5px 10px;
}
@media (max-height: 300px) {
  .dlm-box-I .dlx-row > div {
    padding: 3px 10px;
  }
}
.dlm-box-I .dlx-row > div.dlx-label {
  border-right: 5px solid #fff;
  color: #888;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-box-I .dlx-row > div.dlx-value {
  border-left: 5px solid #fff;
}
.dlm-box-I .dlx-row.dlx-alert > div.dlx-label {
  color: #d66;
}
.dlm-box-I .dlx-row.dlx-alert > div.dlx-value {
  color: #c00;
}
@media (max-width: 800px) {
  .dlm-box-I.dlx-maxWidth-1column-A .dlx-row > div {
    width: 100%;
  }
  .dlm-box-I.dlx-maxWidth-1column-A .dlx-row > div.dlx-label {
    border-right: none;
    border-top: 5px solid #fff;
  }
  .dlm-box-I.dlx-maxWidth-1column-A .dlx-row > div.dlx-value {
    border-left: none;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 580px) {
  .dlm-box-I.dlx-maxWidth-1column-B .dlx-row > div {
    width: 100%;
  }
  .dlm-box-I.dlx-maxWidth-1column-B .dlx-row > div.dlx-label {
    border-right: none;
    border-top: 5px solid #fff;
  }
  /*.dlm-box-I.dlx-maxWidth-1column-B.dlx-hideLabels-1column {
	padding-bottom: 20px;
}
.dlm-box-I.dlx-maxWidth-1column-B.dlx-hideLabels-1column .dlx-row {
	padding-bottom: 0;
}
.dlm-box-I.dlx-maxWidth-1column-B.dlx-hideLabels-1column .dlx-row > div.dlx-label {
	display: none;
}*/
  .dlm-box-I.dlx-maxWidth-1column-B .dlx-row > div.dlx-value {
    border-left: none;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 359px) {
  .dlm-box-I.dlx-maxWidth-1column-C .dlx-row > div {
    width: 100%;
  }
  .dlm-box-I.dlx-maxWidth-1column-C .dlx-row > div.dlx-label {
    border-right: none;
    border-top: 5px solid #fff;
  }
  .dlm-box-I.dlx-maxWidth-1column-C .dlx-row > div.dlx-value {
    border-left: none;
    border-top: 2px solid #fff;
  }
}
.dlm-box-I .dlx-row:nth-child(odd) > div {
  background-color: #e5e5e5;
}
.dlm-box-I .dlx-row:nth-child(even) > div {
  background-color: #f2f2f2;
}
.dlm-box-I .dlx-row.dlx-alert > div {
  background-color: #fcc;
}
.dlm-box-AE .dlx-row {
  padding-bottom: 5px;
  text-align: right;
}
.dlm-box-AE .dlx-label,
.dlm-box-AE .dlx-errorMsg,
.dlm-box-AE .dlx-input {
  display: inline-block;
  width: 50%;
  padding: 5px 10px;
  text-align: left;
}
@media (max-height: 300px) {
  .dlm-box-AE .dlx-label,
  .dlm-box-AE .dlx-errorMsg,
  .dlm-box-AE .dlx-input {
    padding: 3px 10px;
  }
}
.dlm-box-AE .dlx-label {
  border-right: 5px solid #fff;
  background-color: #f2f2f2;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #888;
}
.dlm-box-AE .dlx-label .dlx-comment {
  float: right;
}
.dlm-box-AE .dlx-input {
  border-left: 5px solid #fff;
  background-color: #cff;
}
.dlm-box-AE input[type=text],
.dlm-box-AE input[type=number],
.dlm-box-AE input[type=email],
.dlm-box-AE input[type=tel],
.dlm-box-AE input[type=password],
.dlm-box-AE textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
}
.dlm-box-AE .dlx-errorMsg {
  border-left: 5px solid #fff;
  border-top: 2px solid #fff;
  background-color: #fba;
  text-align: right;
  color: #d77;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 800px) {
  .dlm-box-AE.dlx-maxWidth-1column-A .dlx-label,
  .dlm-box-AE.dlx-maxWidth-1column-A .dlx-errorMsg,
  .dlm-box-AE.dlx-maxWidth-1column-A .dlx-input {
    width: 100%;
  }
  .dlm-box-AE.dlx-maxWidth-1column-A .dlx-label {
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
  .dlm-box-AE.dlx-maxWidth-1column-A .dlx-input {
    border-left: none;
  }
  .dlm-box-AE.dlx-maxWidth-1column-A .dlx-errorMsg {
    border-left: none;
  }
}
@media (max-width: 580px) {
  .dlm-box-AE.dlx-maxWidth-1column-B .dlx-label,
  .dlm-box-AE.dlx-maxWidth-1column-B .dlx-errorMsg,
  .dlm-box-AE.dlx-maxWidth-1column-B .dlx-input {
    width: 100%;
  }
  .dlm-box-AE.dlx-maxWidth-1column-B .dlx-label {
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
  .dlm-box-AE.dlx-maxWidth-1column-B .dlx-input {
    border-left: none;
  }
  .dlm-box-AE.dlx-maxWidth-1column-B .dlx-errorMsg {
    border-left: none;
  }
}
.dlm-box-AE .dlx-errorMsg:empty {
  display: none;
}
.dlm-box-noDataFound {
  padding: 50px 20px;
  background-color: #e5e5e5;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #aaa;
}
.dlm-box-Q .dlx-row {
  margin-bottom: 1px;
}
.dlm-box-Q .dlx-row .dlx-cell {
  display: inline-block;
  padding: 3px 10px 3px 10px;
  vertical-align: bottom;
}
.dlm-box-Q .dlx-row .dlx-cell:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.dlm-box-Q .dlx-row:nth-child(odd) .dlx-cell {
  background-color: #e5e5e5;
}
.dlm-box-Q .dlx-row:nth-child(even) .dlx-cell {
  background-color: #f2f2f2;
}
@media (max-width: 800px) {
  .dlg-page-m_HS_accountPersonal .dlm-pageTitleBox.dlx-simple {
    padding-bottom: 15px;
  }
}
.dlg-page-m_HS_accountPersonal .dlx-spacer-V {
  height: 15px;
}
@media (max-width: 800px) {
  .dlg-page-m_HS_accountPassword_E .dlm-pageTitleBox.dlx-simple {
    padding-bottom: 15px;
  }
}
@media (max-width: 800px) {
  .dlg-page-m_HS_accountPersonal_E .dlm-pageTitleBox.dlx-simple {
    padding-bottom: 15px;
  }
}
