.font-size-M {
  font-size: 13px;
}
.font-size-S {
  font-size: 12px;
}
.font-size-L {
  font-size: 14px;
}
.font-variant-regular {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
.font-variant-bold {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.font-variant-italic {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.font-variant-bold-italic {
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
}
.dlm-floodInput {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
.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 {
  cursor: help;
}
.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;
}
.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;
}
.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;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 13px;
}
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: 13px;
  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;
}
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]:not(.dlx-noFloodInput),
input[type=number]:not(.dlx-noFloodInput),
input[type=email]:not(.dlx-noFloodInput),
input[type=tel]:not(.dlx-noFloodInput),
input[type=password]:not(.dlx-noFloodInput),
textarea,
select:not(.dlx-noFloodInput) {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password] {
  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: 7px;
  line-height: 145%;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a img {
  border: none;
}
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-position: top left;
  background-size: 100px;
}
body.dlx-dev {
  /*	background-image: url("@{dir-img}dev.png");
	background-position: top left;*/
}
@media (min-width: 1025px) {
  body {
    background-color: #eee;
  }
  .dlm-pageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 1024px;
    left: 50%;
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background: #fff;
  }
}
.dlm-pageFrame {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 55px 20px;
}
@media (max-width: 400px) {
  .dlm-pageFrame {
    padding: 55px 10px;
  }
}
.dlm-topBar,
.dlm-bottomBar {
  position: fixed;
  width: 100%;
  max-width: 1024px;
  padding: 9px 20px;
  background-color: #444;
  color: #eee;
  font-size: 14px;
  z-index: 10;
}
@media (min-width: 1025px) {
  .dlm-topBar,
  .dlm-bottomBar {
    left: 50%;
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.dlm-topBar {
  top: 0;
}
.dlm-bottomBar {
  bottom: 0;
}
@media (max-width: 400px) {
  .dlm-topBar,
  .dlm-bottomBar {
    padding: 9px 10px;
  }
}
.dlm-topBar {
  text-align: center;
}
.dlm-topBar .dlx-name {
  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;
}
.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;
  background-color: #288;
}
.dlm-menuBrick.dlx-bgColorVariant-1 {
  background-color: #259494;
}
.dlm-menuBrick.dlx-bgColorVariant-2 {
  background-color: #1f7c7c;
}
.dlm-menuBrick.dlx-bgColorVariant-3 {
  background-color: #1c7070;
}
.dlm-menuBrick.dlx-bgColorVariant-4 {
  background-color: #196363;
}
.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-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-container {
    padding: 4px;
  }
  .dlm-menuBrick {
    height: 57px;
  }
}
@media (max-width: 340px) {
  .dlm-menuBrick-container {
    padding: 5px 10px;
  }
  .dlm-menuBrick {
    height: 57px;
  }
}
.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;
}
.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: 12px;
}
.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: 12px;
  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: 13px;
  text-transform: none;
}
.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-red {
  color: #d00;
}
.dlm-orange {
  color: #e70;
}
.dlm-trialsLeads {
  color: #e70;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
}
.dlm-accessDenied {
  color: #bbb;
}
.dlm-asterisk {
  padding-left: 5px;
  color: #d33;
  font-size: 18px;
  line-height: 50%;
}
.dlx-ajax-trigger,
.dlx-action-trigger {
  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;
}
.dlm-hotText.dlx-arrow.dlx-red {
  background: no-repeat left center url("../img/ar-1-R-r.png");
}
.dlm-hotText.dlx-arrow.dlx-adhering {
  margin-left: 0;
}
.dlm-hotText.dlx-on {
  color: #288;
  cursor: pointer;
}
.dlm-hotText.dlx-on.dlx-red {
  color: #d32;
}
.dlm-hotText.dlx-off {
  color: #ccc;
}
.dlm-hotText.dlx-on:hover {
  color: #066;
}
.dlm-hotText.dlx-red.dlx-on:hover {
  color: #d00;
}
.dlm-status {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-status.dlx--1 {
  color: #d00;
}
.dlm-status.dlx-11,
.dlm-status.dlx-1,
.dlm-status.dlx-2 {
  color: #e70;
}
.dlm-status.dlx-12 {
  color: #4aa;
}
.dlm-status.dlx-13 {
  color: #999;
}
.dlm-noteRed {
  color: #d00;
  font-weight: bold;
}
.dlm-noteGreen {
  color: #090;
  font-weight: bold;
}
.dlm-noteBlue {
  color: #66f;
  font-weight: bold;
}
.dlm-noteGrey {
  color: #888;
}
.dlm-oval {
  display: inline-block;
  padding: 1px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dlm-oval-green {
  display: inline-block;
  padding: 1px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 187, 0, 0.1);
}
.dlm-oval-red {
  display: inline-block;
  padding: 1px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
}
/*.dlm-oval-orange {
	.dlm-oval();
	background-color: fade(#d50, 10%);
}*/
.dlm-oval-grey {
  display: inline-block;
  padding: 1px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(85, 85, 85, 0.1);
}
.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 {
  padding: 20px 10px;
  background-color: #c65;
  text-align: center;
  color: #fff;
}
.dlm-boxInfo-Q {
  padding: 15px 10px;
  background-color: #e5e5e5;
  line-height: 170%;
}
.dlm-boxInfo-Q.dlx-lite {
  background-color: #f2f2f2;
}
.dlm-boxDoc {
  margin-top: 30px;
  padding: 20px 10px;
  background-color: #c0f0f0;
}
.dlm-boxPhoto {
  margin-top: 30px;
  padding: 10px;
  background-color: #f2f2f2;
}
.dlm-boxPhoto img {
  max-width: 100%;
}
.dlm-boxToolbar {
  padding: 0 3px 15px 3px;
}
.dlm-boxToolbar .dlx-floatRight {
  display: inline-block;
  float: right;
}
@media (max-width: 400px) {
  .dlm-boxToolbar {
    text-align: center;
  }
  .dlm-boxToolbar .dlx-floatRight {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
}
.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;
}
@media (max-width: 500px) {
  .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-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-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;
  text-align: center;
  line-height: 20px;
  color: #fff;
  text-transform: none;
}
.dlm-icon.dlx-on:not(.dlx-Excel) {
  background-color: #4aa;
}
.dlm-icon.dlx-on:not(.dlx-Excel):hover {
  background-color: #399;
  color: #fff;
}
.dlm-icon.dlx-on.dlx-alert {
  background-color: #c65;
}
.dlm-icon.dlx-on.dlx-alert:hover {
  background-color: #b04b40;
  color: #fff;
}
.dlm-icon.dlx-off:not(.dlx-Excel) {
  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-Excel {
  background: no-repeat center center url("../img/excel-4.png");
}
.dlm-icon.dlx-Csv {
  background: no-repeat center center url("../img/ar-download.png");
}
.dlm-icon.dlx-download {
  background: no-repeat center center url("../img/ar-download.png");
}
.dlm-icon.dlx-letter .dlx-label {
  font-size: 14px;
  vertical-align: top;
}
.dlm-icon.dlx-inTable {
  margin: -1px 14px -1px -7px;
  vertical-align: top;
  font-size: 16px;
}
/*.dlm-icon.dlx-Csv {
	font-size: 10px;
}*/
.dlm-icon.dlx-inTable.dlx-floatRight {
  margin: -1px -5px -1px 0px;
  float: right;
}
.dlm-icon.dlx-inTable.dlx-info {
  background-size: 16px;
}
.dlm-button {
  display: inline-block;
  width: 100%;
  padding: 6px 0 5px 0;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.dlm-button.dlx-thick {
  padding: 6px 0 5px 0;
}
.dlm-button.dlx-on {
  background-color: #4aa;
}
.dlm-button.dlx-on:hover {
  background-color: #399;
  color: #fff;
}
.dlm-button.dlx-alert.dlx-on {
  background-color: #c65;
}
.dlm-button.dlx-alert.dlx-on:hover {
  background-color: #b04b40;
  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-oneButtonBox {
  padding-top: 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 .dlx-item {
  display: inline-block;
  margin-left: 8px;
  margin-right: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.dlm-checkboxSet .dlx-item .fauxCheckbox {
  padding-left: 20px;
}
.dlm-checkboxSet .dlx-icon {
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  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: 8px;
}
.dlm-checkboxSet .dlx-iconSelectDeselectAll[data-target-state="off"] {
  background-color: #c65;
}
.dlm-checkboxSet .dlx-iconSelectDeselectAll[data-target-state="on"] {
  background-color: #4aa;
}
@media (max-width: 600px) {
  .dlm-checkboxSet {
    padding-left: 5px;
  }
  .dlm-checkboxSet .dlx-item {
    margin-left: 3px;
    margin-right: 2px;
  }
  .dlm-checkboxSet .dlx-item .fauxCheckbox {
    padding-left: 19px;
  }
  .dlm-checkboxSet .dlx-icon {
    margin-left: 5px;
  }
}
.dlm-togglerBar {
  height: 15px;
  cursor: pointer;
}
.dlm-togglerBar.dlx-editor {
  background: #5ec3c3;
  /* For browsers that do not support gradients */
  background: repeating-linear-gradient(125deg, #5ec3c3, #5ec3c3 10px, #288 10px, #288 20px);
}
.dlm-togglerBar.dlx-editor:hover {
  background: #7dd;
  /* For browsers that do not support gradients */
  background: repeating-linear-gradient(125deg, #7dd, #7dd 10px, #288 10px, #288 20px);
}
.dlm-togglerBar.dlx-filters {
  background: #bbb;
  /* For browsers that do not support gradients */
  background: repeating-linear-gradient(125deg, #bbb, #bbb 10px, #888 10px, #888 20px);
}
.dlm-togglerBar.dlx-filters:hover {
  background: #d8d8d8;
  /* For browsers that do not support gradients */
  background: repeating-linear-gradient(125deg, #d8d8d8, #d8d8d8 10px, #888 10px, #888 20px);
}
.dlm-boxToggled {
  display: none;
  margin-top: 10px;
  margin-bottom: 40px;
}
.dlm-boxToggled.dlx-editor {
  padding: 10px;
  padding-top: 5px;
  border: 2px dashed #888;
}
.dlm-boxToggled .dlx-title {
  padding-left: 3px;
  padding-bottom: 2px;
  color: #999;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-textInserter {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
}
.dlm-bodylogMonth {
  position: relative;
}
.dlm-bodylogMonth.dlx-0 {
  background-color: #eee;
}
.dlm-bodylogMonth.dlx-1 {
  background-color: #ddd;
}
.dlm-bodylogMonth .dlx-infoBg,
.dlm-bodylogMonth .dlx-infoText {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 40px;
  padding: 5px;
}
.dlm-bodylogMonth.dlx-0 .dlx-infoBg {
  background-color: #fff;
  opacity: 50%;
}
.dlm-bodylogMonth.dlx-1 .dlx-infoBg {
  background-color: #fff;
  opacity: 50%;
}
.dlm-bodylogGraphBar {
  margin-bottom: 1px;
  font-size: 1px;
  line-height: 1px;
  height: 2px;
}
.dlm-box-I + .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 + .dlm-box-I {
    margin-top: 0;
  }
  .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-row:hover > div {
  background-color: #bdd;
}
.dlm-box-I .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 {
  display: none;
  background-color: #f2f2f2;
  margin-bottom: 5px;
}
.dlm-box-I .dlx-toggled.dlx-text {
  padding: 3px 10px;
}
.dlm-box-I .dlx-toggled.dlx-photo img {
  max-width: 100%;
}
/*.dlm-box-I .dlx-row.dlx-alert > div {
	background-color: @color-bg-red-5;
}*/
.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-box-AE + .dlm-box-AE {
  margin-top: 20px;
}
.dlm-box-AE .dlx-row {
  padding-bottom: 5px;
  text-align: right;
}
.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-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 + .dlm-box-AE {
    margin-top: 0;
  }
  .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 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 {
  padding-left: 0px;
}
.dlm-box-AE .dlx-errorMsg {
  border-left: 5px solid #fff;
  border-top: 2px solid #fff;
  background-color: #fba;
  text-align: right;
  color: #a33;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 8000px) {
  .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,
  .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,
  .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,
  .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-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: 3px 10px 3px 10px;
  vertical-align: bottom;
}
.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: 2px 0 -2px 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-headers .dlx-cell {
  position: relative;
  background-color: #4aa;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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%;
  cursor: pointer;
}
.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 {
  padding-top: 0;
  padding-bottom: 0;
}
.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 {
  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-actgroups .dlx-cell.dlx-name {
  width: 70%;
}
.dlm-box-Q.dlm-actgroups .dlx-cell.dlx-actsTotal {
  width: 30%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
/*@media (max-width: 550px) {
.dlm-box-Q.dlm-acts .dlx-row {
	.dlm-box-Q-row-spacy-bottom();
}
.dlm-box-Q.dlm-acts .dlx-cell.dlx-region {
	width: 20%;
}
.dlm-box-Q.dlm-acts .dlx-cell.dlx-name {
	width: 55%;
}
.dlm-box-Q.dlm-acts .dlx-cell.dlx-abbr {
	width: 25%;
	.dlm-box-Q-cell-right();
	border-right: none;
}
.dlm-box-Q.dlm-acts .dlx-cell.dlx-wageArea {
	width: 20%;
	.dlm-box-Q-cell-left();
	border-top: @box-Q-row-border;
}}*/
.dlm-box-Q.dlm-acts .dlx-cell.dlx-actgroup {
  width: 25%;
}
.dlm-box-Q.dlm-acts .dlx-cell.dlx-name {
  width: 60%;
}
.dlm-box-Q.dlm-acts .dlx-cell.dlx-worksTotal {
  width: 15%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-actsStatusE .dlx-cell.dlx-name {
  width: 61%;
}
.dlm-box-Q.dlm-actsStatusE .dlx-cell.dlx-status {
  width: 13%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-bodylogStats .dlx-cell.dlx-umonth {
  width: 30%;
}
.dlm-box-Q.dlm-bodylogStats .dlx-cell.dlx-umonth .dlx-weightCount {
  float: right;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-box-Q.dlm-bodylogStats .dlx-cell.dlx-weightAvg {
  width: 24%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-bodylogStats .dlx-cell.dlx-weightMin {
  width: 23%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-bodylogStats .dlx-cell.dlx-weightMax {
  width: 23%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-bodylogsUmonth .dlx-cell.dlx-uday {
  width: 50%;
}
.dlm-box-Q.dlm-bodylogsUmonth .dlx-cell.dlx-weight {
  width: 50%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-type {
  width: 35%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-name {
  width: 65%;
}
/*@media (max-width: 600px) {
.dlm-box-Q.dlm-users .dlx-row {
	.dlm-box-Q-row-spacy-bottom();
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-type {
	width: 30%;
	border-top: @box-Q-row-border;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-name {
	width: 70%;
	//.dlm-box-Q-cell-right();
	border-top: @box-Q-row-border;
}}*/
.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-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-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-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] {
  height: 30px;
  box-shadow: 0 0 0 100px white inset;
  border: 1px solid #bbb;
}
.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 {
  min-height: 25px;
  padding-left: 5px;
  background-color: #ccf8f8;
  vertical-align: top;
}
.dlm-page-Dev_i18n .dlx-input {
  display: inline-block;
  border-top: 3px solid #fff;
  vertical-align: top;
}
.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-dataBox {
  padding-top: 10px;
}
.dlm-page-Dev_i18n .dlx-dataRow {
  background-color: #e5e5e5;
}
.dlm-page-Dev_i18n .dlx-dataBox .dlx-input.dlx-save {
  width: 5%;
  height: 22px;
  padding-top: 4px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #777;
}
.dlm-page-Dev_i18n .dlx-dataBox .dlx-input.dlx-save:hover {
  color: #d00;
}
.dlm-page-Dev_i18n .dlx-dataBox .dlx-input.dlx-code {
  width: 25%;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.dlm-page-Dev_i18n .dlx-dataBox .dlx-input.dlx-en {
  width: 35%;
  border-right: 3px solid #fff;
}
.dlm-page-Dev_i18n .dlx-dataBox .dlx-input.dlx-pl {
  width: 35%;
}
.dlm-page-works_H input[type=text],
.dlm-page-work_H input[type=text],
.dlm-page-workAct_H input[type=text] {
  height: 30px;
  padding-left: 7px;
  background-color: #ccf8f8;
}
.dlm-page-workAct_H .dlx-weight-filters input[type=text] {
  margin: 0 5px;
  height: 20px;
  width: 50px;
}
.dlm-page-works_H .dlx-input.dlx-error input[type=text],
.dlm-page-work_H .dlx-input.dlx-error input[type=text],
.dlm-page-workAct_H .dlx-input.dlx-error input[type=text] {
  background-color: #fba;
}
.dlm-page-workAct_H .dlx-weight-filters {
  margin-top: -15px;
  margin-bottom: 10px;
}
.dlm-workAct .dlx-set .dlx-weight {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #288;
}
.dlm-workAct .dlx-set.dlx-peak .dlx-weight {
  color: #a77;
}
.dlm-workAct .dlx-set.dlx-peak .dlx-reps {
  color: #944;
}
.dlm-workAct .dlx-set .dlx-reps {
  padding-left: 5px;
  padding-right: 2px;
}
.dlm-workAct .dlx-set .dlx-note {
  padding-left: 5px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #888;
}
.dlm-box-work {
  margin: 10px 0;
  padding: 7px;
  background-color: #e5e5e5;
}
.dlm-box-work.dlx-today {
  background-color: #f3f3cc;
}
.dlm-box-work.dlx-future {
  background-color: #f4edff;
}
.dlm-box-work.dlx-weightMax {
  background-color: #ffe8cc;
}
.dlm-box-work:not(.dlx-today):not(.dlx-future):not(.dlx-weightMax):hover {
  background-color: #ddd;
}
.dlm-box-work .dlx-date {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-box-work .dlx-dayOfWeek {
  padding-left: 5px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #999;
}
.dlm-box-work .dlx-location {
  padding-left: 7px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #288;
}
.dlm-box-work .dlx-note {
  padding-top: 5px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
  line-height: 120%;
}
.dlm-page-works_H .dlm-checkboxSet {
  margin-bottom: 10px;
}
.dlm-page-works_H .dlx-account-E .dlx-userNoteA,
.dlm-page-works_H .dlx-account-E .dlx-userNoteB {
  margin-bottom: 5px;
  height: 140px;
  background-color: #ccf8f8;
}
.dlm-page-works_H .dlx-account-E .dlx-userNoteB {
  height: 140px;
}
.dlm-page-works_H .dlm-togglerBar.dlx-editor {
  margin-top: 10px;
}
.dlm-page-work_H .dlx-work-I {
  margin-bottom: 5px;
  padding: 7px;
  background-color: #e5e5e5;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  line-height: 120%;
}
.dlm-page-work_H .dlm-pageTitleBox .dlx-location {
  display: inline-block;
  padding-left: 10px;
  color: #e70;
}
.dlm-page-work_H .dlx-work-E .dlx-date,
.dlm-page-work_H .dlx-work-E .dlx-title.dlx-dateTitle {
  display: inline-block;
  width: 50%;
}
.dlm-page-work_H .dlx-work-E .dlx-location {
  margin-bottom: 5px;
  display: inline-block;
  width: 50%;
  padding-left: 5px;
}
.dlm-page-work_H .dlx-work-E .dlx-title.dlx-locationTitle {
  display: inline-block;
  width: 50%;
  padding-left: 8px;
}
.dlm-page-work_H .dlx-work-E .dlx-note {
  height: 150px;
  background-color: #ccf8f8;
}
.dlm-page-work_H .dlx-work-E .dlx-note.dlx-error {
  background-color: #fba;
}
.dlm-page-work_H .dlx-work-E .dlx-button-E {
  margin-top: 5px;
}
.dlm-page-work_H .dlx-work-E .dlx-button-C {
  margin-top: 40px;
}
.dlm-page-work_H .dlx-work-E .dlx-button-D {
  margin-top: 5px;
}
.dlm-page-work_H .dlx-noWorkActs {
  margin-top: 5px;
  padding: 30px 0;
  background-color: #f2f2f2;
  color: #999;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-work_H .dlx-workActs .dlm-workActWrapper {
  margin-top: 5px;
  background-color: #e5e5e5;
}
.dlm-page-work_H .dlx-workActs .dlm-workActWrapper:hover {
  background-color: #d8d8d8;
}
.dlm-page-work_H .dlx-workActs .dlm-workActWrapper .dlm-workAct {
  display: inline-block;
  width: 93%;
  padding: 7px;
}
.dlm-page-work_H .dlx-workActs .dlm-workActWrapper .dlx-sorter {
  display: inline-block;
  width: 7%;
  height: 100%;
  background: no-repeat center center url("../img/ar-up.png");
}
.dlm-page-work_H .dlx-actsToAdd {
  margin: 5px 0;
  padding: 7px;
  background-color: #f2f2f2;
  line-height: 120%;
}
.dlm-page-work_H .dlx-actsToAdd .dlx-act {
  border-radius: 3px;
  display: inline-block;
  padding: 2px;
  color: #288;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  white-space: nowrap;
}
.dlm-page-work_H .dlx-actsToAdd .dlx-act:hover {
  background-color: #ddd;
  color: #066;
}
.dlm-page-work_H .dlx-links {
  margin-top: 40px;
  padding: 10px 7px 8px 7px;
  background-color: #e5e5e5;
}
.dlm-page-work_H .dlx-links .dlx-row {
  padding-bottom: 2px;
}
.dlm-page-work_H .dlx-links .dlx-row .dlx-label {
  display: inline-block;
  color: #888;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-workAct_H .dlx-button-workActSets-E-A {
  margin-bottom: 5px;
}
.dlm-page-workAct_H .dlm-togglerBar.dlx-editor {
  margin-bottom: 5px;
}
.dlm-page-workAct_H .dlx-userNote-I {
  margin-bottom: 5px;
  padding: 7px;
  background-color: #e5e5e5;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  line-height: 120%;
}
.dlm-page-workAct_H .dlx-act-I {
  margin-bottom: 5px;
  padding: 7px;
  background-color: #e5e5e5;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  line-height: 120%;
}
.dlm-page-workAct_H .dlx-act-I .dlx-plan {
  color: #66f;
}
.dlm-page-workAct_H .dlx-act-E .dlx-userNoteA,
.dlm-page-workAct_H .dlx-act-E .dlx-userNoteB,
.dlm-page-workAct_H .dlx-act-E .dlx-note,
.dlm-page-workAct_H .dlx-act-E .dlx-plan {
  margin-bottom: 5px;
  height: 80px;
  background-color: #ccf8f8;
}
.dlm-page-workAct_H .dlx-act-E .dlx-userNoteB {
  height: 140px;
}
.dlm-page-workAct_H .dlx-act-E .dlx-userNoteA {
  height: 140px;
}
.dlm-page-workAct_H .dlx-act-E .dlx-plan {
  height: 35px;
}
.dlm-page-workAct_H .dlx-act-E .dlx-button-D {
  margin-top: 40px;
}
.dlm-page-workAct_H .dlx-button-workActSet-A .dlm-button {
  margin-top: 5px;
}
.dlm-page-workAct_H .dlx-noSets {
  margin-top: 5px;
  padding: 30px 0;
  background-color: #f2f2f2;
  color: #999;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-workAct_H .dlx-sets .dlx-set {
  margin-top: 5px;
}
.dlm-page-workAct_H .dlx-sets .dlx-set .dlx-weight {
  display: inline-block;
  width: 20%;
  padding-right: 5px;
}
.dlm-page-workAct_H .dlx-sets .dlx-set .dlx-peak {
  display: inline-block;
  width: 10%;
  padding-right: 5px;
}
.dlm-page-workAct_H .dlx-sets .dlx-set .dlx-peak .dlx-lining {
  background-color: #ccf8f8;
  line-height: 30px;
  text-align: center;
}
.dlm-page-workAct_H .dlx-sets .dlx-set .dlx-reps {
  display: inline-block;
  width: 50%;
  padding-right: 5px;
}
.dlm-page-workAct_H .dlx-sets .dlx-set .dlx-note {
  display: inline-block;
  width: 20%;
}
/*.dlm-checkboxSet {
	margin-bottom: 0px;
}*/
.dlm-page-workAct_H .dlx-worksPrev .dlm-box-work {
  margin: 5px 0;
}
.dlm-page-workAct_H .dlx-worksPrevMax {
  padding-top: 40px;
}
.dlm-page-workAct_H .dlx-worksPrevMax .dlm-box-work {
  margin: 5px 0;
}
/*@media (max-width: 500px) {
.dlm-page-bodylogs_H .dlm-pageTitleBox .dlx-links {
	padding-top: 10px;
}}
@media (min-width: 501px) {
.dlm-page-bodylogs_H .dlm-pageTitleBox .dlx-links {
	display: inline-block;
}}*/
.dlm-page-bodylogs_H .dlm-pageTitleBox .dlx-links {
  display: inline-block;
}
.dlm-page-bodylogs_H .dlx-window {
  overflow-x: scroll;
  white-space: nowrap;
}
.dlm-page-bodylogs_H .dlx-columnMonth {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}
.dlm-page-bodylogs_H .dlx-boxDayB {
  margin: 1px;
  line-height: 22px;
  text-align: center;
  background-color: #f2f2f2;
}
.dlm-page-bodylogs_H .dlx-boxDayB.dlx-month {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  background-color: #444;
  color: #fff;
}
.dlm-page-bodylogs_H .dlx-boxDayB.dlx-month .dlx-narrow {
  padding: 5px 0;
  line-height: 100%;
}
.dlm-page-bodylogs_H .dlx-boxDayB.dlx-month .dlx-wide {
  display: none;
}
/*@media (max-width: 500px) {
.dlm-page-bodylogs_H .dlx-boxDayB.dlx-month .dlx-wide {
	display: none;
}}
@media (min-width: 501px) {
.dlm-page-bodylogs_H .dlx-boxDayB.dlx-month .dlx-narrow {
	display: none;
}}*/
.dlm-page-bodylogs_H .dlx-boxDayA {
  display: inline-block;
  margin: 1px;
  width: 45px;
  line-height: 22px;
  text-align: center;
  background-color: #f2f2f2;
}
.dlm-page-bodylogs_H .dlx-boxDayA.dlx-month {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  background-color: #444;
  color: #fff;
}
.dlm-page-worksVisual .dlm-togglerBar.dlx-filters {
  margin-bottom: 10px;
}
.dlm-page-worksVisual .dlm-checkboxSet {
  margin-bottom: 10px;
}
.dlm-page-worksVisual .dlx-boxDay {
  display: inline-block;
  width: 12.5%;
  border-left: 1px solid #fff;
  margin-bottom: 1px;
  line-height: 22px;
  text-align: center;
  background-color: #5bb;
}
.dlm-page-worksVisual .dlx-boxDay.dlx-noWork {
  background-color: #f2f2f2;
  color: #ccc;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-worksVisual .dlx-boxDay.dlx-weekInfo {
  border-left: none;
  background-color: #444;
  color: #fff;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
