.transitionBGColor {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.dataTable {
  /*overflow-y: auto;*/
  margin: 10px auto 10px auto;
  padding: 20px 30px 10px 30px;
  height: auto;
  border: solid 1px #b0b0b0;
}
@media only screen and (max-width: 940px) {
  .dataTable {
    padding: 20px 10px 10px 10px;
  }
}
.dataRow {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  position: relative;
}
.dataRow:disabled {
  opacity: 0.4;
}
.dataRowNoShow {
  display: none;
  clear: both;
  padding: 0;
  margin: 0;
  position: relative;
}
.dataButton {
  clear: both;
  margin: 0;
  padding: 2px;
  width: 150px;
}
.dataTextField {
  display: inline-block;
  min-width: 10px;
}
@media only screen and (max-width: 940px) {
  .dataTextField {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}
.dataListField {
  display: inline-block;
  min-width: 100px;
}
@media only screen and (max-width: 940px) {
  .dataListField {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}
ul.dataRadioField {
  border: 1px solid #ccc;
  border-radius: 2px;
  list-style-type: none;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
ul.dataRadioField > li.dataRadioField {
  border: none;
  border-radius: 2px;
  padding: 5px 10px 5px 15px;
  margin: 0;
  line-height: 1.5em;
  cursor: pointer;
}
@media only screen and (max-width: 940px) {
  ul.dataRadioField > li.dataRadioField {
    padding: 0 5px;
    margin: 0;
    line-height: 3.5em;
  }
}
.noTouch li.dataRadioField:hover {
  border-color: transparent;
  background-color: #dcebfc;
  color: #000;
}
li.dataRadioField label {
  padding-left: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
div.dataRadioDropdownField {
  display: inline-block;
  position: relative;
  border: 1px solid #b0b0b0;
  border-radius: 2px;
  padding: 4px 10px 4px 5px;
  margin: 0 0 10px 0;
  line-height: 1.5em;
  cursor: pointer;
}
@media only screen and (max-width: 940px) {
  div.dataRadioDropdownField {
    display: block;
    width: auto !important;
    padding: 0 5px;
    margin: 0;
    line-height: 2.2em;
    font-size: 16px;
  }
}
ul.dataRadioDropdownField {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 10px 0;
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.35);
  outline: none;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 293px;
}
@media only screen and (max-width: 940px) {
  ul.dataRadioDropdownField {
    margin-top: 0;
    max-height: none;
    overflow-y: auto;
  }
}
ul.dataRadioDropdownField > li.dataRadioDropdownField {
  border: none;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 0;
  line-height: 1.5em;
  cursor: pointer;
}
@media only screen and (max-width: 940px) {
  ul.dataRadioDropdownField > li.dataRadioDropdownField {
    padding: 0 5px;
    margin: 0;
    line-height: 2.4em;
  }
}
.noTouch div.dataRadioDropdownField:hover {
  background-color: #dcebfc;
  color: #000;
}
ul.dataRadioDropdownField > li.dataRadioDropdownField {
  border-bottom: 1px solid #e7e7e7;
}
ul.dataRadioDropdownField > li.dataRadioDropdownField:last-child {
  border-bottom: none;
}
li.dataRadioDropdownField label {
  padding-left: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.noTouch li.dataRadioDropdownField:hover {
  border-color: transparent;
  background-color: #dcebfc;
  color: #000;
}
div.dataRadioDropdownFieldArrow {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 28px;
  font-size: 1.4em;
}
@media only screen and (max-width: 940px) {
  div.dataRadioDropdownFieldArrow {
    top: 4px;
    right: 5px;
    font-size: 1.6em;
  }
}
.dataLabel {
  clear: both;
  display: inline-block;
  margin-right: 0;
  padding: 5px 10px 5px 2px;
  min-width: 150px;
  text-align: left;
  line-height: 20px;
}
@media only screen and (max-width: 940px) {
  .dataLabel {
    display: block;
    width: auto !important;
  }
}
.dataLabelWide {
  display: block;
  margin: 10px 0 10px 0;
  min-width: 75px;
  overflow: visible;
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .dataLabelWide {
    display: block;
    width: auto !important;
  }
}
.dataLabelCentred {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  min-width: 75px;
  height: 20px;
  overflow: visible;
  text-align: center;
  line-height: 110%;
}
.dataLabelRight {
  display: inline;
  margin-right: 0;
  padding-right: 10px;
  min-width: 75px;
  overflow: visible;
  text-align: left;
  line-height: 20px;
}
.labelError {
  display: block;
  text-align: left;
  color: Red;
  border: 1px solid #e00;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 5px 5px 30px;
  line-height: 20px;
  margin: 5px 0;
}
@media only screen and (max-width: 940px) {
  .labelError {
    margin: 5px 0;
  }
}
.labelErrorArrow {
  display: none;
}
@media only screen and (max-width: 940px) {
  .labelErrorArrow {
    display: block;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 5px;
    background-color: transparent;
    position: absolute;
    top: -9px;
    left: 10px;
    width: 0;
    z-index: 2;
  }
}
.labelErrorArrowOutline {
  display: none;
}
@media only screen and (max-width: 940px) {
  .labelErrorArrowOutline {
    display: block;
    border-style: solid;
    border-color: transparent transparent #e00 transparent;
    border-width: 5px;
    background-color: transparent;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    z-index: 1;
  }
}
.noTouch .labelError:hover {
  color: Red;
  text-decoration: none;
}
.labelErrorImage {
  background-repeat: no-repeat;
  background-position: 7px center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACh0lEQVR42nVT3UuTURg/50WoSNgWCF10IV1VeKNSENVwrm0l5tQ+GNV0Glqbm66LyaBugj4uulBysQ/HZpNFzo93uo9yamtuFf0Bu4iVFxVChCwhiCje08/p1svMA4ffe97neX7n9zzneSgpW+lU+jDARCk9C9yP/QubI4RlGCNjTCC8XHFKKPrT4kdyKVmB4x1KyTUEOyihE3KFPLdhW04uSxlhSkaIlTC2C0Q6hbJhpUSQmF/gOMqFEFiJQH2jSvGN7LCWFl72Q81NQWBqleZ0rkAwH5+3E0o1lKNqtUb1u+i8bmx7AKghjAxIXPxK8X/iRaILKmyMCbU0GolV4eYsmOqampu+lIJ7tAcBH7eODyWjs4NiJbFonEc6GTobnrNBdnVL67k+scO6ofkA4PPmid2SjMXui+1z4Ug96hKk01MzEShwt59vi5bn+11/Zg2wD6Vql44/58vtM9P8Kg1NTGaRo/aS7uKHbQQ6dRpwEvuQ9FnifbkdsSn6NDiRhUTt5Su67QQXGl0AA+G4Smlo8U+5HbEpOh4IRhhj7o7Oq9tTaG1oASil4VcD/3vSQCC4Sv2+gA0Kqru6O/vKHfJNJ24j/6OwW2Tx15/ENr/vST2ePki9Xn8VapCFirqe3u7SM+bVx/cCfmwdTbLEW6eYYNTj41H8TKGR3G6vHQQabLXR2FtqpLzi2D2QH8FNN2TJd1+L/11Oj4FSbhCNV1sgcDo9nCAIU2iM3eh3vdlsXCM7rMcOpxmEdtyuMJmu50rD5BhxVghMuIsW7YASB/KetFothWEaHh6RohZKDFo/Aveg8XSWftO/YRKvoaFHNVCxUVAV2Rznn9iYVPIGzj4Q8CAujfNfAIr1xalUq54AAAAASUVORK5CYII=') /*../images/errorBullet.png*/;
}
/*.labelErrorText {
	padding-left: 4px;
	display: none;
}*/
textarea {
  position: relative;
  font: 100 1em "Open Sans", Arial, Helvetica, sans-serif;
  overflow: hidden;
  width: 100%;
  padding: 5px;
  min-height: 27px;
  height: 27px;
  line-height: 1.4em;
  box-sizing: border-box;
  -webkit-transition: height ease-out 0.35s;
  transition: height ease-out 0.35s;
  vertical-align: middle;
  resize: none;
}
@media only screen and (max-width: 940px) {
  textarea {
    font-size: 16px;
  }
}
/*textarea:focus {
	width: 100% !important;
}*/
.charCounter {
  font-size: smaller;
  display: none;
  opacity: 0.7;
}
.captchaImage {
  /*position: absolute;
	right: 0;
	background-color: transparent;*/
  width: 120px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: bottom;
  display: inline-block;
  border-radius: 2px;
  margin: 0 5px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIGAEJCQgAAAGJiYoKCgsLCwpKSkv///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAGACwAAAAAEAAQAAADM2i63P4wyklrIwAQCkIAnAdOmGYRgrAxxLoI2cC2rjHERFHQLSsMOd2mBykMBgVKa+dIAAAh+QQJCgAGACwAAAIACgAOAAADLWhGAKTQgBBAVLPe1R4kguBFQjNsQyNs4DBeRFG8iixvxTAUy0jEvyBLODQkAAAh+QQJCgAGACwAAAAACgAOAAADLWi6BEBrgRCAIkM0ao1wQ+FAxuAI0SUM5FUU7fK+qVEMYU0QcM3Ev51uB7wAEwAh+QQJCgAGACwAAAAADgAKAAADLWi6NEIrLgHAkIaU0uqrkLFthDAQQBAASjEMRZSuCqGFNZjhWG3zmB8wOJQkAAAh+QQJCgAGACwCAAAADgAKAAADK2hqVEUrLuekIrCM8YaADCZ2ADBcYiSUwoJJhAdaEVHONBAEAL3oPN/llgAAIfkECQoABgAsBgAAAAoADgAAAytoRNauiz0YS5FQDTtN2UVHWNhEDELZDAAwdEIriGhJtKoBBAHQ7T0RrpEAACH5BAkKAAYALAYAAgAKAA4AAAMqaKpE+609Fie1i5TiJhmbVQyg1XCQMHSPAAAC837voABBABBqh+ummSUBACH5BAUKAAYALAIABgAOAAoAAAMsaLpsRC2+F9mEdVECAFZEUWBAEACMOCrlSQhDOAwF2L2dYIjfMuQZEKynSAAAOw==') /*../images/ajax-loader.gif*/;
}
.captchaButton {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  vertical-align: middle;
  display: inline-block;
  border-radius: 2px;
  margin: 0 0 2px 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABOFBMVEUAAABubttNgtUxX703ZcJWgtsrVq14o/sqVakvXrhWhdxsmu9vme53oPZFc88uVaZ+qfxAcMsuW7MtWKxrlel5pfYsVqgtVqRIds5EddM7acVmkegtWa99p/yAq/13oPE9bcc+bMZRf9eEq/0sVaIsVaQtVqUsVaR4ofF8pfMsU6ArUZ06ZbRRf9ksUqB/qPtDddkqUJt/pfKBp/IqTpQtVqctV6otXLUuW7MuXLQuXLYvXLgxXrozX7szYL0zYr41Y782Zb84a9A9bs4/bctDb8tGeNtIdtRKethNfdxTgt5Tg99Whd5cjvFejedfjeVhjuZiiNRlj+RllO1mlOxmle5nle1olvBplu5qj9psl+9smvJtktxumfFwnvZ2muN2ovp4o/Z9oeiDp+2IsP+Mr/SPsvaXufy/2ip4AAAANXRSTlMABRopKSssLC06Ozw8PE1TU2yMjo6QkZKVlpmcnZ6fq8TFxcrLy8/Q0NDR0tzt7u/y8/Pz9DE92K4AAACfSURBVBjTY2AgAkTGJ6elpyOLSAQkpAAFmOQFIHwWBTffuFQGBp0gZXawgJC9k4FPEgODnmuiKFhAzcpZUjCGgUHGIUoTLGBo5cXFEMjIwGkXZgwRsAnhBtGcjqFGYAF163BZEC3lEqwBFhAz89aX4+WR1vXwFwELsKlaeEfHRvh5uiuxQhzCr2JqaWVubqvIB3Mqh7i2iYmWMDMDUQAAzdcXH7zZD2gAAAAASUVORK5CYII=') /*../images/reload.png*/;
}
.captchaButtonRotate {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
