html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
pre,
strong,
sub,
sup,
u,
i dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100.01%;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
label {
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}
:focus {
  outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: inherit;
  color: inherit;
}
/*.rtl {direction:RTL;}*/
/* direction is depending on compiled less / left and right variables settings */
body {
  direction: ltr;
  position: relative;
  font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #202020;
}
input {
  text-align: left;
  position: relative;
  height: 17px;
  font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  font-style: normal;
}
input[type=button],
input[type=submit] {
  text-align: center;
}
textarea {
  font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  font-style: normal;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
.FloatLeft {
  float: left;
}
.FloatRight {
  float: right;
}
.FloatNone {
  float: none;
}
.ClearLeft {
  clear: left;
}
.ClearRight {
  clear: right;
}
.ClearBoth,
.clear {
  clear: both;
}
.ClearNone {
  clear: none;
}
.ClearFix {
  zoom: 1;
}
.ClearFix:before {
  content: '';
  display: block;
}
.ClearFix:after {
  content: '';
  display: table;
  clear: both;
}
html[xmlns] .ClearFix {
  display: block;
}
* html .ClearFix {
  height: 1%;
}
.I16,
.SmallIcon {
  height: 16px;
  width: 16px;
}
.I22,
.MiddleIcon {
  height: 22px;
  width: 22px;
}
.I32 {
  height: 32px;
  width: 32px;
}
.I48,
.BigIcon {
  height: 48px;
  width: 48px;
}
.Inliner {
  display: inline;
}
.InvalidLicense {
  margin: 80px auto 0;
  width: 400px;
}
.InvalidLicenseTitle {
  font-weight: bold;
  color: #eb0101;
  padding: 34px 0px 15px 0;
}
.InvalidLicenseText {
  padding: 0px 0px 25px 0px;
}
.LetteredColoredAvatar {
  display: none;
}
.buttonBorderColor {
  border-color: #707070;
}
.buttonInnerBorderColor {
  border-color: #fff;
}
.buttonBgColor {
  background-color: #e6e6e6;
}
.buttonBgShadowColor {
  background-color: #efefef;
}
.buttonBgGradColor {
  border-bottom-color: #efefef;
}
.buttonOverBorderColor {
  border-color: #707070;
}
.buttonOverInnerBorderColor {
  border-color: #fff;
}
.buttonOverBgColor {
  background-color: #d5d5d5;
}
.buttonOverBgShadowColor {
  background-color: #dedede;
}
.buttonOverBgGradColor {
  border-bottom-color: #dedede;
}
.ImLeButton,
.ImLeButtonMainOut,
.ImLeButtonMain,
.ImLeButtonMainInnerBox {
  white-space: nowrap;
  display: inline;
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  zoom: 1;
  cursor: pointer;
}
.ImLeButtonMainOut {
  outline-style: none;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ImLeButtonMain {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ImLeButtonMainInnerBox {
  border-top-width: 1px;
  border-top-style: solid;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ImLeButtonMainInner {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
.ImLeButtonMainShadow {
  height: 50%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.ImLeButton-focused {
  box-shadow: 0 0 3px #36d7ff;
  -webkit-box-shadow: 0 0 3px #36d7ff;
  -moz-box-shadow: 0 0 3px #36d7ff;
}
.ImLeButton-focused .ImLeButtonMain {
  border-color: #36a8d8;
}
.ImLeButton-focused .buttonBgColor {
  background-color: #d7e3e7;
}
.ImLeButton-focused .buttonBgShadowColor {
  background-color: #ddecef;
}
.ImLeButtonMainContent {
  border-bottom: 1px solid transparent;
  position: relative;
  text-align: center;
  min-width: 60px;
}
.buttonText {
  color: #0E1C29;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  padding: 0px 15px;
}
.buttonIcon {
  display: none;
}
.buttonDivResizer {
  float: left;
}
* html .ImLeButtonMainInnerBox {
  position: static;
}
* html .ImLeButtonMainContent {
  width: 60px;
}
* + html .ImLeButtonMainInnerBox {
  position: static;
}
* + html .ImLeButtonMainContent {
  width: 60px;
}
.ActionButton {
  border: none;
  background: none;
  margin-right: 10px;
}
.ActionButton .buttonBorderColor {
  border-color: transparent;
}
.ActionButton .buttonBgColor {
  background-color: transparent;
}
.ActionButton .buttonOverBorderColor {
  border-color: transparent;
}
.ActionButton .buttonOverBgColor {
  background-color: transparent;
}
.ActionButton .ImLeButtonMainShadow {
  display: none;
}
.ActionButton .ImLeButtonMainContent {
  min-width: 0;
  text-align: left;
}
.ActionButton .ImLeButtonMainInnerBox,
.ActionButton .ImLeButtonMainContent {
  border: none;
}
.ActionButton .buttonText {
  padding: 0;
  color: #626262;
  font-weight: normal;
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 11px;
  line-height: 19px;
}
.ActionButton.ImLeButton-over .buttonText {
  color: #000;
}
.ActionButton.ImLeButton-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.ActionButton.ImLeButton-focused .buttonBgColor {
  background-color: none;
}
.ActionButton.ImLeButton-focused .buttonBorderColor {
  border-color: transparent;
}
.ActionButton.ImLeButton-focused .buttonText {
  color: #000;
  text-shadow: 0 0 3px #36d7ff;
  -webkit-text-shadow: 0 0 3px #36d7ff;
  -moz-text-shadow: 0 0 3px #36d7ff;
}
.GreenButton .buttonBorderColor {
  border-color: #448002;
}
.GreenButton .buttonBgColor {
  background-color: #5bac00;
}
.GreenButton .buttonBgGradColor {
  background-color: #61b701;
}
.GreenButton .buttonInnerBorderColor {
  border-color: #87d62f;
}
.GreenButton .buttonOverBorderColor {
  border-color: #448002;
}
.GreenButton .buttonOverBgColor {
  background-color: #519a00;
}
.GreenButton .buttonOverBgGradColor {
  background-color: #5dac05;
}
.GreenButton .buttonOverInnerBorderColor {
  border-color: #62ba00;
}
.GreenButton .buttonText {
  color: #fff;
}
.OrangeButton .buttonBorderColor {
  border-color: #a65a00;
}
.OrangeButton .buttonBgColor {
  background-color: #f97b00;
}
.OrangeButton .buttonBgGradColor {
  background-color: #ff8800;
}
.OrangeButton .buttonInnerBorderColor {
  border-color: #ffa640;
}
.OrangeButton .buttonOverBorderColor {
  border-color: #a65a00;
}
.OrangeButton .buttonOverBgColor {
  background-color: #f76800;
}
.OrangeButton .buttonOverBgGradColor {
  background-color: #ff7500;
}
.OrangeButton .buttonOverInnerBorderColor {
  border-color: #ff9432;
}
.OrangeButton .buttonText {
  color: #fff;
}
.WhiteButton .buttonBorderColor {
  border-color: #ababab;
}
.WhiteButton .buttonBgColor {
  background-color: #f7f7f7;
}
.WhiteButton .buttonBgGradColor {
  background-color: #fff;
}
.WhiteButton .buttonInnerBorderColor {
  border-color: transparent;
}
.WhiteButton .buttonOverBorderColor {
  border-color: #ababab;
}
.WhiteButton .buttonOverBgColor {
  background-color: #ededed;
}
.WhiteButton .buttonOverBgGradColor {
  background-color: #f2f2f2;
}
.WhiteButton .buttonOverInnerBorderColor {
  border-color: transparent;
}
.ButtonLikeIcon {
  margin: 0;
  border: none;
  display: inline-block;
}
.ButtonLikeIcon .ImLeButtonMain,
.ButtonLikeIcon .ImLeButtonMainInnerBox {
  border: none;
  background: none;
}
.ButtonLikeIcon .ImLeButtonMainShadow {
  display: none;
}
.ButtonLikeIcon .buttonText {
  display: none;
}
.ButtonLikeIcon .ImLeButtonMainContent {
  min-width: 0px;
  width: auto;
}
.ButtonLikeIcon .buttonIcon {
  display: block;
}
.ButtonLikeIcon .buttonBorderColor {
  border-color: transparent;
}
.ButtonLikeIcon .buttonBgColor {
  background-color: transparent;
}
.ButtonLikeIcon .buttonOverBorderColor {
  border-color: transparent;
}
.ButtonLikeIcon .buttonOverBgColor {
  background-color: transparent;
}
.ButtonLikeIcon.Disabled {
  display: none;
}
.ButtonLikeIcon.ImLeButton-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.ButtonLikeLink {
  border: none !important;
  background: none !important;
  margin-left: 0px;
}
.ButtonLikeLink .ImLeButtonMain,
.ButtonLikeLink .ImLeButtonMainInnerBox {
  border: none;
  background: none;
}
.ButtonLikeLink .buttonBorderColor {
  border-color: transparent;
}
.ButtonLikeLink .buttonBgColor {
  background-color: transparent;
}
.ButtonLikeLink .buttonOverBorderColor {
  border-color: transparent;
}
.ButtonLikeLink .buttonOverBgColor {
  background-color: transparent;
}
.ButtonLikeLink .ImLeButtonMainShadow {
  display: none;
}
.ButtonLikeLink .ImLeButtonMainContent {
  min-width: 0px;
  width: auto;
}
.ButtonLikeLink .buttonText {
  font-size: 11px;
  text-decoration: underline;
  color: #626262;
  padding: 0;
  line-height: inherit;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
}
.ButtonLikeLink .buttonOverBgColor .buttonText {
  color: #000;
}
.ButtonLikeLink.ImLeButton-focused .buttonText {
  color: #000;
  text-shadow: 0 0 3px #36d7ff;
  -webkit-text-shadow: 0 0 3px #36d7ff;
  -moz-text-shadow: 0 0 3px #36d7ff;
}
.ButtonLikeLink.ImLeButton-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.SelectButton {
  margin: 0;
}
.SelectButton .buttonText {
  padding-right: 25px;
}
.SelectButton .buttonIcon {
  display: block;
  position: absolute;
  width: 9px;
  height: 5px;
  top: 50%;
  margin-top: -2px;
  background-position: 0 0;
  right: 9px;
  background-image: url("../../_common_templates/img/icons-gpf.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .SelectButton .buttonIcon {
    background-image: url("../../_common_templates/img/icons-gpf@2x.png");
    background-size: 86px 86px;
  }
}
.SmallButton .buttonText {
  font-size: 11px;
  line-height: 18px;
}
.ButtonWithIcon .buttonText {
  padding: 0px 13px 0px 26px;
}
.ButtonWithIcon .buttonIcon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 7px;
}
.ButtonWithIcon.Disabled .buttonIcon {
  opacity: 0.5;
}
.AddItemButton.SelectButton .buttonText {
  padding: 0px 25px;
}
.AddItemButton.SelectButton .ImLeButtonMainContent:after {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background-position: -16px 0;
  left: 3px;
  background-image: url("../../_common_templates/img/icons-gpf.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .AddItemButton.SelectButton .ImLeButtonMainContent:after {
    background-image: url("../../_common_templates/img/icons-gpf@2x.png");
    background-size: 86px 86px;
  }
}
.Disabled.ImLeButton,
.ButtonUnwrapped.ImLeButton,
.Disabled .ImLeButtonMainOut,
.ButtonUnwrapped .ImLeButtonMainOut,
.Disabled .ImLeButtonMain,
.ButtonUnwrapped .ImLeButtonMain,
.Disabled .ImLeButtonMainInnerBox,
.ButtonUnwrapped .ImLeButtonMainInnerBox {
  cursor: default;
}
.Disabled .buttonBorderColor,
.ButtonUnwrapped .buttonBorderColor {
  border-color: #ababab;
}
.Disabled .buttonInnerBorderColor,
.ButtonUnwrapped .buttonInnerBorderColor {
  border-color: #fff;
}
.Disabled .buttonBgColor,
.ButtonUnwrapped .buttonBgColor {
  background-color: #e6e6e6;
}
.Disabled .buttonBgGradColor,
.ButtonUnwrapped .buttonBgGradColor {
  background-color: #efefef;
}
.Disabled .buttonText,
.ButtonUnwrapped .buttonText {
  cursor: default;
  color: #ababab;
}
.DropDownButton {
  display: inline;
  display: inline-block;
  white-space: nowrap;
}
.DropDownButton .ImLeButton {
  margin: 0 !important;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.DropDownButton .ImLeButtonMain {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.DropDownButton .DropDownButtonExpand .ImLeButton {
  margin: 0 !important;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.DropDownButton .DropDownButtonExpand .ImLeButtonMain {
  border-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.DropDownButton .DropDownButtonExpand .ImLeButtonMainContent {
  width: 25px;
  height: 22px;
  min-width: 0px;
}
.DropDownButton .DropDownButtonExpand .buttonText {
  display: none;
}
.ButtonsOrLabel {
  margin: 0 10px;
  line-height: 24px;
}
.CancelButton .buttonText {
  line-height: 24px;
}
.b-default {
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.95;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #cccccc;
  background: #f1f1f1;
  border-radius: 0;
}
.b-default:hover {
  background-color: #e7e7e7;
}
.b-default:disabled {
  cursor: default;
  opacity: 0.4;
}
.b-default:disabled:hover {
  background-color: #f1f1f1;
}
.b-default.b-large {
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}
.b-link {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
  color: #626262;
}
.b-link:hover {
  color: #000000;
  background-color: transparent;
}
.b-link:disabled:hover {
  background-color: transparent;
  color: #626262;
}
.b-primary {
  background-color: #5bac00;
  border-color: #448002;
  color: #fff;
}
.b-primary:hover {
  background-color: #519a00;
  border-color: #448002;
}
.b-primary:disabled:hover {
  background-color: #5bac00;
  border-color: #448002;
}
.FormForButtonInFormAsLink {
  display: inline-block;
}
.ButtonInFormAsLink {
  color: blue;
  background: none!important;
  padding: 0!important;
  font: inherit;
  cursor: pointer;
  border: none !important;
  text-decoration: none!important;
}
/* OLD link button - STILL NEEDED? */
.LinkButton {
  position: relative;
  display: inline;
  cursor: pointer;
}
.LinkButton div,
.LinkButton button {
  display: inline;
}
.LinkButton .ButtonText {
  padding: 0 5px;
  height: auto;
  text-decoration: underline;
  display: inline;
  cursor: pointer;
}
.LinkButton-over .ButtonText {
  color: #0a558c;
}
.clear {
  clear: both;
}
:focus,
input:focus,
select:focus,
iframe:focus,
div:focus {
  outline: none;
}
/* STILL NEEDED? OLD formfield */
.FormField {
  position: relative;
  clear: both;
  margin: 1px 0 3px;
  padding: 0;
  min-height: 19px;
  display: block;
}
.FormField.HiddenFormField {
  min-height: 0px;
  margin: 0;
}
.FormField .FormFieldLabel {
  position: relative;
  width: 100px;
  float: left;
}
.FormField .Label {
  position: relative;
  color: #000;
}
.FormField .Label-mandatory {
  font-weight: bold;
}
.FormField-focus .Label {
  color: #295183;
}
.FormField-error .Label {
  color: #e60101;
}
.FormField .FormFieldInputContainer {
  position: relative;
  float: left;
}
.FormField .FormFieldInput {
  position: relative;
  width: 150px;
  float: left;
}
.FormField .FormFieldInput .FormFieldInput .ListBox {
  width: 100%;
}
.FormField .FormFieldError,
.FormField .FormFieldHelp {
  position: relative;
  padding: 2px 0 0;
  float: left;
}
.FormField .gwt-Label-mandatory {
  color: #000;
  font-weight: bold;
}
.FormField .FormFieldDescription {
  color: #808080;
  clear: left;
}
.g-FormField2 {
  margin: 0 0 5px;
}
.g-FormField2 label {
  display: inline-block;
}
.g-FormField2 .FormFieldValue {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0;
}
.g-FormField2-InputContainer {
  position: relative;
  float: left;
}
.g-FormField2-InputPanel {
  float: left;
}
.g-FormField2-ErrorIcon {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRjE0QkE0MjNCRThFMDExOTZBODk3NjJFRTZGQjAxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjUwQ0M0MTFEQUQxMUUxQTlBNkM2N0NEQ0I1NzYyMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjUwQ0M0MDFEQUQxMUUxQTlBNkM2N0NEQ0I1NzYyMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzMwQzBCOERERjNFMDExQUYxMEIwNEREODFEODFGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjE0QkE0MjNCRThFMDExOTZBODk3NjJFRTZGQjAxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkIBTnEAAAG2SURBVHjanFNLSwJRFD4zPsdGR800UINo1R8Q2kUrYRZtW7UJWib9gSChRdDGbdCmRQRBFCG0Dyr6A9GmhxX0EF/zNHWmc3SUGbVNBw7nzrnfd885c7/LmKYJdjtn/VkM6+gZ9CT6O/od+v6yoV/asUyfjCQewzHv58QozwPn84HH5YJWpwNaswkVWQZZ14qIWcFD5AEZiV5cX8VCocx0ONI9zJNOARsWwFBUaD0+dXMftSqUGw3qYhEP0Firg+3JYHBAJItsbkDq4hTiuzuDHO3HgiEaZ4u+WazKYczFhbBjdlNVu9GQJEd+ShAo5IhHlcVQIMC5WNYBMhSlF/WmI084wuMyS4wZr8sNw2ZaJFPXR/Ys/CwLf5hhkfrtjzMil3467dHK/Zmt9u1m4UvMGeOj+/2aT6VH5h5nHcOA+7dXDZdx1rrwwne97gAlCnsw9/wAyZMjR97CFYjX/1P5stRYYhgmkwj3rky7vu0J5KU0IH7WaoA4Ekl+WJ5RDIdBjhMjEzwEUJ5ulGcb5amiPKuKDJLWlecqVq04yLaHIWJYQ18gUZEq0W/QD5BUHPsw/mO/AgwARgmyUP3IyAkAAAAASUVORK5CYII=') no-repeat right center;
  color: #fff;
  font-weight: bold;
  height: 24px;
  margin-top: 1px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  width: 20px;
  cursor: pointer;
  font-size: 12px;
  right: -20px;
}
.g-FormField2-ErrorIcon span {
  display: none;
}
.g-FormField2-ErrorPopup {
  background-color: #A60000;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.g-FormField2-ErrorPopupLabel {
  padding: 5px;
}
.g-FormField2-ErrorPopup-Beside {
  padding-left: 5px;
}
.g-FormField2-ErrorPopup-Beside:after {
  top: 50%;
  margin-top: -5px;
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #a60000;
  left: 0;
}
.g-FormField2-ErrorPopup-Bellow {
  padding: 5px 0 0;
}
.g-FormField2-ErrorPopup-Bellow:after {
  top: 0;
  position: absolute;
  left: 10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #a60000;
}
.g-FormField2-Label {
  width: 100px;
  float: left;
  padding: 5px 10px 5px 0px;
  font-size: 12px;
  text-align: right;
}
.g-FormField2-Description,
.g-FormField2-ErrorMessage {
  clear: both;
  display: block;
  max-width: 350px;
  text-align: left;
  line-height: 13px;
  font-size: 10px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.g-FormField2-Description {
  border: 1px solid transparent;
  color: #444;
}
.g-FormField2-ErrorMessage {
  background: #a60000;
  border: 1px solid #a60000;
  color: #fff;
}
.g-FormField2 .CheckBoxContainer {
  margin-top: 2px;
}
.g-FormField2.FluidFormField {
  display: table;
  width: 100%;
}
.g-FormField2.FluidFormField .g-FormField2-Label,
.g-FormField2.FluidFormField .g-FormField2-InputContainer {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.g-FormField2.FluidFormField .g-FormField2-InputPanel {
  float: none;
}
.g-FormField2.FluidFormField .g-FormField2-ErrorIcon {
  top: 0;
  right: 5px;
}
.g-FormField2.FluidFormField .gwt-TextBox,
.g-FormField2.FluidFormField .gwt-TextArea,
.g-FormField2.FluidFormField .TextBox {
  width: 100%;
}
.g-FormField2.FluidFormField .TextBoxContainer {
  display: block;
}
.g-FormField2.AutoWidth {
  width: auto;
}
.g-FormField2.AutoWidth .g-FormField2-Label {
  width: auto;
}
.FormFieldWithVariables .TextBoxContainer {
  height: 140px;
}
.FormFieldWithVariables .TemplateVariables {
  padding: 0;
}
.FormFieldWithVariables .TemplateVariablesContainer {
  border-radius: 0;
  border-top: none;
}
.FormFieldWithVariables .TemplateVariablesList {
  max-height: 151px;
}
.FormFieldWithVariables .addVariable {
  min-width: 250px;
  float: left;
}
textarea.TextBox {
  height: 100%;
  min-height: 100%;
  padding: 0px;
  _height: 100%;
}
.TextBoxContainer {
  position: relative;
  display: inline-block;
  padding: 3px;
  background: #fff;
  border: 1px solid #cbcbcb;
  font-size: inherit;
  font-family: inherit;
}
.TextBoxContainer-Disabled {
  background: transparent;
  border-color: transparent;
}
.TextBoxContainer-TemplateEdit {
  width: 600px;
  position: absolute;
  top: 25px;
  bottom: 10px;
}
.TextBoxContainer-focus {
  border: 1px solid #015A82;
  box-shadow: 0px 0px 3px #2c67a9;
  -webkit-box-shadow: 0px 0px 3px #2c67a9;
  -moz-box-shadow: 0px 0px 3px #2c67a9;
}
.TextBoxContainer .gwt-TextBox,
.TextBoxContainer .gwt-TextArea,
.TextBoxContainer .gwt-PasswordTextBox {
  line-height: normal;
  background: transparent;
  border: none;
  width: 205px;
  font-size: 12px;
}
.TextBoxContainer .gwt-TextArea {
  min-height: 100px;
}
.TextBox {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  background: transparent;
  border: none;
  font-size: 12px;
}
.g-FormField2-Error .TextBoxContainer,
.g-FormField2-Error .MessageArea,
.g-FormField2-Error .g-ListBox,
.g-FormField2-Error .g-ReadOnlyListBox {
  border-color: #A60000;
  background: #fff0f0;
}
.g-FormField2-Error .TextBoxContainer input,
.g-FormField2-Error .MessageArea input,
.g-FormField2-Error .g-ListBox input,
.g-FormField2-Error .g-ReadOnlyListBox input {
  background: #fff0f0;
}
.g-FormField2-Error .TextBoxContainer textarea,
.g-FormField2-Error .MessageArea textarea,
.g-FormField2-Error .g-ListBox textarea,
.g-FormField2-Error .g-ReadOnlyListBox textarea {
  background: #fff0f0;
}
.g-FormField2-Error .TextBoxContainer-focus,
.g-FormField2-Error .MessageArea-focus,
.g-FormField2-Error .g-ListBox-focus,
.g-FormField2-Error .g-ReadOnlyListBox-focus {
  box-shadow: 0px 0px 3px #A60000;
  -webkit-box-shadow: 0px 0px 3px #A60000;
  -moz-box-shadow: 0px 0px 3px #A60000;
}
.g-FormField2 .MessageArea textarea {
  width: 100%;
  height: 80px;
}
.g-FormField2-Error .MessageArea textarea {
  border-color: #A60000;
  background: #fff0f0;
}
.g-FormField2-Error .MessageArea-focus {
  box-shadow: 0px 0px 3px #A60000;
  -webkit-box-shadow: 0px 0px 3px #A60000;
  -moz-box-shadow: 0px 0px 3px #A60000;
}
.TextBoxBaseWithDefault-Default .TextBox {
  color: #999;
}
.FormFieldsetWithTitle {
  margin: 0 0 30px;
  background: #666;
  border: none;
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.FormFieldsetWithTitle .FormFieldset {
  margin: 0;
  border: 1px solid #e0e0e0;
}
.FormFieldsetTitle {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
  padding: 12px 18px;
}
.FormFieldsetSectionTitle {
  clear: both;
  color: #000;
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 12px 18px;
  margin: 10px -15px;
  font-weight: bold;
  line-height: 18px;
  font-size: 13px;
}
.FormFieldset {
  padding: 10px 15px;
  margin: 0 0 30px;
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  clear: both;
  min-width: 800px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.FormFieldset:after {
  clear: both;
}
.FormFieldset.SimpleFormFieldset {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  min-width: 0;
}
.FormFieldsetHeader {
  background: url('../../_common_templates/img/header_divider.png?v=5.23.11.4') repeat-x left bottom;
  padding: 3px 15px 15px;
  margin: 0 -15px 10px;
}
.FormFieldsetHeader .ImLeButton {
  vertical-align: middle;
}
.FormFieldsetHeaderTitle {
  font-weight: bold;
  font-size: 14px;
}
.FormFieldsetHeaderTitle .TitleWithButton {
  display: inline;
  vertical-align: middle;
}
.FormFieldsetHeaderDescription {
  padding-top: 3px;
  font-size: 11px;
}
.FormFieldsetButtons {
  background: url('../../_common_templates/img/header_divider.png?v=5.23.11.4') repeat-x left top;
  padding: 15px 15px 3px;
  margin: 0 0 10px;
}
.FormFieldsetButtons .ImLeButton {
  margin-right: 10px;
}
.FormFieldsetButtons.NewFormFieldContent {
  padding: 15px 15px 13px 145px;
}
.FormFieldSeparator {
  background: url('../../_common_templates/img/box_divider.png?v=5.23.11.4') repeat-x left bottom;
}
.SimpleFieldset {
  padding: 10px 15px;
  background: #fff;
  margin: 0 0 30px;
  border: 1px solid #e0e0e0;
  clear: both;
  min-width: 800px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.SimpleFieldset .FormFieldsetHeader {
  border-bottom: 1px solid #d2d2d2;
  padding: 3px 15px 12px;
  margin: 0 -15px 10px;
}
.SimpleFieldset .FormFieldSeparator {
  border-bottom: 1px solid #ededed;
  background: none;
}
.FormFieldset p,
.SimpleFieldset p {
  font-size: 12px;
  line-height: 21px;
}
.NewFormField {
  padding: 10px 0;
}
.NewFormField:first-child {
  padding: 0 0 10px;
}
.NewFormField:last-child {
  padding: 10px 0 0;
}
.NewFormField.NotFirstLast:first-child,
.NewFormField.NotFirstLast:last-child {
  padding: 10px 0;
}
.NewFormField .TextBox {
  width: 205px;
}
.NewFormField .TextBoxContainer {
  display: inline-block;
}
.NewFormFieldLabel {
  width: 130px;
  text-align: right;
  font-weight: bold;
  color: #6b6b6b;
  text-shadow: 0px 1px #fff;
  -webkit-text-shadow: 0px 1px #fff;
  -moz-text-shadow: 0px 1px #fff;
  padding: 5px 10px 5px 0px;
  font-size: 12px;
  margin: 0px 0px 0px 5px;
  float: left;
}
.NewFormField-mandatory .NewFormFieldLabel {
  color: #000;
}
.NewFormFieldContent {
  margin: 3px 0 5px;
  padding: 0px 0px 0px 145px;
}
.NewFormFieldContent .SubmitButton {
  margin-right: 5px;
}
.NewFormFieldTextContent {
  line-height: 19px;
}
.NewFormFieldSection {
  background: #a1a1a1;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 3px 10px 2px;
  font-weight: bold;
  font-size: 12px;
}
.NewFormFieldButton {
  margin: 5px 5px 5px 145px;
}
.NewFormFieldButton .ImLeButton {
  margin-right: 5px;
}
.FormfieldAsNewFormField {
  padding: 10px 0;
}
.FormfieldAsNewFormField.NewFormFieldContent {
  padding: 10px 0px 10px 145px;
}
.FormfieldAsNewFormField.g-FormField2,
.FormfieldAsNewFormField .g-FormField2 {
  margin: 0;
}
.FormfieldAsNewFormField .TextBox {
  width: 205px;
}
.FormfieldAsNewFormField .g-ListBoxInput {
  line-height: normal;
}
.FormfieldAsNewFormField .TextBoxContainer,
.FormfieldAsNewFormField .g-ListBox {
  display: inline-block;
  padding: 4px;
  vertical-align: middle;
  min-height: 28px;
}
.FormfieldAsNewFormField .g-FormField2-Label {
  width: 145px;
  font-weight: bold;
  color: #6b6b6b;
  padding-left: 5px;
  text-shadow: 0px 1px #fff;
  -webkit-text-shadow: 0px 1px #fff;
  -moz-text-shadow: 0px 1px #fff;
}
.FormfieldAsNewFormField .g-FormField2-InputContainer .g-FormField2-Label {
  width: auto;
  font-weight: normal;
  text-shadow: none;
  color: #000000;
  padding: 0px 10px 0px 5px;
  font-size: 12px;
  float: left;
  text-align: right;
}
.g-FormField2-Label.gwt-Label-mandatory {
  color: #000;
  font-weight: bold;
}
.FormfieldWithTextarea .TextBoxContainer {
  display: block;
}
.FormfieldWithTextarea textarea.gwt-TextArea {
  width: 450px;
}
.FormfieldWithTextarea .TextBox {
  width: 450px;
  height: 50px;
}
.FormfieldWithTextarea .g-FormField2-Description,
.FormfieldWithTextarea .g-FormField2-ErrorMessage {
  max-width: 450px;
}
.NewFormFieldMessage.messageOk,
.FormMessage-info {
  margin: 10px 0 5px;
  background: #e6fad0;
  border: 1px solid #5cb300;
  color: #000;
  padding: 7px 12px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 4px #c3c3c3;
  -webkit-box-shadow: 0px 0px 4px #c3c3c3;
  -moz-box-shadow: 0px 0px 4px #c3c3c3;
}
.NewFormFieldMessage.messageError,
.FormMessage-error,
.NewFormFieldError .FormMessage {
  margin: 10px 0 5px;
  border: 1px solid #bb2025;
  background: #ffc3c3;
  color: #000;
  padding: 7px 12px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 4px #999;
  -webkit-box-shadow: 0px 0px 4px #999;
  -moz-box-shadow: 0px 0px 4px #999;
}
.NewFormFieldMessage.messageError:empty,
.FormMessage-error:empty,
.NewFormFieldError .FormMessage:empty {
  display: none;
}
.FormTooltip {
  background-color: #FFFED7;
  border: 1px solid #CFCDCD;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0px 0px 0px 20px;
}
.FormTooltipArrow {
  background: url('../../_common_templates/img/form_tooltip_arrow.png?v=5.23.11.4') no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: -8px;
}
.RadioButton {
  position: relative;
  height: 20px;
  color: #000;
  outline: none;
  cursor: pointer;
  font-weight: normal;
  float: left;
  padding: 2px 10px 2px 21px;
  font-size: 11px;
  line-height: 17px;
}
.RadioButtonIcon {
  background: url('../../_common_templates/img/radiobutton2.png?v=5.23.11.4') no-repeat 0 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.RadioButtonGroup {
  position: relative;
}
.RadioButtonGroup-horizontal .RadioButton {
  float: left;
}
.RadioButtonGroup-vertical .RadioButton {
  float: none;
}
.RadioButton-over .RadioButtonIcon {
  background-position: 0 -40px;
}
.RadioButton-down .RadioButtonIcon {
  background-position: 0 -20px;
}
.RadioButton-downOver .RadioButtonIcon {
  background-position: 0 -60px;
}
.RadioButton-focus {
  color: #2a5fae;
}
.RadioButton-focus .RadioButtonIcon,
.RadioButton-focus.RadioButton-over .RadioButtonIcon {
  background-position: 0 -80px;
}
.RadioButton-focus.RadioButton-down .RadioButtonIcon,
.RadioButton-focus.RadioButton-downOver .RadioButtonIcon {
  background-position: 0 -100px;
}
.RadioButton2 {
  outline: none;
  cursor: pointer;
  position: relative;
}
.RadioButton2-Button {
  position: relative;
  color: #5b5b5b;
  height: 20px;
  outline: none;
  cursor: pointer;
  padding: 2px 10px 2px 21px;
}
.RadioButton2-Icon {
  background: url('../../_common_templates/img/radiobutton2.png?v=5.23.11.4') no-repeat 0 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.RadioButton2-Label {
  font-weight: normal;
  color: #000;
  font-size: 11px;
  line-height: 16px;
}
.RadioButton2-over .RadioButton2-Icon {
  background-position: 0 -40px;
}
.RadioButton2-down .RadioButton2-Icon {
  background-position: 0 -20px;
}
.RadioButton2-downOver .RadioButton2-Icon {
  background-position: 0 -60px;
}
.RadioButton2-focus .RadioButton2-Button {
  color: #2a5fae;
}
.RadioButton2-focus .RadioButton2-Icon,
.RadioButton2-focus.RadioButton2-over .RadioButton2-Icon {
  background-position: 0 -80px;
}
.RadioButton2-focus.RadioButton2-down .RadioButton2-Icon,
.RadioButton2-focus.RadioButton2-downOver .RadioButton2-Icon {
  background-position: 0 -100px;
}
.RadioButtonGroup2-inline .RadioButton2 {
  float: left;
}
.RadioButtonGroup2-image .RadioButton2-Label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.RadioButtonGroup2-image .RadioButton2 {
  background-color: #d7d6d5;
  margin: 0px 10px 10px 0px;
}
.RadioButtonGroup2-image .RadioButton2-Button {
  margin: 7px;
}
.RadioButtonGroup2-image .RadioButton2-down,
.RadioButtonGroup2-image .RadioButton2-downOver {
  background: #005b82;
}
.RadioButtonGroup2-image .RadioButton2-down .RadioButton2-Label,
.RadioButtonGroup2-image .RadioButton2-downOver .RadioButton2-Label {
  color: #fff;
}
.RadioButtonGroup2-image .RadioButton2-over {
  background-color: #bfcbcf;
}
.RadioButtonGroup2-grid .RadioButton2-Content {
  position: relative;
  margin: 10px 0;
  background: url('../../_common_templates/img/box_divider.png?v=5.23.11.4') repeat-x left top;
  padding: 10px 0px 8px 25px;
}
.RadioButtonGroup2-grid .RadioButton2-Button {
  position: absolute;
  top: 10px;
  left: 0;
}
.ColorRadioButtons .RadioButton2-Button {
  padding: 2px 5px 2px 41px;
}
.ColorRadioButtons .RadioButton2-Widget {
  position: absolute;
  top: 3px;
  left: 22px;
}
.CheckBoxContainer {
  display: block;
  position: relative;
  min-height: 19px;
  float: left;
  padding: 0px 0px 0px 15px;
  line-height: 19px;
}
.CheckBoxContainer .Label {
  float: left;
  margin: 0px 0px 0px 5px;
}
.CheckBoxContainer .CheckBox {
  position: absolute;
  top: 0;
  left: 0;
}
.CheckBoxContainer-focus .CheckBox,
.CheckBoxContainer-focus .CheckBox:hover {
  background-position: -94px -93px;
}
.CheckBoxContainer-focus .CheckBox-checked,
.CheckBoxContainer-focus .CheckBox-checked:hover {
  background-position: -70px -117px;
}
.CheckBoxContainer .CheckBoxlabel {
  padding: 0px 0px 0px 5px;
  font-size: 12px;
  cursor: pointer;
}
.CheckBoxContainer a {
  text-decoration: underline;
}
.CheckBoxContainer a:hover {
  text-decoration: none;
}
.CheckBox {
  background: url('../../_common_templates/img/la_checkbox.png?v=5.23.11.4') no-repeat -190px 3px;
  width: 18px;
  height: 18px;
  outline-style: none;
  cursor: pointer;
  float: left;
}
.CheckBox:hover {
  background-position: -142px -45px;
}
.CheckBox-checked {
  background-position: -166px -21px;
}
.CheckBox-checked:hover {
  background-position: -118px -69px;
}
.CheckBox-disabled {
  background-position: -46px -141px !important;
  width: 20px !important;
  height: 21px !important;
}
.CheckBox-checked.CheckBox-disabled {
  background-position: -22px -165px !important;
  width: 20px !important;
  height: 21px !important;
}
.CheckboxIcon {
  background: url('../../_common_templates/img/checkbox2.png?v=5.23.11.4') no-repeat 0 0;
  top: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
.CheckBoxInput,
.CheckBoxLabel {
  display: inline;
  float: left;
}
.CheckBoxLabelPart {
  padding: 2px 5px;
  float: left;
}
.CheckBoxLabel .Label {
  display: inline;
}
.CheckBoxHelp {
  display: inline;
}
.CheckBoxHelp .IconButton {
  display: inline-block;
}
.CheckBoxError {
  display: inline;
}
.CheckBoxError .IconButton {
  display: inline-block;
}
.CheckBoxDescription {
  color: #808080;
  float: left;
  padding-left: 23px;
}
.CheckBoxFormField .FormFieldLabel .Label {
  margin: 0px 0px 0px 5px;
}
.CheckBoxFormField .FormFieldInputContainer {
  width: auto;
  float: right;
}
.CheckBoxGroup .ButtonLikeLink {
  margin: 4px 7px 3px 2px;
}
.OptionsGroup {
  display: inline-block;
}
.OptionsSelectButton {
  display: inline-block;
  margin-right: 5px;
}
.OptionsSelectNone {
  margin: 0 15px 0 0;
}
.option {
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.option .optionLabel {
  display: inline-block;
  float: none;
  padding: 0 5px;
  border: 1px solid #b1cea2;
  border-radius: 5px;
}
.optionSelected .optionLabel {
  border: 1px solid transparent;
  border-color: #9e9e9e #c2c2c2 transparent #c2c2c2;
  background: #d4d4d4;
}
.optionOver .optionLabel {
  background: #d0e0c7;
}
.optionSelected.optionOver .optionLabel {
  background: #e6e6e6;
}
.optionFocus {
  box-shadow: 0px 0px 1px #36d7ff;
  border: 1px solid #36a8d8;
  background: #d7e3e7;
}
.OptionsPanel {
  display: inline-block;
}
.OptionsPanel .option {
  border: none;
  position: relative;
}
.OptionsPanel .option .optionLabel {
  border: none;
  padding: 0px 5px 0px 21px;
  font-size: 11px;
  line-height: 24px;
}
.OptionsPanel .optionOver .optionLabel {
  background-color: #e6e6e6;
}
.OptionsPanel .optionOver .CheckboxIcon {
  background-position: 0 -40px;
}
.OptionsPanel .optionSelected .optionLabel {
  background-color: transparent;
}
.OptionsPanel .optionSelected .CheckboxIcon {
  background-position: 0 -20px;
}
.OptionsPanel .optionSelected .optionOver .CheckboxIcon {
  background-position: 0 -60px;
}
.OptionsPanel .CheckboxIcon {
  top: 2px;
}
.FormFieldCheckbox .g-FormField2 {
  position: relative;
}
.FormFieldCheckbox .g-FormField2-Label {
  width: auto;
  float: none !important;
  padding: 3px 0px 0px 25px;
  text-align: left;
}
.FormFieldCheckbox .g-FormField2-InputContainer,
.FormFieldCheckbox .g-FormField2-InputPanel,
.FormFieldCheckbox .CheckBoxContainer {
  float: none !important;
}
.FormFieldCheckbox .clear {
  clear: none;
}
.FormFieldCheckboxWithDescription {
  height: 40px;
}
.FormFieldCheckboxWithDescription .g-FormField2-Description {
  padding: 0px 0px 0px 24px;
}
.FormFieldCheckboxFullWidth .g-FormField2-Description {
  max-width: none;
}
.CaptionTextBox {
  margin: 0 0 5px;
  float: left;
}
.CaptionTextBoxEmpty {
  border: 1px solid #cfcfcf;
  background: transparent;
  color: #9b9b9b;
}
.CaptionTextBoxEmpty .TextBox {
  color: #999;
}
.CaptionTextBoxEmpty.TextBoxContainer-focus {
  background: #fff;
  border: 1px solid #cfcfcf;
}
.CaptionTextBox .g-FormField2-Description {
  font-size: 0.9em;
  color: #333;
}
.CaptionTextBox .TextBoxContainer-focus {
  border: 1px solid #999;
}
.CaptionTextBoxView.TextBoxContainer-focus,
.CaptionTextBoxEdit.TextBoxContainer-focus {
  border: 1px solid #999;
}
.CaptionTextBox .CaptionTextBox .TextBoxContainer {
  display: block;
}
.g-ListBox {
  display: inline-block;
  border: 1px solid #cbcbcb;
  background: #fff;
  padding: 3px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.g-ListBoxInput {
  border: none;
  background: none;
  padding: 0;
  width: 185px;
  cursor: pointer;
  font-size: 12px;
}
.g-ListBoxButton {
  width: 18px;
  cursor: pointer;
  height: auto;
  vertical-align: top;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpiYGBg6ALi/3hwIwMU4FLYwoAG2gkpQFfYzkAAuKILAAQYABN+FGg4oJ2XAAAAAElFTkSuQmCC') no-repeat center center;
  line-height: 19px;
}
.g-ListBox-expand,
.g-ListBox-focus {
  border: 1px solid #015A82;
  box-shadow: 0 0 3px #2c67a9;
  -webkit-box-shadow: 0 0 3px #2c67a9;
  -moz-box-shadow: 0 0 3px #2c67a9;
}
.g-ReadOnlyListBox {
  position: relative;
  border: 1px solid #cbcbcb;
  background: #fff;
  padding: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.g-ReadOnlyListBox .g-ReadOnlyListBoxInput {
  display: inline-block;
}
.g-ReadOnlyListBox .g-ListBoxInput {
  cursor: pointer;
  width: 187px;
  display: inline-block;
  line-height: 18px;
  min-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-ReadOnlyListBox .g-ListBoxButton {
  display: inline-block;
  cursor: pointer;
}
.g-ReadOnlyListBox.DataTypeListBox {
  border: none;
  background: transparent;
}
.g-ReadOnlyListBox.DataTypeListBox .g-ListBoxInput {
  width: auto;
  line-height: inherit;
  min-height: 0;
}
.FormfieldAsNewFormField .g-ReadOnlyListBox .g-ListBoxInput {
  width: 189px;
  line-height: 20px;
  min-height: 20px;
}
.g-ListBoxPopup {
  background: #fff;
  border: 1px solid #015a82;
  color: #000;
}
.g-ListBoxPopup .g-TablePanel {
  background: none;
  border: none;
  width: auto !important;
}
.g-ListBoxPopup .g-TableRow {
  overflow: hidden;
  border: none !important;
  background: none;
  padding: 2px 5px;
}
.g-ListBoxPopup .g-TableRow:first-child {
  border-top: none !important;
}
.g-ListBoxPopup .g-TableRow-focused {
  border-top: none !important;
  background: #005b82 !important;
  color: #fff;
}
.g-ListBoxPopup .g-TableRow-focused:first-child {
  border-top: none !important;
  background: #005b82 !important;
}
.g-ListBoxPopup .g-TableBody td {
  border: 0 !important;
}
.g-ListBoxPopup .ListBoxRowSeparator {
  border-bottom: 1px solid transparent !important;
}
.g-ListBoxPopup .ListBoxRowSeparator-active {
  border-bottom: 1px solid #015a82 !important;
}
.g-ListBoxPopup table {
  position: static;
}
.g-ListBoxPopup td {
  white-space: nowrap;
  word-wrap: normal;
  position: static;
}
.Editor .ToolbarPanel .RichTextToolbar {
  width: 100%;
}
.Editor .TextAreaPanel {
  height: 180px;
}
.Editor .TextAreaPanel .gwt-TextArea,
.Editor .TextAreaPanel .gwt-RichTextArea {
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: relative;
  float: none;
  background: none;
  border: none;
}
.TextBoxContainer-Readonly {
  width: 700px;
  background-color: #FFF6B9;
  border-top: 1px solid #868161;
  border-left: 1px solid #d7cf9b;
  border-right: 1px solid #d7cf9b;
  border-bottom: 1px solid #ede9d0;
  clear: both;
  padding: 4px 4px 2px !important;
}
.TextBoxContainer-Readonly .TextBoxContainer-Readonly .TextBox {
  width: 700px;
}
.Link {
  cursor: pointer;
}
.Link:hover {
  text-decoration: underline;
}
.SendFile {
  height: 16px;
  width: 80px;
  overflow: hidden;
}
.SendFile .Icon {
  width: 16px;
  height: 16px;
  float: left;
}
.SendFile .Text {
  width: 54px;
  height: 16px;
  float: left;
  padding-left: 2px;
  display: none;
}
.SendFile .File {
  cursor: pointer;
  display: block;
  top: -16px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  height: 20px;
  float: right;
}
.SendFile.Disabled {
  cursor: default;
}
.SendFile.Disabled .Icon {
  opacity: 0.3;
}
.SendFile.Disabled .File {
  cursor: default;
}
.NumberInput .TextBox {
  width: 30px;
}
.NumberInput .g-ListBoxInput {
  width: 50px;
}
.NumberInput .g-FormField2-ErrorIcon {
  right: auto;
  left: 40px;
}
.DecimalNumberInput .g-ListBoxInput {
  width: 20px;
}
.DecimalNumberInput .g-FormField2-ErrorIcon {
  right: auto;
  left: 40px;
}
.DateTimeInput .DateInput {
  margin-right: 5px;
}
.DateTimeInput .DateInput .TextBox {
  width: 70px;
}
.DateTimeInput .TimeDelimiter {
  display: inline;
  margin: 0 3px;
}
.TimeField .gwt-TextBox {
  width: 20px;
  text-align: center;
}
.TimeInput {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.TimeInput .TimeInputBreakLabel {
  margin: 0 2px;
}
.TimeInput .TimeInfoLabel {
  display: inline-block;
  font-size: 10px;
}
.TimeLabel {
  display: inline;
  vertical-align: top;
  line-height: 27px;
  margin: 0 5px;
}
.IconButton {
  cursor: pointer;
}
.CaptchaWrapper {
  background: #cbcbcb;
}
.CaptchaWrapper img {
  width: 100%;
}
.CaptchaField {
  float: left;
}
.CaptchaField img {
  display: block;
  border-right: 1px solid #cbcbcb;
}
.CaptchaField .TextBox {
  width: 100%;
}
.TwoLinesFormField {
  padding: 5px 0;
}
.TwoLinesFormField .g-FormField2-Label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #6b6b6b;
  text-align: left;
  text-shadow: 0px 1px #fff;
  -webkit-text-shadow: 0px 1px #fff;
  -moz-text-shadow: 0px 1px #fff;
}
.TwoLinesFormField .gwt-Label-mandatory {
  color: #000;
}
.TwoLinesFormField .g-FormField2-InputContainer,
.TwoLinesFormField .g-FormField2-InputPanel {
  float: none;
}
.TwoLinesFormField .g-FormField2-ErrorIcon {
  right: 5px;
  top: 2px;
}
.TwoLinesFormField .g-ListBox,
.TwoLinesFormField .TextBoxContainer {
  display: block;
}
.TwoLinesFormField .TextBox,
.TwoLinesFormField .g-ListBoxInput {
  width: 100%;
}
.TwoLinesFormField textarea.TextBox {
  height: 80px;
}
.TwoLinesFormField .g-ListBoxButton {
  position: absolute;
  top: 2px;
  right: 5px;
}
.FieldsInRow .g-FormField2 {
  display: inline-block;
  margin-left: -1px;
}
.FieldsInRow .g-FormField2:first-child {
  margin-left: 0;
}
.gwt-RadioButton input[type="radio"] {
  display: none;
}
.gwt-RadioButton input[type="radio"] + label {
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
.gwt-RadioButton input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url('../../_common_templates/img/radiobutton2.png?v=5.23.11.4') no-repeat 0 0;
  vertical-align: top;
  margin-right: 3px;
}
.gwt-RadioButton input[type="radio"]:checked + label:before {
  background: url('../../_common_templates/img/radiobutton2.png?v=5.23.11.4') no-repeat 0 -20px;
}
.gwt-RadioButton.gwt-RadioButton-disabled {
  opacity: 0.3;
}
.gwt-RadioButton.gwt-RadioButton-disabled input[type="radio"] + label {
  cursor: default;
}
.ImageChangePreviewContainer {
  height: 310px;
}
.ImageChangePreviewContent {
  width: 270px;
  height: 270px;
  margin: 10px auto;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.UploadPreviewImage {
  max-width: 270px;
  max-height: 270px;
}
.g-TablePanel {
  position: relative;
  border-style: 1px solid transparent;
}
.g-TableLoading {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.g-Table {
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.g-TableNoDataBody {
  overflow: auto;
}
.g-TableBody td {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  vertical-align: middle;
}
.g-Table table {
  border-collapse: collapse;
}
.g-TableHeader {
  height: 24px;
  cursor: default;
  background-color: #dadada;
  clear: both;
  border-bottom: 1px solid #cccaca;
  border-top: 1px solid #cccaca;
}
.g-TableFooter {
  height: 20px;
  border-top: 1px solid transparent;
}
.g-TableFooter .g-SelectedLabel {
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
}
.g-TableFooter .g-DisplayingLabel {
  text-align: right;
  padding-top: 2px;
}
.g-RefreshLabel {
  text-align: right;
  padding: 0 5px 0 0;
}
.g-TableScroller {
  background: transparent none repeat scroll 0 0 !important;
  height: 3px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  width: 18px;
  z-index: 1;
}
.g-TableScroller div {
  background: transparent none repeat scroll 0 0;
  font-size: 1px;
  height: 0;
  overflow: hidden;
  width: 1px;
}
.g-TableRow {
  border-bottom: 1px solid #cccaca;
  border-top: none;
  cursor: default;
  overflow: hidden;
}
.g-TableRow-over {
  background-color: #f7f7f7;
}
.g-TableBody-focus .g-TableRow-selected {
  background: #DFE8F6 !important;
}
.g-TableRow-selected {
  background: #DDDDDD !important;
}
.g-TableBody-focus .g-TableRow-focused {
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
}
.g-TableHeaderCell {
  height: 24px;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  border-right: 1px solid #A7A7A7;
  border-left: 1px solid #F0F0F0;
  background: #dadada;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.g-TableHeaderCellPanel {
  height: 24px;
  white-space: nowrap;
}
.g-TableHeaderCell-SortedAsc {
  background: #cacaca;
  border-right: 1px solid #AACCF6;
}
.g-TableHeaderCell-SortedDesc {
  background: #cacaca;
  border-right: 1px solid #AACCF6;
}
.g-TableHeaderCell-Over {
  background: #cacaca;
  border-right: 1px solid #6C7A8F;
}
.g-TableHeaderCell-SortedAsc .g-SortIcon {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAACWCAYAAAGUZPkuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAzhJREFUeNpi+A8ETI8ePWJg+PTp03+mf//+MTB9+/aNgek7qxAD06cvPxmY3r95zcAAVMbAxMDAYAJnEUMABBCS4s+fPxNhfD2cxUuERQABBFYCdPx/MO/v378MjCBfgDgsP378ACth+f79O4Txi0MUwnjz9hOYwQjSDjfs4sWLzXARhsLCwrVA6j+qGvIZAAHE8OrVq/9gs0DEnz9//jPcv38fIQLiwB0P18UCCjCI43/9gjCAWiGM379/Q0W4xNEUf/kGlfoB8/v3r1+weBnGcAdiZhYgYQHEQphqwEGto6PzGeRUTpA0tYKFQgZAAIFDFRaOKO568OABhAEMONwqmJiYEEkGHujwRAATgAU1XAAWCbhV/IYmNkRMopoJjNE//1AFvn75jirw/dtXFAFGdIcxMaABDAGQlz3Z2NhA+v5fu3ZtJRlmgAR45syZ88bc3BykV4FMM4aLAEAAgXMvqNSBJSmWx48fY4Q6GEMz/X8WmMTXr18hWmDpU0FBgRFsCygpYo1sWDpFkZaUlMRMuISdjpm0MQQwkjasVCFBAFQSE1ABLbMQ7sB0KYYAmhm//6Kp+PkTPZv+/oPuOfRsCi1WkbT8ojTPESfANXny5A1AWh0ssmjRouegdKOurg5KLxogazOBAmJADHLyCpq4g4GZmRlcMoDwyZMn3UFp0w8k+PTp02mglgEsJYuCOCjF58jM+yNcACDAGEG16fPnzxlgGRpWfMF1IEtiAxjpB1YQgoo4UKnGhEsnyFSQ6SygQhXUhoQBdDewiImJgRuD7969Y4A1A4lyAwhwcXExsGDJJwwcHBwMQkJCYDZG0Us4qxEqiUk3AV8wYy2GSVdAuRUETWDhk8Cv4Mfvf4RCksKgBrbNCCj4/pOAN9FrTUwFvwko+I1W8WCa8IuAAnY2/GmGkeIkR7kC5JzFCe7lMTD8BGJQ7+QvrOnEBWq0AmvEZ6CGK6hGvHXr1nJQrQjEzAxVVVULkestGFZUVPyxadOmqMHgTaLCwRyIjYEYuaMACos7QHwSFA7+M2fOfI/sVTMzM1jNrACrmXlAgTVx4sR1wE5OGUgCZ009GMNhVMGoglEFtFAAALBqWpQlu8fUAAAAAElFTkSuQmCC") no-repeat scroll 4px -60px;
}
.g-TableHeaderCell-SortedDesc .g-SortIcon {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAACWCAYAAAGUZPkuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAzhJREFUeNpi+A8ETI8ePWJg+PTp03+mf//+MTB9+/aNgek7qxAD06cvPxmY3r95zcAAVMbAxMDAYAJnEUMABBCS4s+fPxNhfD2cxUuERQABBFYCdPx/MO/v378MjCBfgDgsP378ACth+f79O4Txi0MUwnjz9hOYwQjSDjfs4sWLzXARhsLCwrVA6j+qGvIZAAHE8OrVq/9gs0DEnz9//jPcv38fIQLiwB0P18UCCjCI43/9gjCAWiGM379/Q0W4xNEUf/kGlfoB8/v3r1+weBnGcAdiZhYgYQHEQphqwEGto6PzGeRUTpA0tYKFQgZAAIFDFRaOKO568OABhAEMONwqmJiYEEkGHujwRAATgAU1XAAWCbhV/IYmNkRMopoJjNE//1AFvn75jirw/dtXFAFGdIcxMaABDAGQlz3Z2NhA+v5fu3ZtJRlmgAR45syZ88bc3BykV4FMM4aLAEAAgXMvqNSBJSmWx48fY4Q6GEMz/X8WmMTXr18hWmDpU0FBgRFsCygpYo1sWDpFkZaUlMRMuISdjpm0MQQwkjasVCFBAFQSE1ABLbMQ7sB0KYYAmhm//6Kp+PkTPZv+/oPuOfRsCi1WkbT8ojTPESfANXny5A1AWh0ssmjRouegdKOurg5KLxogazOBAmJADHLyCpq4g4GZmRlcMoDwyZMn3UFp0w8k+PTp02mglgEsJYuCOCjF58jM+yNcACDAGEG16fPnzxlgGRpWfMF1IEtiAxjpB1YQgoo4UKnGhEsnyFSQ6SygQhXUhoQBdDewiImJgRuD7969Y4A1A4lyAwhwcXExsGDJJwwcHBwMQkJCYDZG0Us4qxEqiUk3AV8wYy2GSVdAuRUETWDhk8Cv4Mfvf4RCksKgBrbNCCj4/pOAN9FrTUwFvwko+I1W8WCa8IuAAnY2/GmGkeIkR7kC5JzFCe7lMTD8BGJQ7+QvrOnEBWq0AmvEZ6CGK6hGvHXr1nJQrQjEzAxVVVULkestGFZUVPyxadOmqMHgTaLCwRyIjYEYuaMACos7QHwSFA7+M2fOfI/sVTMzM1jNrACrmXlAgTVx4sR1wE5OGUgCZ009GMNhVMGoglEFtFAAALBqWpQlu8fUAAAAAElFTkSuQmCC') no-repeat scroll 4px -74px;
}
.sortable .g-SortIcon:before {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAACWCAYAAAGUZPkuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAzhJREFUeNpi+A8ETI8ePWJg+PTp03+mf//+MTB9+/aNgek7qxAD06cvPxmY3r95zcAAVMbAxMDAYAJnEUMABBCS4s+fPxNhfD2cxUuERQABBFYCdPx/MO/v378MjCBfgDgsP378ACth+f79O4Txi0MUwnjz9hOYwQjSDjfs4sWLzXARhsLCwrVA6j+qGvIZAAHE8OrVq/9gs0DEnz9//jPcv38fIQLiwB0P18UCCjCI43/9gjCAWiGM379/Q0W4xNEUf/kGlfoB8/v3r1+weBnGcAdiZhYgYQHEQphqwEGto6PzGeRUTpA0tYKFQgZAAIFDFRaOKO568OABhAEMONwqmJiYEEkGHujwRAATgAU1XAAWCbhV/IYmNkRMopoJjNE//1AFvn75jirw/dtXFAFGdIcxMaABDAGQlz3Z2NhA+v5fu3ZtJRlmgAR45syZ88bc3BykV4FMM4aLAEAAgXMvqNSBJSmWx48fY4Q6GEMz/X8WmMTXr18hWmDpU0FBgRFsCygpYo1sWDpFkZaUlMRMuISdjpm0MQQwkjasVCFBAFQSE1ABLbMQ7sB0KYYAmhm//6Kp+PkTPZv+/oPuOfRsCi1WkbT8ojTPESfANXny5A1AWh0ssmjRouegdKOurg5KLxogazOBAmJADHLyCpq4g4GZmRlcMoDwyZMn3UFp0w8k+PTp02mglgEsJYuCOCjF58jM+yNcACDAGEG16fPnzxlgGRpWfMF1IEtiAxjpB1YQgoo4UKnGhEsnyFSQ6SygQhXUhoQBdDewiImJgRuD7969Y4A1A4lyAwhwcXExsGDJJwwcHBwMQkJCYDZG0Us4qxEqiUk3AV8wYy2GSVdAuRUETWDhk8Cv4Mfvf4RCksKgBrbNCCj4/pOAN9FrTUwFvwko+I1W8WCa8IuAAnY2/GmGkeIkR7kC5JzFCe7lMTD8BGJQ7+QvrOnEBWq0AmvEZ6CGK6hGvHXr1nJQrQjEzAxVVVULkestGFZUVPyxadOmqMHgTaLCwRyIjYEYuaMACos7QHwSFA7+M2fOfI/sVTMzM1jNrACrmXlAgTVx4sR1wE5OGUgCZ009GMNhVMGoglEFtFAAALBqWpQlu8fUAAAAAElFTkSuQmCC") no-repeat scroll 4px -61px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.3;
}
.sortable .g-SortIcon:after {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAACWCAYAAAGUZPkuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAzhJREFUeNpi+A8ETI8ePWJg+PTp03+mf//+MTB9+/aNgek7qxAD06cvPxmY3r95zcAAVMbAxMDAYAJnEUMABBCS4s+fPxNhfD2cxUuERQABBFYCdPx/MO/v378MjCBfgDgsP378ACth+f79O4Txi0MUwnjz9hOYwQjSDjfs4sWLzXARhsLCwrVA6j+qGvIZAAHE8OrVq/9gs0DEnz9//jPcv38fIQLiwB0P18UCCjCI43/9gjCAWiGM379/Q0W4xNEUf/kGlfoB8/v3r1+weBnGcAdiZhYgYQHEQphqwEGto6PzGeRUTpA0tYKFQgZAAIFDFRaOKO568OABhAEMONwqmJiYEEkGHujwRAATgAU1XAAWCbhV/IYmNkRMopoJjNE//1AFvn75jirw/dtXFAFGdIcxMaABDAGQlz3Z2NhA+v5fu3ZtJRlmgAR45syZ88bc3BykV4FMM4aLAEAAgXMvqNSBJSmWx48fY4Q6GEMz/X8WmMTXr18hWmDpU0FBgRFsCygpYo1sWDpFkZaUlMRMuISdjpm0MQQwkjasVCFBAFQSE1ABLbMQ7sB0KYYAmhm//6Kp+PkTPZv+/oPuOfRsCi1WkbT8ojTPESfANXny5A1AWh0ssmjRouegdKOurg5KLxogazOBAmJADHLyCpq4g4GZmRlcMoDwyZMn3UFp0w8k+PTp02mglgEsJYuCOCjF58jM+yNcACDAGEG16fPnzxlgGRpWfMF1IEtiAxjpB1YQgoo4UKnGhEsnyFSQ6SygQhXUhoQBdDewiImJgRuD7969Y4A1A4lyAwhwcXExsGDJJwwcHBwMQkJCYDZG0Us4qxEqiUk3AV8wYy2GSVdAuRUETWDhk8Cv4Mfvf4RCksKgBrbNCCj4/pOAN9FrTUwFvwko+I1W8WCa8IuAAnY2/GmGkeIkR7kC5JzFCe7lMTD8BGJQ7+QvrOnEBWq0AmvEZ6CGK6hGvHXr1nJQrQjEzAxVVVULkestGFZUVPyxadOmqMHgTaLCwRyIjYEYuaMACos7QHwSFA7+M2fOfI/sVTMzM1jNrACrmXlAgTVx4sR1wE5OGUgCZ009GMNhVMGoglEFtFAAALBqWpQlu8fUAAAAAElFTkSuQmCC') no-repeat scroll 4px -82px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.3;
}
.sortable.g-TableHeaderCell-SortedAsc .g-SortIcon:before,
.sortable.g-TableHeaderCell-SortedDesc .g-SortIcon:before,
.sortable.g-TableHeaderCell-SortedAsc .g-SortIcon:after,
.sortable.g-TableHeaderCell-SortedDesc .g-SortIcon:after {
  display: none;
}
.g-TableCell {
  overflow: hidden;
  float: left;
  white-space: nowrap;
  position: relative;
}
.g-TableRefreshIcon {
  background: url('data:image/png;base64,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') no-repeat 0 -297px;
  margin: 0px;
}
.g-TableActionPanel {
  display: inline-block;
  vertical-align: top;
}
.g-MenuIcon {
  display: none;
}
.g-TableHeaderCellWithMenu .g-MenuIcon {
  display: block;
}
.g-TableHeaderCell-Over .g-MenuIcon {
  background-image: url('data:image/gif;base64,R0lGODlhHAAyAIcAABU7hCJFh8Pa+cXf/8fg/8vi/8rm/83j/8zn/9Dm/9Dq/9Po/9Lr/9bp/9bu/9jq/9rs/97t/9jw/9zx/9/z/+Dw/+Py/+H1/+bz/+X2/+f5/+n1/+v2/+v7/+78//H///T//////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAAcADIAAAj/AAWE4ECwoEGCAkEoXMhQocCDEDkkbEjxYUSDEykytHgRYQiNDTl2zAgShMiLJEGejJhS40qILSsO7Oix5MKXB2OGnElT50aeIz/aNAkUpVCbODEeLZm0oM+bRVkuVRkV5lSXVXNelbmhq9evXQV+GEu27FiBGNKqXZtWoIe3cOO+FWihrt27dQV22Mu3716BFQILHhxYoIbDiBMfFhghQojHkEM0jiAwQ4bIkC1nEAghRIDPoAOEgABB4IUQAFKrBhDiwgWBDx54Dh0i9gOBFCigXh0iNwWBDYLPFh08uMAJyHezRo5c4ILnCzyHgP5coITrElCHwH5dYILv30OAqgcv0IF58yHOnxd4oL379+0FMphPv/58gQXy69+fX6CC/wAG+J9ABBRo4IEFCoTAggw2uKBAA0Qo4YQRCmTAhRhmeCGEFHZooYYgctjhhB+CmKGII1YYgokaophiiSwa4OKIMLI4o4crxrhhCCmSmKOON1JYo4lB+qjjjj1KOGSIPCY5wJItNpkklCdK2SOVGBap5I8xaqnikTJa+SKXNopJI5lEmokjmAEBADs=');
  background-position: 0px 50%;
}
.g-TableHeaderCell-Over .g-MenuIcon-Over {
  background-image: url('data:image/gif;base64,R0lGODlhHAAyAIcAABU7hCJFh8Pa+cXf/8fg/8vi/8rm/83j/8zn/9Dm/9Dq/9Po/9Lr/9bp/9bu/9jq/9rs/97t/9jw/9zx/9/z/+Dw/+Py/+H1/+bz/+X2/+f5/+n1/+v2/+v7/+78//H///T//////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAAcADIAAAj/AAWE4ECwoEGCAkEoXMhQocCDEDkkbEjxYUSDEykytHgRYQiNDTl2zAgShMiLJEGejJhS40qILSsO7Oix5MKXB2OGnElT50aeIz/aNAkUpVCbODEeLZm0oM+bRVkuVRkV5lSXVXNelbmhq9evXQV+GEu27FiBGNKqXZtWoIe3cOO+FWihrt27dQV22Mu3716BFQILHhxYoIbDiBMfFhghQojHkEM0jiAwQ4bIkC1nEAghRIDPoAOEgABB4IUQAFKrBhDiwgWBDx54Dh0i9gOBFCigXh0iNwWBDYLPFh08uMAJyHezRo5c4ILnCzyHgP5coITrElCHwH5dYILv30OAqgcv0IF58yHOnxd4oL379+0FMphPv/58gQXy69+fX6CC/wAG+J9ABBRo4IEFCoTAggw2uKBAA0Qo4YQRCmTAhRhmeCGEFHZooYYgctjhhB+CmKGII1YYgokaophiiSwa4OKIMLI4o4crxrhhCCmSmKOON1JYo4lB+qjjjj1KOGSIPCY5wJItNpkklCdK2SOVGBap5I8xaqnikTJa+SKXNopJI5lEmokjmAEBADs=');
  background-position: 14px 50%;
}
.SortAscIcon .g-MenuItemIcon {
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPcAAAAAAAD/ACkxOTE5SjFSlDFalDlalEJSY0JrtUprlEprtVJje1JzvVJzxlJ7rVJ7xlpre1p7vWOExnM5KXOMtXOUvXuMpXuUtXuU1oQxIYQ5KYxCOZQ5OZRCOZRCQpRKUpRSWpSlxpSlzpStxpxjY5xja5xrhJxzc5x7lJy11qVze6V7hKV7lKWEnKW13q2Mpa3G563O77WEnLWUrbWcrbWttbXO772lrb3G1sbG3sbW987O3tbe9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAAQABAAAAiAAAMIbCCwYEEABgNgQBAioUCEBh8wMOAwAMSCCgIQqHgxQAQGFQw4cNgxo8CNCS9KKDAigAECCVJWnNmxBYoXKErQkFlwhUAQG0g6lJGhhkEIFgBcOGDwA4mEIQBIpVDQRFCHAwAIKDjDw84AKgxGvVCQw4QTJDScSLhgpluBAQEAOw==');
}
.SortDescIcon .g-MenuItemIcon {
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPcAAAAAAAD/ACkxOTE5SjFCczFKhDlKezlSe0JSY0JapUpajEpjpVJje1JrnFJzrVpre1pztWN7tWuMvXM5KXOMtXuMpXuUtYQxIYQ5KYxCOYycxpQ5OZRCOZRCQpRKUpRSWpSlxpStxpStzpxjY5xja5xrhJxzc5x7lJy11qVze6V7hKV7lKWEnK2Mpa3G57WEnLWUrbWcrbWttbXG572lrb3G1r3W98bG3s7O3s7e79be9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAAQABAAAAh/AAOwONHiBIkYARImBKAwgIqEHzI0XDgxwIsLMioynOhhRMUAGxWWkPgxZAAYHRAGSDHR5IYJJkZgMNHyo02TCheUrCghgQaNFR00MNDwQQUAFhA01EmgYQgAUCkohNCAgoEGDQcAELBUYVOFIJAqjFAARAADBBQ0ZGCzbcKAAAA7');
}
.ColumnsIcon .g-MenuItemIcon {
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAIcAAFFxqVFyqVNzqVNzqlR1q1R1rFZ2rVd5rlh6sFh7sVp8slx+tFx+tUB240D/QF6Bt1+DuWCFumGFu2OHvWSIvlaG5WaLwGiOw2ySyGyUyW6Uym+Wy2+XzHCRwXCZznKaz3Oc0XOd0nWe1Hag1Xmi2Hmj2Xqk2nqk23qm3Hun3JGRkZWVlZ6enrCwsLq6ur6+voCex4yhxoat3ZK03pK56LbD28DAwMLCwsbGxsjIyMrKyszMzN3d3dji9v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAA4ALAAAAAAQABAAAAifAB0IHEiwoMGDBGvMSIHCBIkRIkJ88LAhQwYYNWTQ2MixY8cOKUKKHEnSwgkfKEv0WLmyBEqUE1zu0KGygs0eJVrwaOAjAomXKlni9NGA54MRPnLgqHmzRFGeDEQAFTq0qA8FIHzcsMG0Ak4WO30g4DBVqMuXBTT4eOGiK84VKlT4GIChLMuzKAPEuGCBggQICxQkOGCAgAABAGIgRBgQADs=');
}
.ViewsIcon .g-MenuItemIcon {
  background-image: url('data:image/png;base64,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');
}
.g-TableHeader .dragdrop-dragging {
  background: #dadada url('data:image/gif;base64,R0lGODlhAgAYALMAALzK37bE2Wx6j7nH3MbU6bPB1sDO48PR5uDs/wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAACABgAAAQUEMlJayWYnM2NNwAwjEMQFGghCBEAOw==') repeat-x scroll 0 bottom;
  border-right: 1px solid #6C7A8F;
  border-left: 1px solid #6C7A8F;
  opacity: 0.8;
}
.g-TableHeader .dragdrop-dragging .g-MenuIcon {
  background: transparent;
}
.g-TableHeaderCellDropPositioner {
  position: absolute;
}
.g-TableActionsHeader .g-DisplayingLabel {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.g-TableDataPanel {
  position: absolute;
  background: #fff;
}
.g-TableLoadRow {
  position: absolute;
  width: 100%;
}
.g-TableLoadRowEven {
  background-color: #F0F0F0;
}
.g-TableContentPanel {
  overflow: hidden;
  position: relative;
}
.g-TableBody {
  overflow-x: hidden !important;
}
.TableBlocker {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: transparent;
}
.MailOutboxGrid .g-TableRow {
  cursor: pointer;
}
.TableLoadingRange {
  text-align: center;
  padding-top: 55px;
}
/* ******************************************* */
/*                GRID - NO DATA               */
/* ******************************************* */
.NoData,
.ErrorData {
  padding: 15px 0;
  text-align: center;
}
.NoDataContent,
.ErrorNoDataContent {
  font-weight: bold;
  color: #000000;
}
.NoDataMessage,
.TimeoutNoDataMessage {
  display: inline;
  padding: 0px 10px 10px 30px;
}
.NoDataMessage {
  background: url('../../_common_templates/img/grid.no.data.png?v=5.23.11.4') no-repeat;
}
.ErrorNoDataContent {
  width: 400px;
  margin: 0 auto;
  padding: 15px 0;
}
.TimeoutNoDataMessage,
.ErrorNoDataMessage {
  color: #8b8b8b;
  font-weight: normal;
  border: 10px solid transparent;
  margin: 0;
  padding-left: 40px;
  font-size: 13px;
}
/*
 * .TimeoutNoDataMessage {background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEJ0lEQVRYhe2XTWhcVRTH/+fd9yYznY/MTD5Mk5iUFhdtkFC0goJQA7oJfiBuo0sloLhwo4taNyJKKYopCAV3ughYExAUBEEQBEXUgoqxqFUsmrTJ5GM+7sc5Lt6bzKSdeTMTqysPvHkM98z9/+7/nnveGxIRxMWFjz6eSiT6Tn/7/c+fPD//+LnYZABvL743MjE2+urFH375rbRTe+nFp5/Qcfle3OCpMwt9h8bH3j1+7NhjE2PjC6+8tXh/J4DBwsAbd01Pzx2ePPRCOpV9qlN+LEBpu1woV2qHWQiT46M4kEzfHpf/7OnXaGu7fLSmDW49eAv6s7nY/I4AAMAsloXRl/ChFHFcLhGBmS2zwPc8+L5n/zHAfiO+sv4DgG7jf4CbC0A3GYDI21NL5KnY2jp76jlppiDqvL7YDFPetFKfjwi6Vok9hgDAEAERiDyws65TPrVqxXNzc89MTkw84imVGh45eGcqmfKtY2xsrF+q7mz+rvygkSwCASAscOyQyxfuyOdymao2WF/f+GNn89pPxrraysrK60tLSx9cr+W3ospkMi9PTU2liQjWWoCAFAUo5MaOkDdxpC4KEYgImBnMDOccjDHQtSrADvnsgdFif2ZUa43Lly8XAXQHAEDXarU0c8NxiT4EsissImARCPPuvRmIo++Ryy23ryWAc06MNnDCewq7seoQREQgLBBhMAtYOIThOoRDWJQCZm5ZwC0BmBnGGjh3Yw1JZIXI3osj4RAmvIDw+VAf7x7AMay1MNa2dCC8NW9Bw4U6QPNWRK52D+A4KiZjbugtbR0QATsHay0cOzgXQhARfKUgvTjgnIPWGlob0HUEzceWWeCchY2E2TlwNE7RD4kIBPS2BQ0ADQLtabEiAhcJhqtlCNp34TqA6xXAaANjTEOUw7poPl7NK20XRFR/UekBgBnGaFQqFbiowdT3upNgKwAPgGFRXQNQ2VzdrlSKlXJ5d5L9BhGh6vsY3t6+0jXAyPSls6s/5s8ls4BHXlv7OgkD4XZube3wg4lfz7TMa/e/4NGHZxaqOj2fTAVIJBJQSsHzvFg3mpuStRZaa9S0M2P50vz5dz493xMAANx38oGH+pLek8aYewFk6xBKqd3iqgszM9gxHLu6Y38FQfBhMpV98/0Li1+004gFqMfs7Oy41vqE1vo4s7vNOnuUGdOAAAyIMDzf/zrw/YtKqe+CIPgylUp9tby8fK3T3F0BNIczBidnZu5hxmee74EEsM4CIncvLS99XujPQwV+2D+6iHaP49Yhod3pdMZXvo9cLg8QsFUqYbNUSg0NDvU0Xc8AAoFhh3xxQHkgKKUgIBQGC7DM+zqrvTkAggcPG+tXq0pUKVcsJpQSb/XKmvy5umr+dYDw1QIYHBj6hjx1wlq3xg52eHSkX/UFa/sB+BvEMLuG15SZugAAAABJRU5ErkJggg==) no-repeat left -10px;}
 * .ErrorNoDataMessage {background:url(data:image/png;base64,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) no-repeat left -10px;}
*/
.g-ListBoxPopup .ErrorNoDataContent {
  width: 180px;
}
/* ******************************************* */
/*           NO DATA TEMPLATES                 */
/* ******************************************* */
.noDataHeader {
  text-align: center;
  font-weight: bold;
  margin: 5px 0 0;
}
.noDataText {
  text-align: center;
  margin: 5px 0 0;
}
.logsNoData {
  clear: both;
  margin: 10px 0 0;
  height: 268px;
  display: block;
  background: url('../../_common_templates/img/smpl_logs_no_data.jpg?v=5.23.11.4') no-repeat top center;
}
/* ******************************************* */
/*                 MENU                        */
/* ******************************************* */
.g-Menu {
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
  -moz-box-shadow: 0 0 8px #666;
  padding: 3px 0;
}
.g-MenuItem {
  clear: both;
  height: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 18px;
  cursor: pointer;
}
.g-MenuItemIcon {
  position: absolute;
  top: 0;
  left: 1px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 10px;
}
.g-MenuItemInner {
  height: 100%;
  padding-left: 28px;
  position: relative;
}
.g-MenuItemLabel {
  margin-right: 10px;
  white-space: nowrap;
  line-height: 20px;
}
.g-MenuItem-HasSubmenu .g-MenuItemInner {
  background: url('../../_common_templates/img/menu/submenu-arrow.gif?v=5.23.11.4') no-repeat right center;
}
.g-MenuItem-HasSubmenu .g-MenuItemLabel {
  margin-right: 20px;
}
.g-MenuItem-selected {
  background: #005b82;
  color: #fff;
}
.g-MenuItemSeparator {
  background: #999;
  height: 1px;
  margin: 3px 0;
}
.g-MenuItemSeparator:first-child,
.g-MenuItemSeparator:last-child {
  display: none;
}
.CheckBoxMenuItem .g-MenuItemIcon {
  width: 18px;
  height: 18px;
  background: url('../../_common_templates/img/checkbox2.png?v=5.23.11.4') no-repeat 0 -1px;
  outline-style: none;
}
.CheckBoxMenuItem-Checked .g-MenuItemIcon {
  background-position: 0 -21px;
}
.RadioMenuItem .g-MenuItemIcon {
  width: 19px;
  height: 18px;
  background: url('../../_common_templates/img/radiobutton2.png?v=5.23.11.4') no-repeat 0 -1px;
}
.RadioMenuItem-Checked .g-MenuItemIcon {
  background-position: 0 -21px;
}
.SimpleColumnTable .g-TableRow {
  background: #efeeed;
  border: 1px solid #cccaca;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 10px 10px 0px;
}
.SimpleColumnTable .g-TableRow.g-TableRow-disabled {
  background: #fafafa;
  border: 1px solid #f1f1f1;
}
.SimpleColumnTable .g-TableRow-over {
  background-color: #e5e5e5;
}
.g-SortIcon {
  float: left;
  height: 18px;
  width: 12px;
  margin-left: 5px;
}
.g-TableHeaderCellPanel {
  float: left;
}
.g-TableHeaderCellPanel .gwt-Label {
  padding-left: 3px;
}
.g-MenuIcon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 14px;
  height: 22px;
}
.g-TableActionsHeader .g-DisplayingLabel {
  text-align: right;
  padding: 0px 5px 0px 0px;
}
.DataPanel {
  font-size: 11px;
}
.Rows20 .g-TableCell {
  line-height: 19px;
}
.Rows34 .g-TableCell {
  line-height: 34px;
}
.Rows34 .g-TableBody .CheckBox,
.Rows34 .g-TableBody .CheckBox-checked {
  margin: 7px 6px;
}
.Rows34 .TwoLinesInRow {
  line-height: 17px;
}
.Rows34 .ActionButton {
  margin-top: 5px;
}
.Rows34 input[type="submit"] {
  margin-top: 4px;
}
.Rows46 .g-TableCell {
  line-height: 46px;
}
.Rows46 .TwoLinesInRow {
  line-height: 20px;
  padding: 3px 0;
}
.Rows46 .ActionButton {
  margin-top: 11px;
}
.Rows46 .g-TableRow .CheckBoxContainer .CheckBox {
  top: 12px;
  left: 6px;
}
.Rows39 .g-TableCell {
  line-height: 39px;
}
.Rows39 .ActionButton {
  margin-top: 10px;
}
.Rows58 .g-TableCell {
  line-height: 58px;
}
.Rows58 .ActionButton {
  margin-top: 18px;
}
.GridErrorMessageLabel.alert {
  margin-top: 0;
}
.GridSearchPanel {
  background: #fff;
  line-height: 26px;
  padding: 0;
  border-left: 0 solid #cfcdcd;
  border-top: 0 solid #cfcdcd;
  border-right: 0 solid #cfcdcd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.TablePanel {
  border-bottom: 0 solid #cfcdcd;
  border-left: 0 solid #cfcdcd;
  border-right: 0 solid #cfcdcd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  clear: both;
}
.SearchPanelWithoutPresets {
  margin-top: 0;
}
.NewViewNameInput,
.NewViewNameLabel {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
html,
body {
  overflow: hidden;
  height: 100%;
}
p {
  margin: 0 0 10px;
}
*:focus {
  outline: none;
}
input {
  font-size: 11px;
  height: 25px;
  margin: 0;
  padding: 3px;
  position: relative;
}
a {
  color: #0431B4;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: 0 none;
}
/*for firefox*/
input:invalid,
textarea:invalid {
  box-shadow: none;
}
div::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: rgba(200, 200, 200, 0.3);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
div::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
div::-webkit-scrollbar-corner {
  background-color: transparent;
}
textarea::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: rgba(200, 200, 200, 0.3);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
textarea::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
textarea::-webkit-scrollbar-corner {
  background-color: transparent;
}
.IconButton {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0px 0px 0px 5px;
}
.DragAndDropFileUploadView {
  width: 100%;
  height: 100%;
}
.SuccessMessage {
  border: 1px solid orange;
  background-color: yellow;
}
.TextBoxContainer {
  font-size: 11px;
  display: block;
}
.MessageArea {
  border: 1px solid #B6B5B5;
  background: #fff;
}
.MessageArea textarea {
  width: 100%;
  height: 150px;
  padding: 3px;
  _height: 100%;
  resize: none;
  border: none;
  font-size: 12px;
  overflow: auto;
}
.g-FormField2 {
  margin-bottom: 10px;
}
.g-FormField2-InputContainer {
  clear: left;
  float: none;
}
.g-FormField2-InputPanel {
  float: none;
}
.g-FormField2-ErrorIcon {
  border-radius: 0;
  height: 16px;
  width: 16px;
  top: 5px;
  right: 4px;
}
.g-FormField2-ErrorIcon span {
  display: none;
}
.g-FormField2-Label {
  float: none;
  width: auto;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 3px 10px 2px 0px;
  max-width: 100%;
  overflow: hidden;
}
.g-FormField2-Label label {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MessageFormFiles,
.FormInputFielsView {
  min-height: 17px;
  _height: 17px;
  margin: 0px;
  background: #FFF;
}
.g-FormField2-Error .MessageFormFiles,
.g-FormField2-Error .FormInputFielsView {
  background: #fff0f0;
}
.MessageFormFilesWrapper {
  position: relative;
}
.MessageFormFiles {
  margin-right: 15px;
}
.MessageFormAttach {
  position: absolute;
  right: 2px;
  top: 0px;
}
.SendFile {
  float: right;
  font-weight: normal;
  height: 16px;
  width: 18px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.PreviewBox {
  margin: 0px 10px 0px 0px;
  background: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  padding: 5px;
  position: relative;
  font-size: 0.8em;
  cursor: pointer;
}
.FileNameBox {
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 5px 1px 10px;
  position: relative;
  font-size: 0.8em;
}
.FileNameBox .FileName {
  margin: 0px 5px 0px 0px;
}
.FileNameBox .FileName a {
  color: #000;
  text-decoration: underline;
}
.FileNameBox .FileName a:hover,
.FileNameBox .FileName a:focus {
  color: #c20e00;
}
.FileNameBox .FileSize {
  color: #959595;
  font-style: normal;
}
.InputFileView {
  font-size: 10px;
  background: #efefef;
  border: 1px solid #B6B5B5;
  position: relative;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: right;
  margin: 0px 10px 0px 0px;
  padding: 1px 5px 0px 10px;
}
.InputFileView .FileName {
  float: right;
}
.InputFileView .FileName a {
  color: #000;
  text-decoration: none;
}
.InputFileView .FileName a:hover,
.InputFileView .FileName a:focus {
  color: #c20e00;
}
.InputFileView .FileName span {
  color: #959595;
}
.InputFileView .DiscardButton {
  float: right;
}
.FormTitle {
  padding: 5px 10px;
  position: relative;
}
.ContactHeader {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ContactHeader img {
  max-width: 90%;
  max-height: 90%;
}
.ContactBody {
  bottom: 100px;
  left: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
}
.ContactFooter {
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
}
.Branding {
  position: absolute;
  width: 200px;
  height: 18px;
  bottom: 2px;
  line-height: 18px;
  font-size: 12px;
  right: 5px;
  margin: 0px 8px 0px 0;
  text-align: right;
}
.Branding img {
  border: none;
}
.AppBrandProductWidget,
.AppBrandProductLabel,
.AppBrandProductLink {
  font-size: 9px !important;
}
.AppBrandProductWidget object {
  margin: 0 2px 0 1px;
}
.ContactForm {
  overflow: auto;
  height: 100%;
}
.ContactBody .ContactForm {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px;
}
.ContactBodyWithKb .ContactForm {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 300px;
}
.Kb {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  width: 300px;
}
.KbTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  padding: 25px 15px 15px 22px;
}
.KbResult {
  margin: 0;
  list-style: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 7px 15px 7px 50px;
}
.KbResult-shown {
  background: #fff;
}
.KbEntryTitle {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
.KbEntryTitle:hover {
  text-decoration: none;
}
.KbEntryPreview {
  font-size: 11px;
  height: 15px;
}
.KbEntryTitle,
.KbEntryPreview {
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
}
.KbEntryIcon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 6px;
  left: 3px;
}
.PopupPanelClose {
  width: 16px;
  height: 16px;
  margin: 4px 0 0;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 8px;
}
.PopOutButton {
  width: 16px;
  height: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin: 4px 0 0;
  position: absolute;
  top: 6px;
  right: 32px;
}
.KbEntryContentPanel {
  position: absolute;
  top: 30px;
  bottom: 1px;
  left: 0;
  right: 2px;
}
.KbEntryContentFrame {
  height: 100%;
  width: 100%;
  border: none;
}
.KbEntryContentTitle {
  font-weight: bold;
  display: block;
  padding: 5px 64px 10px 20px;
}
.KbEntryMainPanel {
  background-color: #ffffff;
  height: 100%;
  position: relative;
}
.KbEntryPanel {
  top: 65px;
  bottom: 15px;
  height: auto !important;
  min-width: 250px;
  position: absolute;
  height: 100%;
}
.KbSidePanel {
  position: absolute;
  width: 100%;
  height: 100%;
}
.KbSidePanel .KbEntryIcon {
  left: 14px;
}
@keyframes newSuggestionsAnimation {
  0% {
    height: 100%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes newSuggestionsAnimation {
  0% {
    height: 100%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes newSuggestionsAnimation {
  0% {
    height: 100%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.KbResultsWrapper {
  overflow: hidden;
  bottom: 20px;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.KbResults {
  -webkit-column-width: 800px;
  column-width: 800px;
  height: 100%;
}
.KbResultsWrapper.NewLoaded {
  -webkit-animation: newSuggestionsAnimation 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation: newSuggestionsAnimation 2s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.ContactWinButtons {
  height: 21px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.CloseButton {
  width: 16px;
  height: 16px;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  float: right;
}
.CloseButton span {
  display: none;
}
.ChatPhoneButtons {
  display: inline;
}
.CheckBox {
  width: 18px;
  height: 18px;
  float: left;
}
.CheckBox.CheckBox-disabled {
  width: 20px !important;
  height: 21px !important;
}
.CheckBox-checked.CheckBox-disabled {
  width: 20px !important;
  height: 21px !important;
}
.CheckBoxLabel {
  font-size: 12px;
  margin: 0 5px;
  float: left;
}
.CheckBoxContainer {
  display: inline-block;
  float: none;
}
.CheckBoxGroup .CheckBox {
  display: inline;
}
.CheckBoxGroup .CheckBoxlabel {
  display: inline;
  margin: 0px 10px 0px 5px;
  font-size: 12px;
}
.SearchPanel {
  padding: 4px 0;
}
.Search {
  border: 1px solid #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 5px 30px;
  font-size: 13px !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  width: 422px;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217.151px%22%20height%3D%2217.187px%22%20viewBox%3D%220%200%2017.151%2017.187%22%20enable-background%3D%22new%200%200%2017.151%2017.187%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23545353%22%20d%3D%22M0%2C14.81L6.329%2C8.48l2.388%2C2.347l-6.359%2C6.359L0%2C14.81z%20M6.169%2C5.445C6.194%2C2.413%2C8.673-0.025%2C11.706%2C0c3.032%2C0.025%2C5.471%2C2.504%2C5.445%2C5.536c-0.025%2C3.033-2.504%2C5.471-5.536%2C5.445%20C8.582%2C10.957%2C6.145%2C8.479%2C6.169%2C5.445z%20M11.632%2C8.987c1.931%2C0.016%2C3.509-1.537%2C3.525-3.467c0.016-1.932-1.537-3.51-3.468-3.526%20S8.18%2C3.531%2C8.164%2C5.462C8.148%2C7.394%2C9.7%2C8.972%2C11.632%2C8.987z%22%2F%3E%3C%2Fsvg%3E') no-repeat 8px center #fff;
}
.Search.Empty {
  color: #989898;
}
.AcceptIcon {
  width: 26px;
  height: 26px;
  background: #efeeed;
  margin: 1px 0 0 0;
  text-align: center;
}
.AcceptsIconM,
.AcceptsIconP,
.AcceptsIconM-down,
.AcceptsIconP-down {
  display: none;
}
.WindowResizer {
  position: absolute;
}
.WindowResizerSE {
  line-height: 1px;
  font-size: 1px;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  cursor: se-resize;
}
.g-ListBox {
  background-color: #FFF;
  border: 1px solid #949494;
  display: block;
  padding: 1px;
}
.g-ListBoxInput {
  font-size: 12px;
  width: 100%;
}
.g-ListBoxButton {
  line-height: 19px;
  height: 19px;
  width: 18px;
  vertical-align: top;
  border-style: none none solid;
  border-width: 0 0 0;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 2px;
}
.g-ListBoxPopup {
  background: #fff;
  border: none;
  border: 1px solid #015a82;
  color: #000;
}
.g-ListBoxPopup .g-TablePanel {
  background: none;
  border: none;
}
.g-ListBoxPopup .g-TableRow {
  border: none !important;
  border-top: 1px solid #ddd !important;
  background: none;
  padding: 2px 5px;
}
.g-ListBoxPopup .DepartmentOffline {
  background: #f3f3f3;
}
.g-ListBoxPopup .gwt-HTML {
  padding: 6px 0 0;
}
.g-ListBoxPopup .g-TableRow:first-child {
  border-top: none !important;
}
.g-ListBoxPopup .g-TableRow-focused {
  border-top: 1px solid transparent !important;
  background: #005b82 !important;
  color: #fff;
}
.g-ListBoxPopup .g-TableRow-focused:first-child {
  border-top: none !important;
  background: #005b82 !important;
}
.g-ListBoxPopup .g-TableBody td {
  border: 0 !important;
  line-height: 17px;
  font-size: 12px;
}
.Loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  zoom: 1;
  cursor: wait;
}
.ImLeButton {
  transition: all 0.5s linear 0s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.ButtonWrapped {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ImLeButton-over {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.MessageWindow {
  position: fixed;
  left: 0;
  right: 0;
  width: 100% !important;
  max-height: 300px;
  height: auto !important;
  bottom: 0;
  opacity: 0.8;
}
.MessageWindowContent {
  padding: 15px 40px 15px 15px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.MessageWindowHeaderButtons {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 10px;
}
.MessageWindowIcon {
  display: none;
}
.MessageInformation {
  display: table;
  width: 100%;
}
.MessageInformationText {
  display: table-cell;
  height: 14px;
  font-size: 11px;
  line-height: 19px;
  color: #fff;
  overflow: hidden;
  padding-right: 20px;
}
.MessageInformationText > div:first-child {
  height: 17px;
  overflow: hidden;
  word-break: break-all;
}
.MessageInformationText-details {
  overflow: auto;
  max-height: 300px;
}
.MessageInformationText-details > div:first-child {
  height: auto;
  overflow: auto;
}
.MessageInformationMore {
  display: table-cell;
  height: 14px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  text-decoration: underline;
}
.MessageWindowButtonClose {
  margin-top: 2px;
}
.MessageWindowButtonClose:before {
  content: '✖';
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.ErrorMessage {
  background: #cc0000;
  color: #fff;
}
.SystemMessage {
  background: #2e77d1;
  color: #fff;
}
.ActionMessage {
  background: #009d00;
  color: #fff;
}
.MainElement {
  width: 100%;
  height: 100%;
}
.FormDescription:empty {
  display: none;
}
/*suggestion*/
.Avatar {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.DateCreated {
  display: none;
  /*font-size: 80%;
	display: inline-block;
	vertical-align: top;*/
}
.SuggesionHeader .VoteMainButton,
.ReplyButton {
  display: none;
}
.MsgGroupHeader .Title {
  display: inline-block;
  vertical-align: middle;
}
.MsgGroupHeader .Name {
  font-weight: bold;
}
.Messages {
  display: block;
  margin: 10px 0 0;
}
.article-bottom {
  margin: 10px 0 0;
  font-size: 0;
}
.article-bottom-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  color: #fff;
}
.article-status {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.label-statusN {
  background: #ff8758;
}
.label-statusU {
  background: #ffc600;
}
.label-statusL {
  background: #d19ee9;
}
.label-statusS {
  background: #63daf4;
}
.label-statusC {
  background: #70e151;
}
.label-statusX {
  background: #c9c9c9;
}
.article-votes {
  background: #333;
}
.E_KbArticleBody {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  overflow: auto;
  /*a {
		color: #666;
		&:hover {text-decoration: underline;}
	}*/
}
.KBPadding {
  padding: 20px;
}
.AnswersBox {
  margin: 2em 0 1em;
}
#AnswersTitle {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px;
  font-style: italic;
  font-weight: normal;
  display: inline-block;
}
#AnswersTitle:before,
#AnswersTitle:after {
  content: '';
  display: inline-block;
  border-top: 1px solid #666;
  width: 25px;
  vertical-align: middle;
}
#AnswersTitle:before {
  margin-right: 10px;
}
#AnswersTitle:after {
  margin-left: 10px;
}
.FilePreview {
  margin-bottom: 5px;
}
.FilePreview:before {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20.st0%20%7Bfill%3A%23666666%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14.5%2C5.1L14.5%2C5.1c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1-0.1-0.1-0.1L9.6%2C0.2c0%2C0-0.1-0.1-0.1-0.1c0%2C0%2C0%2C0%2C0%2C0%0A%09%09C9.4%2C0%2C9.3%2C0%2C9.2%2C0H2.1C1.8%2C0%2C1.5%2C0.3%2C1.5%2C0.6v14.8c0%2C0.3%2C0.3%2C0.6%2C0.6%2C0.6h11.8c0.3%2C0%2C0.6-0.3%2C0.6-0.6V5.3%0A%09%09C14.5%2C5.2%2C14.5%2C5.2%2C14.5%2C5.1L14.5%2C5.1z%20M12.5%2C4.7H9.8V2l1.4%2C1.4L12.5%2C4.7z%20M2.7%2C14.8V1.2h6v4.1c0%2C0.3%2C0.3%2C0.6%2C0.6%2C0.6h4.1v9H2.7z%0A%09%09%20M2.7%2C14.8%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') no-repeat center center;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.FilePreview .FileImage {
  display: block;
  margin: 5px 0;
  padding-left: 18px;
}
.FilePreview .File:hover {
  text-decoration: underline;
}
.Files {
  margin: 1em 0;
}
.FilePreview a {
  color: #666;
  font-size: 12px;
  line-height: 14px;
  /*icon height*/
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-device-width: 480px) {
  html,
  body {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
}
body,
.E_KbArticleBody {
  background: transparent;
  font-size: 14px;
  line-height: 1.25;
  color: #666;
  counter-reset: kb;
}
a {
  color: #5577da;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5577da;
  text-decoration: underline;
}
.MainElementPopout,
.MainElementMobile {
  display: block;
  width: 100%;
  height: 100%;
  /* only for this template */
  /*&.ContactFormSent .Kb-counterWithKb {
		.left(~"calc(50% - 25px)");
	}*/
}
.MainElementPopout .CloseButton,
.MainElementMobile .CloseButton,
.MainElementPopout .ImLeButton.SuccessCloseButton,
.MainElementMobile .ImLeButton.SuccessCloseButton {
  display: none;
}
.MainElementPopout .ContactBody .ContactForm,
.MainElementMobile .ContactBody .ContactForm {
  max-width: 1000px;
}
.MainElementPopout .mainForm,
.MainElementMobile .mainForm {
  height: 100%;
  margin: 0;
}
.MainElementPopout .mainForm.mainFormWithKb,
.MainElementMobile .mainForm.mainFormWithKb {
  margin: 0;
}
.MainElementPopout .spaceShadow,
.MainElementMobile .spaceShadow {
  box-shadow: none;
}
.MainElementPopout .KbSidePanel,
.MainElementMobile .KbSidePanel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  transform: none;
  margin: 0;
  position: absolute;
  box-shadow: none;
  max-width: none;
  /*.transition(all,1s,ease);*/
  -webkit-animation: animate 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation: animate 1s;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.MainElementPopout .KbSidePanel.Kb-open,
.MainElementMobile .KbSidePanel.Kb-open {
  /*.transition(all,1s,ease);*/
  -webkit-animation: animateback 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation: animateback 1s;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.MainElementPopout .ContactBody,
.MainElementMobile .ContactBody,
.MainElementPopout .KbEntryPanel,
.MainElementMobile .KbEntryPanel {
  bottom: 100px;
}
.MainElementPopout .ContactFooter,
.MainElementMobile .ContactFooter {
  height: 100px;
}
.MainElementPopout .ImLeButton.Send,
.MainElementMobile .ImLeButton.Send,
.MainElementPopout .ImLeButton.Chat,
.MainElementMobile .ImLeButton.Chat,
.MainElementPopout .ImLeButton.Call,
.MainElementMobile .ImLeButton.Call,
.MainElementPopout .ImLeButton.SuccessCloseButton,
.MainElementMobile .ImLeButton.SuccessCloseButton {
  top: 5px;
}
.MainElementPopout .Kb-counterWithKb,
.MainElementMobile .Kb-counterWithKb {
  top: 25px;
}
.Position .ContactFormSent .Kb-counterWithKb {
  left: calc(50% - 25px);
}
.Position .g-FormField2:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.MainElementMobile .SuccessMessageBorder {
  padding: 20px 20px 100px;
  position: relative;
  display: block;
  height: auto;
}
.MainElement {
  border: none;
  /*.rounded(10px);*/
  background: none;
}
.ContactHeader {
  position: absolute;
  height: 100px;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: none;
  margin-left: -50px;
}
.ContactHeader:before {
  content: "";
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20200%20100%22%20style%3D%22enable-background%3Anew%200%200%20200%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23616161%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M56%2C67.8l0.2%2C1c1.3-0.2%2C2.7-0.5%2C4-0.8l-0.2-1C58.7%2C67.4%2C57.4%2C67.6%2C56%2C67.8z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M71.5%2C63.1l0.4%2C0.9c1.2-0.6%2C2.5-1.2%2C3.7-1.9l-0.5-0.9C73.9%2C61.9%2C72.7%2C62.5%2C71.5%2C63.1z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M24.9%2C61.8c1.1%2C0.9%2C2.2%2C1.7%2C3.3%2C2.5l0.6-0.9c-1.1-0.7-2.2-1.5-3.2-2.4L24.9%2C61.8z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C56.1c1%2C1.1%2C2%2C2.1%2C2.9%2C3l0.7-0.7c-0.9-0.9-1.8-1.8-2.8-2.9L19%2C56.1z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M80.5%2C35.7l0.2-1c-1.2-0.3-2.4-0.4-3.7-0.5c-0.1%2C0-0.3%2C0-0.4%2C0h-0.1l0.1%2C1c0.1%2C0%2C0.3%2C0%2C0.4%2C0%0A%09%09C78.2%2C35.3%2C79.4%2C35.5%2C80.5%2C35.7z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M63.9%2C66l0.3%2C1c1.3-0.4%2C2.6-0.9%2C3.9-1.3l-0.4-1C66.5%2C65.2%2C65.2%2C65.6%2C63.9%2C66z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M39.8%2C68.8c1.3%2C0.3%2C2.7%2C0.4%2C4.1%2C0.6l0.1-1c-1.4-0.1-2.7-0.3-4-0.6L39.8%2C68.8z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M78.7%2C59.1l-0.1%2C0.1l0.7%2C0.8c1.2-0.8%2C2.3-1.6%2C3.2-2.3l-0.6-0.8C80.9%2C57.6%2C79.9%2C58.3%2C78.7%2C59.1z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M31.9%2C66.3c1.2%2C0.6%2C2.5%2C1.1%2C3.9%2C1.5l0.3-1c-1.3-0.4-2.5-0.9-3.7-1.5L31.9%2C66.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M48%2C68.5l0%2C1c1.3%2C0%2C2.7-0.1%2C4.1-0.2l-0.1-1C50.7%2C68.5%2C49.3%2C68.5%2C48%2C68.5z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M80.9%2C42.9c-1.4-0.1-2.7-0.4-3.8-0.8L76.7%2C43c1.2%2C0.5%2C2.6%2C0.8%2C4.1%2C0.9L80.9%2C42.9z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M100.6%2C39L101%2C40c1.3-0.5%2C2.5-1.1%2C3.8-1.7l-0.5-0.9C103.1%2C38%2C101.8%2C38.5%2C100.6%2C39z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M87%2C39.7l0.4-0.3l0.4-0.3C87%2C38%2C85.9%2C37%2C84.7%2C36.3l-0.5%2C0.9C85.3%2C37.8%2C86.2%2C38.7%2C87%2C39.7z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M74.1%2C39.9c-0.5-0.8-0.8-1.6-0.8-2.3c0-0.4%2C0.1-0.7%2C0.2-1l-0.9-0.5c-0.2%2C0.4-0.4%2C0.9-0.4%2C1.5%0A%09%09c0%2C0.9%2C0.4%2C2%2C1%2C2.9L74.1%2C39.9z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M92.9%2C41.5l0.2%2C1c1.3-0.3%2C2.7-0.7%2C4-1.1l-0.3-1C95.5%2C40.8%2C94.2%2C41.2%2C92.9%2C41.5z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M89.1%2C43.2l-0.1-0.8c-1%2C0.2-2%2C0.3-3%2C0.4c-0.3%2C0-0.7%2C0.1-1%2C0.1l0.1%2C1c0.4%2C0%2C0.7-0.1%2C1-0.1%0A%09%09c0.8-0.1%2C1.6-0.2%2C2.4-0.3c0.1%2C0.5%2C0.1%2C1%2C0.1%2C1.6c0%2C0.7-0.1%2C1.4-0.2%2C2.1l1%2C0.2c0.1-0.8%2C0.2-1.6%2C0.2-2.3c0-0.7-0.1-1.3-0.2-1.9%0A%09%09L89.1%2C43.2z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M84.8%2C54.1l0.8%2C0.7c1-1.1%2C1.8-2.2%2C2.4-3.4l-0.9-0.5C86.5%2C52%2C85.7%2C53.1%2C84.8%2C54.1z%22%2F%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2214.9%2C51.4%2016.2%2C53%2017%2C52.3%2015.7%2C50.8%20%09%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M150.2%2C18.5c-0.1-0.1-0.3-0.2-0.5-0.2c-0.1%2C0-0.1%2C0-0.2%2C0l-0.2%2C0.1l-43.5-2.9c-0.2%2C0-0.3%2C0.1-0.5%2C0.2%0A%09%09c-0.1%2C0.1-0.1%2C0.3-0.1%2C0.5l6.4%2C14.9l-3%2C3.8c-0.3%2C0.2-0.6%2C0.4-0.9%2C0.6l0.2%2C0.3l-0.3%2C0.3c-0.1%2C0.1-0.1%2C0.3-0.1%2C0.5%0A%09%09c0.1%2C0.2%2C0.2%2C0.3%2C0.4%2C0.3l6.6%2C1l6.4%2C14.9c0.1%2C0.2%2C0.2%2C0.3%2C0.4%2C0.3c0%2C0%2C0%2C0%2C0.1%2C0c0.2%2C0%2C0.3-0.1%2C0.4-0.2l28.2-33.8%0A%09%09C150.4%2C19%2C150.4%2C18.7%2C150.2%2C18.5z%20M146.8%2C19.2l-31.4%2C10.4l-2.7%2C0.9l-6-14L146.8%2C19.2z%20M109.5%2C35.7c0.2-0.1%2C0.4-0.3%2C0.7-0.4L110%2C35%0A%09%09l2.7-3.4l3.1-1l28-9.2L115%2C36.9l-5.9-0.8L109.5%2C35.7z%20M121.8%2C51.7l-6-14l32-17.2L121.8%2C51.7z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M159.7%2C79c0-0.2-0.2-0.4-0.4-0.4h-20.6c-0.2%2C0-0.4%2C0.2-0.4%2C0.4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h20.6%0A%09%09C159.5%2C79.4%2C159.7%2C79.2%2C159.7%2C79z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M163.9%2C83.6h-20.6c-0.2%2C0-0.4%2C0.2-0.4%2C0.4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h20.6c0.2%2C0%2C0.4-0.2%2C0.4-0.4%0A%09%09C164.3%2C83.8%2C164.1%2C83.6%2C163.9%2C83.6z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M154.9%2C74.9h20.6c0.2%2C0%2C0.4-0.2%2C0.4-0.4c0-0.2-0.2-0.4-0.4-0.4h-20.6c-0.2%2C0-0.4%2C0.2-0.4%2C0.4%0A%09%09C154.5%2C74.7%2C154.6%2C74.9%2C154.9%2C74.9z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M167%2C78.6h-5.6c-0.2%2C0-0.4%2C0.2-0.4%2C0.4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h5.6c0.2%2C0%2C0.4-0.2%2C0.4-0.4%0A%09%09C167.4%2C78.8%2C167.2%2C78.6%2C167%2C78.6z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M184.7%2C83.6h-10.9c-0.2%2C0-0.4%2C0.2-0.4%2C0.4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h10.9c0.2%2C0%2C0.4-0.2%2C0.4-0.4%0A%09%09C185.1%2C83.8%2C184.9%2C83.6%2C184.7%2C83.6z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') no-repeat center center;
  width: 160px;
  height: 125px;
  display: inline-block;
}
.ContactHeader:after {
  content: "";
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M31.5%2C36.3h5.6c0.2%2C0%2C0.4-0.2%2C0.4-0.4c0-0.2-0.2-0.4-0.4-0.4h-5.6c-0.2%2C0-0.4%2C0.2-0.4%2C0.4%0A%09%09C31.1%2C36.1%2C31.2%2C36.3%2C31.5%2C36.3z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M25.1%2C30.8c0-0.2-0.2-0.4-0.4-0.4H13.8c-0.2%2C0-0.4%2C0.2-0.4%2C0.4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h10.9%0A%09%09C24.9%2C31.2%2C25.1%2C31.1%2C25.1%2C30.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M86.6%2C50.3V31.6c0-5.1-4.1-9.2-9.2-9.2H62v-1.7h3.6v-6.5h-4.3h0c-0.4%2C0-0.7%2C0.3-0.7%2C0.7v0v5.8v1.7H48.3%0A%09%09c-0.2%2C0-0.4%2C0-0.6%2C0c-4.4%2C0.3-7.9%2C3.6-8.5%2C7.9h-4.5c-0.2%2C0-0.4%2C0.2-0.4%2C0.4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h4.5c0%2C0.1%2C0%2C0.3%2C0%2C0.4v3.9%0A%09%09c-0.2%2C0.1-0.3%2C0.2-0.3%2C0.4c0%2C0.2%2C0.1%2C0.3%2C0.3%2C0.4V40H23c-0.2%2C0-0.4%2C0.2-0.4%2C0.4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h16.1v6.7h-2.5%0A%09%09c-0.8%2C0-1.4%2C0.6-1.4%2C1.4s0.6%2C1.4%2C1.4%2C1.4h2.5h8.6h9.8h3.8v34.2h-4.4c-0.3%2C0-0.6%2C0.3-0.6%2C0.6s0.3%2C0.6%2C0.6%2C0.6h14.8%0A%09%09c0.3%2C0%2C0.6-0.3%2C0.6-0.6s-0.3-0.6-0.6-0.6h-4.4V50.3H86.6z%20M40.3%2C40.8v-0.4V40v-3.7v-0.4v-0.4v-3.8c0-0.1%2C0-0.3%2C0-0.4%0A%09%09c0-0.1%2C0-0.3%2C0-0.4c0-0.1%2C0-0.3%2C0.1-0.4c0.6-3.6%2C3.6-6.5%2C7.3-6.7c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2%2C0%2C0.4%2C0%2C0.6%2C0%0A%09%09c3.6%2C0.3%2C6.5%2C2.9%2C7.2%2C6.4h-7.2h-0.6h-0.6h-0.4v0.4v0.4v0.4v1.2h-2.8v3v0.4v0.4v11.2h-4.2V40.8z%20M56.2%2C31.2v1.2h-7.3h-0.4v-1.2v0%0A%09%09h0.4h6.6H56.2z%20M45.6%2C34.2l1.6%2C1.2l0%2C0l0.4%2C0.3l0.1%2C0.1l0.1%2C0.1l0.4%2C0.3l0.1%2C0.1l0.1%2C0.1l0.4%2C0.3l3.8%2C2.9l-3.8%2C3.8l-0.4%2C0.4%0A%09%09l-0.2%2C0.2l-0.4%2C0.4l-0.2%2C0.2l-0.4%2C0.4l-1.7%2C1.7V36.3v-0.4v-0.4V34.2z%20M45%2C48.1L45%2C48.1L45%2C48.1L45%2C48.1L45%2C48.1L45%2C48.1L45%2C48.1z%0A%09%09%20M56.2%2C48.7v0.4h-7.4h-0.6h-0.6h-7.4h-0.6h-0.6h-2.5c-0.1%2C0-0.2-0.1-0.2-0.2s0.1-0.2%2C0.2-0.2h2.5h0.6h0.6h4.2h3.2h0.6h0.6%0A%09%09L56.2%2C48.7L56.2%2C48.7z%20M56.2%2C47.5h-7.4h-0.6h-0.4h-0.2h-0.4h-0.8l0.8-0.8l0.4-0.4l0.2-0.2l0.4-0.4l0.2-0.2l0.4-0.4l4.8-4.8l1%2C0.7%0A%09%09c0.4%2C0.3%2C0.8%2C0.4%2C1.3%2C0.4c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0%2C0%2C0%2C0%2C0.1%2C0V47.5z%20M56.2%2C35.5v0.4v0.4v3.9c0%2C0%2C0%2C0-0.1%2C0c-0.3%2C0.1-0.6%2C0.1-0.9-0.1%0A%09%09l-5-3.9l-0.5-0.4l-0.5-0.4l-0.3-0.2l-0.4-0.3l-0.2-0.1l-0.4-0.3l-0.2-0.1L47.3%2C34l-0.5-0.4h0.5h0.4h0.2h0.4h0.2h0.4h7.3h0.1V35.5z%0A%09%09%20M66%2C84.5h-3.7V50.3H66V84.5z%20M61.2%2C49.2h-3.8v-0.4v-1.2V36.3v-0.4v-0.4v-3v-0.8c0-3.4-1.9-6.4-4.7-8h7.9v10.8%0A%09%09c0%2C0.4%2C0.3%2C0.7%2C0.7%2C0.7c0.4%2C0%2C0.7-0.3%2C0.7-0.7V23.6h15.4c4.4%2C0%2C8%2C3.6%2C8%2C8v17.5H67.2H61.2z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M79.8%2C47.1h3.9c0.1%2C0%2C0.2-0.1%2C0.2-0.2s-0.1-0.2-0.2-0.2h-3.9c-0.1%2C0-0.2%2C0.1-0.2%2C0.2S79.7%2C47.1%2C79.8%2C47.1z%22%0A%09%09%2F%3E%0A%09%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M74.2%2C48.3h9.6c0.1%2C0%2C0.2-0.1%2C0.2-0.2s-0.1-0.2-0.2-0.2h-9.6c-0.1%2C0-0.2%2C0.1-0.2%2C0.2S74.1%2C48.3%2C74.2%2C48.3z%22%0A%09%09%2F%3E%0A%09%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M72.9%2C48.3h0.4c0.1%2C0%2C0.2-0.1%2C0.2-0.2s-0.1-0.2-0.2-0.2h-0.4c-0.1%2C0-0.2%2C0.1-0.2%2C0.2S72.8%2C48.3%2C72.9%2C48.3z%22%0A%09%09%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') no-repeat left center;
  width: 80px;
  height: 125px;
  display: inline-block;
}
.ContactHeader img {
  display: none;
}
.ContactBody {
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
  overflow: auto;
  bottom: 60px;
  top: 100px;
  position: absolute;
  left: 0;
  right: 0;
}
.ContactBody .ContactForm {
  padding: 0 8%;
  max-width: 500px;
  margin: 0 auto;
  overflow: visible;
}
.PhoneType.InicializingState .HeaderPanel,
.PhoneType.ReadyState .HeaderPanel,
.PhoneType.DialingState .HeaderPanel {
  border: 1px solid transparent;
  border-bottom: none;
  border-top: none;
  padding: 0 20px;
}
.FormTitle {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  color: #333;
}
.FormDescription {
  padding-top: 5px;
  padding-bottom: 10px;
}
.FormDescription a {
  color: #666;
  text-decoration: underline;
}
.FormDescription a:hover {
  color: #666;
  text-decoration: none;
}
.FormDescription ul {
  list-style: inside disc;
}
.SuccessMessage {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  color: #222;
  line-height: 24px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.AppBrandProductLabel {
  display: none;
}
/* pridane z rotary temy */
.Success {
  height: 100%;
}
.SuccessMessageBorder {
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 20px 100px;
  text-align: center;
}
.SuccessMessageBorder:before,
.SuccessMessageBorder:after {
  border-top: 5px solid #222222;
  position: absolute;
  -ms-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  height: 0;
  content: "";
}
.SuccessMessageBorder:before {
  left: calc(50% - 27px);
  /* no mixin */
  bottom: 50px;
  -webkit-transform: rotate(45deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(45deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(45deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(45deg) scale(1) skew(0) translate(0);
  transform: rotate(45deg) scale(1) skew(0) translate(0);
  width: 27px;
  -webkit-animation: borderwidth27 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation: borderwidth27 0.3s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.SuccessMessageBorder:after {
  left: calc(50% - 14px);
  bottom: 30px;
  -webkit-transform: rotate(-45deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(-45deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(-45deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(-45deg) scale(1) skew(0) translate(0);
  transform: rotate(-45deg) scale(1) skew(0) translate(0);
  width: 60px;
  -webkit-animation: borderwidth60 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation: borderwidth60 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: normal;
}
@-webkit-keyframes borderwidth27 {
  0% {
    width: 0;
  }
  100% {
    width: 27px;
  }
}
@keyframes borderwidth27 {
  0% {
    width: 0;
  }
  100% {
    width: 27px;
  }
}
@-webkit-keyframes borderwidth60 {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
@keyframes borderwidth60 {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
.ContactFooter {
  border: 1px solid transparent;
  border-top: none;
  height: 60px;
  /*.rounded(0px,0px,10px,10px);*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.TextBoxContainer,
.MessageArea,
.MessageArea textarea,
.g-ListBox {
  border: 0 none;
  border-bottom: 1px solid #ccc;
  background: none;
}
.MessageArea {
  padding-bottom: 5px;
  border: 0 none;
}
.TextBoxContainer-focus,
.g-ListBox-expand,
.g-ListBox-focus {
  box-shadow: none;
}
.g-FormField2-Error .TextBoxContainer,
.g-FormField2-Error .MessageArea textarea {
  border-color: #f44236;
}
.ImLeButton {
  border-bottom: none;
  margin: 0px 5px 0px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ImLeButton.Send,
.ImLeButton.Chat,
.ImLeButton.Call,
.ImLeButton.SuccessCloseButton {
  position: absolute;
  left: calc(50% - 10px);
  top: 20px;
}
.ImLeButton.Send .buttonIcon,
.ImLeButton.Chat .buttonIcon,
.ImLeButton.Call .buttonIcon,
.ImLeButton.SuccessCloseButton .buttonIcon {
  width: 80px;
  height: 80px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease;
}
.ImLeButton.Send .buttonIcon:before,
.ImLeButton.Chat .buttonIcon:before,
.ImLeButton.Call .buttonIcon:before,
.ImLeButton.SuccessCloseButton .buttonIcon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.ImLeButton.Send .buttonText,
.ImLeButton.Chat .buttonText,
.ImLeButton.Call .buttonText,
.ImLeButton.SuccessCloseButton .buttonText {
  display: none;
}
.ImLeButton.Send.ButtonWrapped:hover .buttonIcon,
.ImLeButton.Chat.ButtonWrapped:hover .buttonIcon,
.ImLeButton.Call.ButtonWrapped:hover .buttonIcon,
.ImLeButton.SuccessCloseButton.ButtonWrapped:hover .buttonIcon {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.24);
}
.ImLeButtonMainInnerBox {
  overflow: visible;
}
.ButtonUnwrapped .ImLeButtonMain,
.ButtonUnwrapped .ImLeButtonMainInnerBox,
.ButtonUnwrapped .ImLeButtonMainInner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0 none;
  pointer: default;
}
.ButtonUnwrapped .ImLeButtonMain .buttonIcon:before,
.ButtonUnwrapped .ImLeButtonMainInnerBox .buttonIcon:before,
.ButtonUnwrapped .ImLeButtonMainInner .buttonIcon:before {
  opacity: 0.3;
}
.buttonBorderColor,
.buttonInnerBorderColor,
.buttonOverBorderColor,
.buttonOverInnerBorderColor {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.buttonBgColor,
.buttonOverBgColor,
.buttonBgGradColor,
.buttonOverBgGradColor,
.ImLeButton-focused .buttonBgColor,
.ImLeButton-focused .buttonOverBgColor {
  background-color: transparent;
}
.buttonBgShadowColor {
  display: none;
}
.buttonText {
  font-size: 13px;
  padding: 0 17px;
  line-height: 23px;
}
.ImLeButton-focused .ImLeButtonMain {
  border: none;
}
.ImLeButton-focused {
  box-shadow: none;
}
.KbEntryMainPanel {
  /*border:1px solid #b6b5b5;
	.border-right(0);*/
  border: 0 none;
}
.KbSidePanel ~ .mainForm .ContactFooter {
  opacity: 1;
  -webkit-transition: opacity 2.5s ease;
  -moz-transition: opacity 2.5s ease;
  -o-transition: opacity 2.5s ease;
  -ms-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease;
}
.KbSidePanel.KbEntryShown ~ .mainForm .ContactFooter {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.KbEntryPanel-shown .KbEntryMainPanel {
  /*.shadow(0px,2px,2px,#666);*/
  box-shadow: none 0 0 #000;
  -webkit-box-shadow: none 0 0 #000;
  -moz-box-shadow: none 0 0 #000;
  border: 0 none;
  max-width: 1500px;
  margin: 0 auto;
}
.KbEntryNewWindowLink {
  color: #000;
}
.KbSidePanel {
  background: #F5F5F5;
  box-shadow: none;
  max-width: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 12px);
  height: calc(100% - 6px);
  margin: 6px;
  overflow: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  /*.animation(animate,1s,ease);*/
  /*+ .mainFormWithKb {
		.ContactFooter {
			opacity: 1;
			.transition(opacity,1s,ease);
		}
	}*/
}
.KbSidePanel.Kb-open {
  top: 0;
  /*.animation(animateback, 1s, ease);*/
  display: block;
  z-index: 3;
  /*+ .mainFormWithKb {
			.ContactFooter {
				opacity: 0;
				.transition(opacity,0.3s,ease);
			}
		}*/
}
.KbTitle,
.KbEntryContentTitle {
  line-height: inherit;
  font-style: normal;
  color: #333;
  display: inline-block;
  padding: 20px 0;
  vertical-align: middle;
}
.KbTitle {
  font-size: 16px;
}
.KbEntryContentTitle {
  font-size: 18px;
  padding: 20px 55px 20px 50px;
  height: 62.5px;
  overflow: hidden;
}
.KbEntryTitle {
  font-size: 100%;
  line-height: inherit;
  text-decoration: none;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0 0 6px;
  margin: 0;
  width: calc(100% - 24px);
}
.KbEntryPreview {
  font-size: 13px;
  line-height: 18px;
  height: auto;
  max-height: 43px;
  white-space: normal;
  text-overflow: clip;
  padding-top: 6px;
  color: #555;
  overflow: hidden;
  margin: 0;
}
.KbEntryPreview:after {
  content: "...";
}
.KbResult {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 7px 15px 7px 20px;
}
.KbResult:hover {
  background-color: #eaeaea;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.KbResult.KbResult-shown {
  background-color: #fff;
  border-top: 1px solid #b6b5b5;
  border-bottom: 1px solid #b6b5b5;
}
.KbEntryContentPanel {
  position: absolute;
  top: 63px;
  right: 0;
  left: 0;
  bottom: 1px;
}
.SuggestionsList a {
  padding: 2px 0 0;
}
.SuggestionsList a:first-child {
  background: none;
}
.ImLeButton.FacebookButton {
  width: 21px;
  height: 22px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
  margin: 0;
  border: 1px solid transparent;
}
.FacebookButton .ImLeButtonMain {
  display: none;
}
.ImLeButton-over.FacebookButton {
  border: 1px solid #202e49;
}
.SuggestionBody .YourSuggestionPanel {
  background: #fafafa;
}
/* pridane */
.mainForm {
  background: none;
  margin: 6px;
  height: calc(100% - 63px);
  position: relative;
  /*z-index: 2;*/
}
.mainForm .ImLeButton.Send,
.mainForm .ImLeButton.Chat,
.mainForm .ImLeButton.Call,
.mainForm .ImLeButton.SuccessCloseButton {
  left: calc(50% - 40px);
}
.mainForm.mainFormWithKb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 6px;
}
.mainForm.mainFormWithKb .ImLeButton.Send,
.mainForm.mainFormWithKb .ImLeButton.Chat,
.mainForm.mainFormWithKb .ImLeButton.Call,
.mainForm.mainFormWithKb .ImLeButton.SuccessCloseButton {
  left: calc(50% - 10px);
}
.mainForm.mainFormWithKb.mainFormInPage {
  margin: 0;
}
.spaceShadow {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.KbResultsWrapper {
  position: static;
}
.Kb-counter {
  display: none;
}
.Kb-counterWithKb {
  position: absolute;
  background: #fff;
  height: 50px;
  width: 50px;
  left: calc(50% - 70px);
  top: 35px;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  display: block;
  transition: all 0.25s ease;
}
.Kb-counterWithKb:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.Kb-counterWithKb:hover {
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.KbEntryPanel {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  left: -100%;
  right: 100%;
  min-width: 0;
  width: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  /*z-index: 3;*/
  -webkit-animation: animate 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation: animate 2s;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: normal;
  /*animation-fill-mode: forwards;*/
}
.KbEntryPanel-shown {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  position: absolute;
  z-index: 3;
  background: #fff;
  opacity: 1;
  -webkit-animation: animateback 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation: animateback 2s;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: normal;
  /*animation-fill-mode: forwards;*/
}
.KbEntryPanel-shown ~ .spaceShadow {
  display: none;
}
@-webkit-keyframes animate {
  0% {
    opacity: 1;
    z-index: 3;
  }
  95% {
    opacity: 0.95;
    z-index: 3;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes animate {
  0% {
    opacity: 1;
    z-index: 3;
  }
  95% {
    opacity: 0.95;
    z-index: 3;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@-webkit-keyframes animateback {
  0% {
    opacity: 0;
    z-index: 0;
  }
  5% {
    opacity: 0.05;
    z-index: 3;
  }
  100% {
    opacity: 1;
    z-index: 3;
  }
}
@keyframes animateback {
  0% {
    opacity: 0;
    z-index: 0;
  }
  5% {
    opacity: 0.05;
    z-index: 3;
  }
  100% {
    opacity: 1;
    z-index: 3;
  }
}
.KbSidePanel-icon,
.PopupPanelClose {
  width: 16px;
  height: 16px;
  margin: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.6;
}
.KbSidePanel-icon:hover,
.PopupPanelClose:hover {
  opacity: 0.9;
  background-position: center center;
}
.KbSidePanel-icon {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.PopupPanelClose {
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
}
.PopOutButton {
  position: absolute;
  top: 10px;
  right: 20px;
  left: auto;
  margin: 14px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
.PopOutButton:hover {
  opacity: 0.9;
  background-position: center center;
}
.mainFormContent {
  /*height: 100%;
	width: 100%;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24);
  background: #FFF;
}
#kbCounter {
  position: absolute;
  top: -5px;
  right: -3px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #666;
  border: 2px solid #fff;
}
.ContentLoading {
  -webkit-animation: spinner 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation: spinner 1s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-direction: normal;
  clip: rect(0, 60px, 60px, 30px);
  height: 60px;
  width: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  background: none !important;
}
.ContentLoading:after {
  -webkit-animation: spinner2 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation: spinner2 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-direction: normal;
  clip: rect(0, 60px, 60px, 30px);
  content: '';
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
@-webkit-keyframes spinner2 {
  0% {
    box-shadow: inset #333 0 0 0 4px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #333 0 0 0 4px;
  }
  100% {
    box-shadow: inset #333 0 0 0 4px;
    -webkit-transform: rotate(140deg);
  }
}
@keyframes spinner2 {
  0% {
    box-shadow: inset #333 0 0 0 4px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #333 0 0 0 4px;
  }
  100% {
    box-shadow: inset #333 0 0 0 4px;
    transform: rotate(140deg);
  }
}
.g-FormField2 {
  margin-bottom: 20px;
}
.g-FormField2-focus .g-FormField2-Label,
.g-FormField2-filled .g-FormField2-Label {
  padding-left: 0;
  z-index: 0;
  position: relative;
  top: 0;
  font-size: 10px;
  line-height: 1.75;
}
.g-FormField2-filled .TextBoxContainer-mandatory,
.g-FormField2-filled .MessageArea-mandatory textarea {
  border-color: #4caf52;
}
.g-FormField2-filled.g-FormField2-Error .TextBoxContainer-mandatory,
.g-FormField2-filled.g-FormField2-Error .MessageArea-mandatory textarea {
  border-color: #f44236;
}
.g-FormField2-Label {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  height: 17.5px;
  float: none;
  padding: 3px 10px 2px 0;
  position: relative;
  top: 25px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
}
.g-FormField2-Description {
  color: #666;
  padding: 2px 0;
  max-width: none;
}
.FormFieldTypeG .g-FormField2-Label,
.FormFieldTypeL .g-FormField2-Label {
  top: 0;
  padding-left: 0;
  font-size: 10px;
}
.TextBox {
  box-shadow: none;
}
.MessageArea textarea,
.TextBox,
.TextBoxContainer,
.g-ListBoxInput {
  font-size: 100%;
  padding: 3px 0;
}
.g-FormField2-Error .TextBoxContainer input,
.g-FormField2-Error .MessageArea input,
.g-FormField2-Error .g-ListBox input,
.g-FormField2-Error .g-ReadOnlyListBox input,
.g-FormField2-Error .MessageArea textarea {
  background: none;
  box-shadow: none;
}
.g-FormField2-Error .TextBoxContainer,
.g-FormField2-Error .MessageArea,
.g-FormField2-Error .g-ListBox,
.g-FormField2-Error .g-ReadOnlyListBox {
  background: none;
  box-shadow: none;
  border-color: #f44236;
}
.g-FormField2-Error .MessageArea {
  border: 0 none;
}
.g-FormField2-Error .MessageFormFiles,
.g-FormField2-Error .FormInputFielsView {
  background: none;
}
/* error popup */
.g-FormField2-ErrorIcon {
  top: -14px;
  left: 0;
  right: auto;
  width: 50px;
  opacity: 0;
  z-index: 5;
}
.g-FormField2-Error .g-FormField2-Label-mandatory {
  color: #f44236;
}
.g-FormField2-ErrorPopup-Beside {
  font-size: 10px;
  margin-top: -3px;
  margin-left: 50px;
}
.g-FormField2-ErrorPopupLabel {
  padding: 3px 3px 3px 10px;
}
/* end: error popup */
.MessageFormFiles {
  background: none;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
}
.InputFileView {
  background: #eee;
  position: relative;
  border: 0 none;
  font-size: 100%;
  float: none;
  padding: 10px;
  margin: 0 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  word-wrap: break-word;
}
.InputFileView .FileName {
  float: none;
  overflow: hidden;
  word-wrap: break-word;
}
.InputFileView .FileName a,
.InputFileView .FileName span {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}
.InputFileView .FileName a:hover,
.InputFileView .FileName a:focus {
  color: #666;
  opacity: 0.8;
}
.InputFileView .DiscardButton {
  width: 10px;
  height: 17.5px;
  margin: 0 5px;
}
.InputFileView .LoadingTemplate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #eee;
}
.MessageFormFilesWrapper {
  margin: 10px 0;
  position: relative;
}
.ContactBodyWithKb .ContactForm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ImLeButtonMainContent {
  min-width: auto;
  border: 0 none;
}
.CheckBoxContainer {
  display: inline-block;
  margin: 0 5px 0 0;
}
.CheckBoxContainer .CheckBox {
  background: none;
  border: 1px solid currentColor;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border-radius: 4px;
}
.CheckBoxContainer .CheckBox-checked {
  background-color: #000;
  border: 1px solid #000;
}
.CheckBoxContainer .CheckBox-checked:before {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22448.8px%22%20height%3D%22448.8px%22%20viewBox%3D%220%200%20448.8%20448.8%22%20style%3D%22enable-background%3Anew%200%200%20448.8%20448.8%3B%22%20xml%3Aspace%3D%22preserve%22%0A%09%3E%0A%3Cg%3E%0A%09%3Cg%20fill%3D%22%23FFFFFF%22%20id%3D%22check%22%3E%0A%09%09%3Cpolygon%20points%3D%22142.8%2C323.85%2035.7%2C216.75%200%2C252.45%20142.8%2C395.25%20448.8%2C89.25%20413.1%2C53.55%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CheckBoxGroup .CheckBoxlabel,
.CheckBoxContainer .CheckBoxlabel {
  font-size: 100%;
  margin: 0px 10px 0px 0px;
}
.MessageFormAttach {
  position: static;
}
.MessageFormAttach .SendFile {
  float: none;
  height: auto;
  width: auto;
  cursor: default;
  display: inline-block;
}
.MessageFormAttach .SendFile .Icon {
  display: none;
}
.MessageFormAttach .SendFile .Text {
  display: inline-block;
  background: #333;
  float: none;
  padding: 8px 12px;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.MessageFormAttach .SendFile .File {
  float: none;
  height: 80px;
  top: -26px;
  opacity: 0;
  width: 300px !important;
  position: absolute;
  right: 0;
}
.MessageFormAttach .UploadFileOuter {
  height: 0;
}
.NoFiles + .MessageFormAttach .SendFile .Text {
  background: #666;
}
.KbEntryIcon {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M9.6%2C0H3.2C2.3%2C0%2C1.6%2C0.7%2C1.6%2C1.6v12.8c0%2C0.9%2C0.7%2C1.6%2C1.6%2C1.6h9.6c0.9%2C0%2C1.6-0.7%2C1.6-1.6V4.8L9.6%2C0z%0A%09%20M8.8%2C5.6V1.2l4.4%2C4.4H8.8z%22%2F%3E%0A%3C%2Fsvg%3E') no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  position: relative;
  left: 0 !important;
  top: 3px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.KbResultR .KbEntryIcon {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.1%2016%22%3E%3Cg%20fill%3D%22%239E9E9E%22%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cg%20id%3D%22Layer_2-2%22%20data-name%3D%22Layer%202%22%3E%3Cpath%20d%3D%22M14.9%2C0H1.1A1%2C1%2C0%2C0%2C0%2C0%2C1.1V16l4.3-4.3H15a1%2C1%2C0%2C0%2C0%2C1.1-1.1V1.1A1.13%2C1.13%2C0%2C0%2C0%2C14.9%2C0ZM7.3%2C5.4V8.3H4.1V5.9a3.28%2C3.28%2C0%2C0%2C1%2C.6-2.1A4.94%2C4.94%2C0%2C0%2C1%2C6.6%2C2.4l.7%2C1.3a3.47%2C3.47%2C0%2C0%2C0-1.1.8%2C1.22%2C1.22%2C0%2C0%2C0-.4.9Zm4.7%2C0V8.3H8.8V5.9a3.28%2C3.28%2C0%2C0%2C1%2C.6-2.1%2C4.94%2C4.94%2C0%2C0%2C1%2C1.9-1.4L12%2C3.7a4.13%2C4.13%2C0%2C0%2C0-1.2.8%2C3.55%2C3.55%2C0%2C0%2C0-.4.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}
.KbResultS .KbEntryIcon {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20fill%3D%22%239E9E9E%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M8%2C16c1.4%2C0%2C2.6-1.2%2C2.6-2.7H5.4C5.4%2C14.8%2C6.6%2C16%2C8%2C16z%22%2F%3E%0A%09%09%3Cpath%20d%3D%22M10.4%2C11.9c0.1-1.4%2C3.4-2.6%2C3.4-6.1C13.8%2C2%2C11%2C0.1%2C8%2C0h0C5%2C0.1%2C2.2%2C2%2C2.2%2C5.8c0%2C3.5%2C3.3%2C4.7%2C3.4%2C6.1H10.4z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') no-repeat center center;
}
.gwt-PopupPanel .AltTextPanel {
  background: #666;
  color: #fff;
  padding: 1px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gwt-PopupPanel .Loading.Loading-image {
  margin: 0;
  height: 100% !important;
  background: transparent;
}
.Branding {
  bottom: 8px;
  left: auto;
  right: 0;
  width: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  text-align: right;
  color: #989898;
}
.Branding object {
  display: none !important;
}
.PositionDR .mainForm,
.PositionBR .mainForm,
.PositionDR .KbSidePanel.Kb-open,
.PositionBR .KbSidePanel.Kb-open {
  margin: 0 0 0 6px;
}
.PositionDL .mainForm,
.PositionBL .mainForm,
.PositionDL .KbSidePanel.Kb-open,
.PositionBL .KbSidePanel.Kb-open {
  margin: 0 6px 0 0;
}
.PositionDL .KbSidePanel,
.PositionBL .KbSidePanel {
  margin: 0;
}
.PositionBL .MainElement .ContactBody,
.PositionDL .MainElement .ContactBody,
.PositionBR .MainElement .ContactBody,
.PositionDR .MainElement .ContactBody,
.PositionBL .MainElementPopout .ContactBody,
.PositionDL .MainElementPopout .ContactBody,
.PositionBR .MainElementPopout .ContactBody,
.PositionDR .MainElementPopout .ContactBody {
  bottom: 120px;
}
.PositionBL .MainElement .ContactFooter,
.PositionDL .MainElement .ContactFooter,
.PositionBR .MainElement .ContactFooter,
.PositionDR .MainElement .ContactFooter,
.PositionBL .MainElementPopout .ContactFooter,
.PositionDL .MainElementPopout .ContactFooter,
.PositionBR .MainElementPopout .ContactFooter,
.PositionDR .MainElementPopout .ContactFooter {
  height: 120px;
}
.PositionBL .mainForm,
.PositionDL .mainForm,
.PositionBR .mainForm,
.PositionDR .mainForm,
.PositionBL .KbSidePanel,
.PositionDL .KbSidePanel,
.PositionBR .KbSidePanel,
.PositionDR .KbSidePanel {
  height: 100%;
}
.PositionBL .KbSidePanel.Kb-open,
.PositionDL .KbSidePanel.Kb-open,
.PositionBR .KbSidePanel.Kb-open,
.PositionDR .KbSidePanel.Kb-open {
  width: calc(100% - 6px);
}
.PositionC .MainElement .KbSidePanel,
.PositionBL .MainElement .KbSidePanel,
.PositionDL .MainElement .KbSidePanel,
.PositionBR .MainElement .KbSidePanel,
.PositionDR .MainElement .KbSidePanel {
  z-index: 3;
}
.PositionC .KbEntryShown .mainForm,
.PositionBL .KbEntryShown .mainForm,
.PositionDL .KbEntryShown .mainForm,
.PositionBR .KbEntryShown .mainForm,
.PositionDR .KbEntryShown .mainForm {
  margin: 0;
}
.PositionC .KbSidePanel.Kb-open,
.PositionBL .KbSidePanel.Kb-open,
.PositionDL .KbSidePanel.Kb-open,
.PositionBR .KbSidePanel.Kb-open,
.PositionDR .KbSidePanel.Kb-open {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24);
}
.PositionC .MainElement .KbEntryShown + .mainFormWithKb {
  height: calc(100% - 63px);
}
.PositionC .MainElement .KbSidePanel {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24);
  margin: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 63px);
  left: 0;
  top: 100%;
}
.PositionC .MainElement .KbSidePanel.Kb-open {
  top: 0;
}
.PositionC .MainElement .KbSidePanel.Kb-open + .mainForm .ContactFooter {
  /*.animation(animate, 0.5s, ease);*/
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.PositionC .MainElement .ContactFooter {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.PositionC .MainElement .KbSidePanel-icon {
  -webkit-transform: rotate(-90deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(-90deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(-90deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(-90deg) scale(1) skew(0) translate(0);
  transform: rotate(-90deg) scale(1) skew(0) translate(0);
}
.Position .KbSidePanel {
  width: 100%;
  margin: 0;
}
.AppBrandProductName {
  margin-left: 3px;
}
/*suggestions*/
#AnswersTitle {
  color: #666;
}
#AnswersTitle:before,
#AnswersTitle:after {
  border-color: #666;
}
.FilePreview .File,
.E_KbArticleBody a {
  color: #666;
  text-decoration: underline;
}
.FilePreview .File:hover,
.E_KbArticleBody a:hover {
  text-decoration: none;
}
.AcceptIcon {
  background: transparent;
  position: relative;
}
.AcceptIcon:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.DepartmentOffline .AcceptIcon:before {
  background: #fff;
  border: 1px solid gray;
}
.DepartmentOnline .AcceptIcon:before {
  background: #4caf52;
  border: 1px solid #4caf52;
}
.g-ListBoxPopup .DepartmentOffline,
.g-ListBoxPopup .g-TableRow {
  background: #fff;
}
.g-ListBoxPopup .g-TableRow-focused {
  background: #eee !important;
  color: #666;
}
.g-ListBoxPopup .g-TableRow-focused:first-child {
  background: #eee !important;
}
.g-ListBoxPopup {
  border: 1px solid #eee;
  color: #666;
}
@media all and (min-width: 650px) {
  .ContactHeader:before {
    width: 200px;
    height: 100px;
  }
  .ContactHeader:after {
    width: 100px;
    height: 100px;
  }
  .ImLeButton.Send,
  .ImLeButton.Chat,
  .ImLeButton.Call,
  .ImLeButton.SuccessCloseButton {
    left: calc(50% - 40px);
  }
  .KbEntryPanel-shown ~ .spaceShadow {
    display: block;
  }
  .KbEntryPanel-shown ~ .spaceShadow .ContactBody {
    display: none;
  }
  .MainElementPopout .mainForm.mainFormWithKb,
  .MainElementMobile .mainForm.mainFormWithKb {
    margin: 0 0 0 300px;
  }
  .MainElementPopout .KbSidePanel,
  .MainElementMobile .KbSidePanel {
    width: 300px;
    -webkit-animation: none;
    animation: none;
  }
  .MainElementPopout .KbSidePanel-icon,
  .MainElementMobile .KbSidePanel-icon {
    display: none;
  }
  .MainElementPopout .KbTitle,
  .MainElementMobile .KbTitle {
    padding: 25px 15px 15px 22px;
  }
  .MainElementPopout .KbEntryPanel,
  .MainElementMobile .KbEntryPanel {
    top: 125px;
    bottom: 0;
  }
  .MainElementPopout .ContactBody,
  .MainElementMobile .ContactBody {
    top: 125px;
    bottom: 100px;
  }
  .MainElementPopout .Kb-counter,
  .MainElementMobile .Kb-counter {
    display: none;
  }
  .MainElementPopout .mainForm .ImLeButton.Send,
  .MainElementMobile .mainForm .ImLeButton.Send,
  .MainElementPopout .mainForm .ImLeButton.Chat,
  .MainElementMobile .mainForm .ImLeButton.Chat,
  .MainElementPopout .mainForm .ImLeButton.Call,
  .MainElementMobile .mainForm .ImLeButton.Call,
  .MainElementPopout .mainForm .ImLeButton.SuccessCloseButton,
  .MainElementMobile .mainForm .ImLeButton.SuccessCloseButton {
    left: calc(50% - 40px);
  }
}
@media all and (max-width: 649px) {
  .KbEntryPanel {
    top: 0;
    bottom: 0;
  }
  .KbEntryShown + .mainFormWithKb {
    z-index: 6;
    height: 100%;
  }
  .KbEntryShown + .mainFormWithKb .KbEntryPanel-shown {
    top: 0;
    bottom: 0;
  }
  .MainElementPopout,
  .MainElementMobile {
    /*.ContactBody, */
  }
  .MainElementPopout .KbSidePanel,
  .MainElementMobile .KbSidePanel {
    top: 100%;
  }
  .MainElementPopout .KbSidePanel.Kb-open,
  .MainElementMobile .KbSidePanel.Kb-open {
    top: 0;
  }
  .MainElementPopout .KbEntryPanel,
  .MainElementMobile .KbEntryPanel {
    bottom: 0;
  }
  .MainElementMobile {
    overflow: auto;
    height: 100%;
    /*.Kb, .KbEntryPanel {display: none}*/
    /*.KbEntryShown + .mainForm {*/
    /*&.ContactFormSent {
			.Kb-counterWithKb {
				.left(~"calc(50% - 25px)");
			}				
		}*/
  }
  .MainElementMobile #closemain,
  .MainElementMobile .ContactWinButtons {
    display: none;
  }
  .MainElementMobile .mainForm {
    height: auto;
    position: static;
  }
  .MainElementMobile .Kb-open + .mainForm {
    height: 100%;
    position: absolute;
  }
  .MainElementMobile .Kb-open + .mainForm .KbEntryPanel {
    top: 0;
    bottom: 0;
  }
  .MainElementMobile .mainFormContent {
    position: relative;
    height: 100%;
    overflow: visible;
    box-shadow: none;
  }
  .MainElementMobile .spaceShadow {
    height: auto;
    overflow: visible;
    box-shadow: none;
  }
  .MainElementMobile .ContactHeader {
    position: relative;
  }
  .MainElementMobile .ContactBody {
    position: relative;
    top: 0;
  }
  .MainElementMobile .ContactBody .ContactForm {
    position: relative;
  }
  .MainElementMobile .Branding {
    position: relative;
  }
  .MainElementMobile .ContactFooter {
    position: relative;
  }
  .MainElementMobile .KbSidePanel:not(.Kb-open) {
    display: none;
  }
}
.WelcomeWidget {
  margin: 5px 0 20px;
  padding: 15px;
  text-align: center;
  font-size: 13px;
  border: 1px dotted rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.WelcomeWidget .ButtonLikeLink .buttonText {
  font-size: 13px;
}
@media (min-width: 600px) {
  .mainForm .AppBrandProductLabel {
    display: inline;
  }
  .mainForm .AppBrandProductName {
    font-weight: normal;
  }
  .mainForm.mainFormWithKb .AppBrandProductLabel {
    display: none;
  }
}
@media (min-width: 800px) {
  .mainForm.mainFormWithKb .AppBrandProductLabel {
    display: inline;
  }
  .mainForm.mainFormWithKb .AppBrandProductName {
    font-weight: normal;
  }
}
