.font-size-M {
  font-size: 12px;
}
.font-size-S {
  font-size: 11px;
}
.font-size-L {
  font-size: 13px;
}
.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;
}
body {
  margin: 0;
  line-height: 145%;
  -webkit-text-size-adjust: none;
}
body,
input,
select,
textarea {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #333;
}
input,
select {
  margin: 0;
}
select + select,
input[type=hidden] + select {
  margin-left: 10px;
}
input[disabled],
select[disabled] {
  color: #999;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
}
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=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password] {
  border: 1px solid #ccc;
  padding-left: 5px;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #999;
  font-style: italic;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=password]:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #999;
  font-style: italic;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: italic;
  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,
input[type=password]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-style: italic;
  opacity: 1;
}
textarea {
  resize: none;
  overflow: auto;
  margin: 0;
  padding: 3px 10px;
  line-height: 145%;
}
textarea::-webkit-input-placeholder {
  /* Safari, Google Chrome, Opera 15+ */
  color: #999;
  font-style: italic;
  opacity: 1;
}
textarea:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #999;
  font-style: italic;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: italic;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-style: italic;
  opacity: 1;
}
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 on elements inside elements with "display:block" */
  position: relative;
  width: 100%;
  height: 100%;
}
.table-100-100 {
  width: 100%;
  height: 100%;
  border-spacing: 0;
}
.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,
b.cursorTip,
i.cursorTip {
  cursor: help;
}
.noFloatFullWidthPadTop {
  float: none;
  width: 100%;
  padding-top: 10px;
}
.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;
}
.noEllipsis {
  overflow: auto;
  text-overflow: initial;
  white-space: normal;
}
.ellipsisXXX {
  xoverflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fauxRadio {
  display: inline-block;
  min-height: 11px;
  border: none;
  background-repeat: no-repeat;
  cursor: default;
}
.fauxRadio.dlx-rank-1 {
  color: #590;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  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=yes] {
  background-image: url("../img/radio-off.png");
  opacity: 0.5;
}
.fauxRadio[data-checked=yes][data-disabled=no] {
  background-image: url("../img/radio-on-4.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: 23px;
}
.fauxCheckbox[data-checked=yes] {
  background-image: url("../img/checkbox-on.png");
}
.fauxCheckbox[data-checked=no] {
  background-image: url("../img/checkbox-off.png");
  color: #999;
}
table.dlx-input .fauxCheckbox[data-checked=no],
td.dlx-input .fauxCheckbox[data-checked=no] {
  color: #333;
}
.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;
}
body {
  /*	background-position: bottom left;
	background-origin: border-box;
	background-image: url("@{dir-img}bg-7.jpg");
	//background-size: 450px;;
	//opacity: @opacity;
	background-repeat: repeat-x;*/
}
body.dlx-demo {
  background-color: #f50;
  background-image: url("../img/bg-demo.png");
  background-position: top left;
  background-size: 100px;
}
body.dlx-dev {
  /*	background-image: url("@{dir-img}dev.png");
	background-position: top left;*/
}
body {
  background-color: #eee;
}
.dlm-pageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  left: 50%;
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  background: #fff;
}
@media (min-width: 1401px) {
  .dlm-pageWrapper {
    width: 1400px;
  }
}
@media (min-width: 601px) {
  body.dlx-pageIsNarrow .dlm-pageWrapper {
    width: 600px;
  }
}
.dlm-pageFrame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 55px 20px;
}
.dlm-pageFrame {
  max-width: 1400px;
}
body.dlx-pageIsNarrow .dlm-pageFrame {
  max-width: 600px;
}
.dlm-topBar,
.dlm-bottomBar {
  position: fixed;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  padding: 9px 20px;
  background-color: #444;
  color: #eee;
  font-size: 14px;
  z-index: 10;
}
.dlm-topBar,
.dlm-bottomBar {
  max-width: 1400px;
}
body.dlx-pageIsNarrow .dlm-topBar,
body.dlx-pageIsNarrow .dlm-bottomBar {
  max-width: 600px;
}
/*@media (min-width: @min-width-pageWidthFixed) {
.dlm-topBar,
.dlm-bottomBar {
	left: 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 {
  text-align: center;
}
.dlm-topBar .dlx-topMiddleLabel {
  color: #ffc;
}
.dlm-topBar .dlx-back {
  float: left;
}
.dlm-topBar .dlx-logout {
  float: right;
}
.dlm-bottomBar .dlx-back {
  float: right;
}
.dlm-topBar .dlx-alertDemo {
  color: #ffc;
  letter-spacing: 2px;
  margin-left: 20px;
}
/*.dlm-bgFlood() {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}*/
/*@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: 600px) {
  .dlm-menuBrick-container {
    padding: 7px 7px 2px 7px;
  }
}
@media (max-width: 400px) {
  .dlm-pageFrame {
    padding: 45px 5px;
  }
  .dlm-menuBrick-container {
    padding: 5px 5px 0 5px;
  }
}
.dlm-menuBrick.dlx-disappearingDummy:not(.dlx-3inRow) {
  display: none;
}
@media (max-width: 700px) {
  .dlm-menuBrick-container {
    width: 50%;
  }
  .dlm-menuBrick.dlx-disappearingDummy:not(.dlx-2inRow) {
    display: none;
  }
}
@media (max-width: 340px) {
  .dlm-menuBrick-container {
    width: 100%;
  }
  .dlm-menuBrick.dlx-disappearingDummy {
    display: none;
  }
}
.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: #fff;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
@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 {
    height: 57px;
  }
}
@media (max-width: 340px) {
  .dlm-menuBrick {
    height: 57px;
  }
}
.dlm-menuBrick.dlx-regularA {
  background-color: #288;
}
.dlm-menuBrick.dlx-regularA.dlx-bgColorVariant-1 {
  background-color: #259494;
}
.dlm-menuBrick.dlx-regularA.dlx-bgColorVariant-2 {
  background-color: #1f7c7c;
}
.dlm-menuBrick.dlx-regularA.dlx-bgColorVariant-3 {
  background-color: #1c7070;
}
.dlm-menuBrick.dlx-regularA.dlx-bgColorVariant-4 {
  background-color: #196363;
}
.dlm-menuBrick.dlx-regularB {
  background-color: #776;
}
.dlm-menuBrick.dlx-regularB.dlx-bgColorVariant-1 {
  background-color: #7f7f6d;
}
.dlm-menuBrick.dlx-regularB.dlx-bgColorVariant-2 {
  background-color: #6f6f5f;
}
.dlm-menuBrick.dlx-regularB.dlx-bgColorVariant-3 {
  background-color: #676758;
}
.dlm-menuBrick.dlx-regularB.dlx-bgColorVariant-4 {
  background-color: #5e5e51;
}
.dlm-menuBrick.dlx-alert {
  background-color: #b04b40;
}
.dlm-menuBrick.dlx-alert.dlx-bgColorVariant-1 {
  background-color: #bb5044;
}
.dlm-menuBrick.dlx-alert.dlx-bgColorVariant-2 {
  background-color: #a5463c;
}
.dlm-menuBrick.dlx-alert.dlx-bgColorVariant-3 {
  background-color: #9a4138;
}
.dlm-menuBrick.dlx-alert.dlx-bgColorVariant-4 {
  background-color: #8e3d34;
}
.dlm-menuBrick.dlx-dummy {
  background-color: #799;
}
.dlm-menuBrick.dlx-dummy.dlx-bgColorVariant-1 {
  background-color: #80a0a0;
}
.dlm-menuBrick.dlx-dummy.dlx-bgColorVariant-2 {
  background-color: #6e9292;
}
.dlm-menuBrick.dlx-dummy.dlx-bgColorVariant-3 {
  background-color: #678a8a;
}
.dlm-menuBrick.dlx-dummy.dlx-bgColorVariant-4 {
  background-color: #618181;
}
.dlm-menuBrick.dlx-action-trigger:hover {
  background-color: #066;
  background-image: none;
}
.dlm-menuBrick.dlx-alert.dlx-action-trigger:hover {
  background-color: #a03b30;
  background-image: none;
}
.dlm-foliator {
  padding-top: 15px;
  padding-bottom: 20px;
}
.dlm-foliator select {
  height: 26px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: transparent;
}
.dlm-foliator div {
  display: inline-block;
}
.dlm-foliator .dlx-volume {
  width: 40%;
}
.dlm-foliator .dlx-label {
  width: 20%;
  text-align: center;
}
.dlm-foliator .dlx-page {
  width: 40%;
  text-align: right;
}
.dlm-foliator .dlx-page select {
  margin: 0 5px;
}
.dlm-foliator .dlx-page img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 5px;
}
.dlm-foliator .dlx-page img.dlx-pending {
  cursor: pointer;
}
@media (max-width: 700px) {
  .dlm-foliator .dlx-volume {
    width: 33%;
  }
  .dlm-foliator .dlx-label {
    width: 20%;
  }
  .dlm-foliator .dlx-page {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .dlm-foliator .dlx-volume {
    width: 30%;
  }
  .dlm-foliator .dlx-label {
    width: 20%;
  }
  .dlm-foliator .dlx-page {
    width: 50%;
  }
}
.dlm-weekRangeSelector {
  display: inline-block;
  white-space: nowrap;
}
.dlm-weekRangeSelector img {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.dlm-weekRangeSelector select {
  margin: 0 7px;
  vertical-align: middle;
}
.dlm-yearSelector,
.dlm-yearQuarterMonthSelectors {
  display: inline-block;
  white-space: nowrap;
}
.dlm-yearSelector img {
  display: inline-block;
  margin-bottom: 3px;
  vertical-align: middle;
}
.dlm-yearQuarterMonthSelectors img {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
.dlm-yearSelector img[data-year],
.dlm-yearQuarterMonthSelectors img[data-year] {
  cursor: pointer;
}
.dlm-yearMonthDaySelectors select,
.dlm-yearQuarterMonthSelectors select,
.dlm-yearSelector select {
  width: 60px;
}
.dlm-yearSelector img + select,
.dlm-yearSelector select + img {
  margin-left: 7px;
}
.dlm-yearQuarterMonthSelectors img + select,
.dlm-yearQuarterMonthSelectors select + img {
  margin-left: 7px;
}
.dlm-yearMonthDaySelectors select + select {
  margin-left: 7px;
}
.dlm-popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: default;
  z-index: 200;
}
.dlm-popup.dlm-popupWait {
  background-color: rgba(0, 0, 0, 0.85);
}
.dlm-popup td {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 100px;
}
@media (max-height: 400px) {
  .dlm-popup td {
    padding-bottom: 0;
  }
}
.dlm-popup .dlx-box {
  display: inline-block;
  width: 300px;
  color: #fff;
  text-align: center;
}
.dlm-popupSuccess .dlx-box {
  background-color: #4aa;
}
.dlm-popupConfirm .dlx-box {
  background-color: #4aa;
}
.dlm-popupError .dlx-box {
  background-color: #c65;
}
.dlm-popup .dlx-boxHeader {
  padding: 11px 0;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
}
.dlm-popupSuccess .dlx-boxHeader {
  background-color: #288;
}
.dlm-popupConfirm .dlx-boxHeader {
  background-color: #288;
}
.dlm-popupError .dlx-boxHeader {
  background-color: #b04b40;
}
.dlm-popup .dlx-header {
  display: inline-block;
}
.dlm-popup .dlx-boxContent {
  padding: 37px 20px 37px 20px;
  text-align: center;
}
.dlm-popup .dlx-boxContent li {
  padding: 0;
  list-style: none;
}
.dlm-popup .dlx-boxContent li + li {
  padding-top: 10px;
}
.dlm-popup .dlx-boxButtons .dlx-button {
  display: inline-block;
  width: 100%;
  padding: 7px 0;
  background-color: #fff;
  color: #666;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  font-size: 11px;
  cursor: pointer;
}
.dlm-popupConfirm .dlx-boxButtons .dlx-button {
  width: 49%;
  margin: 0 1% 0 0;
}
.dlm-popupConfirm .dlx-boxButtons .dlx-button:last-of-type {
  margin: 0 0 0 1%;
}
.dlm-popupWait .dlx-loader {
  display: inline-block;
  padding: 30px 70px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 400px) {
  .dlm-popupWait .dlx-loader img:last-of-type {
    display: none;
  }
}
.dlm-clearfix {
  clear: both;
}
.dlm-normal {
  color: #333;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-transform: none;
}
.dlm-color-normal {
  color: #333;
}
.dlm-underline {
  text-decoration: underline;
}
.dlm-noUC {
  text-transform: none;
}
.dlm-grey-lite {
  color: #999;
}
.dlm-grey-lite2 {
  color: #bbb;
}
.dlm-grey-lite3 {
  color: #ddd;
}
.dlm-sea {
  color: #288;
}
/*.dlm-sea-dark {
	color: @color-font-sea-0;
}*/
.dlm-red {
  color: #d00;
}
.dlm-orange {
  color: #e70;
}
.dlm-blue {
  color: #66f;
}
.dlm-durationSpan {
  color: #0a0;
}
.dlm-durationNoSpan {
  color: #d60;
}
.dlm-accessDenied {
  color: #bbb;
}
.dlm-free-0 {
  color: #bbb;
  text-decoration: line-through;
}
.dlm-asterisk {
  padding-left: 5px;
  color: #d33;
  font-size: 18px;
  line-height: 50%;
  cursor: help;
}
.dlm-asterisk.dlx-someCases {
  color: #099;
}
.dlx-ajax-trigger,
.dlx-action-trigger {
  cursor: pointer;
}
.dlm-hook-info {
  display: inline-block;
  margin-left: 7px;
  border-radius: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  text-align: center;
  background-color: #888;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  cursor: help;
}
a.dlm-www,
a.dlm-mail {
  color: #177;
}
a.dlm-www:hover,
a.dlm-mail:hover {
  color: #288;
  text-decoration: underline;
}
/*a.dlm-mail[href] {
	cursor: pointer;
}*/
.dlm-hotText {
  display: inline-block;
  text-transform: none;
}
.dlm-hotText:not(.dlx-regular) {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-hotText.dlx-arrow {
  padding-left: 11px;
  background: no-repeat left center url("../img/ar-1-R.png");
  margin-left: 15px;
}
@media (max-width: 500px) {
  .dlm-hotText.dlx-arrow {
    padding-left: 9px;
    margin-left: 10px;
  }
}
.dlm-hotText.dlx-arrow.dlx-red {
  background: no-repeat left center url("../img/ar-1-R-red.png");
}
.dlm-hotText.dlx-arrow.dlx-white {
  background: no-repeat left center url("../img/ar-1-R-white.png");
}
.dlm-hotText.dlx-arrow.dlx-lime {
  background: no-repeat left center url("../img/ar-1-R-lime.png");
}
.dlm-hotText.dlx-arrow.dlx-adhering {
  margin-left: 0;
}
.dlm-hotText.dlx-arrow.dlx-compact {
  margin-left: 8px;
  padding-left: 8px;
}
.dlm-hotText.dlx-on {
  color: #288;
  cursor: pointer;
}
.dlm-hotText.dlx-on.dlx-red {
  color: #d32;
}
.dlm-hotText.dlx-on.dlx-white {
  color: #fff;
}
.dlm-hotText.dlx-on.dlx-lime {
  color: #dfb;
}
.dlm-hotText.dlx-on.dlx-sea-dark {
  color: #177;
}
.dlm-hotText.dlx-off {
  color: #aaa;
}
.dlm-hotText.dlx-off[title]:not([title=""]) {
  cursor: help;
}
.dlm-hotText.dlx-on:hover {
  color: #066;
}
.dlm-hotText.dlx-red.dlx-on:hover {
  color: #d00;
}
.dlm-hotText.dlx-white.dlx-on:hover {
  color: #efc;
}
.dlm-hotText.dlx-lime.dlx-on:hover {
  color: #df4;
}
.dlm-hotText.dlx-sea-dark.dlx-on:hover {
  color: #066;
}
.dlm-textInRect {
  padding: 0 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.dlm-box-Q .dlx-row .dlx-cell .dlm-textInRect {
  margin-left: -3px;
  margin-right: -3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dlm-textInRect.dlx-green {
  background-color: rgba(0, 255, 0, 0.1);
}
.dlm-textInRect.dlx-red {
  background-color: rgba(255, 0, 0, 0.1);
  color: #c00;
}
.dlm-textInRect.dlx-yellow {
  background-color: rgba(221, 221, 0, 0.2);
}
.dlm-textInRect.dlx-grey {
  background-color: rgba(85, 85, 85, 0.1);
}
.dlm-textInRect.dlx-sea {
  background-color: rgba(0, 136, 136, 0.15);
}
/*.dlm-textInRect.dlx-orange {
	background-color: fade(#d50, 20%);
}
.dlm-textInRect.dlx-violet {
	background-color: fade(#50b, 12%);
}
.dlm-textInRect.dlx-blue {
	background-color: fade(#00f, 10%);
}*/
.dlm-status.dlx--1 {
  color: #d00;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-status.dlx-2,
.dlm-status.dlx-1 {
  color: #e70;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-status.dlx-21 {
  color: #66f;
}
.dlm-status.dlx-23 {
  color: #0a0;
}
.dlm-status.dlx-25 {
  color: #e70;
}
.dlm-status.dlx-26 {
  color: #d00;
}
.dlm-status.dlx-110 {
  color: #66f;
}
.dlm-status.dlx-115 {
  color: #0a0;
}
.dlm-status.dlx-120 {
  color: #e70;
}
.dlm-status.dlx-130 {
  color: #d00;
}
.dlm-status.dlx-135 {
  color: #bbb;
}
.dlm-status.dlx-31 {
  color: #66f;
}
.dlm-status.dlx-32 {
  color: #e70;
}
.dlm-status.dlx-33 {
  color: #d00;
}
.dlm-status.dlx-34 {
  color: #0a0;
}
.dlm-status.dlx-35 {
  color: #bbb;
}
.dlm-status.dlx-61 {
  color: #66f;
}
.dlm-status.dlx-62 {
  color: #e70;
}
.dlm-status.dlx-63 {
  color: #d00;
}
.dlm-status.dlx-64 {
  color: #0a0;
}
.dlm-status.dlx-65 {
  color: #bbb;
}
.dlm-status.dlx-41 {
  color: #66f;
}
.dlm-status.dlx-42 {
  color: #e70;
}
.dlm-status.dlx-43 {
  color: #0a0;
}
.dlm-status.dlx-51 {
  color: #d00;
}
.dlm-status.dlx-52 {
  color: #0a0;
}
.dlm-siteTier.dlx-1 {
  color: #bbb;
}
.dlm-siteTier.dlx-2 {
  color: #288;
}
.dlm-siteTier.dlx-3 {
  color: #e70;
}
.dlm-siteTier.dlx-4 {
  color: #d00;
}
.dlm-sitePrivacy.dlx-1 {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #e70;
}
.dlm-sitePrivacy.dlx-2 {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #d00;
}
.dlm-siteMemoType {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-siteMemoType.dlx-1 {
  color: #288;
}
.dlm-siteMemoType.dlx-2 {
  color: #e70;
}
.dlm-marker.dlx-0 {
  color: #bbb;
}
.dlm-marker.dlx-1 {
  color: #0a0;
}
.dlm-marker.dlx-3 {
  color: #e70;
}
.dlm-marker.dlx-2 {
  color: #d00;
}
.dlm-marker.dlx-4 {
  color: #66f;
}
.dlm-trancheRecap.dlx-1 {
  color: #0a0;
}
.dlm-trancheRecap.dlx-2 {
  color: #66f;
}
.dlm-trancheRecap.dlx-3 {
  color: #d00;
}
.dlm-trancheRecap.dlx-4 {
  color: #e70;
}
.dlm-trancheRecap.dlx-5 {
  color: #bbb;
}
.dlm-stRmMtBundle.dlx-0 {
  color: #bbb;
}
.dlm-stRmMtBundle.dlx-1 {
  color: #e70;
}
.dlm-stRmMtBundle.dlx-2 {
  color: #288;
}
.dlm-stRmMtBundle.dlx-3 {
  color: #d00;
}
.dlm-stRmMtMorderProblem {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-stRmMtMorderProblem.dlx-1 {
  color: #66f;
}
.dlm-stRmMtMorderProblem.dlx-2 {
  color: #d00;
}
.dlm-morderCommission.dlx-1 {
  color: #d00;
}
.dlm-morderCommission.dlx-2 {
  color: #288;
}
.dlm-boxInfo-noRowsFound {
  margin-bottom: 20px;
  padding: 30px 20px;
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #aaa;
}
.dlm-boxAlert {
  margin-bottom: 20px;
  padding: 20px 10px;
  background-color: #c65;
  text-align: center;
  color: #fff;
}
.dlm-boxAlert div + div {
  padding-top: 7px;
}
/*.dlm-boxAlert.dlx-thin {
	padding: 10px 10px;
}*/
.dlm-boxImportant {
  margin-bottom: 10px;
  padding: 20px 10px;
  background-color: #4aa;
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-boxInfo-I {
  padding: 5px 10px;
  background-color: #f2f2f2;
}
@media (max-height: 700px) {
  .dlm-boxInfo-I {
    padding: 4px 10px;
  }
}
.dlm-boxInfo-I .dlx-label {
  color: #888;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-boxInfo-Q {
  padding: 15px 10px;
  background-color: #e5e5e5;
  line-height: 170%;
}
.dlm-boxInfo-Q.dlx-lite {
  background-color: #f2f2f2;
}
.dlm-boxPhoto {
  margin-top: 30px;
  padding: 10px;
  background-color: #f2f2f2;
}
.dlm-boxPhoto img {
  max-width: 100%;
}
.dlm-pageTitleBox.dlx-simple {
  padding-bottom: 20px;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 100%;
  color: #4aa;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
}
.dlm-pageTitleBox.dlx-simple.dlx-noUC,
.dlm-pageTitleBox.dlx-complex.dlx-noUC .dlx-title {
  text-transform: none;
}
.dlm-pageTitleBox.dlx-complex {
  padding-bottom: 30px;
}
.dlm-pageTitleBox.dlx-complex .dlx-title {
  display: inline-block;
  width: 60%;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 100%;
  color: #4aa;
  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;
  width: 40%;
  text-align: right;
}
.dlm-pageTitleBox .dlx-icons {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .dlm-pageTitleBox.dlx-simple {
    font-size: 18px;
  }
  .dlm-pageTitleBox.dlx-complex .dlx-title {
    font-size: 18px;
  }
}
.dlm-pageTitleBox .dlm-numberOfRows {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
}
.dlm-subtitle-I-AE .dlm-numberOfRows {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 600px) {
  .dlm-pageTitleBox.dlx-complex {
    padding-bottom: 25px;
  }
  .dlm-pageTitleBox.dlx-complex .dlx-title {
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
  }
  .dlm-pageTitleBox.dlx-complex .dlm-box-filter {
    width: 100%;
    text-align: center;
  }
}
.dlm-boxDocumentation {
  margin-top: 30px;
}
.dlm-foliator + .dlm-boxDocumentation {
  margin-top: 0;
}
.dlm-boxDocumentation .dlx-header {
  padding: 3px 15px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
}
.dlm-boxDocumentation .dlx-body {
  padding: 10px 15px 5px 15px;
}
@media (max-width: 720px) {
  .dlm-boxDocumentation .dlx-header,
  .dlm-boxDocumentation .dlx-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.dlm-boxDocumentation.dlx-plum .dlx-header {
  background-color: #c8c0cc;
}
.dlm-boxDocumentation.dlx-plum .dlx-body {
  background-color: #e9e6ee;
}
.dlm-boxDocumentation.dlx-grey .dlx-header {
  background-color: #ccc;
}
.dlm-boxDocumentation.dlx-grey .dlx-body {
  background-color: #e5e5e5;
}
/*.dlm-boxDocumentation.dlx-sea .dlx-header {
	background-color: @color-bg-sea-grey-2;
	background-color: @color-bg-sea-3;
}
.dlm-boxDocumentation.dlx-sea .dlx-body {
	background-color: @color-bg-sea-grey-4;
	background-color: @color-bg-sea-8;
}*/
.dlm-boxDocumentation .dlx-passage {
  padding-bottom: 10px;
}
.dlm-boxDocumentation .dlx-passage.dlx-tiny {
  line-height: 1px;
  font-size: 1px;
}
.dlg-boxFilters-noLabels {
  margin-bottom: 10px;
  margin-left: -3px;
  margin-right: -3px;
}
.dlg-boxFilters-noLabels .dlx-filterWrap {
  display: inline-block;
  width: 25%;
  height: 41px;
  padding-left: 5px;
  border: 3px solid #fff;
  background-color: #ccf8f8;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .dlg-boxFilters-noLabels .dlx-filterWrap {
    width: 33.33333333%;
  }
}
@media (max-width: 500px) {
  .dlg-boxFilters-noLabels .dlx-filterWrap {
    width: 50%;
  }
}
.dlg-boxFilters-noLabels .dlx-filterWrap.dlx-checkbox {
  padding-top: 8px;
  padding-left: 8px;
}
.dlg-boxFilters-noLabels .dlx-filterWrap input[type=text] {
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  background: transparent;
}
.dlg-boxFilters-withLabels {
  margin-bottom: 20px;
  padding: 10px 10px;
  background-color: #e5e5e5;
}
.dlg-boxFilters-withLabels .dlx-filterWrap {
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
}
.dlg-boxFilters-withLabels input[type=text] {
  height: 24px;
  border: none;
}
.dlg-boxFilters-withLabels.dlx-imprints .dlx-userName input {
  width: 200px;
}
.dlg-boxFilters-withLabels.dlx-imprints .dlx-info input {
  width: 300px;
}
@media (max-width: 450px) {
  .dlg-boxFilters-withLabels.dlx-imprints .dlx-info input {
    width: 200px;
  }
}
.dlm-toolbox {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f2f2f2;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-toolbox input[type=text],
.dlm-toolbox select {
  width: 120px;
  height: 24px;
  padding: 2px 5px;
  border: none;
}
.dlm-page-siteRoomMgroups3 .dlm-toolbox {
  margin-bottom: 20px;
  padding: 20px 20px;
  background-color: #e5e5e5;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.dlm-page-siteRoomMaterialsV1 .dlm-toolbox select {
  width: 100px;
}
.dlm-page-siteRoomMgroups3 .dlm-toolbox .dlx-siteStage select {
  width: 70px;
}
.dlm-page-siteRoomMgroups3 .dlm-toolbox .dlx-siteRoom select,
.dlm-page-siteLabors .dlm-toolbox select,
.dlm-page-sitePolls_pretty .dlm-toolbox select {
  width: 200px;
}
.dlm-box-filter select {
  height: 26px;
  padding: 2px 2px;
  border: 1px solid #ccc;
  background-color: transparent;
}
.dlm-box-filter.dlx-yearSeason select {
  width: 70px;
}
/*.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-subtitle-Q {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  padding: 10px 0 10px 1px;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color: #4aa;
}
.dlm-subtitle-Q .dlx-floatRight {
  display: inline-block;
  float: right;
}
@media (max-width: 500px) {
  .dlm-subtitle-Q {
    text-align: center;
  }
  .dlm-subtitle-Q .dlx-floatRight {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
}
.dlm-subtitle-H {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  padding: 20px 0 20px 1px;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  color: #4aa;
}
@media (max-width: 400px) {
  .dlm-subtitle-H {
    text-align: center;
  }
}
.dlm-subtitle-I-AE {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  padding: 20px 0 10px 1px;
  text-transform: uppercase;
  text-align: left;
  color: #4aa;
}
.dlm-subtitle-I-AE.dlm-ghost {
  color: #999;
}
.dlm-pageTitleBox + .dlm-subtitle-I-AE {
  padding-top: 0;
}
@media (max-width: 400px) {
  .dlm-subtitle-I-AE {
    text-align: center;
  }
}
.dlm-icon {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: text-top;
  text-align: center;
  color: #fff;
  text-transform: none;
}
.dlm-icon.unfixedWidth {
  width: auto;
  padding: 0 5px;
}
.dlm-icon.dlx-on:not(.dlx-Excel-asImg):not(.dlx-Pdf-asImg):not(.dlx-foldAll):not(.dlx-unfoldAll) {
  background-color: #4aa;
}
.dlm-icon.dlx-on:not(.dlx-Excel-asImg):not(.dlx-Pdf-asImg):not(.dlx-foldAll):not(.dlx-unfoldAll):hover {
  background-color: #399;
  color: #fff;
}
.dlm-icon.dlx-off:not(.dlx-Excel-asImg):not(.dlx-Pdf-asImg):not(.dlx-foldAll):not(.dlx-unfoldAll) {
  background-color: #bbb;
}
.dlm-icon.dlx-off[title]:not([title=""]) {
  cursor: help;
}
.dlm-icon.dlx-reload {
  margin-left: 0;
  margin-right: 10px;
  background: no-repeat center center url("../img/refresh-2-16.png");
  background-size: 12px;
}
.dlm-icon.dlx-edit {
  background: no-repeat center center url("../img/icon-pencil-2.png");
}
.dlm-icon.dlx-info {
  background: no-repeat center center url("../img/icon-info-2.png");
}
.dlm-icon.dlx-history {
  background: no-repeat center center url("../img/icon-H2.png");
}
.dlm-icon.dlx-wwwShop {
  background: no-repeat center center url("../img/bag.png");
  background-size: 10px;
}
.dlm-icon.dlx-Excel-asImg {
  background: no-repeat center center url("../img/excel-4.png");
}
.dlm-icon.dlx-Excel-asImg.dlx-off {
  background: no-repeat center center url("../img/excel-4-grey.png");
}
.dlm-icon.dlx-Excel-asImg.dlx-white {
  background: no-repeat center center url("../img/excel-4-white.png");
}
.dlm-icon.dlx-Pdf-asImg {
  background: no-repeat center center url("../img/pdf.png");
  /*	background: no-repeat center center url("@{dir-img}icon-pdf.png");
	background-size: 20px;*/
}
.dlm-icon.dlx-download {
  background: no-repeat center center url("../img/ar-download.png");
}
.dlm-icon.dlx-foldAll {
  background: no-repeat center center url("../img/toggle-all-up-white.png");
}
.dlm-icon.dlx-foldAll.dlx-black {
  background: no-repeat center center url("../img/toggle-all-up-black.png");
}
.dlm-icon.dlx-unfoldAll {
  background: no-repeat center center url("../img/toggle-all-down-white.png");
}
.dlm-icon.dlx-unfoldAll.dlx-black {
  background: no-repeat center center url("../img/toggle-all-down-black.png");
}
.dlm-icon.dlx-inSubtitle {
  vertical-align: top;
  font-size: 16px;
}
.dlm-icon.dlx-Pdf-asFont,
.dlm-icon.dlx-Excel-asFont {
  font-size: 11px;
}
.dlm-icon.dlx-Pdf-asFont:not(.unfixedWidth),
.dlm-icon.dlx-Excel-asFont:not(.unfixedWidth) {
  width: 30px;
}
.dlm-icon.dlx-sorters,
.dlm-icon.dlx-sorters.dlx-onDarkBar,
.dlm-icon.dlx-sorters.dlx-inSubtitle,
.dlm-icon.dlx-sorters.dlx-inTable {
  font-size: 10px;
}
.dlm-icon.dlx-onDarkBar {
  margin-top: -1px;
  margin-bottom: -3px;
  border: 1px solid #fff;
  vertical-align: top;
  font-size: 16px;
}
.dlm-icon.dlx-onDarkBar.dlx-foldAll,
.dlm-icon.dlx-onDarkBar.dlx-unfoldAll {
  border: none;
}
.dlm-icon.dlx-inTable {
  margin-top: -1px;
  margin-bottom: -3px;
  margin-left: -6px;
  margin-right: 10px;
  vertical-align: top;
  font-size: 16px;
}
.dlm-icon.dlx-clone {
  font-size: 12px;
}
.dlm-icon.dlx-inTable.dlx-onTheRightFromText {
  margin-left: 15px;
  margin-right: -8px;
}
.dlm-icon.dlx-inTable.dlx-floatLeft {
  margin-left: -2px;
  float: left;
}
.dlm-icon.dlx-inTable.dlx-floatRight {
  margin-right: -2px;
  float: right;
}
.dlm-icon.dlx-inTable.dlx-info {
  background-size: 16px;
}
.dlm-button {
  display: inline-block;
  width: 100%;
  padding: 4px 0 3px 0;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.dlm-button.dlx-thick {
  padding: 5px 0 4px 0;
}
.dlm-button.dlx-on {
  background-color: #4aa;
}
.dlm-button.dlx-on:hover {
  background-color: #399;
  color: #fff;
}
/*.dlm-button.dlx-history {
	margin-top: 20px;
	background-color: @color-bg-sea-grey-2;
	&:hover {
		background-color: @color-bg-sea-grey-1;
	}
}*/
.dlm-button.dlx-off {
  background-color: #bbb;
}
.dlx-spacer-V-table-button {
  height: 20px;
}
.dlm-twoButtonsBox {
  padding-top: 20px;
}
@media (max-height: 400px) {
  .dlm-twoButtonsBox {
    padding-top: 15px;
  }
}
.dlm-twoButtonsBox .dlx-first,
.dlm-twoButtonsBox .dlx-last {
  display: inline-block;
}
.dlm-twoButtonsBox.dlx-widths-50-50 .dlx-first,
.dlm-twoButtonsBox.dlx-widths-50-50 .dlx-last {
  width: 50%;
}
.dlm-twoButtonsBox.dlx-widths-40-60 .dlx-first {
  width: 40%;
}
.dlm-twoButtonsBox.dlx-widths-40-60 .dlx-last {
  width: 60%;
}
.dlm-twoButtonsBox.dlx-widths-60-40 .dlx-first {
  width: 60%;
}
.dlm-twoButtonsBox.dlx-widths-60-40 .dlx-last {
  width: 40%;
}
@media (max-width: 8000px) {
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-X.dlx-widths-40-60 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-X.dlx-widths-40-60 .dlx-last,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-X.dlx-widths-60-40 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-X.dlx-widths-60-40 .dlx-last {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-A.dlx-widths-40-60 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-A.dlx-widths-40-60 .dlx-last,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-A.dlx-widths-60-40 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-A.dlx-widths-60-40 .dlx-last {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-B.dlx-widths-40-60 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-B.dlx-widths-40-60 .dlx-last,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-B.dlx-widths-60-40 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-B.dlx-widths-60-40 .dlx-last {
    width: 50%;
  }
}
@media (max-width: 319px) {
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-C.dlx-widths-40-60 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-C.dlx-widths-40-60 .dlx-last,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-C.dlx-widths-60-40 .dlx-first,
  .dlm-twoButtonsBox.dlx-maxWidth-stackView-C.dlx-widths-60-40 .dlx-last {
    width: 50%;
  }
}
.dlm-twoButtonsBox .dlx-first {
  padding-right: 5px;
}
.dlm-twoButtonsBox .dlx-last {
  padding-left: 5px;
}
.dlm-checkboxSet {
  margin-bottom: 20px;
  padding: 5px 0;
  background-color: #e5e5e5;
}
.dlm-checkboxSet + .dlm-checkboxSet {
  margin-top: -10px;
}
.dlm-checkboxSet .dlx-item {
  display: inline-block;
  margin: 4px 8px;
  vertical-align: middle;
}
.dlm-checkboxSet .dlx-icon {
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
}
.dlm-checkboxSet .dlx-iconReload {
  background: no-repeat center center url("../img/refresh-2-16.png");
  background-color: #888;
  background-size: 9px;
}
.dlm-checkboxSet .dlx-iconResetReload {
  background-color: #888;
  text-align: center;
  font-size: 12px;
  color: #eee;
}
.dlm-checkboxSet .dlx-iconSelectDeselectAll[data-target-state="off"] {
  background-color: #c65;
}
.dlm-checkboxSet .dlx-iconSelectDeselectAll[data-target-state="on"] {
  background-color: #4aa;
}
.dlm-sorterBox {
  padding: 10px 15px 10px 5px;
  background-color: #ccf8f8;
}
.dlm-sorterBox .dlx-item {
  display: inline-block;
  border: 5px solid #ccf8f8;
  border-left-width: 10px;
  border-right-width: 0;
  background-color: #fff;
  cursor: move;
}
.dlm-sorterBox .dlx-sorter {
  display: inline-block;
  padding: 5px 0;
  width: 15%;
  background-color: #4aa;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-sorterBox .dlx-label {
  display: inline-block;
  padding: 5px 10px;
  width: 85%;
  xoverflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dlm-sorterBox .dlx-label .dlx-preLabel {
  display: inline-block;
  padding-right: 5px;
  color: #999;
}
.dlm-sorterBox .dlx-item:last-of-type {
  background-color: #e5e5e5;
  cursor: default;
}
.dlm-sorterBox .dlx-item:last-of-type .dlx-sorter {
  color: transparent;
}
.dlm-sorterBox .dlx-item {
  width: 25%;
}
@media (max-width: 800px) {
  .dlm-sorterBox .dlx-item {
    width: 33.33333333%;
  }
}
@media (max-width: 600px) {
  .dlm-sorterBox .dlx-item {
    width: 50%;
  }
}
.dlm-mg3-chooser {
  margin-top: 30px;
  padding: 10px;
  background-color: #f2f2f2;
  line-height: 180%;
}
.dlm-mg3-chooser .dlx-title {
  margin-right: 10px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.dlm-mg3-chooser input {
  margin-right: 10px;
  width: 200px;
  background-color: #ccf8f8;
  border: none;
}
.dlm-mg3-chooser .dlx-mg2 .dlx-label {
  margin-right: 5px;
  padding: 0 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 136, 136, 0.15);
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #066;
  white-space: nowrap;
}
.dlm-mg3-chooser .dlx-mg2.dlx-hidden {
  display: none;
}
.dlm-mg3-chooser .dlx-mg3 {
  cursor: pointer;
}
.dlm-mg3-chooser .dlx-mg3.dlx-hidden {
  display: none;
}
.dlm-mg3-chooser .dlx-mg3::after {
  content: ", ";
}
/*.dlm-mg3-chooser .dlx-mg3:not(.dlx-hidden) + .dlx-mg3::before {
	content: ", ";   // unfortunatelly it has all the formatting of its "dlx-mg3" (underline, color on hover)
}*/
.dlm-mg3-chooser .dlx-mg3:hover {
  color: #d60;
}
.dlm-floodInput {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
.dlm-box-I + .dlm-box-I,
.dlm-box-AE + .dlm-box-I {
  margin-top: 25px;
}
.dlm-box-I .dlx-row {
  padding-bottom: 5px;
}
.dlm-box-I .dlx-row > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 3px 10px;
}
.dlm-box-I.dlx-columnWidths-40-60 .dlx-row > div.dlx-label {
  width: 40%;
}
.dlm-box-I.dlx-columnWidths-40-60 .dlx-row > div.dlx-value {
  width: 60%;
}
.dlm-box-I.dlx-columnWidths-60-40 .dlx-row > div.dlx-label {
  width: 60%;
}
.dlm-box-I.dlx-columnWidths-60-40 .dlx-row > div.dlx-value {
  width: 40%;
}
@media (max-height: 700px) {
  .dlm-box-I .dlx-row > div {
    padding: 2px 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 > div.dlx-value.dlx-photo {
	padding: 0;
}
.dlm-box-I .dlx-row > div.dlx-value.dlx-photo img {
	max-width: 100%;
}*/
/*.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: 8000px) {
  .dlm-box-I.dlx-maxWidth-stackView-X .dlx-row > div,
  .dlm-box-I.dlx-maxWidth-stackView-X.dlx-columnWidths-40-60 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-X.dlx-columnWidths-40-60 .dlx-row > div.dlx-value,
  .dlm-box-I.dlx-maxWidth-stackView-X.dlx-columnWidths-60-40 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-X.dlx-columnWidths-60-40 .dlx-row > div.dlx-value {
    width: 100%;
  }
  .dlm-box-I.dlx-maxWidth-stackView-X .dlx-row > div.dlx-label {
    border-right: none;
    border-top: 5px solid #fff;
  }
  .dlm-box-I.dlx-maxWidth-stackView-X .dlx-row > div.dlx-value {
    border-left: none;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 800px) {
  .dlm-box-I.dlx-maxWidth-stackView-A .dlx-row > div,
  .dlm-box-I.dlx-maxWidth-stackView-A.dlx-columnWidths-40-60 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-A.dlx-columnWidths-40-60 .dlx-row > div.dlx-value,
  .dlm-box-I.dlx-maxWidth-stackView-A.dlx-columnWidths-60-40 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-A.dlx-columnWidths-60-40 .dlx-row > div.dlx-value {
    width: 100%;
  }
  .dlm-box-I.dlx-maxWidth-stackView-A .dlx-row > div.dlx-label {
    border-right: none;
    border-top: 5px solid #fff;
  }
  .dlm-box-I.dlx-maxWidth-stackView-A .dlx-row > div.dlx-value {
    border-left: none;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 580px) {
  .dlm-box-I.dlx-maxWidth-stackView-B .dlx-row > div,
  .dlm-box-I.dlx-maxWidth-stackView-B.dlx-columnWidths-40-60 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-B.dlx-columnWidths-40-60 .dlx-row > div.dlx-value,
  .dlm-box-I.dlx-maxWidth-stackView-B.dlx-columnWidths-60-40 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-B.dlx-columnWidths-60-40 .dlx-row > div.dlx-value {
    width: 100%;
  }
  .dlm-box-I.dlx-maxWidth-stackView-B .dlx-row > div.dlx-label {
    border-right: none;
    border-top: 5px solid #fff;
  }
  .dlm-box-I.dlx-maxWidth-stackView-B .dlx-row > div.dlx-value {
    border-left: none;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 319px) {
  .dlm-box-I.dlx-maxWidth-stackView-C .dlx-row > div,
  .dlm-box-I.dlx-maxWidth-stackView-C.dlx-columnWidths-40-60 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-C.dlx-columnWidths-40-60 .dlx-row > div.dlx-value,
  .dlm-box-I.dlx-maxWidth-stackView-C.dlx-columnWidths-60-40 .dlx-row > div.dlx-label,
  .dlm-box-I.dlx-maxWidth-stackView-C.dlx-columnWidths-60-40 .dlx-row > div.dlx-value {
    width: 100%;
  }
  .dlm-box-I.dlx-maxWidth-stackView-C .dlx-row > div.dlx-label {
    border-right: none;
    border-top: 5px solid #fff;
  }
  .dlm-box-I.dlx-maxWidth-stackView-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-noStripes .dlx-row:nth-child(odd) > div {
  background-color: #f2f2f2;
}
.dlm-box-I .dlx-toggler,
.dlm-box-AE .dlx-toggler {
  display: inline-block;
  padding-left: 11px;
  background: no-repeat left center url("../img/ar-1-R.png");
  color: #288;
  cursor: pointer;
}
.dlm-box-I .dlx-toggled,
.dlm-box-AE .dlx-toggled {
  background-color: #f2f2f2;
  margin-bottom: 5px;
}
.dlm-box-I .dlx-toggled.dlx-hidden,
.dlm-box-AE .dlx-toggled.dlx-hidden,
.dlm-box-I .dlx-toggler.dlx-hidden,
.dlm-box-AE .dlx-toggler.dlx-hidden {
  display: none;
}
.dlm-box-I .dlx-toggled.dlx-text,
.dlm-box-AE .dlx-toggled.dlx-text {
  padding: 3px 10px;
}
.dlm-box-I .dlx-toggled.dlx-photo img,
.dlm-box-AE .dlx-toggled.dlx-photo img {
  max-width: 100%;
}
/*.dlm-box-I .dlx-row.dlx-alert > div {
	background-color: @color-bg-red-5;
}*/
.dlm-box-AE + .dlm-box-AE,
.dlm-box-I + .dlm-box-AE {
  margin-top: 20px;
}
.dlm-box-AE .dlx-row {
  margin-bottom: 5px;
  text-align: right;
  position: relative;
}
.dlm-box-AE .dlx-row.dlx-hidden {
  display: none;
}
.dlm-box-AE .dlx-label,
.dlm-box-AE .dlx-errorMsg,
.dlm-box-AE .dlx-input {
  display: inline-block;
  width: 50%;
  padding: 3px 10px;
  text-align: left;
}
/*.dlm-box-AE .dlx-label {
	position: absolute;
	top: 0;
	left: 0;
	//bottom: 0;
	height: 100%;
}*/
.dlm-box-AE.dlx-columnWidths-40-60 .dlx-label {
  width: 40%;
}
.dlm-box-AE.dlx-columnWidths-40-60 .dlx-errorMsg,
.dlm-box-AE.dlx-columnWidths-40-60 .dlx-input {
  width: 60%;
}
.dlm-box-AE.dlx-columnWidths-60-40 .dlx-label {
  width: 60%;
}
.dlm-box-AE.dlx-columnWidths-60-40 .dlx-errorMsg,
.dlm-box-AE.dlx-columnWidths-60-40 .dlx-input {
  width: 40%;
}
@media (max-height: 700px) {
  .dlm-box-AE .dlx-label,
  .dlm-box-AE .dlx-errorMsg,
  .dlm-box-AE .dlx-input {
    padding: 2px 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: #ccf8f8;
}
.dlm-box-AE .dlx-input.dlx-faux {
  background-color: #f2f2f2;
}
.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 select,
.dlm-box-AE textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
}
.dlm-box-AE textarea {
  height: 100px;
}
.dlm-box-AE .dlx-errorMsg {
  border-left: 5px solid #fff;
  border-top: 2px solid #fff;
  background-color: #fba;
  text-align: right;
  color: #a33;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 8000px) {
  .dlm-box-AE.dlx-maxWidth-stackView-X .dlx-label {
    position: relative;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-X .dlx-label,
  .dlm-box-AE.dlx-maxWidth-stackView-X .dlx-errorMsg,
  .dlm-box-AE.dlx-maxWidth-stackView-X .dlx-input {
    width: 100%;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-X .dlx-label {
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-X .dlx-input {
    border-left: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-X .dlx-errorMsg {
    border-left: none;
  }
}
@media (max-width: 800px) {
  .dlm-box-AE.dlx-maxWidth-stackView-A .dlx-label {
    position: relative;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-A .dlx-label,
  .dlm-box-AE.dlx-maxWidth-stackView-A .dlx-errorMsg,
  .dlm-box-AE.dlx-maxWidth-stackView-A .dlx-input {
    width: 100%;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-A .dlx-label {
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-A .dlx-input {
    border-left: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-A .dlx-errorMsg {
    border-left: none;
  }
}
@media (max-width: 580px) {
  .dlm-box-AE.dlx-maxWidth-stackView-B .dlx-label {
    position: relative;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-B .dlx-label,
  .dlm-box-AE.dlx-maxWidth-stackView-B .dlx-errorMsg,
  .dlm-box-AE.dlx-maxWidth-stackView-B .dlx-input {
    width: 100%;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-B .dlx-label {
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-B .dlx-input {
    border-left: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-B .dlx-errorMsg {
    border-left: none;
  }
}
@media (max-width: 319px) {
  .dlm-box-AE.dlx-maxWidth-stackView-C .dlx-label {
    position: relative;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-C .dlx-label,
  .dlm-box-AE.dlx-maxWidth-stackView-C .dlx-errorMsg,
  .dlm-box-AE.dlx-maxWidth-stackView-C .dlx-input {
    width: 100%;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-C .dlx-label {
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-C .dlx-input {
    border-left: none;
  }
  .dlm-box-AE.dlx-maxWidth-stackView-C .dlx-errorMsg {
    border-left: none;
  }
}
.dlm-box-AE .dlx-errorMsg:empty {
  display: none;
}
.dlm-textarea-standalone-AE {
  margin-top: 5px;
}
.dlm-textarea-standalone-AE .dlx-label {
  margin-bottom: 5px;
  padding: 3px 10px;
  background-color: #f2f2f2;
  color: #888;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-textarea-standalone-AE .dlx-label .dlx-comment {
  float: right;
}
.dlm-textarea-standalone-AE .dlx-input {
  padding: 3px 10px;
  background-color: #ccf8f8;
  text-align: left;
}
.dlm-textarea-standalone-AE .dlx-errorMsg {
  margin-bottom: 5px;
  padding: 3px 10px;
  background-color: #fba;
  text-align: right;
  color: #a33;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-textarea-standalone-AE .dlx-errorMsg:empty {
  display: none;
}
.dlm-textarea-standalone-AE textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
  height: 100px;
}
.dlm-box-Q .dlx-row {
  margin-bottom: 1px;
  cursor: default;
}
.dlm-box-Q .dlx-row.dlx-action-trigger .dlx-cell {
  cursor: pointer;
}
.dlm-box-Q .dlx-row .dlx-cell {
  display: inline-block;
  padding: 4px 8px;
  vertical-align: bottom;
}
@media (max-width: 800px) {
  .dlm-box-Q .dlx-row .dlx-cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.dlm-box-Q .dlx-row .dlx-cell.dlx-cellWithPhoto {
  padding-left: 0;
  padding-right: 0;
}
.dlm-box-Q .dlx-row .dlx-cell.dlx-cellWithPhoto img {
  display: inline-block;
}
.dlm-box-Q .dlx-row .dlx-cell .dlx-heightLeveler {
  display: inline-block;
  width: 1px;
}
.dlm-box-Q .dlx-row .dlx-cell:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.dlm-box-Q .dlx-row .dlx-cell .fauxCheckbox {
  margin: 1px 0 -3px 0;
}
.dlm-box-Q .dlx-row.dlx-totals .dlx-cell {
  background-color: #488;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dlm-box-Q .dlx-row.dlx-totals .dlx-cell.dlx-bgLite {
  background-color: #cce4e4;
}
.dlm-box-Q .dlx-row.dlx-headers .dlx-cell {
  position: relative;
  background-color: #4aa;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*.dlm-box-Q.dlx-header2lines .dlx-row.dlx-headers .dlx-cell {
	background-color: @color-bg-grey-0;
	.noEllipsis();
}*/
.dlm-box-Q.dlm-ghost .dlx-row.dlx-headers .dlx-cell {
  background-color: #bbb;
}
.dlm-box-Q .dlx-row.dlx-headers .dlx-cell .dlx-sorterBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.dlm-box-Q .dlx-row.dlx-headers .dlx-cell .dlx-sorter {
  display: inline-block;
  width: 50%;
  height: 100%;
  background: no-repeat right center;
  cursor: pointer;
}
.dlm-box-Q .dlx-row.dlx-headers .dlx-cell .dlx-sorter:hover {
  background-color: #066;
  opacity: 0.2;
}
.dlm-box-Q .dlx-row.dlx-headers .dlx-cell .dlx-sorter[data-sorter-order="ASC"]:hover {
  background-image: url("../img/arr-sort-up.png?x");
}
.dlm-box-Q .dlx-row.dlx-headers .dlx-cell .dlx-sorter[data-sorter-order="DESC"]:hover {
  background-image: url("../img/arr-sort-down.png");
}
.dlm-box-Q .dlx-row.dlx-data .dlx-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dlm-box-Q .dlx-row.dlx-data .dlx-cell input[type=text],
.dlm-box-Q .dlx-row.dlx-data .dlx-cell input[type=number],
.dlm-box-Q .dlx-row.dlx-data .dlx-cell input[type=email],
.dlm-box-Q .dlx-row.dlx-data .dlx-cell input[type=tel],
.dlm-box-Q .dlx-row.dlx-data .dlx-cell select,
.dlm-box-Q .dlx-row.dlx-data .dlx-cell textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  /*	padding-top: 0;  // for iPad (top, bottom)
	padding-bottom: 0;  // for iPad (top, bottom)*/
}
.dlm-box-Q .dlx-row.dlx-data .dlx-cell .dlx-inlinePhoto {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  color: transparent;
  background-position: left center;
  background-size: 100%;
}
.dlm-box-Q .dlx-row.dlx-filters .dlx-cell {
  background-color: #eea;
}
.dlm-box-Q .dlx-row.dlx-filters .dlx-cell input[type=text],
.dlm-box-Q .dlx-row.dlx-filters .dlx-cell input[type=number],
.dlm-box-Q .dlx-row.dlx-filters .dlx-cell input[type=email],
.dlm-box-Q .dlx-row.dlx-filters .dlx-cell input[type=tel],
.dlm-box-Q .dlx-row.dlx-filters .dlx-cell select {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
  padding: 0;
  text-align: inherit;
}
.dlm-box-Q .dlx-row.dlx-headers .dlx-cell.dlx-checkbox,
.dlm-box-Q .dlx-row.dlx-data .dlx-cell.dlx-checkbox {
  overflow: auto;
  text-overflow: initial;
  white-space: normal;
}
.dlm-box-Q .dlx-row.dlx-data:nth-child(odd) .dlx-cell:not(.dlx-input) {
  background-color: #e5e5e5;
}
.dlm-box-Q .dlx-row.dlx-data:nth-child(even) .dlx-cell:not(.dlx-input) {
  background-color: #f2f2f2;
}
.dlm-box-Q .dlx-row.dlx-data:nth-child(odd) .dlx-cell.dlx-input {
  background-color: #c0f0f0;
}
.dlm-box-Q .dlx-row.dlx-data:nth-child(even) .dlx-cell.dlx-input {
  background-color: #ccf8f8;
}
.dlm-box-Q .dlx-row.dlx-data:hover .dlx-cell:not(.dlx-input),
.dlm-box-Q .dlx-row.dlx-data:hover .dlx-cell.dlx-input {
  background-color: #bdd;
}
.dlm-box-Q .dlx-row.dlx-data .dlx-cell.dlx-input.dlx-error {
  background-color: #fba;
}
.dlm-box-Q .dlx-row.dlx-data .dlx-cell.dlx-input {
  position: relative;
}
.dlm-box-Q .dlx-row.dlx-data .dlx-cell.dlx-input .dlm-copierDown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  text-align: center;
  background-color: #bdd;
  background: no-repeat center url("../img/ar-down-2.png");
  cursor: pointer;
}
.dlm-jumpItem {
  padding: 7px 10px;
  cursor: pointer;
}
.dlm-jumpItems .dlm-jumpItem:nth-child(odd) {
  background-color: #e5e5e5;
}
.dlm-jumpItems .dlm-jumpItem:nth-child(even) {
  background-color: #f2f2f2;
}
.dlm-jumpItems .dlm-jumpItem:hover {
  background-color: #bdd;
}
.dlm-box-Q.dlm-imprints .dlx-row.dlx-data .dlx-cell {
  overflow: auto;
  text-overflow: initial;
  white-space: normal;
}
.dlm-box-Q.dlm-imprints .dlx-cell {
  width: 100%;
}
.dlm-box-Q.dlm-imprints .dlx-newValue {
  color: #d00;
}
.dlm-box-Q.dlm-imprints .dlx-oldValue {
  color: #999;
  text-decoration: line-through;
}
.dlm-box-Q.dlm-entrys .dlx-cell.dlx-userName {
  width: 23%;
}
.dlm-box-Q.dlm-entrys .dlx-cell.dlx-userType {
  width: 7%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-entrys .dlx-cell.dlx-pagesTotal {
  width: 7%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-entrys .dlx-cell.dlx-dateTime_login {
  width: 16%;
}
.dlm-box-Q.dlm-entrys .dlx-cell.dlx-duration {
  width: 15%;
}
.dlm-box-Q.dlm-entrys .dlx-cell.dlx-dateTime_lastPage {
  width: 16%;
}
.dlm-box-Q.dlm-entrys .dlx-cell.dlx-dateTime_logout {
  width: 16%;
}
@media (max-width: 710px) {
  .dlm-box-Q.dlm-entrys .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-entrys .dlx-cell.dlx-userName {
    width: 43%;
  }
  .dlm-box-Q.dlm-entrys .dlx-cell.dlx-userType {
    width: 12%;
  }
  .dlm-box-Q.dlm-entrys .dlx-cell.dlx-pagesTotal {
    width: 12%;
  }
  .dlm-box-Q.dlm-entrys .dlx-cell.dlx-dateTime_login {
    width: 33%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-entrys .dlx-cell.dlx-duration {
    width: 34%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-entrys .dlx-cell.dlx-dateTime_lastPage {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-entrys .dlx-cell.dlx-dateTime_logout {
    width: 33%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-entryPages .dlx-row.dlx-data .dlx-cell {
  overflow: auto;
  text-overflow: initial;
  white-space: normal;
}
.dlm-box-Q.dlm-entryPages .dlx-cell {
  width: 100%;
}
.dlm-box-Q.dlm-entryPages .dlx-dateTime {
  color: #999;
}
.dlm-box-Q.dlm-entryPages .dlx-page {
  color: #d00;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-type {
  width: 15%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-name {
  width: 20%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-mail {
  width: 17%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-client {
  width: 12%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-laborer {
  width: 12%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-depot {
  width: 12%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-seniorName {
  width: 12%;
}
.dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-name {
  width: 40%;
}
.dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-mg2Total {
  width: 20%;
}
.dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-mg3Total {
  width: 20%;
}
.dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-mtTotal {
  width: 20%;
}
.dlm-box-Q.dlm-mgroups1 .dlx-row.dlx-data .dlx-cell.dlx-mg2Total,
.dlm-box-Q.dlm-mgroups1 .dlx-row.dlx-data .dlx-cell.dlx-mg3Total,
.dlm-box-Q.dlm-mgroups1 .dlx-row.dlx-data .dlx-cell.dlx-mtTotal {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-mgroups1 .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-name {
    width: 100%;
    border-right: none;
  }
  .dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-mg2Total {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-mg3Total {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups1 .dlx-cell.dlx-mtTotal {
    width: 34%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-mg1Name {
  width: 35%;
}
.dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-name {
  width: 35%;
}
.dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-mg3Total {
  width: 15%;
}
.dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-mtTotal {
  width: 15%;
}
.dlm-box-Q.dlm-mgroups2 .dlx-row.dlx-data .dlx-cell.dlx-mg3Total,
.dlm-box-Q.dlm-mgroups2 .dlx-row.dlx-data .dlx-cell.dlx-mtTotal {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-mgroups2 .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-mg1Name {
    width: 100%;
    border-right: none;
  }
  .dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-name {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-mg3Total {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups2 .dlx-cell.dlx-mtTotal {
    width: 34%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-mg1Name {
  width: 15%;
}
.dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-mg2Name {
  width: 15%;
}
.dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-mtTotal {
  width: 10%;
}
.dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-visual {
  width: 10%;
}
.dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-minSiteTier {
  width: 10%;
}
.dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-vatConsumer {
  width: 10%;
}
.dlm-box-Q.dlm-mgroups3 .dlx-row.dlx-data .dlx-cell.dlx-visual,
.dlm-box-Q.dlm-mgroups3 .dlx-row.dlx-data .dlx-cell.dlx-minSiteTier {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-mgroups3 .dlx-row.dlx-data .dlx-cell.dlx-mtTotal,
.dlm-box-Q.dlm-mgroups3 .dlx-row.dlx-data .dlx-cell.dlx-vatConsumer {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-mgroups3 .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-mg1Name {
    width: 50%;
  }
  .dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-mg2Name {
    width: 50%;
    border-right: none;
  }
  .dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-name {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-mtTotal {
    width: 15%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-visual {
    width: 10%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-minSiteTier {
    width: 10%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mgroups3 .dlx-cell.dlx-vatConsumer {
    width: 15%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-mg1Name {
  width: 10%;
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-mg2Name {
  width: 12%;
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-mg3Name {
  width: 15%;
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-producer {
  width: 10%;
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-code {
  width: 8%;
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-srName {
  width: 10%;
}
.dlm-box-Q.dlm-materials .dlx-cell.dlx-stRmMtTotal {
  width: 5%;
}
.dlm-box-Q.dlm-materials .dlx-row.dlx-data .dlx-cell.dlx-stRmMtTotal {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-materials .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-materials .dlx-cell.dlx-mg1Name {
    width: 25%;
  }
  .dlm-box-Q.dlm-materials .dlx-cell.dlx-mg2Name {
    width: 30%;
  }
  .dlm-box-Q.dlm-materials .dlx-cell.dlx-mg3Name {
    width: 45%;
    border-right: none;
  }
  .dlm-box-Q.dlm-materials .dlx-cell.dlx-name {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-materials .dlx-cell.dlx-producer {
    width: 15%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-materials .dlx-cell.dlx-code {
    width: 10%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-materials .dlx-cell.dlx-srName {
    width: 25%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-TIN {
  width: 10%;
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-stLbItCostInNet {
  width: 10%;
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-stLbItCostInGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-ivCostPaidGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-ivCostUnpaidGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-noInvoiceGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborers .dlx-cell.dlx-toPayGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborers .dlx-row.dlx-data .dlx-cell:not(.dlx-name):not(.dlx-TIN),
.dlm-box-Q.dlm-laborers .dlx-row.dlx-totals .dlx-cell:not(.dlx-name):not(.dlx-TIN) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-laborgroups .dlx-cell.dlx-type {
  width: 40%;
}
.dlm-box-Q.dlm-laborgroups .dlx-cell.dlx-name {
  width: 40%;
}
.dlm-box-Q.dlm-laborgroups .dlx-cell.dlx-stLbTotal {
  width: 20%;
}
.dlm-box-Q.dlm-laborgroups .dlx-row.dlx-data .dlx-cell.dlx-stLbTotal {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-sellers .dlx-cell.dlx-name {
  width: 35%;
}
.dlm-box-Q.dlm-sellers .dlx-cell.dlx-TIN {
  width: 25%;
}
.dlm-box-Q.dlm-sellers .dlx-cell.dlx-invoicesPaid {
  width: 20%;
}
.dlm-box-Q.dlm-sellers .dlx-cell.dlx-invoicesUnpaid {
  width: 20%;
}
.dlm-box-Q.dlm-sellers .dlx-row.dlx-data .dlx-cell.dlx-mtTotal,
.dlm-box-Q.dlm-sellers .dlx-row.dlx-data .dlx-cell.dlx-invoicesPaid,
.dlm-box-Q.dlm-sellers .dlx-row.dlx-data .dlx-cell.dlx-invoicesUnpaid {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-sellers .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-sellers .dlx-cell.dlx-name {
    width: 100%;
    border-right: none;
  }
  .dlm-box-Q.dlm-sellers .dlx-cell.dlx-TIN {
    width: 30%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-sellers .dlx-cell.dlx-invoicesPaid {
    width: 35%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-sellers .dlx-cell.dlx-invoicesUnpaid {
    width: 35%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-depots .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-depots .dlx-cell.dlx-address {
  width: 40%;
}
.dlm-box-Q.dlm-depots .dlx-cell.dlx-keeper {
  width: 30%;
}
.dlm-box-Q.dlm-clients .dlx-cell.dlx-type {
  width: 15%;
}
.dlm-box-Q.dlm-clients .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-clients .dlx-cell.dlx-TIN {
  width: 15%;
}
.dlm-box-Q.dlm-clients .dlx-cell.dlx-address {
  width: 40%;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-clients .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-clients .dlx-cell.dlx-type {
    width: 30%;
  }
  .dlm-box-Q.dlm-clients .dlx-cell.dlx-name {
    width: 70%;
    border-right: none;
  }
  .dlm-box-Q.dlm-clients .dlx-cell.dlx-TIN {
    width: 30%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-clients .dlx-cell.dlx-address {
    width: 70%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-city {
  width: 13%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-name {
  width: 16%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-mail {
  width: 12%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-area {
  width: 7%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-costGross {
  width: 7%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-scope {
  width: 8%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-source {
  width: 8%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-form {
  width: 5%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-dateAdd {
  width: 7%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-dateLastStatusEdit {
  width: 7%;
}
.dlm-box-Q.dlm-leads .dlx-cell.dlx-status {
  width: 10%;
}
.dlm-box-Q.dlm-leads .dlx-row.dlx-data .dlx-cell.dlx-dateAdd,
.dlm-box-Q.dlm-leads .dlx-row.dlx-data .dlx-cell.dlx-dateLastStatusEdit {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-leads .dlx-row.dlx-data .dlx-cell.dlx-area {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-clNameExe {
  width: 11%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-name {
  width: 10%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-address {
  width: 16%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-budget {
  width: 7%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-designExecution {
  width: 3%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-tier {
  width: 3%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-dateStart {
  width: 7%;
}
/*.dlm-box-Q.dlm-sites .dlx-cell.dlx-dateEnd {
	width: 7%;
}*/
.dlm-box-Q.dlm-sites .dlx-cell.dlx-manager {
  width: 11%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-designer {
  width: 8%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-visualizer {
  width: 8%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-drafter {
  width: 8%;
}
.dlm-box-Q.dlm-sites .dlx-cell.dlx-status {
  width: 8%;
}
.dlm-box-Q.dlm-sites .dlx-row.dlx-data .dlx-cell.dlx-designExecution,
.dlm-box-Q.dlm-sites .dlx-row.dlx-data .dlx-cell.dlx-tier,
.dlm-box-Q.dlm-sites .dlx-row.dlx-data .dlx-cell.dlx-dateStart,
.dlm-box-Q.dlm-sites .dlx-row.dlx-data .dlx-cell.dlx-dateEnd {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-sites .dlx-row.dlx-data .dlx-cell.dlx-budget {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-sites-VF .dlx-cell.dlx-name {
  width: 10%;
}
.dlm-box-Q.dlm-sites-VF .dlx-cell.dlx-address {
  width: 21%;
}
.dlm-box-Q.dlm-sites-VF .dlx-cell.dlx-manager {
  width: 14%;
}
.dlm-box-Q.dlm-sites-VF .dlx-cell.dlx-designer {
  width: 14%;
}
.dlm-box-Q.dlm-sites-VF .dlx-cell.dlx-visualizer {
  width: 14%;
}
.dlm-box-Q.dlm-sites-VF .dlx-cell.dlx-drafter {
  width: 14%;
}
.dlm-box-Q.dlm-sites-VF .dlx-cell.dlx-status {
  width: 13%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-label {
  width: 20%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-costClient1 {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-costClient2 {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-costClient3 {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-costMango2 {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-profitMango2 {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-costMango3 {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-profitMango3 {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-cell.dlx-toPay {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---summary .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteFinances---summary .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---summary-clientView .dlx-cell.dlx-label {
  width: 55%;
}
.dlm-box-Q.dlm-siteFinances---summary-clientView .dlx-cell.dlx-costClient1 {
  width: 15%;
}
.dlm-box-Q.dlm-siteFinances---summary-clientView .dlx-cell.dlx-costClient2 {
  width: 15%;
}
.dlm-box-Q.dlm-siteFinances---summary-clientView .dlx-cell.dlx-costClient3 {
  width: 15%;
}
.dlm-box-Q.dlm-siteFinances---summary-clientView .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteFinances---summary-clientView .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-cell.dlx-label {
  width: 45%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-cell.dlx-costOut {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-cell.dlx-costIn {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-cell.dlx-profitOut {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-cell.dlx-ivCost {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-cell.dlx-toPay {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteFinances---siteLaborItems .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems-clientView .dlx-cell.dlx-label {
  width: 80%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems-clientView .dlx-cell.dlx-costOut {
  width: 20%;
}
.dlm-box-Q.dlm-siteFinances---siteLaborItems-clientView .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteFinances---siteLaborItems-clientView .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMgroups3 .dlx-cell.dlx-label {
  width: 85%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMgroups3 .dlx-cell.dlx-cost {
  width: 15%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-cost {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-label {
  width: 14.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-costA {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-costA3 {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-profitAClient {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-costA1 {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-profitAMango {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-costB3 {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-profitBClient {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-costB {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-profitBMango {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-cell.dlx-toPay {
  width: 9.5%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials-clientView .dlx-cell.dlx-label {
  width: 24%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials-clientView .dlx-cell.dlx-costA {
  width: 19%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials-clientView .dlx-cell.dlx-costA3 {
  width: 19%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials-clientView .dlx-cell.dlx-profitAClient {
  width: 19%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials-clientView .dlx-cell.dlx-costB3 {
  width: 19%;
}
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials-clientView .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteFinances---siteRoomMaterials-clientView .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-stName {
  width: 10%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-marker {
  width: 9%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-dateDue {
  width: 8%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-datePaid {
  width: 9%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-percentDue {
  width: 5%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-costDueGross {
  width: 8%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-costPaidGross {
  width: 8%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-costUnpaidGross {
  width: 8%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-costUnpaidGrossCumulative {
  width: 8%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-payable {
  width: 4%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-invoiceNo {
  width: 8%;
}
.dlm-box-Q.dlm-tranches .dlx-cell.dlx-recap {
  width: 15%;
}
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-costUnpaidGrossCumulative {
  color: #999;
}
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-payable {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-percentDue,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-costDueNet,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-costDueGross,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-costPaidGross,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-costUnpaidGross,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-data .dlx-cell.dlx-costUnpaidGrossCumulative,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-totals .dlx-cell.dlx-percentDue,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-totals .dlx-cell.dlx-costDueNet,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-totals .dlx-cell.dlx-costDueGross,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-totals .dlx-cell.dlx-costPaidGross,
.dlm-box-Q.dlm-tranches .dlx-row.dlx-totals .dlx-cell.dlx-costUnpaidGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-marker {
  width: 13%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-dateDue {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-datePaid {
  width: 8%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-percentDue {
  width: 5%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-trIt-costDueNet {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-costDueNet {
  width: 7%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-costDueGross {
  width: 7%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-costPaidGross {
  width: 7%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-costUnpaidGross {
  width: 7%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-payable {
  width: 5%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-cell.dlx-invoiceNo {
  width: 9%;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-data .dlx-cell.dlx-payable {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-data .dlx-cell.dlx-percentDue,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-data .dlx-cell.dlx-trIt-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-data .dlx-cell.dlx-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-data .dlx-cell.dlx-costDueGross,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-data .dlx-cell.dlx-costPaidGross,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-data .dlx-cell.dlx-costUnpaidGross,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-totals .dlx-cell.dlx-percentDue,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-totals .dlx-cell.dlx-trIt-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-totals .dlx-cell.dlx-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-totals .dlx-cell.dlx-costDueGross,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-totals .dlx-cell.dlx-costPaidGross,
.dlm-box-Q.dlm-siteFinances---tranches .dlx-row.dlx-totals .dlx-cell.dlx-costUnpaidGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-marker {
  width: 17%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-dateDue {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-datePaid {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-percentDue {
  width: 9%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-trIt-costDueNet {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-costDueNet {
  width: 10%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-costDueGross {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-cell.dlx-costPaidGross {
  width: 11%;
}
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-data .dlx-cell.dlx-percentDue,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-data .dlx-cell.dlx-trIt-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-data .dlx-cell.dlx-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-data .dlx-cell.dlx-costDueGross,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-data .dlx-cell.dlx-costPaidGross,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-totals .dlx-cell.dlx-percentDue,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-totals .dlx-cell.dlx-trIt-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-totals .dlx-cell.dlx-costDueNet,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-totals .dlx-cell.dlx-costDueGross,
.dlm-box-Q.dlm-siteFinances---tranches-clientView .dlx-row.dlx-totals .dlx-cell.dlx-costPaidGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-name {
  width: 37%;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-area {
  width: 10%;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-info {
  width: 22%;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-visual {
  width: 7%;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-stRmMg3Total {
  width: 8%;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-stRmMtTotal {
  width: 16%;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3Total,
.dlm-box-Q.dlm-siteI---siteRooms .dlx-row.dlx-data .dlx-cell.dlx-visual,
.dlm-box-Q.dlm-siteI---siteRooms .dlx-row.dlx-totals .dlx-cell.dlx-stRmMg3Total {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteI---siteRooms .dlx-row.dlx-data .dlx-cell.dlx-area,
.dlm-box-Q.dlm-siteI---siteRooms .dlx-row.dlx-data .dlx-cell.dlx-stRmMtTotal,
.dlm-box-Q.dlm-siteI---siteRooms .dlx-row.dlx-totals .dlx-cell.dlx-area,
.dlm-box-Q.dlm-siteI---siteRooms .dlx-row.dlx-totals .dlx-cell.dlx-stRmMtTotal {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-siteI---siteRooms .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-name {
    width: 100%;
    border-right: none;
  }
  .dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-area {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-info {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-visual {
    width: 10%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-stRmMg3Total {
    width: 10%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteI---siteRooms .dlx-cell.dlx-stRmMtTotal {
    width: 10%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-stRmName {
  width: 11%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-mg1Name {
  width: 14%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-mg2Name {
  width: 13%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-mg3Name {
  width: 21%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-costGross {
  width: 7%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-costExeGross {
  width: 7%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-wwwStatus {
  width: 3%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-siteStage {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-mtTotal {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-bundlesTotalNotRejected {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-cell.dlx-bundlesTotalAccepted {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-costExeGross,
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-mtTotal,
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-bundlesTotalNotRejected,
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-bundlesTotalAccepted,
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-totals .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-totals .dlx-cell.dlx-costExeGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-siteStage,
.dlm-box-Q.dlm-siteRoomMgroups3 .dlx-row.dlx-data .dlx-cell.dlx-wwwStatus {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-stRmName {
  width: 8%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-mg3Name {
  width: 10%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-stRmMg3SiteStage {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-mtName {
  width: 25%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-alt {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-marker {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-bundle {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-blocked {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-items {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-unit {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-priceAGross {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-vatConsumer {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-srName {
  width: 8%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-paidOutside {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-cell.dlx-status {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-priceAGross,
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-vatConsumer {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage,
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-unit,
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-alt,
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-bundle,
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-blocked,
.dlm-box-Q.dlm-siteRoomMaterialsV1 .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-mg2Name {
  width: 9%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-mg3Name {
  width: 13%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-stRmMg3SiteStage {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-mtName {
  width: 23%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-marker {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-items {
  width: 7%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-unit {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-priceAGross {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-costAGross {
  width: 8%;
}
/*.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-costB {
	width: 6%;
}*/
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-srName {
  width: 10%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-moNumber {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-cell.dlx-status {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-data .dlx-cell.dlx-priceAGross,
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-data .dlx-cell.dlx-costAGross,
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-data .dlx-cell.dlx-costBGross,
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-totals .dlx-cell.dlx-costAGross,
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-totals .dlx-cell.dlx-costBGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage,
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-data .dlx-cell.dlx-unit,
.dlm-box-Q.dlm-siteRoomMaterialsV2 .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-dpName {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-stName {
  width: 8%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-stRmName {
  width: 8%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-mg3Name {
  width: 10%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-mtName {
  width: 18%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-items {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-srName {
  width: 9%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-moNumber {
  width: 8%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-moDateDeliver {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-onSite {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-date_onSite {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-status {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-cell.dlx-morderProblem {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-row.dlx-data .dlx-cell.dlx-items {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-row.dlx-data .dlx-cell.dlx-onSite,
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-row.dlx-data .dlx-cell.dlx-status,
.dlm-box-Q.dlm-siteRoomMaterialsV3 .dlx-row.dlx-data .dlx-cell.dlx-morderProblem {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-stRmName {
  width: 9%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-mg1Name {
  width: 11%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-mg2Name {
  width: 11%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-mg3Name {
  width: 11%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-stRmMg3SiteStage {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-mtName {
  width: 27%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-items {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-unit {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-srName {
  width: 10%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-onSite {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-cell.dlx-status {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-row.dlx-data .dlx-cell.dlx-items {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage,
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-row.dlx-data .dlx-cell.dlx-unit,
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-row.dlx-data .dlx-cell.dlx-onSite,
.dlm-box-Q.dlm-siteRoomMaterialsV4 .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-mg3Name {
  width: 7%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-stRmMg3SiteStage {
  width: 4%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-mtName {
  width: 17%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-alt {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-marker {
  width: 7%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-paidOutside {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-items {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-priceAGross {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-rebateA {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-markupA {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-priceA3Gross {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-costA3Gross {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-priceBGross {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-markupB {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-priceB3Gross {
  width: 6%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-cell.dlx-status {
  width: 5%;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-priceAGross,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-rebateA,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-markupA,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-priceA3Gross,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-costA3Gross,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-priceBGross,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-markupB,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-priceB3Gross,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-totals .dlx-cell.dlx-costA3Gross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-alt,
.dlm-box-Q.dlm-siteRoomMaterialsV5 .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-mtName {
  width: 38%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-bundle {
  width: 6%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-alt {
  width: 6%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-paidOutside {
  width: 6%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-items {
  width: 8%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-priceAGross {
  width: 8%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-vatConsumer {
  width: 7%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-srName {
  width: 15%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-cell.dlx-status {
  width: 6%;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-alt,
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-bundle,
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-paidOutside,
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceAGross,
.dlm-box-Q.dlm-stRmMg3---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-vatConsumer {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-stRmMg3---materials .dlx-cell.dlx-name {
  width: 55%;
}
.dlm-box-Q.dlm-stRmMg3---materials .dlx-cell.dlx-producer {
  width: 15%;
}
.dlm-box-Q.dlm-stRmMg3---materials .dlx-cell.dlx-code {
  width: 15%;
}
.dlm-box-Q.dlm-stRmMg3---materials .dlx-cell.dlx-srName {
  width: 15%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-mtName {
  width: 34%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-stRmMg3SiteStage {
  width: 5%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-items {
  width: 8%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-priceAGross {
  width: 7%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-costAGross {
  width: 7%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-rebateA {
  width: 6%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-markupA {
  width: 6%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-priceBGross {
  width: 9%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-costBGross {
  width: 7%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-markupB {
  width: 6%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-morderProblem {
  width: 5%;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceAGross,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-costAGross,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-rebateA,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-markupA,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceBGross,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-costBGross,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-items,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-costAGross,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-costBGross,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-markupB {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage,
.dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-morderProblem {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-mtName {
    width: 49%;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-stRmMg3SiteStage {
    width: 14%;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-items {
    width: 22%;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-priceAGross {
    width: 15%;
    border-right: none;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-costAGross {
    width: 14%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-rebateA {
    width: 13%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-markupA {
    width: 13%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-priceBGross {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-costBGross {
    width: 14%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-markupB {
    width: 13%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-morderProblem {
    width: 13%;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 550px) {
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-mtName {
    width: 52%;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-stRmMg3SiteStage {
    width: 18%;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-items {
    width: 30%;
    border-right: none;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-priceAGross {
    width: 26%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-costAGross {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-rebateA {
    width: 24%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-markupA {
    width: 24%;
    border-top: 1px solid #fff;
    border-right: none;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-priceBGross {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-costBGross {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-markupB {
    width: 24%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderI---siteRoomMaterials .dlx-cell.dlx-morderProblem {
    width: 24%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-mtName {
  width: 47%;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-stRmMg3SiteStage {
  width: 9%;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-items {
  width: 8%;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-priceAGross {
  width: 9%;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-costAGross {
  width: 9%;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-priceBGross {
  width: 9%;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-costBGross {
  width: 9%;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceAGross,
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-costAGross,
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceBGross,
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-costBGross,
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-items,
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-costAGross,
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-costBGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-mtName {
    width: 100%;
    border-right: none;
  }
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-stRmMg3SiteStage {
    width: 17%;
  }
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-items {
    width: 15%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-priceAGross {
    width: 17%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-costAGross {
    width: 17%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-priceBGross {
    width: 17%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-morderAE---siteRoomMaterials .dlx-cell.dlx-costBGross {
    width: 17%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-cell.dlx-mtName {
  width: 48%;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-cell.dlx-stRmMg3SiteStage {
  width: 6%;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-cell.dlx-items {
  width: 6%;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-cell.dlx-priceBNet {
  width: 10%;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-cell.dlx-priceBGross {
  width: 10%;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-cell.dlx-costBGross {
  width: 10%;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-cell.dlx-moNumber {
  width: 10%;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceBNet,
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceBGross,
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-costBGross,
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-items,
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-costBGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-invoiceI---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-cell.dlx-mtName {
  width: 54%;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-cell.dlx-stRmMg3SiteStage {
  width: 8%;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-cell.dlx-items {
  width: 8%;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-cell.dlx-priceBGross {
  width: 10%;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-cell.dlx-costBGross {
  width: 10%;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-cell.dlx-moNumber {
  width: 10%;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-priceBGross,
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-costBGross,
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-items,
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-row.dlx-totals .dlx-cell.dlx-costBGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-invoiceAE---siteRoomMaterials .dlx-row.dlx-data .dlx-cell.dlx-stRmMg3SiteStage {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-srName {
  width: 16%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-dpName {
  width: 13%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-prettyId {
  width: 6%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-number {
  width: 11%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-costGross {
  width: 10%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-commission {
  width: 4%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-mtTotal {
  width: 6%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-datePay {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-dateExpect {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-dateDeliver {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-mtMissingDataTotal {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-cell.dlx-status {
  width: 6%;
}
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-mtMissingDataTotal {
  /*	.font-variant-bold();
	.dlm-red();*/
}
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-mtMissingDataTotal,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-mtTotal,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-totals .dlx-cell.dlx-mtMissingDataTotal,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-datePay,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-dateExpect,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-dateDeliver,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-commission,
.dlm-box-Q.dlm-mordersV1 .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-stName {
  width: 10%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-srName {
  width: 14%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-dpName {
  width: 10%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-prettyId {
  width: 6%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-number {
  width: 9%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-costGross {
  width: 8%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-commission {
  width: 4%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-mtTotal {
  width: 6%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-datePay {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-dateExpect {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-dateDeliver {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-mtMissingDataTotal {
  width: 6%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-cell.dlx-status {
  width: 6%;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-mtMissingDataTotal {
  /*	.font-variant-bold();
	.dlm-red();*/
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-mtMissingDataTotal,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-mtTotal,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-totals .dlx-cell.dlx-mtMissingDataTotal,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-datePay,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-dateExpect,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-dateDeliver,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-commission,
.dlm-box-Q.dlm-mordersV1-allSites .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-stName {
  width: 10%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-srName {
  width: 17%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-dpName {
  width: 12%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-prettyId {
  width: 8%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-number {
  width: 16%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-costGross {
  width: 10%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-dateExpect {
  width: 10%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-dateDeliver {
  width: 10%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-status {
  width: 7%;
}
.dlm-box-Q.dlm-mordersV2 .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-mordersV2 .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-mordersV2 .dlx-row.dlx-data .dlx-cell.dlx-dateExpect,
.dlm-box-Q.dlm-mordersV2 .dlx-row.dlx-data .dlx-cell.dlx-dateDeliver,
.dlm-box-Q.dlm-mordersV2 .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 800px) {
  .dlm-box-Q.dlm-mordersV2 .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-stName {
    width: 26%;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-srName {
    width: 32%;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-dpName {
    width: 26%;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-prettyId {
    width: 16%;
    border-right: none;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-number {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-costGross {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-dateExpect {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-dateDeliver {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-mordersV2 .dlx-cell.dlx-status {
    width: 14%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-lgType {
  width: 8%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-lgName {
  width: 12%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-lrName {
  width: 12%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-name {
  width: 16%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-stLbItCostInNet {
  width: 8%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-stLbItCostOutNet {
  width: 8%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-stLbItCostOutGross {
  width: 8%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-profitNet {
  width: 7%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-markupNet {
  width: 6%;
}
.dlm-box-Q.dlm-siteLabors .dlx-cell.dlx-stLbItTotal {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors .dlx-row.dlx-data .dlx-cell:not(.dlx-lgType):not(.dlx-lgName):not(.dlx-lrName):not(.dlx-name),
.dlm-box-Q.dlm-siteLabors .dlx-row.dlx-totals .dlx-cell:not(.dlx-lgType):not(.dlx-lgName):not(.dlx-lrName):not(.dlx-name) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteLabors-LR .dlx-cell.dlx-lgType {
  width: 17%;
}
.dlm-box-Q.dlm-siteLabors-LR .dlx-cell.dlx-lgName {
  width: 23%;
}
.dlm-box-Q.dlm-siteLabors-LR .dlx-cell.dlx-name {
  width: 32%;
}
.dlm-box-Q.dlm-siteLabors-LR .dlx-cell.dlx-stLbItTotal {
  width: 19%;
}
.dlm-box-Q.dlm-siteLabors-LR .dlx-cell.dlx-stLbItCostInNet {
  width: 9%;
}
.dlm-box-Q.dlm-siteLabors-LR .dlx-row.dlx-data .dlx-cell.dlx-stLbItTotal,
.dlm-box-Q.dlm-siteLabors-LR .dlx-row.dlx-data .dlx-cell.dlx-stLbItCostInNet,
.dlm-box-Q.dlm-siteLabors-LR .dlx-row.dlx-totals .dlx-cell.dlx-stLbItTotal,
.dlm-box-Q.dlm-siteLabors-LR .dlx-row.dlx-totals .dlx-cell.dlx-stLbItCostInNet {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-lgType {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-lgName {
  width: 25%;
}
.dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-stLbItCostOutNet {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-stLbItCostOutGross {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors-clientView .dlx-row.dlx-data .dlx-cell:not(.dlx-lgType):not(.dlx-lgName):not(.dlx-name),
.dlm-box-Q.dlm-siteLabors-clientView .dlx-row.dlx-totals .dlx-cell:not(.dlx-lgType):not(.dlx-lgName):not(.dlx-name) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-siteLabors-clientView .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-lgType {
    width: 40%;
  }
  .dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-lgName {
    width: 60%;
    border-right: none;
  }
  .dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-name {
    width: 60%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-stLbItCostOutNet {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLabors-clientView .dlx-cell.dlx-stLbItCostOutGross {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-label {
  width: 20%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-costR1Net {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-costR2Net {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-costR2Net-perM2 {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-costR2Gross {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-costR2Gross-perM2 {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-profitNet {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-marginNet {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-cell.dlx-markupNet {
  width: 10%;
}
.dlm-box-Q.dlm-siteLabors---summary .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteLabors---summary .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-label {
  width: 40%;
}
.dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Net {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Net-perM2 {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Gross {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Gross-perM2 {
  width: 15%;
}
.dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-row.dlx-data .dlx-cell:not(.dlx-label),
.dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-row.dlx-totals .dlx-cell:not(.dlx-label) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-label {
    width: 67%;
  }
  .dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Net {
    width: 33%;
    border-right: none;
  }
  .dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Net-perM2 {
    width: 34%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Gross {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLabors---summary-clientView .dlx-cell.dlx-costR2Gross-perM2 {
    width: 33%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-siteLabors---stRmMt .dlx-cell.dlx-stRmName {
  width: 40%;
}
.dlm-box-Q.dlm-siteLabors---stRmMt .dlx-cell.dlx-costA3Net {
  width: 30%;
}
.dlm-box-Q.dlm-siteLabors---stRmMt .dlx-cell.dlx-costA3Gross {
  width: 30%;
}
.dlm-box-Q.dlm-siteLabors---stRmMt .dlx-row.dlx-data .dlx-cell:not(.dlx-stRmName),
.dlm-box-Q.dlm-siteLabors---stRmMt .dlx-row.dlx-totals .dlx-cell:not(.dlx-stRmName) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-lgName {
  width: 6%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-lrName {
  width: 9%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-blocked {
  width: 4%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-stLbName {
  width: 10%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-name {
  width: 16%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-marker {
  width: 5%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-items {
  width: 8%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-priceInNet {
  width: 6%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-costInNet {
  width: 7%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-priceOutNet {
  width: 6%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-costOutNet {
  width: 7%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-vatConsumer {
  width: 4%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-freeIn {
  width: 4%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-freeOut {
  width: 4%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-cell.dlx-status {
  width: 4%;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-priceInNet,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-costInNet,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-priceOutNet,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-costOutNet,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-vatConsumer,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-totals .dlx-cell.dlx-costInNet,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-totals .dlx-cell.dlx-costOutNet {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-blocked,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-freeIn,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-freeOut,
.dlm-box-Q.dlm-siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-lgName {
  width: 10%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-stLbName {
  width: 16%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-name {
  width: 26%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-marker {
  width: 7%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-items {
  width: 9%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-priceInNet {
  width: 8%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-costInNet {
  width: 9%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-vatConsumer {
  width: 5%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-freeIn {
  width: 5%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-cell.dlx-status {
  width: 5%;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-row.dlx-data .dlx-cell.dlx-priceInNet,
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-row.dlx-data .dlx-cell.dlx-costInNet,
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-row.dlx-data .dlx-cell.dlx-vatConsumer,
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-row.dlx-totals .dlx-cell.dlx-costInNet {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-row.dlx-data .dlx-cell.dlx-freeIn,
.dlm-box-Q.dlm-siteLaborItems-LR .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-lgName {
  width: 12%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-stLbName {
  width: 14%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-name {
  width: 22%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-marker {
  width: 10%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-items {
  width: 11%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-costOutNet {
  width: 12%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-costOutGross {
  width: 12%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-status {
  width: 7%;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-row.dlx-data .dlx-cell.dlx-costOutNet,
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-row.dlx-data .dlx-cell.dlx-costOutGross,
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-row.dlx-totals .dlx-cell.dlx-costOutNet,
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-row.dlx-totals .dlx-cell.dlx-costOutGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-siteLaborItems-clientView .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-lgName {
    width: 30%;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-stLbName {
    width: 30%;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-name {
    width: 40%;
    border-right: none;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-marker {
    width: 23%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-items {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-costOutNet {
    width: 21%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-costOutGross {
    width: 21%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-siteLaborItems-clientView .dlx-cell.dlx-status {
    width: 15%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-lrsrVariant {
  width: 10%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-lrsrName {
  width: 20%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-marker {
  width: 11%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-number {
  width: 15%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-dateIssue {
  width: 10%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-dateDue {
  width: 10%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-costNet {
  width: 9%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-costGross {
  width: 9%;
}
.dlm-box-Q.dlm-invoices .dlx-cell.dlx-status {
  width: 6%;
}
.dlm-box-Q.dlm-invoices .dlx-row.dlx-data .dlx-cell.dlx-costNet,
.dlm-box-Q.dlm-invoices .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-invoices .dlx-row.dlx-totals .dlx-cell.dlx-costNet,
.dlm-box-Q.dlm-invoices .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-invoices .dlx-row.dlx-data .dlx-cell.dlx-dateIssue,
.dlm-box-Q.dlm-invoices .dlx-row.dlx-data .dlx-cell.dlx-dateDue,
.dlm-box-Q.dlm-invoices .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-stName {
  width: 11%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-lrsrVariant {
  width: 9%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-lrsrName {
  width: 16%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-marker {
  width: 9%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-number {
  width: 14%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-dateIssue {
  width: 9%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-dateDue {
  width: 9%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-costNet {
  width: 8%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-costGross {
  width: 8%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-cell.dlx-status {
  width: 6%;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-row.dlx-data .dlx-cell.dlx-costNet,
.dlm-box-Q.dlm-invoices-allSites .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-invoices-allSites .dlx-row.dlx-totals .dlx-cell.dlx-costNet,
.dlm-box-Q.dlm-invoices-allSites .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-invoices-allSites .dlx-row.dlx-data .dlx-cell.dlx-dateIssue,
.dlm-box-Q.dlm-invoices-allSites .dlx-row.dlx-data .dlx-cell.dlx-dateDue,
.dlm-box-Q.dlm-invoices-allSites .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-cell.dlx-stName {
  width: 30%;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-cell.dlx-number {
  width: 23%;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-cell.dlx-dateIssue {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-cell.dlx-dateDue {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-cell.dlx-costNet {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-cell.dlx-costGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-cell.dlx-status {
  width: 7%;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-row.dlx-data .dlx-cell.dlx-costNet,
.dlm-box-Q.dlm-laborerI---invoices .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-laborerI---invoices .dlx-row.dlx-totals .dlx-cell.dlx-costNet,
.dlm-box-Q.dlm-laborerI---invoices .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-laborerI---invoices .dlx-row.dlx-data .dlx-cell.dlx-dateIssue,
.dlm-box-Q.dlm-laborerI---invoices .dlx-row.dlx-data .dlx-cell.dlx-dateDue,
.dlm-box-Q.dlm-laborerI---invoices .dlx-row.dlx-data .dlx-cell.dlx-status {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-stName {
  width: 30%;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-stLbIt_costInNet {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-stLbIt_costInGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-ivPaid_costNet {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-ivPaid_costGross {
  width: 10%;
}
/*.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-ivUnpaid_costNet {
	width: @width-laborerI-finance-cost;
}*/
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-ivUnpaid_costGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-toPay_costNet {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-cell.dlx-toPay_costGross {
  width: 10%;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-row.dlx-data .dlx-cell:not(.dlx-stName),
.dlm-box-Q.dlm-laborerI---finance .dlx-row.dlx-totals .dlx-cell:not(.dlx-stName) {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-row.dlx-data .dlx-cell.dlx-ivUnpaid_costGross {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-box-Q.dlm-laborerI---finance .dlx-row.dlx-totals .dlx-cell.dlx-ivUnpaid_costGross {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #ccc;
}
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-cell.dlx-stLbName {
  width: 25%;
}
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-cell.dlx-name {
  width: 40%;
}
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-cell.dlx-items {
  width: 9%;
}
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-cell.dlx-priceInNet {
  width: 13%;
}
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-cell.dlx-costInNet {
  width: 13%;
}
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-priceInNet,
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-costInNet,
.dlm-box-Q.dlm-invoiceI---siteLaborItems .dlx-row.dlx-totals .dlx-cell.dlx-costInNet {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-cell.dlx-stLbName {
  width: 25%;
}
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-cell.dlx-name {
  width: 40%;
}
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-cell.dlx-items {
  width: 9%;
}
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-cell.dlx-priceInNet {
  width: 13%;
}
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-cell.dlx-costInNet {
  width: 13%;
}
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-items,
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-priceInNet,
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-row.dlx-data .dlx-cell.dlx-costInNet,
.dlm-box-Q.dlm-invoiceAE---siteLaborItems .dlx-row.dlx-totals .dlx-cell.dlx-costInNet {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-payouts .dlx-cell.dlx-stName {
  width: 16%;
}
.dlm-box-Q.dlm-payouts .dlx-cell.dlx-trMarker {
  width: 16%;
}
.dlm-box-Q.dlm-payouts .dlx-cell.dlx-trPercentDue {
  width: 16%;
}
.dlm-box-Q.dlm-payouts .dlx-cell.dlx-date {
  width: 16%;
}
.dlm-box-Q.dlm-payouts .dlx-cell.dlx-costGross {
  width: 16%;
}
.dlm-box-Q.dlm-payouts .dlx-cell.dlx-info {
  width: 20%;
}
.dlm-box-Q.dlm-payouts .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-payouts .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-trancheI---payouts .dlx-cell.dlx-date {
  width: 25%;
}
.dlm-box-Q.dlm-trancheI---payouts .dlx-cell.dlx-costGross {
  width: 25%;
}
.dlm-box-Q.dlm-trancheI---payouts .dlx-cell.dlx-info {
  width: 50%;
}
.dlm-box-Q.dlm-trancheI---payouts .dlx-row.dlx-data .dlx-cell.dlx-costGross,
.dlm-box-Q.dlm-trancheI---payouts .dlx-row.dlx-totals .dlx-cell.dlx-costGross {
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-elementJobsE---user .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-elementJobsE---user .dlx-cell.dlx-stTotal {
  width: 10%;
}
.dlm-box-Q.dlm-elementJobsE---user .dlx-cell.dlx-type {
  width: 20%;
}
.dlm-box-Q.dlm-elementJobsE---user .dlx-cell.dlx-mail {
  width: 28%;
}
.dlm-box-Q.dlm-elementJobsE---user .dlx-cell.dlx-status {
  width: 12%;
}
.dlm-box-Q.dlm-elementJobsE---laborer .dlx-cell.dlx-name {
  width: 50%;
}
.dlm-box-Q.dlm-elementJobsE---laborer .dlx-cell.dlx-stLbItTotal {
  width: 25%;
}
.dlm-box-Q.dlm-elementJobsE---laborer .dlx-cell.dlx-status {
  width: 25%;
}
.dlm-box-Q.dlm-siteMemoReads .dlx-cell.dlx-userType {
  width: 40%;
}
.dlm-box-Q.dlm-siteMemoReads .dlx-cell.dlx-userName {
  width: 35%;
}
.dlm-box-Q.dlm-siteMemoReads .dlx-cell.dlx-dateTime {
  width: 25%;
}
.dlm-404 {
  padding: 100px 0;
  text-align: center;
  font-size: 20px;
  color: #999;
}
.dlm-pageFrame.dlm-page-login {
  padding: 140px 100px 160px 100px;
}
@media (max-width: 800px) {
  .dlm-pageFrame.dlm-page-login {
    padding: 20% 10% 20% 10%;
  }
}
@media (max-width: 500px) {
  .dlm-pageFrame.dlm-page-login {
    padding: 25% 10% 20% 10%;
  }
}
.dlm-page-login input[type=text],
.dlm-page-login input[type=email],
.dlm-page-login input[type=password] {
  width: 100%;
  height: 30px;
  box-shadow: 0 0 0 100px white inset;
}
.dlm-page-login .fauxCheckbox {
  margin: 17px 0;
  color: #333 !important;
}
.dlm-page-login .dlx-label {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dlm-page-login .dlm-button + .dlm-button {
  margin-top: 20px;
}
.dlm-page-Dev_i18n .dlx-input input[type=text],
.dlm-page-Dev_i18n .dlx-input textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  min-height: 25px;
  padding-left: 5px;
  background-color: #ccf8f8;
}
.dlm-page-Dev_i18n .dlx-input {
  display: inline-block;
  padding-top: 3px;
  vertical-align: middle;
}
.dlm-page-Dev_i18n .dlx-filters .dlx-input.dlx-code {
  width: 30%;
  padding-right: 3px;
}
.dlm-page-Dev_i18n .dlx-filters .dlx-input.dlx-en {
  width: 35%;
  padding-right: 3px;
}
.dlm-page-Dev_i18n .dlx-filters .dlx-input.dlx-pl {
  width: 35%;
}
.dlm-page-Dev_i18n .dlx-data {
  padding-top: 10px;
}
.dlm-page-Dev_i18n .dlx-data .dlx-input.dlx-save {
  width: 5%;
  height: 22px;
  background-color: #e5e5e5;
  border-right: 3px solid #fff;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #777;
}
.dlm-page-Dev_i18n .dlx-data .dlx-input.dlx-save:hover {
  background-color: #ddd;
}
.dlm-page-Dev_i18n .dlx-data .dlx-input.dlx-code {
  width: 25%;
  padding-right: 3px;
}
.dlm-page-Dev_i18n .dlx-data .dlx-input.dlx-en {
  width: 35%;
  padding-right: 3px;
}
.dlm-page-Dev_i18n .dlx-data .dlx-input.dlx-pl {
  width: 35%;
}
.dlm-page-invoices .dlx-invoice-A {
  margin-bottom: 20px;
  padding: 20px 20px;
  background-color: #e5e5e5;
}
.dlm-page-invoices .dlx-invoice-A .dlx-jump {
  display: inline-block;
  padding-right: 30px;
  white-space: nowrap;
}
/*.dlm-page-invoices .dlx-invoice-A .dlx-jump + .dlx-jump {
	background-color: @color-bg-AE-input; 
}*/
.dlm-page-invoices .dlx-invoice-A select {
  width: 200px;
  height: 24px;
  padding: 2px 5px;
  border: none;
}
/*.dlm-page-siteRoomMaterials_pretty .dlx-toggler {
	cursor: pointer;
}*/
.dlm-page-siteRoomMaterials_pretty .dlx-show,
.dlm-page-siteRoomMaterials_pretty .dlx-hide {
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
}
.dlm-page-siteRoomMaterials_pretty .dlx-toggledBy-stRm:not(.dlx-show) {
  display: none;
}
.dlm-page-siteRoomMaterials_pretty .dlx-toggledBy-stRm-mg3.dlx-show {
  display: none;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmName {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #399;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmName:hover {
  background-color: #288;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmName .dlx-total {
  padding-left: 10px;
  color: #df4;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-mg3Name {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #bdd;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-mg3Name:hover {
  background-color: #acc;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-mg3Name .dlx-total {
  padding-left: 10px;
  /*	color: @color-font-orange-2;
	color: @color-font-sea-4;*/
  color: #288;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt {
  margin-bottom: 5px;
  background-color: #f2f2f2;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-photo {
  display: inline-block;
  width: 30%;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-photo a,
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-photo img {
  display: block;
  width: 100%;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-photo div {
  padding: 120px 0;
  background-color: #e5e5e5;
  font-size: 20px;
  color: #bbb;
  text-align: center;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info {
  display: inline-block;
  width: 70%;
  padding: 10px;
  vertical-align: top;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-bundle {
  padding-right: 7px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 500px) {
  .dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-photo {
    display: block;
    width: 100%;
  }
  .dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info {
    display: block;
    width: 100%;
  }
  .dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-photo div {
    padding: 20px 0;
  }
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-cost {
  padding-top: 5px;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-marker-alt-paidOutside,
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-alt-0 {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
/*.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-alt-0 {
	color: @color-font-grey-4;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-alt-1 {
	color: @color-font-grey-4;
}*/
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-infoForClient,
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-infoFromClient {
  padding-top: 5px;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-infoFromClient textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 60px;
  border: none;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-costAGross {
  display: inline-block;
  padding-top: 5px;
  color: #177;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info a.dlx-costAGross {
  text-decoration: underline dotted;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info a.dlx-costAGross:hover {
  color: #288;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-costA3Gross {
  display: inline-block;
  padding-top: 5px;
  padding-left: 15px;
  color: #d60;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-status {
  padding-top: 15px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-status.dlx-31 {
  color: #999;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-status.dlx-32 {
  color: #0a0;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-status.dlx-35 {
  color: #d32;
}
.dlm-page-siteRoomMaterials_pretty .dlm-pretty-stRmMt .dlx-stRmMt .dlx-info .dlx-link {
  padding-top: 15px;
}
.dlm-page-sitePolls_pretty .dlx-show,
.dlm-page-sitePolls_pretty .dlx-hide {
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
}
.dlm-page-sitePolls_pretty .dlx-toggledBy-stPo:not(.dlx-show) {
  display: none;
}
.dlm-page-sitePolls_pretty .dlx-toggledBy-stPoIt {
  display: none;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoName {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #399;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoName:hover {
  background-color: #288;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoName .dlx-total {
  padding-left: 10px;
  color: #df4;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f2f2f2;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt .dlx-info {
  padding-top: 10px;
  color: #888;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt .dlx-answer {
  padding-top: 10px;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt .dlx-answer .dlx-toggler {
  cursor: pointer;
  padding-right: 7px;
  color: #288;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt .dlx-answer .dlx-toggler:hover {
  color: #066;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt .dlx-answer .dlx-label {
  padding-right: 7px;
  color: #66f;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt .dlx-answer textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 60px;
  border: none;
}
.dlm-page-sitePolls_pretty .dlm-sitePolls .dlx-stPoIt .dlx-link {
  padding-top: 10px;
}
.dlm-page-siteMemos .dlx-siteMemo-A {
  margin-bottom: 20px;
  padding: 10px 10px;
  background-color: #e5e5e5;
}
.dlm-page-siteMemos .dlx-siteMemo-A select {
  width: 200px;
  height: 24px;
  padding: 2px 5px;
  border: none;
}
.dlm-page-siteMemos .dlm-siteMemo {
  margin-bottom: 10px;
  background-color: #f2f2f2;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header {
  padding: 7px 10px;
  background-color: #e5e5e5;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-status {
  padding-right: 5px;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-type {
  padding-right: 5px;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-stLabel {
  padding-right: 10px;
  white-space: nowrap;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-dateAdd,
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-readUserCurrent {
  padding-right: 5px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #777;
  white-space: nowrap;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-dateAdd .dlx-label,
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-readUserCurrent .dlx-label {
  color: #aaa;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-statsReadUnread {
  padding-right: 5px;
  white-space: nowrap;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-statsReadUnread .dlx-read {
  color: #0a0;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-statsReadUnread .dlx-unread {
  color: #d00;
}
/*.dlm-page-siteMemos .dlm-siteMemo .dlx-header .dlx-userNameAdd {
	padding-right: 10px;
	.font-variant-italic();
	color: @color-font-grey-3;
}*/
.dlm-page-siteMemos .dlm-siteMemo .dlx-info {
  padding: 7px 10px;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-info .dlx-unread {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #888;
}
.dlm-page-siteMemos .dlm-siteMemo .dlx-info .dlx-file {
  padding-top: 5px;
}
