.font-size-L {
  font-size: 14px;
}
.font-size-M {
  font-size: 13px;
}
.font-size-S {
  font-size: 12px;
}
.font-size-XS {
  font-size: 11px;
}
.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: 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;
  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: 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 {
  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;
}
.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-position: top left;
  background-size: 100px;
}
body.dlx-dev {
  /*	background-image: url("@{dir-img}dev.png");
	background-position: top left;*/
}
@media (min-width: 1201px) {
  body {
    background-color: #eee;
  }
  .dlm-pageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 1200px;
    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: 1200px;
  margin: 0 auto;
  padding: 55px 20px;
}
.dlm-topBar,
.dlm-bottomBar {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  padding: 9px 20px;
  background-color: #444;
  color: #eee;
  font-size: 14px;
  z-index: 10;
}
@media (min-width: 1201px) {
  .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-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;
  background-color: #288;
}
.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-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-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: 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-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-lime {
  color: #dfb;
}
.dlm-trialsLeads {
  color: #e70;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
}
.dlm-durationSpan {
  color: #0a0;
}
.dlm-durationNoSpan {
  color: #d60;
}
.dlm-durationNoSpan-lite {
  color: #fa6;
}
.dlm-accessDenied {
  color: #bbb;
}
.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-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-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: #ccc;
}
.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);
}
.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: fade(#088, 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 {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-status.dlx--1,
.dlm-status.dlx-27,
.dlm-status.dlx-28 {
  color: #d00;
}
.dlm-status.dlx-1 {
  color: #c6c;
}
.dlm-status.dlx-21,
.dlm-status.dlx-2,
.dlm-status.dlx-105 {
  color: #e70;
}
.dlm-status.dlx-3,
.dlm-status.dlx-22 {
  color: #0a0;
}
.dlm-status.dlx-24,
.dlm-status.dlx-25 {
  color: #999;
}
.dlm-status.dlx-23 {
  color: #66f;
}
.dlm-ilk {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-ilk.dlx-0 {
  color: #d00;
}
.dlm-ilk.dlx-1 {
  color: #66f;
}
.dlm-ilk.dlx-2 {
  color: #4aa;
}
.dlm-wageTier.dlx-1 {
  color: #999;
}
.dlm-wageTier.dlx-3 {
  color: #4aa;
}
.dlm-wageTier.dlx-2 {
  color: #d00;
}
.dlm-wageTier.dlx-4 {
  color: #e70;
}
/*.dlm-wageTier.dlx-5 {
	color: @color-font-red-0;
	.font-variant-bold();
}*/
/*.dlm-clubModA {
	.font-variant-bold();
}*/
.dlm-clubModA.dlx-0 {
  color: #999;
}
.dlm-clubModA.dlx-1 {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #4aa;
}
.dlm-clubModA.dlx-2 {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #e70;
}
.dlm-clubType.dlx-0 {
  color: #e70;
}
.dlm-clubType.dlx-1 {
  color: #999;
}
.dlm-clubType.dlx-2 {
  color: #4aa;
}
.dlm-worklogType.dlx-1,
.dlm-clublogType.dlx-1,
.dlm-gaplogType.dlx-1 {
  color: #288;
}
.dlm-worklogType.dlx-2,
.dlm-clublogType.dlx-2,
.dlm-gaplogType.dlx-2 {
  color: #e70;
}
.dlm-gaplogVariant.dlx-1 {
  color: #d32;
}
.dlm-gaplogVariant.dlx-2 {
  color: #66f;
}
.dlm-gaplogVariant.dlx-3 {
  color: #c80;
}
.dlm-gaplogVariant.dlx-4 {
  color: #90c;
}
.dlm-caruseType.dlx-1 {
  color: #288;
}
.dlm-caruseType.dlx-2 {
  color: #e70;
}
.dlm-userModA {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-userModA.dlx-1 {
  color: #4aa;
}
.dlm-userModA.dlx-2 {
  color: #e70;
}
.dlm-userModB {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-userModB.dlx-3 {
  color: #c6c;
}
.dlm-userModB.dlx-1 {
  color: #66f;
}
.dlm-userModB.dlx-2 {
  color: #d32;
}
.dlm-userModB.dlx-4 {
  color: #c90;
}
.dlm-userModB.dlx-6 {
  color: #66f;
}
/*.dlm-caruse-odometer- {
	
}*/
.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-page-worklog_I .dlm-boxInfo-noRowsFound,
.dlm-page-clublog_I .dlm-boxInfo-noRowsFound {
  margin-bottom: 0;
}
.dlm-boxAlert {
  padding: 20px 10px;
  background-color: #c65;
  text-align: center;
  color: #fff;
}
.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-boxToolbar {
  padding: 0 3px 15px 3px;
}
.dlm-boxToolbar.dlx-shiftUp {
  margin-top: -10px;
}
.dlm-boxToolbar.dlx-dark {
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
  background-color: #e5e5e5;
}
/*.dlm-boxToolbar.dlx-dark.dlx-shiftUp {
	margin-top: -20px;
}*/
.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;
  }
}
@media (max-width: 600px) {
  .dlm-page-daycharts .dlm-boxToolbar {
    text-align: center;
  }
  .dlm-page-daycharts .dlm-boxToolbar .dlx-floatRight {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
}
.dlm-exam-question {
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-exam-answer {
  padding-left: 20px;
  padding-bottom: 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: 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: 12px;
  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-7;
}*/
.dlm-boxDocumentation .dlx-passage {
  padding-bottom: 10px;
}
.dlm-boxDocumentation .dlx-passage.dlx-tiny {
  line-height: 1px;
  font-size: 1px;
}
.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;
  line-height: 20px;
  text-align: center;
  vertical-align: text-top;
  color: #fff;
  text-transform: none;
}
.dlm-icon.dlx-on:not(.dlx-Excel-asImg) {
  background-color: #4aa;
}
.dlm-icon.dlx-on:not(.dlx-Excel-asImg):hover {
  background-color: #399;
  color: #fff;
}
.dlm-icon.dlx-off:not(.dlx-Excel-asImg) {
  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-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-download {
  background: no-repeat center center url("../img/ar-download.png");
}
.dlm-icon.dlx-Pdf-asFont,
.dlm-icon.dlx-Excel-asFont {
  font-size: 11px;
  width: 30px;
}
.dlm-icon.dlx-Map-asFont {
  font-size: 11px;
  width: 40px;
}
.dlm-icon.dlx-normalized {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-icon.dlx-inTable {
  margin: -1px 14px -1px -7px;
  vertical-align: top;
  font-size: 16px;
}
.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: 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 .dlx-label {
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #777;
}
.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-iconSelectDeselectAll[data-target-state="off"] {
  background-color: #c65;
}
.dlm-checkboxSet .dlx-iconSelectDeselectAll[data-target-state="on"] {
  background-color: #4aa;
}
.dlm-poll.dlx-I {
  margin-top: 20px;
  padding: 10px;
  background: #f2f2f2;
}
.dlm-poll.dlx-AE1 {
  background: #f2f2f2;
}
.dlm-poll.dlx-AE2 {
  padding: 10px;
  background: #f2f2f2;
}
.dlm-poll .dlx-header {
  margin: 0 -10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #bdd;
}
.dlm-poll.dlx-AE1 .dlx-header,
.dlm-poll.dlx-AE2 .dlx-header {
  background: #399;
  color: #fff;
}
.dlm-poll.dlx-AE1 .dlx-header {
  margin: 0;
}
.dlm-poll .dlx-subheaderInfo {
  margin-bottom: 12px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-poll .dlx-spacer {
  height: 30px;
}
.dlm-poll .dlx-question {
  margin-bottom: 10px;
}
.dlm-poll.dlx-I .dlx-question.dlx-text .dlx-label {
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #288;
}
.dlm-poll.dlx-I .dlx-question.dlx-radio .dlx-answer {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #288;
}
.dlm-poll.dlx-I .dlx-question .dlx-info {
  margin-top: 3px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-poll.dlx-AE1 .dlx-id-poll {
  padding: 20px 10px;
}
.dlm-poll.dlx-AE1 .dlx-id-quizee,
.dlm-poll.dlx-AE1 .dlx-id-club {
  padding: 20px 10px;
  padding-bottom: 10px;
}
.dlm-poll.dlx-AE1 .dlx-input.dlx-error {
  background: #fcb;
}
.dlm-poll.dlx-AE1 .dlx-chosenElementLabel {
  display: none;
  padding-bottom: 20px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-poll.dlx-AE1 .dlx-searchInfo {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-poll.dlx-AE1 .dlx-searchInput {
  padding-top: 10px;
  padding-bottom: 20px;
}
.dlm-poll.dlx-AE1 .dlx-searchInput input[type=text] {
  width: 200px;
  height: 25px;
  border: none;
}
.dlm-poll.dlx-AE1 .dlx-searchResult {
  display: none;
  padding-top: 0px;
  padding-bottom: 10px;
}
.dlm-poll.dlx-AE1 .dlx-searchResult .dlx-noUsers,
.dlm-poll.dlx-AE1 .dlx-searchResult .dlx-noClubs {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-poll.dlx-AE1 .dlx-searchResult .dlx-tooManyUsers,
.dlm-poll.dlx-AE1 .dlx-searchResult .dlx-tooManyClubs {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
/*.dlm-poll.dlx-AE1 .dlx-searchResult .dlx-user,
.dlm-poll.dlx-AE1 .dlx-searchResult .dlx-club {
	//padding-bottom: 5px;
}*/
.dlm-poll.dlx-AE2 .dlx-question {
  margin-bottom: 20px;
}
.dlm-poll.dlx-AE2 .dlx-question .dlx-label {
  margin-bottom: 5px;
}
.dlm-poll.dlx-AE2 .dlx-question .dlx-info {
  margin-bottom: 8px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-poll.dlx-AE2 .dlx-question .dlx-label.dlx-error {
  background: #fcb;
}
.dlm-poll.dlx-AE2 .dlx-question .dlx-answer .dlx-radio {
  display: inline-block;
}
.dlm-poll.dlx-AE2 .dlx-question .dlx-answer textarea {
  width: 100%;
  height: 100px;
  border: none;
  margin: 0;
  background-color: #ccf8f8;
}
.dlm-floodInput {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
.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-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-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 {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
}
.dlm-box-AE .dlx-errorMsg {
  border-left: 5px solid #fff;
  border-top: 2px solid #fff;
  background-color: #fba;
  text-align: right;
  color: #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;
  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: 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 {
  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-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-regions .dlx-cell.dlx-name {
  width: 28%;
}
.dlm-box-Q.dlm-regions .dlx-cell.dlx-abbr {
  width: 12%;
}
.dlm-box-Q.dlm-regions .dlx-cell.dlx-districtsTotal {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-regions .dlx-cell.dlx-citysTotal {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-regions .dlx-cell.dlx-clubsTotal {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-regions .dlx-cell.dlx-usersTotal_SV {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-regions .dlx-cell.dlx-usersTotal_CS {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-regions .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-regions .dlx-cell.dlx-name {
    width: 70%;
  }
  .dlm-box-Q.dlm-regions .dlx-cell.dlx-abbr {
    width: 30%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-regions .dlx-cell.dlx-districtsTotal {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-regions .dlx-cell.dlx-citysTotal {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-regions .dlx-cell.dlx-clubsTotal {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-regions .dlx-cell.dlx-usersTotal_SV {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-regions .dlx-cell.dlx-usersTotal_CS {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-districts .dlx-cell.dlx-region {
  width: 14%;
}
.dlm-box-Q.dlm-districts .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-districts .dlx-cell.dlx-abbr {
  width: 14%;
}
.dlm-box-Q.dlm-districts .dlx-cell.dlx-citysTotal {
  width: 11%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-districts .dlx-cell.dlx-clubsTotal {
  width: 11%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-districts .dlx-cell.dlx-usersTotal_SV {
  width: 10%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-districts .dlx-cell.dlx-usersTotal_CS {
  width: 10%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 450px) {
  .dlm-box-Q.dlm-districts .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-districts .dlx-cell.dlx-region {
    width: 20%;
  }
  .dlm-box-Q.dlm-districts .dlx-cell.dlx-name {
    width: 55%;
  }
  .dlm-box-Q.dlm-districts .dlx-cell.dlx-abbr {
    width: 25%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-districts .dlx-cell.dlx-citysTotal {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-districts .dlx-cell.dlx-clubsTotal {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-districts .dlx-cell.dlx-usersTotal_SV {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-districts .dlx-cell.dlx-usersTotal_CS {
    width: 25%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-citys .dlx-cell.dlx-region {
  width: 15%;
}
.dlm-box-Q.dlm-citys .dlx-cell.dlx-district {
  width: 30%;
}
.dlm-box-Q.dlm-citys .dlx-cell.dlx-name {
  width: 40%;
}
.dlm-box-Q.dlm-citys .dlx-cell.dlx-clubsTotal {
  width: 15%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-clubs .dlx-cell.dlx-type {
  width: 7%;
}
.dlm-box-Q.dlm-clubs .dlx-cell.dlx-region {
  width: 6%;
}
.dlm-box-Q.dlm-clubs .dlx-cell.dlx-district {
  width: 12%;
}
.dlm-box-Q.dlm-clubs .dlx-cell.dlx-city {
  width: 15%;
}
.dlm-box-Q.dlm-clubs .dlx-cell.dlx-modB {
  width: 15%;
}
.dlm-box-Q.dlm-clubs .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-clubs .dlx-cell.dlx-reev {
  width: 15%;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-clubs .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-clubs .dlx-cell.dlx-type {
    width: 15%;
  }
  .dlm-box-Q.dlm-clubs .dlx-cell.dlx-region {
    width: 15%;
  }
  .dlm-box-Q.dlm-clubs .dlx-cell.dlx-district {
    width: 30%;
  }
  .dlm-box-Q.dlm-clubs .dlx-cell.dlx-city {
    width: 40%;
    border-right: none;
  }
  .dlm-box-Q.dlm-clubs .dlx-cell.dlx-modB {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-clubs .dlx-cell.dlx-name {
    width: 60%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-clubs .dlx-cell.dlx-reev {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-region {
  width: 12%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-district {
  width: 12%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-seniorName {
  width: 19%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-type {
  width: 12%;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-wageTier {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-users .dlx-cell.dlx-name {
  width: 35%;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-users .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-users .dlx-cell.dlx-region {
    width: 20%;
  }
  .dlm-box-Q.dlm-users .dlx-cell.dlx-district {
    width: 20%;
  }
  .dlm-box-Q.dlm-users .dlx-cell.dlx-seniorName {
    width: 60%;
    border-right: none;
  }
  .dlm-box-Q.dlm-users .dlx-cell.dlx-type {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-users .dlx-cell.dlx-wageTier {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-users .dlx-cell.dlx-name {
    width: 60%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-district {
  width: 8%;
}
.dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-seniorName {
  width: 18%;
}
.dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-name {
  width: 26%;
}
.dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-date-1 {
  width: 14%;
}
.dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-date-2 {
  width: 14%;
}
.dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-link-1 {
  width: 10%;
}
.dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-link-2 {
  width: 10%;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-usersPreActive .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-district {
    width: 20%;
  }
  .dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-seniorName {
    width: 40%;
  }
  .dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-name {
    width: 40%;
    border-right: none;
  }
  .dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-date-1 {
    width: 28%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-date-2 {
    width: 28%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-link-1 {
    width: 22%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-usersPreActive .dlx-cell.dlx-link-2 {
    width: 22%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-usersOut .dlx-cell.dlx-name {
  width: 23%;
}
.dlm-box-Q.dlm-usersOut .dlx-cell.dlx-dateIn {
  width: 12%;
}
.dlm-box-Q.dlm-usersOut .dlx-cell.dlx-dateOut {
  width: 12%;
}
.dlm-box-Q.dlm-usersOut .dlx-cell.dlx-infoOut {
  width: 53%;
}
@media (max-width: 800px) {
  .dlm-box-Q.dlm-usersOut .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-usersOut .dlx-cell.dlx-name {
    width: 40%;
  }
  .dlm-box-Q.dlm-usersOut .dlx-cell.dlx-dateIn {
    width: 30%;
  }
  .dlm-box-Q.dlm-usersOut .dlx-cell.dlx-dateOut {
    width: 30%;
    border-right: none;
  }
  .dlm-box-Q.dlm-usersOut .dlx-cell.dlx-infoOut {
    width: 100%;
    border-top: 1px solid #fff;
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
  }
}
.dlm-box-Q.dlm-usersMoveJuniors .dlx-cell.dlx-link {
  width: 30%;
}
.dlm-box-Q.dlm-usersMoveJuniors .dlx-cell.dlx-name {
  width: 45%;
}
.dlm-box-Q.dlm-usersMoveJuniors .dlx-cell.dlx-district {
  width: 25%;
}
.dlm-box-Q.dlm-districtMoveCitys .dlx-cell.dlx-link {
  width: 30%;
}
.dlm-box-Q.dlm-districtMoveCitys .dlx-cell.dlx-district {
  width: 45%;
}
.dlm-box-Q.dlm-districtMoveCitys .dlx-cell.dlx-region {
  width: 25%;
}
.dlm-box-Q.dlm-handouts .dlx-row.dlx-data .dlx-cell {
  overflow: auto;
  text-overflow: initial;
  white-space: normal;
}
.dlm-box-Q.dlm-handouts .dlx-cell {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dlm-box-Q.dlm-handouts .dlx-cell .dlm-icon:first-child {
  margin-left: 0px;
}
.dlm-box-Q.dlm-handouts .dlx-cell .dlx-ilk {
  padding-left: 10px;
  color: #d60;
}
/*.dlm-box-Q.dlm-links .dlx-row.dlx-data .dlx-cell {
	.noEllipsis();
}*/
.dlm-box-Q.dlm-links .dlx-cell.dlx-district {
  width: 30%;
}
.dlm-box-Q.dlm-links .dlx-cell.dlx-userName {
  width: 45%;
}
.dlm-box-Q.dlm-links .dlx-cell.dlx-link {
  width: 25%;
}
.dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-district {
  width: 12%;
}
.dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-seniorName {
  width: 26%;
}
.dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-type {
  width: 14%;
}
.dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-name {
  width: 26%;
}
.dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-dateTime {
  width: 22%;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-handoutDownloads .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-district {
    width: 40%;
  }
  .dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-seniorName {
    width: 60%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-type {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-name {
    width: 40%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-handoutDownloads .dlx-cell.dlx-dateTime {
    width: 40%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-examResults .dlx-cell.dlx-district {
  width: 12%;
}
.dlm-box-Q.dlm-examResults .dlx-cell.dlx-senior {
  width: 25%;
}
.dlm-box-Q.dlm-examResults .dlx-cell.dlx-user {
  width: 28%;
}
.dlm-box-Q.dlm-examResults .dlx-cell.dlx-results {
  width: 35%;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-examResults .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-examResults .dlx-cell.dlx-district {
    width: 40%;
  }
  .dlm-box-Q.dlm-examResults .dlx-cell.dlx-senior {
    width: 60%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-examResults .dlx-cell.dlx-user {
    width: 60%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-examResults .dlx-cell.dlx-results {
    width: 40%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-region {
  width: 6%;
}
.dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-district {
  width: 6%;
}
.dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-senior {
  width: 10%;
}
.dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-user {
  width: 18%;
}
.dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-pay {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 800px) {
  .dlm-box-Q.dlm-usersPaysA .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-region {
    width: 15%;
  }
  .dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-district {
    width: 15%;
  }
  .dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-senior {
    width: 30%;
  }
  .dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-user {
    width: 40%;
    border-right: none;
  }
  .dlm-box-Q.dlm-usersPaysA .dlx-cell.dlx-pay {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
/*.dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-region {
	width: 9%;
}*/
.dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-district {
  width: 6%;
}
.dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-senior {
  width: 10%;
}
.dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-user {
  width: 17%;
}
.dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-info {
  width: 17%;
}
.dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-pay {
  width: 10%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 800px) {
  .dlm-box-Q.dlm-usersPaysB .dlx-row {
    margin-bottom: 15px;
  }
  /*.dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-region {
	width: 20%;
}*/
  .dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-district {
    width: 15%;
  }
  .dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-senior {
    width: 25%;
  }
  .dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-user {
    width: 30%;
  }
  .dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-info {
    width: 30%;
    border-right: none;
  }
  .dlm-box-Q.dlm-usersPaysB .dlx-cell.dlx-pay {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-userPaysMine .dlx-cell.dlx-info {
  width: 75%;
}
.dlm-box-Q.dlm-userPaysMine .dlx-cell.dlx-pay {
  width: 25%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
/*@media (max-width: 65px) {
.dlm-box-Q.dlm-userPaysMine .dlx-row {
	.dlm-box-Q-row-spacy-bottom();
}
.dlm-box-Q.dlm-userPaysMine .dlx-cell.dlx-info {
	width: 40%;
	border-top: @box-Q-row-border;
}
.dlm-box-Q.dlm-userPaysMine .dlx-cell.dlx-pay {
	width: 20%;
	.dlm-box-Q-cell-right();
	border-top: @box-Q-row-border;
}}*/
/*.dlm-box-Q.dlm-imprints .dlx-cell.dlx-userName {
	width: 23%;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-userType {
	width: 7%;
	.dlm-box-Q-cell-center();
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-pagesTotal {
	width: 7%;
	.dlm-box-Q-cell-center();
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-dateTime_login {
	width: 16%;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-duration {
	width: 15%;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-dateTime_lastPage {
	width: 16%;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-dateTime_logout {
	width: 16%; 
}
@media (max-width: 710px) {
.dlm-box-Q.dlm-imprints .dlx-row {
	.dlm-box-Q-row-spacy-bottom();
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-userName {
	width: 43%;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-userType {
	width: 12%;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-pagesTotal {
	width: 12%;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-dateTime_login {
	width: 33%;
	.dlm-box-Q-cell-right();
	border-right: none;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-duration {
	width: 34%;
	border-top: @box-Q-row-border;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-dateTime_lastPage {
	width: 33%;
	border-top: @box-Q-row-border;
}
.dlm-box-Q.dlm-imprints .dlx-cell.dlx-dateTime_logout {
	width: 33%; 
	.dlm-box-Q-cell-right();
	border-top: @box-Q-row-border;
}}*/
.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-worklogs .dlx-cell.dlx-user {
  width: 16%;
}
.dlm-box-Q.dlm-worklogs .dlx-cell.dlx-start {
  width: 12%;
}
.dlm-box-Q.dlm-worklogs .dlx-cell.dlx-stop {
  width: 12%;
}
.dlm-box-Q.dlm-worklogs .dlx-cell.dlx-duration {
  width: 16%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-worklogs .dlx-cell.dlx-hoursEndorse {
  width: 10%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-worklogs .dlx-cell.dlx-accept {
  width: 6%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 830px) {
  .dlm-box-Q.dlm-worklogs .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-worklogs .dlx-cell.dlx-user {
    width: 35%;
  }
  .dlm-box-Q.dlm-worklogs .dlx-cell.dlx-start {
    width: 30%;
    border-right: none;
  }
  .dlm-box-Q.dlm-worklogs .dlx-cell.dlx-stop {
    width: 24%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogs .dlx-cell.dlx-duration {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogs .dlx-cell.dlx-hoursEndorse {
    width: 15%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogs .dlx-cell.dlx-accept {
    width: 12%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-start {
  width: 25%;
}
.dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-stop {
  width: 25%;
}
.dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-duration {
  width: 25%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-hoursEndorse {
  width: 15%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-accept {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 450px) {
  .dlm-box-Q.dlm-worklogsMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-start {
    width: 50%;
  }
  .dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-stop {
    width: 50%;
    border-right: none;
  }
  .dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-duration {
    width: 45%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-hoursEndorse {
    width: 30%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsMine .dlx-cell.dlx-accept {
    width: 25%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-user {
  width: 32%;
}
.dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-start {
  width: 18%;
}
.dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-stop {
  width: 18%;
}
.dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-duration {
  width: 16%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-hoursEndorse {
  width: 16%;
}
@media (max-width: 630px) {
  .dlm-box-Q.dlm-worklogsE .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-user {
    width: 65%;
  }
  .dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-start {
    width: 35%;
    border-right: none;
  }
  .dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-stop {
    width: 35%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-duration {
    width: 35%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsE .dlx-cell.dlx-hoursEndorse {
    width: 30%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-type {
  width: 9%;
}
.dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-date {
  width: 17%;
}
.dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-geolocation {
  width: 26%;
}
.dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-address {
  width: 48%;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-worklogHalfs .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-type {
    width: 16%;
  }
  .dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-date {
    width: 34%;
  }
  .dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-geolocation {
    width: 50%;
    border-right: none;
  }
  .dlm-box-Q.dlm-worklogHalfs .dlx-cell.dlx-address {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-senior {
  width: 13%;
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-user {
  width: 15%;
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-worklogStart {
  width: 9%;
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-clubName {
  width: 16%;
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-clubAddress {
  width: 14%;
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-clublogStartStop {
  width: 9%;
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-duration {
  width: 15%;
}
.dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-daychartItemStop {
  width: 9%;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-worklogsNoStop .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-senior {
    width: 29%;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-user {
    width: 29%;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-worklogStart {
    width: 13%;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-clubName {
    width: 29%;
    border-right: none;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-clubAddress {
    width: 34%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-clublogStartStop {
    width: 17%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-duration {
    width: 32%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsNoStop .dlx-cell.dlx-daychartItemStop {
    width: 17%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-senior {
  width: 8%;
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-user {
  width: 8%;
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-worklogStart {
  width: 9%;
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-clubName {
  width: 18%;
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-clubAddress {
  width: 24%;
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-clublogStartStop {
  width: 9%;
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-duration {
  width: 15%;
}
.dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-daychartItemStop {
  width: 9%;
}
@media (max-width: 700px) {
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-senior {
    width: 15%;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-user {
    width: 15%;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-worklogStart {
    width: 18%;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-clubName {
    width: 48%;
    border-right: none;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-clubAddress {
    width: 42%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-clublogStartStop {
    width: 15%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-duration {
    width: 32%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-worklogsNoStop-SPY .dlx-cell.dlx-daychartItemStop {
    width: 15%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-type {
  width: 9%;
}
.dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-date {
  width: 17%;
}
.dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-geolocation {
  width: 24%;
}
.dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-club {
  width: 37%;
}
.dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-distance {
  width: 8%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-clublogHalfs .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-type {
    width: 12%;
  }
  .dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-date {
    width: 33%;
  }
  .dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-geolocation {
    width: 45%;
    border-right: none;
  }
  .dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-club {
    width: 80%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-clublogHalfs .dlx-cell.dlx-distance {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-clublogs .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-clublogs .dlx-cell.dlx-user {
  width: 16%;
}
.dlm-box-Q.dlm-clublogs .dlx-cell.dlx-dateStart {
  width: 13%;
}
.dlm-box-Q.dlm-clublogs .dlx-cell.dlx-dateStop {
  width: 13%;
}
.dlm-box-Q.dlm-clublogs .dlx-cell.dlx-duration {
  width: 10%;
}
.dlm-box-Q.dlm-clublogs .dlx-cell.dlx-club {
  width: 29%;
}
.dlm-box-Q.dlm-clublogs .dlx-cell.dlx-distance {
  width: 7%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 770px) {
  .dlm-box-Q.dlm-clublogs .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-clublogs .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-clublogs .dlx-cell.dlx-user {
    width: 34%;
  }
  .dlm-box-Q.dlm-clublogs .dlx-cell.dlx-dateStart {
    width: 28%;
  }
  .dlm-box-Q.dlm-clublogs .dlx-cell.dlx-dateStop {
    width: 28%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-clublogs .dlx-cell.dlx-duration {
    width: 19%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-clublogs .dlx-cell.dlx-club {
    width: 49%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-clublogs .dlx-cell.dlx-distance {
    width: 16%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-dateStart {
  width: 17%;
}
.dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-dateStop {
  width: 17%;
}
.dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-duration {
  width: 13%;
}
.dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-club {
  width: 30%;
}
.dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-distance {
  width: 9%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-clublogsMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-dateStart {
    width: 33%;
  }
  .dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-dateStop {
    width: 33%;
  }
  .dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-duration {
    width: 24%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-club {
    width: 68%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-clublogsMine .dlx-cell.dlx-distance {
    width: 16%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-type {
  width: 9%;
}
.dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-variant {
  width: 12%;
}
.dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-date {
  width: 17%;
}
.dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-geolocation {
  width: 24%;
}
.dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-club {
  width: 30%;
}
.dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-distance {
  width: 8%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-gaplogHalfs .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-type {
    width: 12%;
  }
  .dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-variant {
    width: 18%;
  }
  .dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-date {
    width: 30%;
  }
  .dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-geolocation {
    width: 40%;
    border-right: none;
  }
  .dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-club {
    width: 80%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-gaplogHalfs .dlx-cell.dlx-distance {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-variant {
  width: 11%;
}
.dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-dateStart {
  width: 17%;
}
.dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-dateStop {
  width: 17%;
}
.dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-duration {
  width: 12%;
}
.dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-club {
  width: 25%;
}
.dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-distance {
  width: 9%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-gaplogsMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-variant {
    width: 20%;
  }
  .dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-dateStart {
    width: 30%;
  }
  .dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-dateStop {
    width: 30%;
  }
  .dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-duration {
    width: 20%;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    border-right: none;
  }
  .dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-club {
    width: 68%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-gaplogsMine .dlx-cell.dlx-distance {
    width: 16%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-cars .dlx-cell.dlx-plate {
  width: 30%;
}
.dlm-box-Q.dlm-cars .dlx-cell.dlx-kms {
  width: 25%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-cars .dlx-cell.dlx-users {
  width: 45%;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-date {
  width: 12%;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-carPlate {
  width: 13%;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-user {
  width: 21%;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-odometer-1 {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-kms {
  width: 7%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-odometer-2 {
  width: 10%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-route {
  width: 20%;
}
.dlm-box-Q.dlm-caruses .dlx-cell.dlx-type {
  width: 5%;
}
@media (max-width: 900px) {
  .dlm-box-Q.dlm-caruses .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-date {
    width: 25%;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-carPlate {
    width: 25%;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-user {
    width: 50%;
    border-right: none;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-odometer-1 {
    width: 23%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-kms {
    width: 14%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-odometer-2 {
    width: 16%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-route {
    width: 36%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-caruses .dlx-cell.dlx-type {
    width: 11%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-date {
  width: 17%;
}
.dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-carPlate {
  width: 15%;
}
.dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-odometer-1 {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-kms {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-odometer-2 {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-route {
  width: 25%;
}
.dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-type {
  width: 7%;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-carusesMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-date {
    width: 25%;
  }
  .dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-carPlate {
    width: 25%;
  }
  .dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-odometer-1 {
    width: 30%;
  }
  .dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-kms {
    width: 20%;
    border-right: none;
  }
  .dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-odometer-2 {
    width: 25%;
  }
  .dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-route {
    width: 60%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-carusesMine .dlx-cell.dlx-type {
    width: 15%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-purchasesByUser .dlx-cell.dlx-user {
  width: 50%;
}
.dlm-box-Q.dlm-purchasesByUser .dlx-cell.dlx-costNet {
  width: 25%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-purchasesByUser .dlx-cell.dlx-costGross {
  width: 25%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-user {
  width: 21%;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-date {
  width: 8%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-type {
  width: 13%;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-receiptNumber {
  width: 15%;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-costNet {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-percentVat {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-costGross {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-purchases .dlx-cell.dlx-accept {
  width: 7%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-purchases .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-user {
    width: 41%;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-date {
    width: 16%;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-type {
    width: 21%;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-receiptNumber {
    width: 22%;
    border-right: none;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-costNet {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-percentVat {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-costGross {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-purchases .dlx-cell.dlx-accept {
    width: 25%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-date {
  width: 14%;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-type {
  width: 18%;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-receiptNumber {
  width: 22%;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-costNet {
  width: 18%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-costGross {
  width: 18%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-accept {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/*@media (max-width: 50px) {
.dlm-box-Q.dlm-purchasesMine .dlx-row {
	.dlm-box-Q-row-spacy-bottom();
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-date {
	width: 16%;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-type {
	width: 21%;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-receiptNumber {
	width: 22%;
	border-right: none;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-costNet {
	width: 25%;
	border-top: @box-Q-row-border;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-costGross {
	width: 25%;
	border-top: @box-Q-row-border;
}
.dlm-box-Q.dlm-purchasesMine .dlx-cell.dlx-accept {
	width: 25%;
	border-top: @box-Q-row-border;
}}*/
.dlm-box-Q.dlm-buys .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-buys .dlx-cell.dlx-event {
  width: 12%;
}
.dlm-box-Q.dlm-buys .dlx-cell.dlx-user {
  width: 17%;
}
.dlm-box-Q.dlm-buys .dlx-cell.dlx-date {
  width: 8%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-buys .dlx-cell.dlx-type {
  width: 10%;
}
.dlm-box-Q.dlm-buys .dlx-cell.dlx-info {
  width: 29%;
}
.dlm-box-Q.dlm-buys .dlx-cell.dlx-cost {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-buys .dlx-cell.dlx-accept {
  width: 7%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-buys .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-event {
    width: 25%;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-user {
    width: 31%;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-date {
    width: 16%;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-type {
    width: 18%;
    border-right: none;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-info {
    width: 66%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-cost {
    width: 21%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-buys .dlx-cell.dlx-accept {
    width: 13%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-buysMine .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-buysMine .dlx-cell.dlx-event {
  width: 16%;
}
.dlm-box-Q.dlm-buysMine .dlx-cell.dlx-date {
  width: 12%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-buysMine .dlx-cell.dlx-type {
  width: 13%;
}
.dlm-box-Q.dlm-buysMine .dlx-cell.dlx-info {
  width: 33%;
}
.dlm-box-Q.dlm-buysMine .dlx-cell.dlx-cost {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-buysMine .dlx-cell.dlx-accept {
  width: 8%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .dlm-box-Q.dlm-buysMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-buysMine .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-buysMine .dlx-cell.dlx-event {
    width: 50%;
  }
  .dlm-box-Q.dlm-buysMine .dlx-cell.dlx-date {
    width: 18%;
  }
  .dlm-box-Q.dlm-buysMine .dlx-cell.dlx-type {
    width: 22%;
    border-right: none;
  }
  .dlm-box-Q.dlm-buysMine .dlx-cell.dlx-info {
    width: 65%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-buysMine .dlx-cell.dlx-cost {
    width: 22%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-buysMine .dlx-cell.dlx-accept {
    width: 13%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-doles .dlx-cell.dlx-ilk {
  width: 6%;
}
.dlm-box-Q.dlm-doles .dlx-cell.dlx-user {
  width: 27%;
}
.dlm-box-Q.dlm-doles .dlx-cell.dlx-eventSchool {
  width: 30%;
}
.dlm-box-Q.dlm-doles .dlx-cell.dlx-date {
  width: 13%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-doles .dlx-cell.dlx-cost {
  width: 14%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-doles .dlx-cell.dlx-accept {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 510px) {
  .dlm-box-Q.dlm-doles .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-doles .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-doles .dlx-cell.dlx-user {
    width: 90%;
    border-right: none;
  }
  .dlm-box-Q.dlm-doles .dlx-cell.dlx-eventSchool {
    width: 53%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-doles .dlx-cell.dlx-date {
    width: 17%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-doles .dlx-cell.dlx-cost {
    width: 18%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-doles .dlx-cell.dlx-accept {
    width: 12%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-ilk {
  width: 10%;
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-eventSchool {
  width: 44%;
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-date {
  width: 18%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-cost {
  width: 17%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-accept {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/*@media (max-width: 50px) {
.dlm-box-Q.dlm-dolesMine .dlx-row {
	.dlm-box-Q-row-spacy-bottom();
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-eventSchool {
	width: 60%;
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-date {
	width: 20%;
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-cost {
	width: 20%;
	border-right: none;
	.dlm-box-Q-cell-right();
}
.dlm-box-Q.dlm-dolesMine .dlx-cell.dlx-accept {
	width: 13%;
	border-top: @box-Q-row-border;
}}*/
.dlm-box-Q.dlm-events .dlx-cell.dlx-name {
  width: 35%;
}
.dlm-box-Q.dlm-events .dlx-cell.dlx-city {
  width: 25%;
}
.dlm-box-Q.dlm-events .dlx-cell.dlx-dateStart {
  width: 20%;
}
.dlm-box-Q.dlm-events .dlx-cell.dlx-dateStop {
  width: 20%;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-events .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-events .dlx-cell.dlx-name {
    width: 60%;
  }
  .dlm-box-Q.dlm-events .dlx-cell.dlx-city {
    width: 40%;
    border-right: none;
  }
  .dlm-box-Q.dlm-events .dlx-cell.dlx-dateStart {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-events .dlx-cell.dlx-dateStop {
    width: 50%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-labors .dlx-cell.dlx-user {
  width: 25%;
}
.dlm-box-Q.dlm-labors .dlx-cell.dlx-eventName {
  width: 22%;
}
.dlm-box-Q.dlm-labors .dlx-cell.dlx-eventCity {
  width: 17%;
}
.dlm-box-Q.dlm-labors .dlx-cell.dlx-dateMin {
  width: 12%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-labors .dlx-cell.dlx-dateMax {
  width: 12%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-labors .dlx-cell.dlx-duration {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 550px) {
  .dlm-box-Q.dlm-labors .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-labors .dlx-cell.dlx-user {
    width: 55%;
  }
  .dlm-box-Q.dlm-labors .dlx-cell.dlx-eventName {
    width: 45%;
    border-right: none;
  }
  .dlm-box-Q.dlm-labors .dlx-cell.dlx-eventCity {
    width: 40%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-labors .dlx-cell.dlx-dateMin {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-labors .dlx-cell.dlx-dateMax {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-labors .dlx-cell.dlx-duration {
    width: 20%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-eventName {
  width: 32%;
}
.dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-eventCity {
  width: 23%;
}
.dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-dateMin {
  width: 15%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-dateMax {
  width: 15%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-duration {
  width: 15%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 450px) {
  .dlm-box-Q.dlm-laborsMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-eventName {
    width: 55%;
  }
  .dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-eventCity {
    width: 45%;
    border-right: none;
  }
  .dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-dateMin {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-dateMax {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-laborsMine .dlx-cell.dlx-duration {
    width: 34%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-schools .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-schools .dlx-cell.dlx-event {
  width: 15%;
}
.dlm-box-Q.dlm-schools .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-schools .dlx-cell.dlx-city {
  width: 20%;
}
.dlm-box-Q.dlm-schools .dlx-cell.dlx-dateStart {
  width: 15%;
}
.dlm-box-Q.dlm-schools .dlx-cell.dlx-dateStop {
  width: 15%;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-schools .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-schools .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-schools .dlx-cell.dlx-event {
    width: 35%;
  }
  .dlm-box-Q.dlm-schools .dlx-cell.dlx-name {
    width: 55%;
    border-right: none;
  }
  .dlm-box-Q.dlm-schools .dlx-cell.dlx-city {
    width: 45%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-schools .dlx-cell.dlx-dateStart {
    width: 28%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-schools .dlx-cell.dlx-dateStop {
    width: 27%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-studys .dlx-cell.dlx-ilk {
  width: 6%;
}
.dlm-box-Q.dlm-studys .dlx-cell.dlx-user {
  width: 21%;
}
.dlm-box-Q.dlm-studys .dlx-cell.dlx-schoolName {
  width: 26%;
}
.dlm-box-Q.dlm-studys .dlx-cell.dlx-schoolCity {
  width: 16%;
}
.dlm-box-Q.dlm-studys .dlx-cell.dlx-dateMin {
  width: 11%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-studys .dlx-cell.dlx-dateMax {
  width: 11%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-studys .dlx-cell.dlx-hours {
  width: 9%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-studys .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-studys .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-studys .dlx-cell.dlx-user {
    width: 35%;
  }
  .dlm-box-Q.dlm-studys .dlx-cell.dlx-schoolName {
    width: 55%;
    border-right: none;
  }
  .dlm-box-Q.dlm-studys .dlx-cell.dlx-schoolCity {
    width: 45%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-studys .dlx-cell.dlx-dateMin {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-studys .dlx-cell.dlx-dateMax {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-studys .dlx-cell.dlx-hours {
    width: 15%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-studysMine .dlx-cell.dlx-ilk {
  width: 7%;
}
.dlm-box-Q.dlm-studysMine .dlx-cell.dlx-schoolName {
  width: 32%;
}
.dlm-box-Q.dlm-studysMine .dlx-cell.dlx-schoolCity {
  width: 20%;
}
.dlm-box-Q.dlm-studysMine .dlx-cell.dlx-dateMin {
  width: 14%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-studysMine .dlx-cell.dlx-dateMax {
  width: 14%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-studysMine .dlx-cell.dlx-hours {
  width: 13%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .dlm-box-Q.dlm-studysMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-studysMine .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-studysMine .dlx-cell.dlx-schoolName {
    width: 90%;
    border-right: none;
  }
  .dlm-box-Q.dlm-studysMine .dlx-cell.dlx-schoolCity {
    width: 45%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-studysMine .dlx-cell.dlx-dateMin {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-studysMine .dlx-cell.dlx-dateMax {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-studysMine .dlx-cell.dlx-hours {
    width: 15%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-user {
  width: 15%;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-eventSchool {
  width: 13%;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-date {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-cityA {
  width: 13%;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-cityB {
  width: 13%;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-hours {
  width: 8%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-kms {
  width: 8%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-cost {
  width: 9%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-travels .dlx-cell.dlx-accept {
  width: 6%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-travels .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-user {
    width: 35%;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-eventSchool {
    width: 35%;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-date {
    width: 20%;
    border-right: none;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-cityA {
    width: 24%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-cityB {
    width: 24%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-hours {
    width: 13%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-kms {
    width: 13%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-cost {
    width: 14%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travels .dlx-cell.dlx-accept {
    width: 12%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-ilk {
  width: 5%;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-eventSchool {
  width: 13%;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-date {
  width: 11%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-cityA {
  width: 16%;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-cityB {
  width: 16%;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-hours {
  width: 10%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-kms {
  width: 10%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-cost {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-accept {
  width: 7%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-travelsMine .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-ilk {
    width: 10%;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-eventSchool {
    width: 40%;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-date {
    width: 15%;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-cityA {
    width: 35%;
    border-right: none;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-cityB {
    width: 30%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-hours {
    width: 19%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-kms {
    width: 19%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-cost {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-travelsMine .dlx-cell.dlx-accept {
    width: 12%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-uTargets .dlx-cell.dlx-umonth {
  width: 25%;
}
.dlm-box-Q.dlm-uTargets .dlx-cell.dlx-target {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-user_uTargetsScores .dlx-cell.dlx-umonth {
  width: 25%;
}
.dlm-box-Q.dlm-user_uTargetsScores .dlx-cell.dlx-target {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-uScores .dlx-cell.dlx-senior {
  width: 15%;
}
.dlm-box-Q.dlm-uScores .dlx-cell.dlx-user {
  width: 25%;
}
.dlm-box-Q.dlm-uScores .dlx-cell.dlx-score,
.dlm-box-Q.dlm-uScores .dlx-cell.dlx-score-AE {
  width: 20%;
}
.dlm-box-Q.dlm-uScores .dlx-cell.dlx-score {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-uWorktargets .dlx-cell.dlx-district {
  width: 25%;
}
.dlm-box-Q.dlm-uWorktargets .dlx-cell.dlx-user {
  width: 25%;
}
.dlm-box-Q.dlm-uWorktargets .dlx-cell.dlx-hours {
  width: 25%;
}
.dlm-box-Q.dlm-uWages .dlx-cell.dlx-umonth {
  width: 17.5%;
}
.dlm-box-Q.dlm-uWages .dlx-cell.dlx-wage {
  width: 16.5%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-uWages .dlx-row.dlx-headers .dlx-cell.dlx-wage {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-district {
  width: 16%;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-laborHours {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-studyHours {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-travelHours {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-travelKms {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-travelCost {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-doleCost {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-eventStats .dlx-cell.dlx-buyCost {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-eventStats .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-district {
    width: 25%;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-laborHours {
    width: 25%;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-studyHours {
    width: 25%;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-travelHours {
    width: 25%;
    border-right: none;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-travelKms {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-travelCost {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-doleCost {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-eventStats .dlx-cell.dlx-buyCost {
    width: 25%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-district {
  width: 22%;
}
.dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-studyHours {
  width: 15%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-travelHours {
  width: 16%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-travelKms {
  width: 17%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-travelCost {
  width: 15%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-doleCost {
  width: 15%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-schoolStats .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-district {
    width: 40%;
  }
  .dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-studyHours {
    width: 30%;
  }
  .dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-travelHours {
    width: 30%;
    border-right: none;
  }
  .dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-travelKms {
    width: 34%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-travelCost {
    width: 33%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-schoolStats .dlx-cell.dlx-doleCost {
    width: 33%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-outfits .dlx-cell img,
.dlm-box-Q.dlm-outfits .dlx-cell .dlx-heightLeveler {
  height: 150px;
}
.dlm-box-Q.dlm-outfits .dlx-cell.dlx-yearSeason {
  width: 12%;
}
.dlm-box-Q.dlm-outfits .dlx-cell.dlx-name {
  width: 30%;
}
.dlm-box-Q.dlm-outfits .dlx-cell.dlx-photo {
  width: 15%;
}
.dlm-box-Q.dlm-outfits .dlx-cell.dlx-gender {
  width: 8%;
}
.dlm-box-Q.dlm-outfits .dlx-cell.dlx-type {
  width: 13%;
}
.dlm-box-Q.dlm-outfits .dlx-cell.dlx-color {
  width: 13%;
}
.dlm-box-Q.dlm-outfits .dlx-cell.dlx-depos {
  width: 9%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-outfits .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-yearSeason {
    width: 20%;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-name {
    width: 50%;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-photo {
    width: 30%;
    border-right: none;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-gender {
    width: 11%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-type {
    width: 35%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-color {
    width: 35%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-depos {
    width: 19%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-gender .dlx-heightLeveler,
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-type .dlx-heightLeveler,
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-color .dlx-heightLeveler,
  .dlm-box-Q.dlm-outfits .dlx-cell.dlx-depos .dlx-heightLeveler {
    display: none;
  }
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-checkbox {
  width: 6%;
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-yearSeason {
  width: 10%;
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-name {
  width: 24%;
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-gender {
  width: 7%;
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-type {
  width: 10%;
}
/*.dlm-box-Q.dlm-depos .dlx-cell.dlx-color {
	width: 10%;
}*/
.dlm-box-Q.dlm-depos .dlx-cell.dlx-size {
  width: 10%;
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-defect {
  width: 7%;
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-grade {
  width: 10%;
}
.dlm-box-Q.dlm-depos .dlx-cell.dlx-location {
  width: 16%;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-depos .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-checkbox {
    width: 9%;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-yearSeason {
    width: 19%;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-name {
    width: 40%;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-gender {
    width: 11%;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-type {
    width: 21%;
    border-right: none;
  }
  /*.dlm-box-Q.dlm-depos .dlx-cell.dlx-color {
	width: 20%;
	border-top: @box-Q-row-border;
}*/
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-size {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-defect {
    width: 10%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-grade {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-depos .dlx-cell.dlx-location {
    width: 50%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-yearSeason {
  width: 12%;
}
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-name {
  width: 28%;
}
/*.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-type {
	width: 10%;
}
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-color {
	width: 10%;
}*/
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-size {
  width: 10%;
}
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-defect {
  width: 10%;
}
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-grade {
  width: 10%;
}
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-location {
  width: 30%;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-userDepos .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-userDepos .dlx-cell.dlx-yearSeason {
    width: 25%;
  }
  .dlm-box-Q.dlm-userDepos .dlx-cell.dlx-name {
    width: 55%;
  }
  /*.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-type {
	width: 25%;
	border-right: none;
}
.dlm-box-Q.dlm-userDepos .dlx-cell.dlx-color {
	width: 20%;
	border-top: @box-Q-row-border;
}*/
  .dlm-box-Q.dlm-userDepos .dlx-cell.dlx-size {
    width: 20%;
    border-right: none;
  }
  .dlm-box-Q.dlm-userDepos .dlx-cell.dlx-defect {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-userDepos .dlx-cell.dlx-grade {
    width: 20%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-userDepos .dlx-cell.dlx-location {
    width: 60%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-userFrom {
  width: 27%;
}
.dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-dateFrom {
  width: 23%;
}
.dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-userTo {
  width: 27%;
}
.dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-dateTo {
  width: 23%;
}
/*.dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-status {
	width: 10%;
}*/
@media (max-width: 650px) {
  .dlm-box-Q.dlm-depoMoves .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-userFrom {
    width: 55%;
  }
  .dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-dateFrom {
    width: 45%;
    border-right: none;
  }
  .dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-userTo {
    width: 55%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-dateTo {
    width: 45%;
    border-top: 1px solid #fff;
    /*}
.dlm-box-Q.dlm-depoMoves .dlx-cell.dlx-status {
	width: 20%;
	border-top: @box-Q-row-border;*/
  }
}
.dlm-box-Q.dlm-outfitStats .dlx-cell.dlx-size {
  width: 16%;
}
.dlm-box-Q.dlm-outfitStats .dlx-cell.dlx-items {
  width: 14%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-usersSizes-1 .dlx-cell.dlx-size {
  width: 12.5%;
}
.dlm-box-Q.dlm-usersSizes-1 .dlx-cell.dlx-type {
  width: 12.5%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-usersSizes-2 .dlx-cell.dlx-size {
  width: 13%;
}
.dlm-box-Q.dlm-usersSizes-2 .dlx-cell.dlx-type {
  width: 14.5%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-checkbox {
  width: 4%;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-district {
  width: 5%;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-senior {
  width: 10%;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-user {
  width: 14%;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-event {
  width: 12%;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-date {
  width: 7%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-info {
  width: 23%;
}
/*.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-hours {
	width: 11%;
	.dlm-box-Q-cell-right();
}*/
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-kms {
  width: 12%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-cost {
  width: 8%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-accept {
  width: 5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 760px) {
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-checkbox {
    width: 9%;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-district {
    width: 14%;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-senior {
    width: 20%;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-user {
    width: 20%;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-event {
    width: 20%;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-date {
    width: 17%;
    border-right: none;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-info {
    width: 49%;
    border-top: 1px solid #fff;
  }
  /*.dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-hours {
	width: 22%;
	border-top: @box-Q-row-border;
}*/
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-kms {
    width: 22%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-cost {
    width: 17%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-acceptBuysDolesTravels .dlx-cell.dlx-accept {
    width: 12%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-checkbox {
  width: 4%;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-district {
  width: 5%;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-senior {
  width: 11%;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-user {
  width: 14%;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-event {
  width: 12%;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-date {
  width: 7%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-info {
  width: 16%;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-hours {
  width: 16%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}
.dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-accept {
  width: 5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 760px) {
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-checkbox {
    width: 9%;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-district {
    width: 14%;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-senior {
    width: 20%;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-user {
    width: 20%;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-event {
    width: 20%;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-date {
    width: 17%;
    border-right: none;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-info {
    width: 36%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-hours {
    width: 28%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-acceptStudysLabors .dlx-cell.dlx-accept {
    width: 12%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-status {
  width: 5%;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-code {
  width: 14%;
}
/*.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-region {
	width: 6%;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-district {
	width: 5%;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-city {
	width: 11%;
}*/
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-regionCity {
  width: 15%;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-SV {
  width: 14%;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-modA {
  width: 6%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-modB {
  width: 6%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-hours {
  width: 6%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-dateAdd {
  width: 8%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-persons {
  width: 5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-dateDeadline {
  width: 8%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-daysToDeadline {
  width: 5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/*.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-dateInterview {
	width: 8%;
	.dlm-box-Q-cell-center();
}*/
.dlm-box-Q.dlm-vacancys .dlx-cell.dlx-dateHire {
  width: 8%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dlm-box-Q.dlm-clubsImp .dlx-cell.dlx-label {
  width: 30%;
  overflow: auto;
  text-overflow: initial;
  white-space: normal;
}
.dlm-box-Q.dlm-clubsImp .dlx-cell.dlx-required {
  width: 15%;
}
.dlm-box-Q.dlm-clubsImp .dlx-cell.dlx-info {
  width: 55%;
  overflow: auto;
  text-overflow: initial;
  white-space: normal;
}
.dlm-box-Q.dlm-daypools .dlx-cell.dlx-date {
  width: 25%;
}
.dlm-box-Q.dlm-daypools .dlx-cell.dlx-timeStart {
  width: 15%;
}
.dlm-box-Q.dlm-daypools .dlx-cell.dlx-timeStop {
  width: 15%;
}
.dlm-box-Q.dlm-daypools .dlx-cell.dlx-note {
  width: 45%;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-daypools.dlx-AE .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daypools .dlx-cell.dlx-date {
    width: 40%;
  }
  .dlm-box-Q.dlm-daypools .dlx-cell.dlx-timeStart {
    width: 30%;
  }
  .dlm-box-Q.dlm-daypools .dlx-cell.dlx-timeStop {
    width: 30%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daypools .dlx-cell.dlx-note {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daypools .dlx-cell.dlx-note.dlx-hideIfEmpty {
    display: none;
  }
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-date {
  width: 16%;
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-district {
  width: 8%;
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-senior {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-user {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-city {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-club {
  width: 22%;
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-daychartTimes {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-daychartHours {
  width: 6%;
  text-align: right;
}
@media (max-width: 850px) {
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-date {
    width: 27%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-district {
    width: 17%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-senior {
    width: 28%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-user {
    width: 28%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-city {
    width: 19%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-club {
    width: 44%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-daychartTimes {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-ADM .dlx-cell.dlx-daychartHours {
    width: 11%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-date {
  width: 19%;
}
.dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-senior {
  width: 9%;
}
.dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-user {
  width: 9%;
}
.dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-city {
  width: 13%;
}
.dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-club {
  width: 30%;
}
.dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-daychartTimes {
  width: 14%;
}
.dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-daychartHours {
  width: 6%;
  text-align: right;
}
@media (max-width: 680px) {
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-date {
    width: 33%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-senior {
    width: 18%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-user {
    width: 18%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-city {
    width: 31%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-club {
    width: 63%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-daychartTimes {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SPY .dlx-cell.dlx-daychartHours {
    width: 11%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-date,
.dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-date {
  width: 16%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-senior,
.dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-senior {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-user,
.dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-user {
  width: 15%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-city,
.dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-city {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-club,
.dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-club {
  width: 25%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-daychartTimes,
.dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-daychartTimes {
  width: 14%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-daychartHours,
.dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-daychartHours {
  width: 6%;
  text-align: right;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-row,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-date,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-date {
    width: 33%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-senior,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-senior {
    width: 33%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-user,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-user {
    width: 34%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-city,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-city {
    width: 19%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-club,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-club {
    width: 44%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-daychartTimes,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-daychartTimes {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-myRG .dlx-cell.dlx-daychartHours,
  .dlm-box-Q.dlm-daycharts.dlx-SV-myDistrict .dlx-cell.dlx-daychartHours {
    width: 11%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-date {
  width: 16%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-user {
  width: 16%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-daypoolTimes {
  width: 13%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-city {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-club {
  width: 23%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-daychartTimes {
  width: 14%;
}
.dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-daychartHours {
  width: 6%;
  text-align: right;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-date {
    width: 33%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-user {
    width: 39%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-daypoolTimes {
    width: 28%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-city {
    width: 19%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-club {
    width: 44%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-daychartTimes {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-SV-me .dlx-cell.dlx-daychartHours {
    width: 11%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-date {
  width: 18%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-user {
  width: 16%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-city {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-club {
  width: 34%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-daychartTimes {
  width: 14%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-daychartHours {
  width: 6%;
  text-align: right;
}
@media (max-width: 750px) {
  .dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-date {
    width: 33%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-user {
    width: 42%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-city {
    width: 25%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-club {
    width: 63%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-daychartTimes {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-mySV .dlx-cell.dlx-daychartHours {
    width: 11%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-date {
  width: 18%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-daypoolTimes {
  width: 16%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-city {
  width: 12%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-club {
  width: 34%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-daychartTimes {
  width: 14%;
}
.dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-daychartHours {
  width: 6%;
  text-align: right;
}
@media (max-width: 680px) {
  .dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-date {
    width: 33%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-daypoolTimes {
    width: 30%;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-city {
    width: 37%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-club {
    width: 63%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-daychartTimes {
    width: 26%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daycharts.dlx-CS-me .dlx-cell.dlx-daychartHours {
    width: 11%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row .dlx-cell {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours,
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-totals .dlx-cell.dlx-hours {
  text-align: right;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-headers .dlx-cell.dlx-hours {
  text-align: center;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours.dlx-task,
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours.dlx-worklog-task {
  color: #177;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours.dlx-plan,
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours.dlx-worklog-plan {
  color: #66f;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours.dlx-worklog {
  color: #e70;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-district {
  width: 7%;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-SV {
  width: 10%;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours.dlx-4 {
  width: 6.38461538%;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours.dlx-5 {
  width: 5.53333333%;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours.dlx-6 {
  width: 4.88235294%;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-SV .dlx-cell.dlx-hours.dlx-4 {
  width: 7.69230769%;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-SV .dlx-cell.dlx-hours.dlx-5 {
  width: 6.66666667%;
}
.dlm-box-Q.dlm-uWorktargetWorklogStats.dlx-SV .dlx-cell.dlx-hours.dlx-6 {
  width: 5.88235294%;
}
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours-3,
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours-1,
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-hours-2,
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-data .dlx-cell.dlx-percent,
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-totals .dlx-cell.dlx-hours-3,
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-totals .dlx-cell.dlx-hours-1,
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-totals .dlx-cell.dlx-hours-2,
.dlm-box-Q.dlm-daychartWorklogStats .dlx-row.dlx-totals .dlx-cell.dlx-percent {
  text-align: right;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-district {
  width: 18%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-senior {
  width: 30%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours-3 {
  width: 13%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours-1 {
  width: 13%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours-2 {
  width: 13%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-percent {
  width: 13%;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-district {
    width: 36%;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-senior {
    width: 64%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours-3 {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours-1 {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-hours-2 {
    width: 25%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-bySV .dlx-cell.dlx-percent {
    width: 25%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-district {
  width: 12%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-senior {
  width: 24%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-user {
  width: 24%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-hours-3 {
  width: 10%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-hours-1 {
  width: 10%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-hours-2 {
  width: 10%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-percent {
  width: 10%;
}
@media (max-width: 600px) {
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-district {
    width: 36%;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-senior {
    width: 64%;
    border-right: none;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-user {
    width: 36%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-hours-3 {
    width: 16%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-hours-1 {
    width: 16%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-hours-2 {
    width: 16%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-daychartWorklogStats.dlx-ADM-byCS .dlx-cell.dlx-percent {
    width: 16%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-SV .dlx-cell.dlx-user {
  width: 36%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-SV .dlx-cell.dlx-hours-3 {
  width: 16%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-SV .dlx-cell.dlx-hours-1 {
  width: 16%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-SV .dlx-cell.dlx-hours-2 {
  width: 16%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-SV .dlx-cell.dlx-percent {
  width: 16%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-CS .dlx-cell.dlx-month {
  width: 20%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-CS .dlx-cell.dlx-hours-3 {
  width: 20%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-CS .dlx-cell.dlx-hours-1 {
  width: 20%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-CS .dlx-cell.dlx-hours-2 {
  width: 20%;
}
.dlm-box-Q.dlm-daychartWorklogStats.dlx-CS .dlx-cell.dlx-percent {
  width: 20%;
}
.dlm-box-Q.dlm-daychartsForWorklog .dlx-cell.dlx-times {
  width: 26%;
}
.dlm-box-Q.dlm-daychartsForWorklog .dlx-cell.dlx-duration {
  width: 16%;
}
.dlm-box-Q.dlm-daychartsForWorklog .dlx-cell.dlx-club {
  width: 58%;
}
.dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-date {
  width: 15%;
}
.dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-poll {
  width: 15%;
}
.dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-quizer {
  width: 15%;
}
.dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-quizee {
  width: 15%;
}
.dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-city {
  width: 15%;
}
.dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-club {
  width: 25%;
}
@media (max-width: 650px) {
  .dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-date {
    width: 24%;
  }
  .dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-poll {
    width: 20%;
  }
  .dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-quizer {
    width: 28%;
  }
  .dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-quizee {
    width: 28%;
    border-right: none;
  }
  .dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-city {
    width: 30%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-pollfills.dlx-ADM .dlx-cell.dlx-club {
    width: 70%;
    border-top: 1px solid #fff;
  }
}
.dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-date {
  width: 17%;
}
.dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-poll {
  width: 15%;
}
.dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-quizer {
  width: 20%;
}
.dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-city {
  width: 15%;
}
.dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-club {
  width: 33%;
}
@media (max-width: 550px) {
  .dlm-box-Q.dlm-pollfills.dlx-CS .dlx-row {
    margin-bottom: 15px;
  }
  .dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-date {
    width: 25%;
  }
  .dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-poll {
    width: 30%;
  }
  .dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-quizer {
    width: 45%;
    border-right: none;
  }
  .dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-city {
    width: 30%;
    border-top: 1px solid #fff;
  }
  .dlm-box-Q.dlm-pollfills.dlx-CS .dlx-cell.dlx-club {
    width: 70%;
    border-top: 1px solid #fff;
  }
}
.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-account_pseudoSign input[type=text] {
  width: 200px;
  height: 30px;
}
.dlm-page-worklog_H table.dlx-cameleon {
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
}
.dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit {
  position: relative;
  width: 47%;
  padding: 0;
  background-color: #f2f2f2;
  vertical-align: top;
}
.dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-infos {
  padding: 15px 15px 50px 15px;
}
.dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-infos .dlx-info-1 {
  padding-bottom: 15px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
}
.dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-infos .dlx-info-2 {
  line-height: 170%;
}
.dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 10px solid #fff;
}
.dlm-page-worklog_H table.dlx-cameleon td.dlx-geolocation {
  width: 53%;
  border-left: 10px solid #fff;
  padding: 15px 15px;
  background-color: #e5e5e5;
  vertical-align: top;
  line-height: 220%;
}
@media (max-width: 700px) {
  .dlm-page-worklog_H table.dlx-cameleon,
  .dlm-page-worklog_H table.dlx-cameleon tr,
  .dlm-page-worklog_H table.dlx-cameleon tbody,
  .dlm-page-worklog_H table.dlx-cameleon td {
    display: block;
    width: 100%;
  }
  .dlm-page-worklog_H table.dlx-cameleon {
    margin: 0;
  }
  .dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit {
    width: 100%;
  }
  .dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-infos {
    padding-bottom: 15px;
    text-align: center;
  }
  .dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-infos .dlx-info-1 {
    padding-bottom: 10px;
  }
  .dlm-page-worklog_H table.dlx-cameleon td.dlx-geolocation {
    width: 100%;
    border: none;
    line-height: 170%;
  }
  .dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-button {
    position: relative;
    border: 20px solid #fff;
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 400px) {
  .dlm-page-worklog_H table.dlx-cameleon td.dlx-cockpit .dlx-button {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
}
.dlm-page-worklog_H .dlx-geoUnavailable {
  padding-top: 20px;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-page-worklog_H .dlx-geoSearchInfo {
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-page-worklog_H .dlx-geoSearchAnimation {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 420px) {
  .dlm-page-worklog_H .dlx-geoSearchAnimation img:last-of-type {
    display: none;
  }
}
.dlm-page-clublog_H .dlx-stop .dlx-infos {
  margin-bottom: 15px;
  padding: 15px 10px;
  background-color: #f2f2f2;
  text-align: center;
}
.dlm-page-clublog_H .dlx-stop .dlx-infos .dlx-info-1 {
  padding-bottom: 10px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
}
.dlm-page-clublog_H .dlx-stop .dlx-infos .dlx-info-2 .dlx-duration {
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 450px) {
  .dlm-page-clublog_H .dlx-stop .dlx-infos {
    padding: 10px 10px;
  }
  .dlm-page-clublog_H .dlx-stop .dlx-infos .dlx-info-2 .dlx-duration {
    display: block;
    padding: 0;
  }
}
.dlm-page-clublog_H .dlx-stop .dlx-button {
  padding: 10px 0;
}
.dlm-page-clublog_H .dlx-stop .dlx-geolocation {
  margin-bottom: 20px;
  padding: 15px 15px;
  background-color: #e5e5e5;
  line-height: 170%;
}
.dlm-page-clublog_H table.dlx-cameleon {
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
}
.dlm-page-clublog_H table.dlx-cameleon td.dlx-clubs {
  width: 50%;
  padding: 15px 15px;
  background-color: #f2f2f2;
  vertical-align: top;
  line-height: 220%;
}
.dlm-page-clublog_H table.dlx-cameleon td.dlx-clubs .dlx-geoClubsSerching,
.dlm-page-clublog_H table.dlx-cameleon td.dlx-clubs .dlx-geoClubsNoGeolocation {
  color: #888;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-clublog_H table.dlx-cameleon td.dlx-geolocation {
  width: 50%;
  border-left: 10px solid #fff;
  padding: 15px 15px;
  background-color: #e5e5e5;
  vertical-align: top;
  line-height: 220%;
}
@media (max-width: 700px) {
  .dlm-page-clublog_H table.dlx-cameleon,
  .dlm-page-clublog_H table.dlx-cameleon tr,
  .dlm-page-clublog_H table.dlx-cameleon tbody,
  .dlm-page-clublog_H table.dlx-cameleon td {
    display: block;
    width: 100%;
  }
  .dlm-page-clublog_H table.dlx-cameleon {
    margin: 0;
  }
  .dlm-page-clublog_H table.dlx-cameleon td.dlx-clubs {
    width: 100%;
    margin-bottom: 15px;
  }
  .dlm-page-clublog_H table.dlx-cameleon td.dlx-geolocation {
    width: 100%;
    border: none;
    line-height: 170%;
  }
}
.dlm-page-clublog_H .dlx-geoUnavailable {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-page-clublog_H .dlx-geoSearchInfo {
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-page-clublog_H .dlx-geoSearchAnimation {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 420px) {
  .dlm-page-clublog_H .dlx-geoSearchAnimation img:last-of-type {
    display: none;
  }
}
.dlm-page-gaplog_H .dlx-stop .dlx-infos {
  margin-bottom: 15px;
  padding: 15px 10px;
  background-color: #f2f2f2;
  text-align: center;
}
.dlm-page-gaplog_H .dlx-stop .dlx-infos .dlx-info-1 {
  padding-bottom: 10px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
}
.dlm-page-gaplog_H .dlx-stop .dlx-infos .dlx-info-2 .dlx-duration {
  display: inline-block;
  padding-left: 10px;
}
.dlm-page-gaplog_H .dlx-start .dlx-buttonWrap {
  margin: 0 -5px;
}
.dlm-page-gaplog_H .dlx-start .dlx-buttonWrap .dlx-button {
  display: inline-block;
  width: 50%;
  padding: 5px 5px;
}
@media (max-width: 450px) {
  .dlm-page-gaplog_H .dlx-start .dlx-buttonWrap .dlx-button {
    width: 100%;
    padding: 5px 5px;
  }
}
.dlm-page-gaplog_H .dlx-stop .dlx-button {
  padding: 10px 0;
}
.dlm-page-gaplog_H .dlx-start .dlx-geolocation,
.dlm-page-gaplog_H .dlx-stop .dlx-geolocation {
  margin-bottom: 20px;
  padding: 15px 15px;
  background-color: #e5e5e5;
  line-height: 170%;
}
.dlm-page-gaplog_H .dlx-geoUnavailable {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-page-gaplog_H .dlx-geoSearchInfo {
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.dlm-page-gaplog_H .dlx-geoSearchAnimation {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 420px) {
  .dlm-page-gaplog_H .dlx-geoSearchAnimation img:last-of-type {
    display: none;
  }
}
.dlm-page-vacancy_I .dlx-note {
  padding: 10px 10px;
  background-color: #e5e5e5;
}
.dlm-page-vacancy_I .dlx-personFoksBox {
  margin-bottom: 10px;
}
.dlm-page-vacancy_I .dlx-person {
  padding: 10px 10px;
  background-color: #e5e5e5;
}
.dlm-page-vacancy_I .dlx-fok {
  margin-top: 2px;
  padding: 10px 10px;
  background-color: #f2f2f2;
}
.dlm-page-vacancy_I .dlx-personFoksBox.dlx-hired .dlx-person {
  background-color: #c0f0f0;
}
.dlm-page-vacancy_I .dlx-personFoksBox.dlx-hired .dlx-fok {
  background-color: #e2f6f6;
}
.dlm-page-vacancy_I .dlx-fok .dlx-hilite {
  color: #288;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-page-vacancy_I .dlx-fokQuestion {
  padding-top: 2px;
}
/*.dlm-page-vacancy_I .dlx-person:hover {
	background-color: @color-bg-grey-3;
}*/
.dlm-page-vacancy_I .dlx-person .dlx-label {
  padding-right: 5px;
  color: #999;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  white-space: nowrap;
}
.dlm-page-vacancy_I .dlx-person .dlx-value {
  padding-right: 5px;
  white-space: nowrap;
}
.dlm-page-vacancy_I .dlx-person .dlx-infoB,
.dlm-page-vacancy_I .dlx-person .dlx-infoC {
  padding-top: 5px;
}
.dlm-page-vacancy_I .dlx-person .dlx-infoA .dlx-name {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-page-vacancy_status_E .dlx-statusBox {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #ddd;
}
.dlm-page-vacancy_status_E .dlx-noteBox {
  height: 100px;
  padding: 5px 20px;
  background-color: #ccf8f8;
}
.dlm-page-vacancy_status_E textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  /*	.dlm-floodInput();
	height: 50px;*/
}
.dlm-page-vacancyPerson_AE .dlx-noteBox {
  height: 100px;
  padding: 5px 5px;
  background-color: #ccf8f8;
}
.dlm-page-vacancyPerson_AE .dlx-noteBox textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
.dlm-page-vacancyPersonFok_AE .dlx-question {
  padding: 15px;
  background-color: #e5e5e5;
}
.dlm-page-vacancyPersonFok_AE .dlx-A {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dlm-page-vacancyPersonFok_AE .dlx-B {
  padding-top: 10px;
}
.dlm-page-vacancyPersonFok_AE .dlx-C {
  padding-top: 10px;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-vacancyPersonFok_AE .dlx-inputBox {
  margin-bottom: 20px;
  background-color: #ccf8f8;
  vertical-align: top;
}
.dlm-page-vacancyPersonFok_AE .dlx-radiosBox {
  display: inline-block;
  width: 15%;
  height: 100px;
  padding-top: 10px;
  padding-left: 15px;
  vertical-align: top;
  border-right: 1px solid #ccc;
}
.dlm-page-vacancyPersonFok_AE .dlx-radiosBox .dlx-radio {
  padding-top: 5px;
}
.dlm-page-vacancyPersonFok_AE .dlx-noteBox {
  display: inline-block;
  width: 85%;
  height: 100px;
  vertical-align: top;
}
.dlm-page-vacancyPersonFok_AE .dlx-noteBox textarea {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
}
.dlm-page-vacancyPersonFok_AE .dlx-radiosBox.dlx-error,
.dlm-page-vacancyPersonFok_AE .dlx-noteBox.dlx-error {
  background-color: #fba;
}
.dlm-page-daycharts .dlg-link-daychartExport {
  font-size: 13px;
}
/*@day-pad-H-wide: 15px;
@day-pad-H-narrow: 10px;*/
.dlm-page-daychart_I .dlx-dayOfWeek {
  color: #e70;
}
.dlm-page-daychart_I .dlx-daypool,
.dlm-page-daychart_I .dlx-daychart,
.dlm-page-daychart_I .dlx-userInfo {
  margin-bottom: 15px;
  padding: 15px;
}
@media (max-width: 720px) {
  .dlm-page-daychart_I .dlx-daypool,
  .dlm-page-daychart_I .dlx-daychart,
  .dlm-page-daychart_I .dlx-userInfo {
    margin-bottom: 10px;
    padding: 10px;
  }
}
.dlm-page-daychart_I .dlx-daypool {
  background-color: #e5e5e5;
}
.dlm-page-daychart_I .dlx-daychart.dlx-1 {
  background-color: #399;
  color: #fff;
}
.dlm-page-daychart_I .dlx-daychart.dlx-2 {
  background-color: #bdd;
}
.dlm-page-daychart_I .dlx-daychart .dlx-title {
  padding-bottom: 15px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.dlm-page-daychart_I .dlx-daychart .dlx-daychart-item {
  padding-bottom: 5px;
}
.dlm-page-daychart_I .dlx-daychart .dlx-daychart-item .dlx-duplicate {
  padding-left: 5px;
}
.dlm-page-daychart_I .dlx-daychart.dlx-1 .dlx-daychart-item .dlx-duplicate {
  color: #fd0;
}
.dlm-page-daychart_I .dlx-daychart.dlx-2 .dlx-daychart-item .dlx-duplicate {
  color: #d60;
}
.dlm-page-daychart_I .dlx-daychart .dlx-pleaReason {
  padding-top: 5px;
  color: #777;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}
.dlm-page-daychart_I .dlx-userInfo {
  background-color: #f2f2f2;
  color: #888;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-daychart_AE .dlx-dayOfWeek {
  color: #e70;
}
.dlm-page-daychart_AE .dlx-daypool,
.dlm-page-daychart_AE .dlx-daychart {
  margin-bottom: 15px;
  padding: 15px;
}
@media (max-width: 720px) {
  .dlm-page-daychart_AE .dlx-daypool,
  .dlm-page-daychart_AE .dlx-daychart {
    margin-bottom: 10px;
    padding: 10px;
  }
}
.dlm-page-daychart_AE .dlx-daypool {
  background-color: #e5e5e5;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-1 {
  background-color: #399;
  color: #fff;
  border: 2px dashed #c0f0f0;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-2 {
  background-color: #bdd;
  border: 2px dashed #fff;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-title {
  padding-bottom: 40px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-input {
  display: inline-block;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-1 .dlx-input {
  background-color: #ccf8f8;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-2 .dlx-input {
  background-color: #fff;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-input.dlx-error {
  background-color: #fba;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-input select,
.dlm-page-daychart_AE .dlx-daychart .dlx-input input[type=text] {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item {
  padding-bottom: 5px;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-inputs-times {
  display: inline-block;
  width: 30%;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-clubAndLink,
.dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-chosenClubLabel {
  display: inline-block;
  width: 70%;
  padding-left: 10px;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-duplicate {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-1 .dlx-daychart-item .dlx-duplicate {
  color: #fd0;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-2 .dlx-daychart-item .dlx-duplicate {
  color: #d60;
}
@media (max-width: 600px) {
  .dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-inputs-times {
    width: 100%;
  }
  .dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-clubAndLink {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-duplicate {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-chosenClubLabel {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0;
  }
}
.dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-inputs-times .dlx-input {
  width: 24%;
  padding: 2px 5px;
  border-right: 5px solid transparent;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-1 .dlx-daychart-item .dlx-inputs-times .dlx-input {
  border-color: #399;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-2 .dlx-daychart-item .dlx-inputs-times .dlx-input {
  border-color: #bdd;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-daychart-item .dlx-inputs-times .dlx-spacer {
  display: inline-block;
  width: 4%;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-searchInfo {
  padding-top: 20px;
  padding-bottom: 15px;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-searchInput {
  padding-bottom: 10px;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-searchInput .dlx-input {
  padding: 2px 5px;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-searchResult {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-searchResult .dlx-noClubs {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-searchResult .dlx-tooManyClubs {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-daychart_AE .dlx-daychart .dlx-searchResult .dlx-club {
  padding-bottom: 5px;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-1 .dlx-searchResult .dlx-club .dlx-reev {
  color: #f95;
}
.dlm-page-daychart_AE .dlx-daychart.dlx-2 .dlx-searchResult .dlx-club .dlx-reev {
  color: #d00;
}
.dlm-page-daychartPlea_A .dlx-dayOfWeek {
  color: #e70;
}
.dlm-page-daychartPlea_A .dlx-daychart {
  padding: 15px;
  padding-bottom: 30px;
  background-color: #bdd;
  border: 2px dashed #fff;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-title {
  padding-bottom: 40px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-info-1 {
  padding-bottom: 10px;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-input {
  padding: 7px 10px;
  background-color: #fff;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-input.dlx-error {
  background-color: #fba;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-input select {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-errorMsg {
  margin-top: 10px;
  padding: 7px;
  background-color: #fcb;
  color: #d32;
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-errorMsg:empty {
  display: none;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-info-2 {
  padding-top: 30px;
}
.dlm-page-daychartPlea_A .dlx-daychart .dlx-link {
  padding-top: 30px;
}
.dlm-page-worklogs_E2 .dlx-worklog {
  margin-bottom: 15px;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-header {
  padding: 5px 10px;
  background-color: #4aa;
  color: #fff;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-body {
  padding: 10px;
  padding-top: 5px;
  background-color: #ededed;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-part .dlx-title {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #888;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-input {
  display: inline-block;
  width: 25%;
  width: 110px;
  padding: 4px 10px;
  background-color: #ccf8f8;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-input.dlx-error {
  background-color: #fba;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-input input[type=text] {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  padding-left: 0px;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-date {
  color: #888;
}
.dlm-page-worklogs_E2 .dlx-worklog .dlx-seconds {
  color: #86f;
}
.dlm-page-account_pseudoSign .dlm-boxInfo-Q {
  padding: 30px 20px;
}
.dlm-page-daychartExport select {
  height: 26px;
  width: 60px;
  padding: 2px 2px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.dlm-page-daychartExport .dlm-boxInfo-Q {
  padding-bottom: 20px;
}
.dlm-page-daychartExport .dlm-boxInfo-Q .dlx-date {
  padding-bottom: 20px;
}
.dlm-page-daychartExport .dlm-boxInfo-Q .dlx-label {
  display: inline-block;
  width: 150px;
}
@media (max-width: 450px) {
  .dlm-page-daychartExport .dlm-boxInfo-Q .dlx-label {
    display: block;
    padding-bottom: 10px;
  }
}
.dlm-page-daychartExport .dlm-boxInfo-Q .dlx-Excel {
  padding-top: 10px;
  vertical-align: top;
}
.dlm-page-daychartExport .dlm-boxInfo-Q .dlx-error {
  padding-top: 10px;
  color: #d32;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.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%;
}
