/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
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: inherit;
  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;
}
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;
  font-family: Arial,Verdana;
}
/* 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;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: inherit;
  color: inherit;
}
/*for firefox*/
input:invalid,
textarea:invalid {
  box-shadow: none;
}
/* reset end */
/* tags removed from reset: h1,h2,h3,h4,h5,h6,p,b,pre,strong,sub,sup,u,i,em */
/* ol, ul {list-style:none;} */
/* common classes */
/*.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;
}
.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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;
}
.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;
}
.PresetItemWidget {
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  background: #e9e9e9;
  color: #333;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 2px 5px 2px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.PresetAddIcon {
  cursor: pointer;
  padding: 4px 0px 0px 0px !important;
  float: left;
}
.CustomPresetItemWidget {
  padding: 0px 17px 0px 24px;
}
.PresetIcon {
  position: absolute;
  top: 2px;
  height: 16px;
  width: 16px;
  opacity: 0.5;
  left: 5px;
}
.PresetSelected {
  background: #898989;
  color: #fff;
  box-shadow: inset 0 1px 3px #444;
}
.PresetSelected .PresetIcon {
  opacity: 0.5;
}
.PresetSelected .PresetSave {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.SelectedPreset {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.PresetItemWidget-over,
.PresetItemWidget:hover {
  background: #d7d7d7;
}
.SearchBoxViewWithButton {
  border: 1px solid #cccaca;
  height: 25px;
  background: #fff;
  position: relative;
  margin: 0px 15px 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
.SearchBoxViewWithButton .SearchPanelButton .ImLeButtonMain {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -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: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.SearchBoxInputPanel {
  height: 23px;
  float: left;
}
.SearchBoxInputPanel input {
  font-size: 12px !important;
  padding: 4px 5px;
  height: 100%;
  border: none;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.SearchPanelButton {
  position: absolute;
  top: -1px;
  right: -1px;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
}
.Container {
  margin: 0 auto;
  text-align: left;
}
#Header {
  background: transparent;
  text-align: center;
  padding: 0 3%;
}
#HeaderContainer {
  background: transparent;
  position: relative;
}
#Content {
  background: transparent;
  text-align: center;
  padding: 0 3%;
}
#ContentContainer {
  background: transparent;
}
#Footer {
  background: transparent;
  text-align: center;
  padding: 0 3%;
}
#Footer a img {
  border: none;
}
#FooterContainer {
  background: transparent;
  text-align: right;
}
.LoginLeft .FormfieldAsNewFormField {
  padding: 6px 0;
}
.LoginLeft .FormfieldAsNewFormField .TextBox {
  width: 230px;
}
.LoginLeft .FormfieldAsNewFormField .g-FormField2-Label {
  text-align: left;
  margin: 0;
  padding: 0 0 3px;
}
.LoginLeft .g-FormField2-InputContainer {
  clear: left;
}
.LoginLeft .rememberMe {
  position: relative;
  margin-bottom: 20px;
}
.LoginLeft .rememberMe #rememberMelabel {
  padding-left: 20px;
}
.LoginLeft .rememberMe .g-FormField2-InputContainer {
  position: absolute;
  top: 0;
  left: 0;
}
.EmptyKB {
  padding: 10px;
}
.RightBox ul,
.RightBox li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.CategoryBox {
  width: 355px;
  max-width: 40%;
  height: auto;
  float: left;
  margin: 0px 10px 10px 0px;
  min-width: 200px;
  padding: 2%;
  min-height: 150px;
}
.CategoryBox .SubcategoryLink {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CategoryBox .ArticleLink {
  display: block;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CategoryBox ul,
.CategoryBox ol {
  margin: 0;
  list-style: none;
}
.CategoryLink {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MoreLinkTitle span {
  font-size: 11px;
}
.ArticleBox {
  word-wrap: break-word;
}
.ArticleBox .ArticleLink {
  display: block;
}
.ArticleBox .FullArticle {
  display: block;
}
.ArticleBox .FullArticleText {
  white-space: normal;
  line-height: 22px;
}
.ArticleBox .SuggestionVotesBox {
  margin-right: 15px;
  float: left;
}
.ArticleBox.Suggestion {
  margin: 5px 0;
  padding: 10px;
}
.ArticleBox.Suggestion .ArticleLink {
  float: left;
}
.ArticleBox.Suggestion .ArticlePreview {
  clear: both;
  font-size: 13px;
  margin: 5px 0px 0px 30px;
}
.SuggestionVotesBox {
  line-height: 23px;
}
.SuggestionVotesBox .Status {
  float: left;
  color: #111;
  font-size: 10px;
  border: 1px solid #737373;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 8px;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
  height: 23px;
  line-height: 23px;
}
.SuggestionVotesBox .Votes {
  font-size: 11px;
  padding: 0px 15px;
  color: #fff;
  background: #424242;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #737373;
  border-right: none;
  height: 23px;
  line-height: 23px;
}
.SuggestionVotesBox .Votes span {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 5px 0px 0px;
  line-height: 23px;
}
.SuggestionVotesBox .Votes em {
  font-style: normal;
}
.ArticleBox.Suggestion .StatusN,
.SuggestionVotesBox .StatusN,
.SuggestionStatus .StatusN {
  background: #ff8758;
}
.ArticleBox.Suggestion .StatusU,
.SuggestionVotesBox .StatusU,
.SuggestionStatus .StatusU {
  background: #ffc600;
}
.ArticleBox.Suggestion .StatusL,
.SuggestionVotesBox .StatusL,
.SuggestionStatus .StatusL {
  background: #d19ee9;
}
.ArticleBox.Suggestion .StatusS,
.SuggestionVotesBox .StatusS,
.SuggestionStatus .StatusS {
  background: #63daf4;
}
.ArticleBox.Suggestion .StatusC,
.SuggestionVotesBox .StatusC,
.SuggestionStatus .StatusC {
  background: #70e151;
}
.ArticleBox.Suggestion .StatusX,
.SuggestionVotesBox .StatusX,
.SuggestionStatus .StatusX {
  background: #c9c9c9;
}
.MyVote {
  padding: 3px 10px;
  line-height: 18px;
}
.Votes,
.Status,
.MyVote {
  float: left;
}
.VoteMainButton {
  float: right;
  margin-left: 5px;
}
.HeaderChanged {
  color: #666;
  font-style: italic;
  padding: 5px 10px;
  background: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0px 0px 68px;
}
.ArticleBox.Topic,
.ArticleBox.Suggestion {
  width: auto;
}
.ArticleBox.Topic .ArticleLink,
.ArticleBox.Suggestion .ArticleLink {
  padding: 5px 150px 5px 0px;
  background: none;
  white-space: normal;
  overflow: auto;
}
.ArticleBox.Topic .DateChanged,
.ArticleBox.Suggestion .DateChanged {
  position: absolute;
  right: 20px;
  font-size: 11px;
  color: #7d7d7d;
  top: 18px;
}
.ArticleBox.Topic .ArticlePreview,
.ArticleBox.Suggestion .ArticlePreview {
  clear: both;
  margin: 0 0 5px;
  white-space: normal;
  line-height: 21px;
}
.ArticleCount,
.NoAnswers {
  float: left;
}
.RightBox .RightBoxHeader {
  font-size: 12px;
  margin: 0;
}
.Avatar-Empty,
.UserAvatarUnknown,
.AvatarUnknown {
  background-size: cover;
  background-image: url('../_common_templates/img/anonymous_user.png?v=5.23.20.4');
}
.Avatar-Empty img,
.UserAvatarUnknown img,
.AvatarUnknown img {
  display: none;
}
.UserAvatar,
.Avatar {
  position: relative;
  background-image: url('../_common_templates/img/anonymous_user.png?v=5.23.20.4');
  background-size: cover;
}
.UserAvatar img,
.Avatar img {
  background: #fff;
}
.UserAvatar img[src*="pix.gif"],
.Avatar img[src*="pix.gif"] {
  background: transparent;
}
.UserAvatar .LetteredColoredAvatar,
.Avatar .LetteredColoredAvatar {
  display: none;
}
#my_profile_imagePanel .UserAvatar {
  min-width: 40px;
  min-height: 40px;
  vertical-align: top;
  margin-right: 15px;
}
#my_profile_imagePanel .UserAvatar img {
  min-width: 40px;
  min-height: 40px;
}
.UploadImagePanel {
  display: inline-block;
}
.LoggedUser .Avatar,
.LoggedUser .UserAvatar {
  width: 33px;
  height: 33px;
  float: left;
}
.ItemLink {
  line-height: 19px;
}
.CategoryTitleBox {
  margin: 0;
}
.CategoryTitleBox .CategoryLink {
  line-height: 35px;
}
.RightBox .CategoryLink {
  font-size: 12px;
}
#LoadableArticlesPanel ul,
.AnswersBox ul,
.ArticleList {
  margin: 0;
  list-style: none;
}
.PathView {
  margin-bottom: 15px;
}
.ResultsLabel {
  margin-left: 10px;
}
.gwt-Label {
  font-size: 12px;
}
.SearchResult {
  width: 90%;
  max-width: 100%;
  word-wrap: break-word;
}
.SearchResult .CategoryLink {
  font-size: 19px;
}
.SearchResult .CategoryPath {
  margin-left: 15px;
}
.SearchResult .ArticleLink {
  font-size: 17px;
}
.SearchResult .ArticlePreview {
  margin-left: 15px;
}
.ArticleContent pre {
  white-space: pre-wrap;
}
.ArticleContent blockquote {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding: 2px 0;
  padding-left: 15px;
  border-left: 5px solid #ccc;
}
.Blocking {
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.UserAvatar {
  vertical-align: middle;
  float: left;
}
.UserAvatarUnknown {
  display: block;
  width: 33px;
  height: 33px;
  background-size: cover;
}
.LoggedUserName {
  line-height: 34px;
  padding: 0px 0px 0px 40px;
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px;
  text-decoration: none;
  cursor: pointer;
  min-height: 34px;
}
.LoggedUserName:hover {
  text-decoration: underline;
}
.LoggedAgentBox {
  text-align: center;
  line-height: 17px;
  margin: 0 0 5px;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #a1262c;
  background: #f9e4e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.LoggedAgentBox a {
  color: #c40009;
}
.LoggedAgentBox a:hover {
  color: #F00;
}
.LoggedAgentBox .AgentMessage {
  color: #c40009;
}
.Window {
  background: #efeeed;
  border: none;
  box-shadow: 0 0 8px #3d3d3d;
  -webkit-box-shadow: 0 0 8px #3d3d3d;
  -moz-box-shadow: 0 0 8px #3d3d3d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.WindowHeaderTitle {
  padding: 10px 0;
  margin: 0 15px;
  font-weight: normal;
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #c5c5c5;
}
.WindowHeaderButtons {
  position: absolute;
  top: 10px;
  right: 15px;
}
.WindowContent {
  padding: 0 15px 15px;
}
.KbLoginBox {
  margin: 0 0 15px;
}
.KbLoginBox .NewFormField {
  padding: 5px 10px 5px 0px;
}
.RegisterLabel {
  display: inline;
  margin: 0px 5px 0px 0px;
}
.ButtonLikeLink.BackToLogin {
  margin: 0 10px;
}
.MainButton {
  clear: both;
  font-weight: bold;
  color: #295700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  background: #005279;
}
.MainButton .buttonBgColor {
  background-color: #005279;
}
.MainButton .buttonInnerBorderColor {
  border-color: #419dc4;
}
.MainButton .buttonBorderColor {
  border: 1px solid #00445d;
}
.MainButton .buttonBgShadowColor {
  background-color: #005b82;
}
.MainButton .buttonText {
  color: #fff;
  font-size: 13px;
}
.MainButton .buttonOverInnerBorderColor {
  border-color: #419dc4;
}
.MainButton.ImLeButton-focused,
.MainButton.ImLeButton:hover {
  background: #005279;
}
.MainButton .buttonOverBgColor,
.MainButton.ImLeButton-focused .buttonBgColor {
  background-color: #0b6894;
}
.MainButton .buttonOverBgShadowColor,
.MainButton.ImLeButton-focused .buttonBgShadowColor {
  background-color: #14719d;
}
.ConnectPanelUsed .StandardLoginPanel {
  border-right: 1px solid #d1d1d1;
  width: 57%;
}
.ConnectPanelUsed .LoginLeft {
  border-right: 1px solid #fff;
}
.ConnectPanelUsed .ConnectLoginPanel {
  width: 42%;
  float: left;
  display: block;
  text-align: center;
}
.LoginDescription {
  margin: 0 0 10px 0;
}
.LoginDivider {
  height: 5px;
  background: url('../_common_templates/img/box_divider.png') repeat-x;
  clear: both;
}
.RequestNewPasswordForm .g-FormField2 {
  margin: 0 0 5px;
  min-height: 45px;
}
.RequestNewPasswordForm .g-FormField2 .TextBox {
  width: 230px;
}
.RequestNewPasswordForm .g-FormField2-InputContainer {
  width: 260px;
}
.WindowHeader .SmallIcon .gwt-Image {
  display: none;
}
.AltTextPanel {
  padding: 2px 0 0;
  width: 104px;
  background: #fafa81;
  border: 1px solid #979784;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.AltTextPanel .AltText {
  width: 104px;
}
.AltTextPanel .AltText div {
  padding: 0 2px;
  text-align: left;
}
.AltTextPanel .AltText .gwt-Label {
  border: none;
}
.MenuLink {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  color: #424242;
  cursor: pointer;
}
.MenuLink:hover {
  text-decoration: underline;
}
.NewQuestion {
  float: right;
}
.AskQuestionView .g-FormField2 textarea {
  width: 600px;
  height: 150px;
}
.AskQuestionView .g-FormField2 .TextBoxContainer input {
  width: 600px;
}
.ReplyButton {
  float: right;
  margin: 0px 5px;
}
.QuestionHeader .MsgGroupBox,
.SuggestionHeader .MsgGroupBox {
  border-bottom: 2px solid #898989;
  padding: 0 0 10px;
  margin: 0 0 8px;
}
.MsgGroupBox {
  padding: 20px 10px 10px;
}
.MsgGroupBox .MsgGroupHeader .UserType.Agent {
  background-color: #787878;
  font-size: 12px;
  color: white;
  font-weight: bold;
  font-style: normal;
  padding: 1px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none;
}
.MsgGroupBox .Messages .Title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.MsgGroupBox .Messages .Text {
  padding: 5px 5px 5px 70px;
  font-size: 14px;
  line-height: 23px;
  word-wrap: break-word;
}
.MsgGroupBox .Files {
  padding: 5px 5px 5px 70px;
}
.MsgGroupBox .Files .FilePreview {
  margin: 0 0 10px;
}
.MsgGroupBox .Files .File {
  font-size: 14px;
  line-height: 23px;
  word-wrap: break-word;
}
.MsgGroupHeader .Avatar {
  position: absolute;
  margin: 0 5px;
}
.MsgGroupHeader .Avatar.AvatarUnknown {
  width: 50px;
  height: 50px;
  display: block;
}
.MsgGroupHeader .Title {
  padding: 0px 100px 5px 70px;
  font-style: italic;
}
.MsgGroupHeader .Name {
  font-weight: bold;
}
.MsgGroupHeader .DateCreated {
  float: right;
  font-size: 12px;
  color: #434343;
}
.PromotedAnswers .MsgGroupBoxPromoted {
  background-color: #fffcd6;
}
.MsgGroupBoxAgent {
  background-color: #fafafa;
  position: relative;
}
.MsgGroupBoxAgent .Avatar:before,
.offlineMessagesGroupAgent .Avatar:before,
.Avatar.Agent:before {
  left: 0px;
  top: 9px;
  width: 11px;
  height: 7px;
  background: #fca836;
  content: "";
  position: absolute;
  z-index: 5;
  margin: -3px 0px 0px -5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
}
.MsgGroupBoxAgent .Avatar:after,
.offlineMessagesGroupAgent .Avatar:after,
.Avatar.Agent:after {
  left: 2px;
  top: 0px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  background: #fca836;
  content: "";
  position: absolute;
  z-index: 5;
  margin: -3px 0px 0px -5px;
}
.LoggedUser .Avatar.Agent:before {
  left: 2px;
  top: 6px;
  width: 7px;
  height: 5px;
  background: #fca836;
  content: "";
  position: absolute;
  z-index: 5;
  margin: -3px 0px 0px -5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
}
.LoggedUser .Avatar.Agent:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  background: #fca836;
  content: "";
  position: absolute;
  z-index: 5;
  margin: -3px 0px 0px -5px;
}
img.Avatar[src*="view=Y"] {
  background: none;
}
img.Avatar[src*="d=404"] {
  display: none;
}
img.Avatar[src*="d=404"] + .DefaultAvatar {
  display: block;
}
.DefaultAvatar {
  display: none;
  width: 50px;
  height: 50px;
  background-image: url('../_common_templates/img/anonymous_user.png?v=5.23.20.4');
  position: absolute;
  margin: 0 5px;
}
.AvatarFlag {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.File .ImageFilePreview {
  max-width: 400px;
  max-height: 150px;
}
.File .ImageFileName {
  margin-left: 10px;
}
.KbMessageGroup .MessageWidgetTitle {
  font-weight: bold;
  font-size: 14px;
}
.UpdateArticleView .TextBoxContainer {
  width: 100%;
}
.AnswersBox .AnswersTitle {
  font-size: 20px;
  color: #30302f;
  margin: 0 10px;
  border-bottom: 1px solid #d0d0d0;
  padding: 30px 0 10px;
}
.AnswersBox .MsgGroupBox {
  padding: 15px 10px 0px 5px;
  margin: 0 10px;
  border-bottom: 1px solid #d0d0d0;
}
.AnswersBox .MsgGroupBox .Messages {
  padding: 0 0 15px;
}
.ReplySectionMain {
  margin: 10px 0 15px;
}
.ReplySectionMain .FormInputView {
  position: relative;
  margin: 0 0 10px;
  padding: 30px 0 0;
}
.ReplySectionMain .FormInputView.expanded {
  padding: 125px 0 0;
}
.Disabled .ImLeButtonMain {
  border-color: #999;
}
.Disabled .buttonText {
  color: #888;
}
#LoadMoreButtonmain {
  display: block;
  cursor: pointer;
}
#LoadMoreButtonmain.InVisible {
  display: none;
}
#LoadMoreButtonmainButton,
#LoadMoreButtonmainButton * {
  display: block;
}
#LoadMoreButtonmainButton .buttonText {
  text-align: left;
}
#LoadMoreButtonmainShadow {
  background: none;
}
#LoadMoreButtonmainButton.InVisible {
  display: none;
}
.g-FormField2-ErrorPopupLabel {
  font-size: 11px;
  line-height: 15px;
}
.MsgGroupBox.SuggestionMsgGroupBox .Status {
  float: left;
  margin: 5px;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: red;
}
.MsgGroupBox.SuggestionMsgGroupBox .Text {
  clear: both;
}
.ReplyLoadingElement {
  width: 100%;
}
.Loading {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  zoom: 1;
  cursor: wait;
}
.g-ReadOnlyListBox {
  border: 1px solid black;
}
.g-ReadOnlyListBox,
.g-ReadOnlyListBox .g-ListBoxInput {
  height: 20px;
}
.ButtonLikeLink.InVisible {
  display: none;
}
.ConfirmMessage {
  color: green;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}
.ContextPanel {
  border: none;
  background: #cbcbcb;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -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;
  padding: 10px 0;
  box-shadow: -1px 2px 2px #444;
  -webkit-box-shadow: -1px 2px 2px #444;
  -moz-box-shadow: -1px 2px 2px #444;
}
.ContextPanel .MenuItems {
  background: none;
}
.ContextPanel .MenuItems .MenuItem {
  background: none;
  padding: 3px 10px;
}
.ContextPanel .MenuItems .MenuItem-Hover {
  background: #efeeed;
  color: #000;
}
.ImageUploadContainer .UploadImageButtonWrap {
  font-weight: normal;
  height: 21px;
  width: 120px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #E6E6E6;
  border: 1px solid #707070;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
}
.ImageUploadContainer .UrlTextBox {
  height: 21px;
  border: 1px solid #ddd !important;
  margin: 0 10px 0 0;
  background: #fff;
}
.ImageUploadContainer .UrlTextBox input {
  background: none;
  height: 19px;
  width: 174px;
}
.ImageUploadContainer .UrlTextBox input.EditMode {
  color: #000;
}
.ImageUploadContainer .UrlTextBox.EmptyMode input {
  color: #929292;
}
.ImageUploadContainer .UploadImageButton .Icon {
  display: none;
}
.ImageUploadContainer .UploadImageButton .Text {
  color: #000;
  width: 120px;
  font-size: 11px;
  line-height: 21px;
  font-weight: bold;
}
.ImageUploadContainer .UploadImageButton .File {
  border: 0;
  cursor: pointer;
  display: block;
  top: -16px;
  opacity: 0;
  float: left;
  zoom: 1;
}
.ImageUploadContainer .UploadImageButton input {
  height: 17px;
  margin: 0;
  padding: 0;
  position: relative;
}
.ImageUploadContainer .UploadImageButton.Uploading .Icon {
  display: none;
}
.ImageUploadContainer .UploadImageButton.Disabled .Text {
  color: #888;
}
.UploadImageButton .Text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PopupContentWrapper {
  background: #EFEFEF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #606060;
  -webkit-box-shadow: 0px 0px 10px #606060;
  -moz-box-shadow: 0px 0px 10px #606060;
}
.PopupWinTopLeft,
.PopupWinLeft,
.PopupWinBottomLeft,
.PopupWinTopRight,
.PopupWinTop,
.PopupWinRight,
.PopupWinMain,
.PopupWinBottomRight,
.PopupWinBottom {
  background: none !important;
}
.or_css {
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 18px;
  font-size: 11px;
  text-decoration: none;
  color: #626262;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 5px;
}
.vertical_or_css {
  position: relative;
  margin: 5px 0;
  vertical-align: middle;
  line-height: 18px;
  font-size: 11px;
  text-decoration: none;
  color: #626262;
  font-weight: normal;
  display: -moz-inline-stack;
  display: block;
}
.ChangePasswordPanel .g-FormField2-Label {
  width: 150px;
}
.CreateArticleFields .FormInputView {
  width: 692px;
  height: 150px;
  border: 1px solid #CBCBCB;
}
.CreateArticleFields .FormInputView .gwt-TextArea {
  width: 690px;
  border: none;
  height: 125px;
}
.DragAndDropFileUploadView {
  width: 100%;
  height: 100%;
}
.MessageFormFiles {
  margin: 0 0 10px;
  background: #fff;
}
.SendFile {
  clear: both;
  float: right;
  height: 16px;
  width: 18px;
  cursor: pointer;
  position: relative;
  margin: 4px 2px;
}
.SendFile .Icon {
  width: 16px;
  height: 16px;
  float: left;
  margin: 0px 0px 0px 3px;
}
.FileMessageWidget {
  display: block;
}
.PreviewBox {
  margin-right: 10px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 20px;
}
.PreviewBox img {
  background: #efefef;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
}
.FileNameBox {
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 5px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 36px);
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.FileNameBox .FileName {
  margin-right: 5px;
  cursor: pointer;
}
.FileNameBox .FileName:hover {
  text-decoration: underline;
}
.FileNameBox .FileSize {
  color: #959595;
  font-style: normal;
}
.FileDownloadButton .buttonText,
.FileViewButton .buttonText {
  line-height: 18px !important;
  font-size: 11px;
  margin-right: 10px;
}
.FileIcon {
  margin-top: 1px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}
.InputFileView {
  float: left;
  margin: 2px 10px -1px 2px;
  background: #efefef;
  -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;
  border: 1px solid #B6B5B5;
  padding: 1px 5px 0px 10px;
  position: relative;
}
.InputFileView .FileName {
  float: right;
}
.InputFileView .FileName a {
  color: #000;
  text-decoration: none;
  line-height: 18px;
  font-size: 11px;
}
.InputFileView .FileName span {
  color: #959595;
}
.InputFileView .DiscardButton {
  float: right;
  width: 16px;
  height: 16px;
}
.InputFileView .FileName a:hover,
.InputFileView .FileName a:focus {
  color: #c20e00;
}
.SwitchableEditor {
  position: relative;
  height: auto !important;
}
.SwitchableEditor .gwt-TextArea {
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-size: 13px;
  border-bottom: none;
}
#collapsableEditorPanel .SwitchableEditor .gwt-TextArea {
  height: 300px;
}
.MessageWindow {
  width: 330px;
}
.MessageWindowTopLeft,
.MessageWindowTopRight,
.MessageWindowTop,
.MessageWindowBottomLeft,
.MessageWindowBottomRight,
.MessageWindowBottom {
  display: none;
}
.MessageWindowLeft {
  position: relative;
}
.MessageWindowRight {
  position: relative;
}
.MessageWindowContent {
  position: relative;
  padding: 0 10px;
  height: 100%;
  overflow: hidden;
}
.MessageWindowHeaderButtons {
  float: right;
  padding: 5px 5px 5px 0px;
  width: 20px;
}
.MessageWindowButtonClose {
  float: right;
  margin: 0px 0px 0px 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.MessageInformation {
  float: left;
  padding: 6px 0px 6px 6px;
  width: 285px;
}
.MessageWindowIcon {
  float: left;
  margin: 0px 5px 0px 0px;
  width: 14px;
  height: 14px;
  cursor: move;
}
.MessageInformationText {
  float: left;
  width: 220px;
  height: 14px;
  font: bold 11px Arial;
  font-size: 0.688rem;
  color: #fff;
  overflow: hidden;
}
.MessageInformationText-details {
  height: 361px;
  overflow: auto;
  width: 380px;
  margin-top: 5px;
}
.MessageInformationMore {
  float: right;
  height: 14px;
  font: bold 11px Arial;
  font-size: 0.688rem;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  text-decoration: underline;
}
.ErrorMessage .MessageWindowLeft {
  border: 1px solid #d50000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ErrorMessage .MessageWindowRight {
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ErrorMessage .MessageWindowContent {
  background: #d50000;
  background: rgba(213, 0, 0, 0.7);
}
.WindowResizer {
  position: absolute;
}
.WindowResizerSE {
  line-height: 1px;
  font-size: 1px;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  cursor: se-resize;
}
.DialogPopup {
  background: #fff;
  box-shadow: 0px 0px 7px #222;
  -webkit-box-shadow: 0px 0px 7px #222;
  -moz-box-shadow: 0px 0px 7px #222;
}
.CloseLabel {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
}
.CloseLabel span {
  display: none;
}
.ConversationFooterWrap .Subject {
  font-size: 18px;
  line-height: 24px;
}
.CustomPresetItemWidget {
  display: none !important;
}
.PresetMenuIcon {
  display: none;
}
.NDBoxWrapper {
  padding: 15px 0;
  margin: 15px 0 0;
}
.NDBoxWrapper.NDSearch {
  padding: 0 0 15px;
}
.NDBox {
  border: 2px solid #9a9a9a;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  font-size: 13px;
  line-height: 21px;
  background: #fff;
}
.NDSearch .NDBox {
  border: 2px solid #e2e2e2;
  background: #f6f6f6;
}
.NDSearch .NDContent {
  color: #494949;
  text-align: center;
}
.GridSearchPanel {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
}
.MyProfileView .g-FormField2 {
  margin: 0 0 20px;
}
.MyProfileView .g-FormField2 .TextBox {
  width: 220px;
}
.MyProfileView .g-FormField2-Label {
  width: 150px;
  line-height: 20px;
}
.MyProfileView .UserAvatar {
  margin: 0 0 10px;
  float: none;
  display: inline-block;
  background-size: contain;
}
.StandardLoginPanel {
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 12px;
}
.ConnectLoginPanel {
  display: none;
  padding: 10px;
}
.InternalTag {
  background: #909092;
  color: #fff;
  text-transform: uppercase;
  padding: 0 2px;
  font-size: 10px;
  line-height: 14px;
  vertical-align: middle;
  font-family: Arial;
}
.PageTitleValue {
  display: block;
}
.replyTextArea {
  height: 55px;
  border: 1px solid #CBCBCB;
  color: gray;
  padding: 8px;
}
#Content #login_title {
  margin: 10px 10px 25px;
  padding: 5px;
  background: #eee;
  border: 1px solid #ddd;
}
#Content #login_actionTitle {
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.ButtonLikeLink.BackTo {
  margin: 0 5px;
}
.ButtonLikeLink.BackTo .buttonText {
  line-height: 21px;
}
#setupPaswordForm #passwordusername .g-FormField2-InputContainer {
  line-height: 22px;
}
.PreviewIndicator {
  opacity: 0.8;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ffe117;
  padding: 15px 20px;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #000;
  box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  z-index: 5;
}
.PreviewIndicator a {
  text-decoration: underline;
  color: #000;
}
.PreviewIndicator .PreviewTitle {
  font-weight: bold;
}
.UploadImageButton {
  position: relative;
  display: inline-block;
  height: 25px;
  min-width: 100px;
  max-width: 200px;
  overflow: hidden;
  cursor: pointer;
  background: #E6E6E6;
  border: 1px solid #707070;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
}
.UploadImageButton:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  border-top: 1px solid #fff;
  background: #efefef;
  content: '';
}
.UploadImageButton:hover {
  background: #d5d5d5;
}
.UploadImageButton:hover:before {
  background-color: #dedede;
}
.UploadImageButton .Icon {
  display: none;
}
.UploadImageButton .Text {
  position: relative;
  color: #000;
  min-width: 100px;
  font-size: 12px;
  line-height: 23px;
  padding: 0 15px;
}
.UploadImageButton .File {
  border: 0px;
  cursor: pointer;
  display: block;
  top: -16px;
  opacity: 0;
  float: left;
  zoom: 1;
}
.UploadImageButton .UploadFileOuter {
  cursor: pointer;
  overflow: hidden;
  display: block;
  position: absolute;
  height: 25px;
  top: 0;
  right: 0;
  left: 0;
}
.UploadImageButton .UploadFileOuter .File {
  width: 400px;
  height: 25px;
  line-height: 25px;
  position: relative;
  float: right;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  text-align: right;
  top: 0;
}
.UploadImageButton.Disabled .Text {
  color: #888;
}
.UploadImageButton.Uploading .Icon {
  display: none;
}
.Success {
  margin: 20px 0;
  border: 1px solid #5cbb00;
  background: #ebf8df;
  color: #3c7900;
  padding: 10px 15px;
}
.SearchText {
  height: auto;
}
.Article img {
  max-width: 100%;
}
.ArticleContent img {
  max-width: 100%;
}
.FullArticleText img {
  max-width: 100%;
}
.FilePreview img {
  max-width: 100%;
}
#my_ticket_resolveButtonmainButton {
  display: none;
}
.TicketStatusA #my_ticket_resolveButtonmainButton {
  display: inline-block;
}
#twofactor_tokeninput {
  font-size: 16px;
  letter-spacing: 5px;
  font-family: monospace;
}
@media all and (min-width: 480px) {
  .FileMessageWidget {
    display: flex;
  }
  .PreviewBox {
    flex: 0 1 auto;
    margin-bottom: 0;
  }
  .FileNameBox {
    flex: 0 1 auto;
  }
  .FileIcon {
    flex: 0 0 16px;
  }
}
.InputButtonsPanel {
  height: 31px;
  margin-top: -1px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.InputFilesWrapper {
  background: #fff;
  margin: -1px 0 0;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
}
body {
  background: #fff;
}
a {
  color: #046bad;
}
h1 {
  font-family: 'Helvetica Neue', 'Arial Condensed', Arial, sans-serif;
  font-weight: 200;
  font-size: 30px;
  margin: 20px 0 40px;
  line-height: 36px;
}
ol,
ul {
  margin: 5px 0px 5px 40px;
}
.Container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.KBPadding {
  padding: 0;
}
.KBDivider {
  background: url('img/divider.png') repeat-x left center;
  padding: 10px 0;
}
#Header {
  height: 55px;
  width: 100%;
  z-index: 1;
  border-bottom: 2px solid transparent;
}
.KBLogo {
  width: 250px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
#HeaderContainer {
  height: 55px;
}
#HeaderContainer .KBPadding {
  padding: 0;
}
#ContentContainer {
  padding: 20px 0;
}
#MainContent {
  width: 72%;
  background: #fff;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #fff;
}
#RightContent {
  min-width: 190px;
  width: 25%;
  float: right;
  border: 2px solid transparent;
}
#MyTicketContent h1 {
  margin: 20px 0 10px;
}
.Breadscrumb {
  margin-bottom: 30px;
  font-size: 12px;
  color: #333;
  line-height: 18px;
}
.BreadCrumbLink {
  color: #333;
  text-decoration: none;
}
.BreadCrumbLink:hover {
  text-decoration: underline;
}
.RightBox {
  margin-bottom: 15px;
  border: 1px solid transparent;
}
.RightBox .RightBoxHeader {
  padding: 8px 10px 5px;
  font-weight: bold;
  font-size: 13px;
  border: 2px solid transparent;
}
.RightBox .KBPadding {
  padding: 5px 10px 10px;
}
.RightBox .CategoryLink,
.RightBox .ArticleLink {
  line-height: 18px;
  font-size: 12px;
  padding: 2px 0px 2px 20px;
  margin-bottom: 5px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RightBox .SmallIcon {
  top: 7px;
}
.RightBoxFooter {
  text-align: center;
  padding: 10px 0;
}
.RightBoxFooter .FooterLALogo {
  opacity: 0.4;
}
.RightBoxFooter .FooterLALogo:hover {
  opacity: 0.8;
}
.FacebookButton.ImLeButton {
  border: 1px solid #21346f !important;
  background: #6173a9 !important;
  margin: 5px 0 5px 15px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.FacebookButton.ImLeButton * {
  border: none !important;
  background: none !important;
  background-color: transparent !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.FacebookButton.ImLeButton .ImLeButtonMainContent {
  padding: 0 12px 0 30px;
}
.FacebookButton.ImLeButton .buttonText {
  color: #fff;
  font-size: 12px;
  padding: 0;
  white-space: inherit;
}
.FacebookButton.ImLeButton .buttonIcon {
  background: url("img/fb_icon.png") no-repeat 0px 0px !important;
  background-size: 20px 20px !important;
  height: 20px;
  width: 20px;
  position: absolute;
  display: block;
  top: 2px;
  left: 4px;
}
.CategoryTitleBox {
  position: relative;
}
.CategoryTitleBox .CategoryLink {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0px 5px 30px;
}
.CategoryTitleBox .CategoryLink:hover {
  text-decoration: none;
}
.CategoryTitleBox .CategoryLink:hover .TitleValue {
  text-decoration: underline;
}
.ItemLink {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  margin: 7px 0px 7px 30px;
  padding: 0px 0px 0px 20px;
}
.ItemLink:hover {
  text-decoration: none;
}
.ItemLink:hover .TitleValue {
  text-decoration: underline;
}
.MoreLinkTitle {
  color: #8c8c8c;
  text-decoration: none;
  font-size: 11px;
  margin: 7px 0px 7px 30px;
}
.MoreLinkTitle span {
  font-size: 11px;
  opacity: 0.7;
  padding: 3px 0 0;
}
.MoreLinkTitle:hover {
  text-decoration: underline;
}
.ArticleReadMore {
  display: none;
}
.ArticleContent {
  padding: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
}
.ArticleContent img {
  max-width: 100%;
}
.FullArticleText img {
  max-width: 100%;
}
.SearchResult,
.ArticleBox {
  margin: 5px 0;
  padding: 10px 10px 10px 40px;
  white-space: normal;
  position: relative;
}
.SearchResult .ArticleLink,
.ArticleBox .ArticleLink,
.ArticleBox .FullArticle,
.SuggestionBox .ArticleLink {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
}
.ArticleBox .FullArticle {
  color: #474747;
}
.SuggestionBox .ArticleLink:hover {
  text-decoration: underline;
}
.ArticleBox .FullArticleText {
  font-size: 13px;
  margin: 5px 0px 0px 0px;
}
.SearchResult .ArticlePath,
.SearchResult .CategoryPath {
  font-size: 11px;
  margin: 5px 0px 0px 0px;
  color: #a0a0a0;
}
.SearchResult .ArticleInfo {
  margin: 5px 0px 0px 0px;
}
.ArticlePreview {
  clear: both;
  margin: 0 0 10px;
  white-space: normal;
  line-height: 21px;
  font-size: 13px;
}
.ArticleBox.Topic .ArticlePreview,
.ArticleBox.Suggestion .ArticlePreview {
  margin: 0 0 10px;
}
.SearchResult .ArticlePreview {
  margin: 0 0 10px;
}
.PageNotFoundSubTitle {
  padding-left: 10px;
  margin-bottom: 20px;
}
.CategoryLink {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #474747;
  font-size: 13px;
}
.CategoryLink:hover {
  text-decoration: underline;
}
.ArticleLink {
  display: block;
  text-decoration: none;
  color: #474747;
  font-size: 13px;
}
.ArticleLink:hover {
  text-decoration: none;
}
.ArticleLink:hover .TitleValue {
  text-decoration: underline;
}
.RightBox .ArticleLink:hover .TitleValue {
  text-decoration: underline;
}
.ArticleBox.Topic,
.ArticleBox.Suggestion {
  padding: 10px 10px 10px 40px;
  position: relative;
}
.ArticleBox.Topic .DateChanged,
.ArticleBox.Suggestion .DateChanged {
  position: relative;
  right: auto;
  top: auto;
}
.ArticleBoxIcon {
  width: 13px;
  height: 13px;
  position: absolute;
  display: block;
  top: 21px;
  border: 1px solid transparent;
  left: 12px;
}
.WindowButtonClose {
  width: 17px;
  height: 17px;
  background: url("img/popup_close.png") no-repeat 0px 0px;
  margin: 2px 0 0;
  cursor: pointer;
}
.WindowButtonClose-over {
  background-position: 0px -17px;
}
.MsgGroupBoxPromoted .Promoted {
  padding-right: 20px;
  position: relative;
}
.MsgGroupBoxPromoted .Promoted:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background: url("img/kb-minimalist-icons.png?v=5.23.20.4") no-repeat -16px 0px;
}
#LoadMoreButtonmain {
  background: #f3f3f3 !important;
  margin: 10px;
  position: relative;
  border: 1px solid #dcdcdc !important;
}
#LoadMoreButtontextSpan {
  display: block;
  padding: 15px 20px 15px 45px;
  font-size: 12px;
}
#LoadMoreButtoniconDiv {
  display: block;
  width: 16px;
  height: 16px;
  background: url('img/kb-minimalist-icons.png?v=5.23.20.4') no-repeat 0 0;
  position: absolute;
  top: 20px;
  left: 15px;
}
.ImLeButton-over #LoadMoreButtonmain {
  background-color: #e9e9e9 !important;
}
.Search #MainContent {
  width: 990px;
}
.Search #RightContent {
  display: none;
}
.MenuLink {
  padding: 4px 5px 4px 5px;
}
.MenuLink:hover {
  background-color: #eee;
  text-decoration: none;
}
.MenuLinkS.Active {
  background-color: #727272;
  color: #fff;
}
.AnswersBox .AnswersTitle,
.AnswersBox .MsgGroupBox {
  margin: 0;
}
.NoAnswers {
  font-size: 11px;
  color: #7d7d7d;
  padding: 5px 0;
}
.PresetMenuIcon-visible {
  background-color: transparent;
  background: url("img/expand3.png") no-repeat 4px -13px transparent;
}
.PresetMenuIcon-hover {
  background-color: transparent;
  background: url("img/expand3.png") no-repeat 4px 7px transparent;
}
.SmallIcon {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border: 1px solid transparent;
  left: 3px;
  top: 5px;
}
.BigIcon {
  width: 13px;
  height: 13px;
  position: absolute;
  display: block;
  top: 11px;
  border: 1px solid transparent;
  left: 2px;
}
.CategoryBox {
  min-height: 159px;
}
.CategoryBox .ArticleBoxIcon {
  top: 11px;
  left: 1px;
}
.CategoryList .CategoryBox:nth-child(odd) {
  clear: left;
}
/* 
.CategoryBoxQ {
    .CategoryLink {
        .BigIcon {
            background-position:-6px -49px;
        }
    }
}
.CategoryBoxG {
    .CategoryLink {
        .BigIcon {
            background-position:-6px -137px;
        }
    }
}
.CategoryLink.CategoryLinkG {
    .SmallIcon {
        background-position:0px -50px;
    }
}
.CategoryLink.CategoryLinkQ {
    .SmallIcon {
        background-position:0px -25px;
    }
}
.ItemLinkG {
    .SmallIcon {
        background-position:-2px -50px;
    }
}
.ItemLinkQ {
    .SmallIcon {
        background-position:-2px -25px;
    }
}
.ItemLinkC {
    .SmallIcon {
        background-position:-2px 0px;
    }
}
.ItemLinkR {
    .SmallIcon {
        background-position:-2px -103px;
    }
}
.ItemLinkS {
    .SmallIcon {
        background-position:-2px -129px;
    }
}
.SearchResult .BigIcon, .ArticleBox .ArticleLink .BigIcon, .ArticleBox .FullArticle .BigIcon, .SuggestionBox .ArticleLink .BigIcon {
    background:url('img/kblink_icon-big.png') no-repeat -5px -93px;
}
.SearchResult-Topic {
    .BigIcon {
        background-position:-5px -184px;
    }
}
.SearchResult-Suggestion {
    .BigIcon {
        background-position:-5px -226px;
    }
}
*/
.ImLeButtonMain,
.UploadImageButton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* search box */
.SearchBox {
  float: right;
  min-width: 200px;
  width: 49.5%;
  height: 30px;
  margin: 30px 1% 0 7%;
  border: 1px solid #c4c4c4;
  position: relative;
}
#RightContent .SearchBox {
  float: none;
  min-width: 0;
  width: auto;
  margin: 0 0 15px;
}
.SearchBoxInputWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
.SearchText {
  font-size: 13px;
  border: none;
  position: relative;
  padding: 0px 30px 0px 10px;
  width: 100%;
  height: 100%;
  color: #000;
  background: none;
}
.SearchBoxInputWrapper:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 7px;
  background: url('img/kb-minimalist-icons.png?v=5.23.20.4') no-repeat -16px -16px;
}
.SearchBoxButtonWrapper {
  display: none;
}
.Home .SearchBox,
.Search .SearchBox,
.NotFound .SearchBox {
  float: none;
  width: 100% !important;
  margin: 0 0 30px;
}
.HomeSearch .KBPadding {
  padding: 0;
}
.PageTitleWithActions {
  float: left;
  margin-top: 0;
}
.PageHeaderActions {
  float: right;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 4px;
}
.PageHeaderActions .SearchBox {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.KbLinkButton {
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  line-height: 28px;
  padding: 0 15px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.ImLeButton .buttonInnerBorderColor {
  border-color: transparent;
}
.ImLeButton .buttonOverInnerBorderColor {
  border-color: transparent;
}
.ImLeButton .ImLeButtonMainShadow {
  display: none;
}
.ImLeButton .buttonText {
  line-height: 24px;
}
.UploadImageButton:before {
  display: none;
}
.MainButton .buttonInnerBorderColor,
.GreenButton .buttonInnerBorderColor,
.Send .buttonInnerBorderColor,
.ReplyButton .buttonInnerBorderColor {
  border-color: transparent;
}
.MainButton .buttonOverInnerBorderColor,
.GreenButton .buttonOverInnerBorderColor,
.Send .buttonOverInnerBorderColor,
.ReplyButton .buttonOverInnerBorderColor {
  border-color: transparent;
}
.MainButton .ImLeButtonMainShadow,
.GreenButton .ImLeButtonMainShadow,
.Send .ImLeButtonMainShadow,
.ReplyButton .ImLeButtonMainShadow {
  display: none;
}
.MainButton .buttonText,
.GreenButton .buttonText,
.Send .buttonText,
.ReplyButton .buttonText {
  font-weight: bold;
}
.GreenButton.Disabled {
  opacity: 0.5;
}
.ImLeButton.ButtonLikeLink .buttonBgColor {
  background-color: transparent;
}
.ImLeButton.ButtonLikeLink .buttonText {
  color: #666;
}
.ImLeButton.ButtonLikeLink .buttonOverBgColor {
  background-color: transparent;
}
.ImLeButton.ButtonLikeLink.ImLeButton-over .buttonText {
  color: #000;
}
.SendFile {
  width: auto;
  height: 27px;
  margin: 0;
  border: 1px solid #d3d3d3;
  vertical-align: middle;
  padding: 0 10px;
}
.SendFile:hover {
  background: #f5f5f5;
}
.SendFile div.Icon {
  float: left;
  margin: 5px 5px 5px 0;
  width: 16px;
  height: 16px;
  background: url('img/kb-minimalist-icons.png?v=5.23.20.4') no-repeat 0 -32px;
}
.SendFile .Text {
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: middle;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  height: auto;
}
.SendFile .UploadFileOuter {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.SendFile .File {
  top: 0;
  height: 27px;
  width: 250px !important;
}
#formContent .SendFile {
  margin-top: 5px;
}
.replyTextArea {
  font-size: 13px;
}
#login_title,
.NoDataBox,
.NoRightsBox {
  margin: 10px 0 25px;
  padding: 10px;
  background: #eee;
  border: 1px solid #ddd;
  font-size: 13px;
}
.NoRightsBox {
  background: #fdeed5;
  border: 1px solid #fcc170;
}
.VotesCount,
.Status,
.MyVote,
.AnswersCount,
.DateChanged,
.LastUser,
.DateWithUser,
.PromotedAnswersCount {
  vertical-align: middle;
  line-height: 14px;
  position: relative;
  float: left;
  margin-right: 5px;
}
.VotesCount,
.Status,
.MyVote,
.AnswersCount,
.DateWithUser,
.PromotedAnswersCount {
  margin-right: 25px;
}
.Status {
  font-size: 9px;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
}
.VotesCount,
.PromotedAnswersCount {
  font-size: 11px;
  color: #000;
  font-weight: bold;
  padding-left: 20px;
}
.VotesCount:after,
.PromotedAnswersCount:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 16px;
  height: 16px;
  left: 0;
}
.VotesCount:after {
  background: url('img/kb-minimalist-icons.png?v=5.23.20.4') no-repeat -16px -32px;
}
.PromotedAnswersCount:after {
  background: url('img/kb-minimalist-icons.png?v=5.23.20.4') no-repeat -16px 0;
}
.VotesCountBig {
  margin-right: 0;
  line-height: 19px;
  font-size: 17px;
  font-weight: normal;
}
.VotesCountBig em {
  display: none;
}
.VotesCountBig:after {
  top: 0;
  padding-left: 24px;
  background: url('img/kb-minimalist-icons.png?v=5.23.20.4') no-repeat -32px 0;
}
.AnswersCount {
  font-size: 11px;
  color: #888;
  padding-left: 20px;
}
.AnswersCount:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 16px;
  height: 16px;
  background: url('img/kb-minimalist-icons.png?v=5.23.20.4') no-repeat 0 -16px;
  left: 0;
}
.SuggestionStatus .Status {
  font-size: 12px;
  line-height: 19px;
  padding: 0 10px;
}
.SuggestionStatus > div {
  margin-top: 5px;
}
.LastUser {
  color: #7d7d7d;
}
.LastUser .LastUserName {
  color: #000;
  font-weight: bold;
}
.JumpTo {
  position: relative;
  margin: 0 0 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  padding-left: 40px;
}
.JumpTo:hover {
  text-decoration: underline;
}
.JumpTo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent;
}
.NoTicketsPanel {
  font-size: 13px;
  color: #888;
  padding: 10px 0;
}
.CategoryDescription {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  marging: 10px 0;
  font-size: 13px;
  line-height: 21px;
}
.CategoryDescriptionSecond {
  border-top: none;
  margin-top: 0;
}
.NewQuestionBox {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0;
}
.EmptyKBMessage {
  margin: 0 0 10px;
}
.Success {
  font-size: 13px;
}
.NewFormFieldMessage.messageError,
.FormMessage-error {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.NewFormFieldMessage.messageError .MessageArrow {
  display: none;
}
.Files {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.FileImage {
  margin: 0 10px 0 0;
  background: #efefef;
  border: 1px solid #cbcbcb;
  padding: 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.FilePreview {
  margin-bottom: 10px;
}
.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-top: 5px;
  margin-left: 17px;
}
.FilePreview .File {
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}
.FilePreview .File .ImageFileName {
  /*font-size: 12px;
			line-height: 22px;*/
  margin: 0;
}
.FilePreview .FileName a {
  color: #000;
  text-decoration: underline;
}
.FilePreview .FileName a:hover,
.FilePreview .FileName a:focus {
  color: #c20e00;
}
.FilePreview .FileSize {
  color: #959595;
  font-style: normal;
}
.FilePreview a:hover {
  text-decoration: none;
}
.ArticleInfo {
  font-size: 11px;
  margin: 0px 0px 20px 0px;
  opacity: 0.4;
  line-height: 18px;
}
.ArticleCreated,
.ArticleUpdated {
  display: inline-block;
  margin-right: 15px;
}
/* media query */
@media screen and (max-width: 800px) {
  #MainContent {
    max-width: 72%;
  }
}
@media screen and (max-width: 750px) {
  #MainContent {
    max-width: 70%;
  }
  .ArticleBox .FullArticleText {
    margin-left: 0;
  }
  .PageTitleWithActions {
    float: none;
  }
  .PageHeaderActions {
    margin: 0;
    float: none;
    white-space: normal;
  }
  h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  #MainContent {
    min-width: 100%;
    margin-bottom: 8px;
  }
  .CategoryBox {
    width: 100%;
    max-width: 100%;
  }
  #RightContent {
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ConnectPanelUsed .StandardLoginPanel {
    float: none;
    width: 100%;
    border-right: none;
  }
  .ConnectPanelUsed .ConnectLoginPanel {
    float: none;
    width: 100%;
    text-align: left;
  }
  .FacebookButton.ImLeButton {
    margin: 5px 0;
  }
}
@media screen and (max-width: 450px) {
  #MainContent {
    min-width: 100%;
  }
  .SearchText {
    width: 100%;
  }
  .MyProfileView .g-FormField2-Label {
    float: none;
    text-align: left;
  }
  .MyProfileView .TextBoxContainer {
    display: block;
  }
  .MyProfileView .g-FormField2 .TextBox {
    width: 100%;
  }
  .MyProfileView .g-FormField2-InputContainer,
  .MyProfileView .g-FormField2-InputPanel {
    float: none;
  }
  .SearchBox {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .SubmitNewButton {
    margin: 10px 0;
  }
}
fieldset {
  border: 2px solid #efefef;
  border-radius: 0;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 20px;
}
legend {
  background: #f8f8f8;
  border: 2px solid #efefef;
  border-radius: 0;
  box-sizing: border-box;
  color: #424242;
  display: block;
  font-size: 100%;
  font-weight: bold;
  margin-left: -22px;
  margin-right: -22px;
  padding: 1px;
  text-align: center;
  width: calc(100% + 44px);
}
@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;
  }
}
.FormTitle {
  line-height: 30px;
  font-weight: 200;
  text-align: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #344d5c;
  font-size: 30px;
  margin: 20px 0 40px !important;
}
#brandingPanel {
  display: none;
}
.KBPadding div:nth-child(2) {
  height: auto !important;
}
#SubmitTicketForm .MainElement {
  height: auto !important;
  width: auto !important;
}
#SubmitTicketForm .g-FormField2-Label {
  line-height: 24px;
}
#SubmitTicketForm .g-FormField2 {
  padding: 5px 0;
}
#SubmitTicketForm .g-FormField2 .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;
}
#SubmitTicketForm .g-FormField2 .gwt-Label-mandatory {
  color: #000;
}
#SubmitTicketForm .g-FormField2 .g-FormField2-InputContainer,
#SubmitTicketForm .g-FormField2 .g-FormField2-InputPanel {
  float: none;
}
#SubmitTicketForm .g-FormField2 .g-FormField2-ErrorIcon {
  right: 5px;
  top: 2px;
}
#SubmitTicketForm .g-FormField2 .g-ListBox,
#SubmitTicketForm .g-FormField2 .TextBoxContainer {
  display: block;
}
#SubmitTicketForm .g-FormField2 .TextBox,
#SubmitTicketForm .g-FormField2 .g-ListBoxInput {
  width: 100%;
}
#SubmitTicketForm .g-FormField2 textarea.TextBox {
  height: 80px;
}
#SubmitTicketForm .g-FormField2 .g-ListBoxButton {
  position: absolute;
  top: 2px;
  right: 5px;
}
#SubmitTicketForm input,
#SubmitTicketForm textarea {
  font-size: 13px;
  line-height: 20px;
}
#NewArticleMain .g-FormField2-Label {
  line-height: 24px;
}
#NewArticleMain .g-FormField2 {
  padding: 5px 0;
}
#NewArticleMain .g-FormField2 .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;
}
#NewArticleMain .g-FormField2 .gwt-Label-mandatory {
  color: #000;
}
#NewArticleMain .g-FormField2 .g-FormField2-InputContainer,
#NewArticleMain .g-FormField2 .g-FormField2-InputPanel {
  float: none;
}
#NewArticleMain .g-FormField2 .g-FormField2-ErrorIcon {
  right: 5px;
  top: 2px;
}
#NewArticleMain .g-FormField2 .g-ListBox,
#NewArticleMain .g-FormField2 .TextBoxContainer {
  display: block;
}
#NewArticleMain .g-FormField2 .TextBox,
#NewArticleMain .g-FormField2 .g-ListBoxInput {
  width: 100%;
}
#NewArticleMain .g-FormField2 textarea.TextBox {
  height: 80px;
}
#NewArticleMain .g-FormField2 .g-ListBoxButton {
  position: absolute;
  top: 2px;
  right: 5px;
}
#NewArticleMain input,
#NewArticleMain textarea {
  font-size: 13px;
  line-height: 20px;
}
.CreateArticleButtons {
  padding: 10px 0;
}
.AskQuestionContent .g-FormField2-InputContainer {
  float: none;
}
.AskQuestionContent .g-FormField2-InputPanel {
  float: none;
}
.AskQuestionContent .TextBox {
  width: 690px;
  height: 150px;
}
.AskQuestionContent .g-FormField2-ErrorIcon {
  top: 3px;
  right: 3px;
}
.AskQuestionContent .g-FormField2-Label {
  float: none;
  width: auto;
  text-align: left;
}
.AskQuestionTitle.g-FormField2 {
  margin: 15px 0;
}
.AskQuestionTitle .g-FormField2-InputContainer {
  float: none;
}
.AskQuestionTitle .g-FormField2-InputPanel {
  float: none;
}
.AskQuestionTitle .TextBoxContainer .gwt-TextBox {
  width: 690px;
}
.AskQuestionTitle .g-FormField2-ErrorIcon {
  top: 3px;
  right: 3px;
}
.AskQuestionTitle .g-FormField2-Label {
  float: none;
  width: auto;
  text-align: left;
}
.AskQuestionCategory .g-FormField2-Label {
  text-align: left;
}
.AskQuestionCategory .g-ReadOnlyListBox {
  border: 1px solid #DDDDDD;
  height: 25px;
  position: relative;
}
.AskQuestionCategory .g-ReadOnlyListBox .g-ListBoxInput {
  overflow: hidden;
  padding: 0 20px 0 5px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  height: 25px;
  line-height: 25px !important;
  width: 500px;
  font-size: 13px !important;
}
.AskQuestionCategory .g-ListBoxButton {
  cursor: pointer;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 3px;
  right: 5px;
}
.NewQuestionBox {
  height: 18px;
  margin-right: 20px;
}
.LoadingBox {
  position: relative;
  margin-top: 150px;
  height: 60px;
  text-align: center;
}
.LoadingInfo {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.WindowLoadingBox {
  min-height: 60px;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}
* html .WindowLoadingBox {
  height: 60px;
}
.WindowLoadingBox .LoadingInfo {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.LoadingIndicatorPopupPanel {
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.Loading {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  opacity: 0.6;
  zoom: 1;
  cursor: wait;
}
#MyTicketContent.Loading {
  min-height: 250px;
  opacity: 1;
  background: none;
}
#MyTicketContent.Loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: url('../_common_templates/img/loading.gif?v=5.23.20.4') #fff no-repeat center center;
  opacity: 0.5;
}
.LoadingBox {
  background: url('../_common_templates/img/loading.gif?v=5.23.20.4') #F0F0F0 no-repeat center 15px;
}
.Loading-image {
  background-image: url('../_common_templates/img/loading.gif?v=5.23.20.4') no-repeat center 15px;
}
.LoadingInfo {
  color: #888;
  font-size: 13px;
}
.SingleContentPanel {
  font-size: 11px;
  font-family: "Lucida grande", "Lucida sans unicode", Arial, Verdana, Helvetica, Geneva, sans-serif;
  line-height: 20px;
  min-height: 330px !important;
}
.SearchBoxViewWithButton {
  height: 25px !important;
}
.DraftMessagesContent {
  display: none;
}
#my_ticket_msgGroupsPanel {
  margin: 15px 0;
}
.MessageGroup {
  font-size: 14px;
  border-top: 1px #cccccc solid;
  background: #fff;
  padding: 5px 0 10px;
  position: relative;
}
.MessageGroup .MessageGroup {
  margin: 10px 0 10px 40px;
  border-left: 1px solid #888;
  border-top: 0 none;
}
.MessageGroup .MessageGroup .Avatar {
  margin: 0;
}
.MessageGroup .MessageGroup .messageBody {
  margin-right: 0;
}
.MessageGroup .MessageGroup .MessageGroupHeaderContainer {
  margin-bottom: 10px;
}
.MessageGroupPartial .MessageGroupContent {
  overflow: hidden;
}
.Time {
  float: right;
  margin: 7px 13px 0px 0px;
  color: #666;
  font-size: 12px;
}
.MessageGroup a {
  color: #0075bf;
  text-decoration: none;
  word-wrap: break-word;
}
.MessageGroup a:hover {
  text-decoration: underline;
}
.offlineMessagesGroupMe {
  background: #fafafa;
}
.MessageGroupContent {
  padding: 0px 0px 8px 0;
}
.MessageGroupHeader {
  padding: 0;
  position: relative;
  zoom: 1;
}
.MessageGroupHeader .UserInfo {
  float: left;
}
.HeaderUserName {
  float: left;
  font-weight: bold;
  margin: 8px 0;
  margin: 0.5rem 0;
}
.HeaderText {
  float: left;
  margin: 8px 0px 0px 5px;
}
.HeaderIcon {
  float: left;
  width: 80px;
  height: 30px;
  visibility: hidden;
}
.HeaderTime {
  margin: 8px 13px 0px 0px;
}
.MessageGroupChat .MessageGroupContent {
  padding: 0;
}
.MessageGroupChatRunning {
  padding: 0;
}
.MessageGroupHeaderChatRunning {
  background: #D1E8F9;
}
.chatMessagesGroupMe {
  background: url('../_common_templates/img/noise.gif?v=5.23.20.4') repeat 0 0;
}
.MessageGroupContent div .chatMessagesGroup:last-child {
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/*		.chatRunning .HeaderDockPanelBottom {background:transparent;}
		.chatRunning .MessageListBottom {height:5px; -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; border:1px #ccc solid; background:#fff; border-top:none;}
		.chatRunning .ChatBubble {margin-top:-1px; background:url('@{common-img}chat-arrow.png?v=@{version}') no-repeat 25px 0; height:15px; width:50px; position:absolute;}
			.chatRunning .HeaderDockPanelUsed .ChatBubble {background-position:25px -15px;}
		.chatRunning .ChatBubbleBox {height:15px; position:relative;}*/
.MsgGroupAction {
  float: left;
}
.MessageListContainer {
  line-height: 15px;
  line-height: 0.938rem;
  position: relative;
  margin-bottom: 15px;
}
.MessageNotification {
  padding: 0px 8px 0px 0px;
  margin: 0px 0px 0px 80px;
}
.messagesPanel .MessageNotification {
  margin: 0;
}
.MessageNotification-Unread {
  background: #fff6c3;
}
.ActionClose,
.ActionDisconnect,
.ActionTransfer {
  color: #898989;
  position: relative;
}
.ActionClose .messageBody:before,
.ActionDisconnect .messageBody:before,
.ActionTransfer .messageBody:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  display: block;
  height: 16px;
  width: 16px;
}
.ActionClose .messageBody {
  font-size: 12px;
  padding-left: 20px;
}
.ActionClose .messageBody:before {
  background: url('../_common_templates/img/system_message-close.png?v=5.23.20.4') no-repeat center center;
}
.ActionDisconnect .messageBody {
  font-size: 12px;
  padding-left: 20px;
}
.ActionDisconnect .messageBody:before {
  background: url('../_common_templates/img/system_message-close.png?v=5.23.20.4') no-repeat center center;
}
.ActionTransfer .messageBody {
  font-size: 12px;
  padding-left: 20px;
}
.ActionTransfer .messageBody:before {
  background: url('../_common_templates/img/header-transfer.png?v=5.23.20.4') no-repeat center center;
}
.MessageGroupContentAvatar {
  position: absolute;
  top: 8px;
  left: 10px;
}
.MessageGroupHeaderNotification-Unread {
  background-color: #ffc600;
}
.messageBody {
  position: relative;
  font-size: 13px;
  line-height: 19px;
}
.messageOwnerWidget {
  position: relative;
  margin: 0px 0px 0px 0px;
}
/* 	.AgentChatTypingWidget {background:#fff; border-top:1px dotted #DCDCDC; margin-top:-1px;}
		.AgentChatTypingWidget .messageOwnerWidget {margin-top:1px;}
		.AgentChatTypingWidget .MessageNotification {.border-right-color(#F8F8F8);}
		.AgentChatTypingWidget .messageOwnerWidget,
		.AgentChatTypingWidget .messagesPanel,
		.AgentChatTypingWidget .messageTime {color:#b0b0b0;}
		.AgentChatTypingWidget .Avatar img {display:none;}
			.AgentChatTypingWidget .Avatar {background:url('@{common-img}typing-chat.png?v=@{version}') no-repeat center center; padding:0; margin:0; height:34px; width:34px;}
			*/
/* .DraftMessagesContentUsed .MessageGroup {border:1px dotted #CCCCCC; background:none; color:#797979;}
		.DraftMessagesContentUsed .MessageGroupContent {font-size:19px; line-height:24px; }
		.DraftMessagesContentUsed .MessageGroupContent .gwt-HTML {.margin(0px,0px,0px,35px);}
		.DraftMessagesContent .HeaderIcon {background:url('@{common-img}typing-offline.png?v=@{version}') no-repeat 4px 2px;}
		.DraftMessagesContent .Avatar img {display:none;}
		.CustomerReply .ScrolledToBottom .DraftMessagesContent .MessageGroup {opacity:1;}*/
.DisclosurePanelLabel {
  cursor: pointer;
}
.DisclosurePanelLabel .DisclosurePanelLabelText {
  display: inline;
}
.messageBody .DisclosurePanel .DisclosurePanelLabel {
  display: inline;
  padding: 0px 15px 0px 0px;
  color: #7a7a7a;
  font-size: 14px;
  text-decoration: underline;
  background: url('../_common_templates/img/expand.png?v=5.23.20.4') no-repeat right 7px;
}
.messageBody .DisclosurePanel.opened {
  border: 1px solid #e7e7e7;
  background: url('../_common_templates/img/noise.gif?v=5.23.20.4') repeat;
  padding: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.messageBody .DisclosurePanel.opened .DisclosurePanelLabel {
  background: url('../_common_templates/img/expand.png?v=5.23.20.4') no-repeat right -14px;
}
.messageBody .DisclosurePanel.opened .DisclosurePanelContent {
  font-size: 12px;
}
.MessageHeader {
  color: #8e8e8e;
  display: none;
}
.MessageHeader .messageBody {
  font-size: 14px;
}
.MessageHeader-last .messageBody {
  margin: 0 0 10px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 5px;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButtonMainOut {
  border: none;
  background: none;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButtonMain {
  border: 1px solid transparent;
  background: none;
  border-top: none;
  border-right: none;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -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;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButtonMainInnerBox {
  border-top: 1px solid transparent;
  background: none;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButtonMainContent {
  min-width: 0;
  _width: auto;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButtonMainShadow {
  display: none;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButton-focused {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
.MessageGroupHeader .ExpandListboxButton .buttonText {
  display: block;
  width: 23px;
  height: 26px;
  padding: 0;
  background: url("../_common_templates/img/expand3.png?v=5.23.20.4") no-repeat 5px -8px;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButton-expand .ImLeButtonMain {
  border-color: transparent transparent #e5e5e5 #e5e5e5;
  background: #f7f6f6;
}
.MessageGroupHeader .ExpandListboxButton .ImLeButton-expand .buttonText {
  background: url("../_common_templates/img/expand3.png?v=5.23.20.4") no-repeat 5px 12px;
}
.SendButton {
  float: left;
  cursor: default;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  outline-style: none;
  outline-width: medium;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  -moz-border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #fff;
}
.MessageFormInput {
  padding: 5px;
}
.emptyText {
  color: #808080;
}
.LeftButtons {
  float: left;
  font-size: 12px;
  position: relative;
}
.LeftButtons .ImLeButton {
  margin-right: 5px;
}
.RightButtons {
  float: right;
  font-size: 12px;
}
.RightButtons .ImLeButton {
  margin-left: 5px;
}
.or_css {
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  font-size: 16px;
  text-decoration: none;
  color: #626262;
  font-weight: normal;
}
.MessageForm {
  background: #fff;
  font-size: 19px;
  border: 1px #b6b5b5 solid;
  border-bottom: 0;
  -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;
}
.inputViewContainer .MessageFormFiles {
  float: none;
  min-height: 17px;
  _height: 17px;
  margin: 0 0 10px;
  background: #fff;
  border: 1px solid #B6B5B5;
  border-top: 0;
  -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: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.MessageFormFiles:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.MessageFormFiles {
  display: inline-block;
}
html[xmlns] .MessageFormFiles {
  display: block;
}
* html .MessageFormFiles {
  height: 1%;
}
.MessageFormFiles .SendFile {
  margin: 0;
  font-weight: normal;
  height: 17px;
  background: #e6e6e6;
  border: 1px solid #B6B5B5;
  border-right: none;
  border-radius: 4px 0;
  -moz-border-radius: 4px 0;
  border-bottom: none;
}
.SmallButton .buttonText {
  font-weight: normal;
  font-size: 16px;
}
.ArticleBox.Ticket {
  position: relative;
}
.ArticleBox.Ticket .ArticleLink {
  margin: 0;
}
.ArticleBox.Ticket .ArticlePreview {
  margin-top: 0;
}
.ArticleBottomLine {
  clear: both;
  margin: 5px 0 0 30px;
  font-size: 11px;
  color: #7d7d7d;
  padding: 5px 0;
}
.TicketStatus {
  font-size: 9px;
  text-transform: uppercase;
  padding: 0 5px;
}
.TicketStatusN .TicketStatus,
.TicketStatusC .TicketStatus,
.TicketStatusW .TicketStatus,
.TicketStatusT .TicketStatus {
  color: #fff;
  background: #faa634;
}
/*new, open and postponed - waiting for support*/
/*chatting also*/
.TicketStatusA .TicketStatus {
  color: #fff;
  background: #5a5a5a;
}
/*answered - but still not resolved*/
.TicketStatusR .TicketStatus {
  color: #888;
  background: #eeeeee;
}
/*resolved*/
.TicketStatusX .TicketStatus {
  color: #888;
  background: #eeeeee;
}
/*merged*/
.TicketCode {
  font-style: italic;
  white-space: nowrap;
}
.TicketStatus,
.TicketCode,
.TicketDateChanged,
.TicketTags {
  vertical-align: middle;
  line-height: 14px;
  position: relative;
  float: left;
  margin-right: 5px;
}
.TicketTag {
  font-size: 9px;
  text-transform: uppercase;
  padding: 0 5px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}
.TicketStatus,
.TicketDateChanged {
  margin-right: 25px;
}
.ArticleBox.Ticket .ArticleBoxIcon {
  position: absolute;
  left: 5px;
  top: 15px;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  background-color: transparent;
  border-color: transparent;
}
.TicketStatusC .ArticleBoxIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -65px;
}
.TicketStatusN .ArticleBoxIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -12px;
}
.TicketStatusA .ArticleBoxIcon,
.TicketStatusW .ArticleBoxIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -116px;
}
.TicketStatusR .ArticleBoxIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -167px;
}
.TicketStatusT .ArticleBoxIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -218px;
}
.TicketStatusX .ArticleBoxIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -422px;
}
.TicketStatusActions {
  text-align: right;
}
.StatusTag {
  float: left;
  font-weight: bold;
  line-height: 19px;
  font-size: 12px;
  margin: 3px;
}
.g-TableBody td {
  vertical-align: top;
}
.MyTicketRow {
  margin: 0 0 5px;
  cursor: pointer;
}
.MyTicketRowA {
  border: 1px solid #ffedc3;
  background: #ffedc3;
}
/*answered*/
.MyTicketRowA.g-TableRow-over {
  border: 1px solid #fae5b3;
  background: #fae5b3;
}
.MyTicketRowN,
.MyTicketRowC,
.MyTicketRowW {
  border: 1px solid #dedede;
  background: #fff;
}
/*new and open*/
.MyTicketRowN.g-TableRow-over,
.MyTicketRowC.g-TableRow-over,
.MyTicketRowW.g-TableRow-over {
  background: #fafafa;
}
.MyTicketRowR {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  color: #555;
}
/*closed*/
.MyTicketRowR.g-TableRow-over {
  background: #eee;
}
.MyTicketRowX {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  color: #555;
}
/*merged*/
.MyTicketRowX.g-TableRow-over {
  background: #eee;
}
.MyTicketRowT {
  border: 1px solid #D1E8F9;
  background: #D1E8F9;
}
/*chatting*/
.MyTicketRowT.g-TableRow-over {
  background: #b3d5ee;
}
.g-TableBody .MyTicketRow td {
  border: none;
}
.MyTicketPreviewPanel {
  padding: 8px 0 0 0;
}
.MyTicketSubject {
  font-size: 13px;
  font-weight: bold;
  margin: 0px 5px 4px 0px;
  float: left;
}
.MyTicketStatus {
  float: left;
}
.MyTicketPreview {
  clear: both;
  font-size: 12px;
  word-wrap: break-word;
}
.MyTicketsActions {
  padding: 8px 0 0 0;
}
.ConversationFooterWrap {
  border-bottom: 2px solid #898989;
  padding: 4px 0;
}
.ConversationCodeWrap {
  float: right;
  margin: 5px 8px;
}
.ConversationStatusN .ConversationFooterWrap,
.ConversationStatusC .ConversationFooterWrap,
.ConversationStatusW .ConversationFooterWrap {
  background: #fff;
}
.ConversationStatusA .ConversationFooterWrap {
  background: #ffedc3;
}
.ConversationStatusR .ConversationFooterWrap {
  background: #f6f6f6;
}
.ConversationStatusT .ConversationFooterWrap {
  background: #D1E8F9;
}
.ConversationCode {
  line-height: 18px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -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: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: block;
  padding: 1px 5px 1px 5px;
  font-weight: bold;
  position: relative;
}
.ConversationCode:after {
  margin-left: -10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0px;
  border-color: transparent transparent transparent transparent;
}
.ConversationStatusN .ConversationCode,
.ConversationStatusC .ConversationCode,
.ConversationStatusW .ConversationCode {
  background: #d0d0d0;
  color: #666;
}
.ConversationStatusN .ConversationCode:after,
.ConversationStatusC .ConversationCode:after,
.ConversationStatusW .ConversationCode:after {
  content: '';
  border-right-color: #d0d0d0;
}
.ConversationStatusA .ConversationCode {
  background: #f1d89f;
  color: #6d5932;
}
.ConversationStatusA .ConversationCode:after {
  content: '';
  border-right-color: #f1d89f;
}
.ConversationStatusR .ConversationCode {
  background: #b3b3b3;
  color: #444;
}
.ConversationStatusR .ConversationCode:after {
  content: '';
  border-right-color: #b3b3b3;
}
.ConversationStatusT .ConversationCode {
  background: #b3d5ee;
  color: #314f66;
}
.ConversationStatusT .ConversationCode:after {
  content: '';
  border-right-color: #b3d5ee;
}
.ConversationIcon {
  position: absolute;
  width: 42px;
  height: 42px;
  margin-left: 5px;
  top: 50%;
  margin-top: -21px;
}
.ConversationStatusA .ConversationIcon {
  background: url('../_common_templates/img/status-icons-middle.png?v=5.23.20.4') no-repeat -4px -42px;
}
.ConversationStatusC .ConversationIcon,
.ConversationStatusW .ConversationIcon {
  background: url('../_common_templates/img/status-icons-middle.png') no-repeat -1px -90px;
}
.ConversationStatusN .ConversationIcon {
  background: url('../_common_templates/img/status-icons-middle.png?v=5.23.20.4') no-repeat -1px 5px;
}
.ConversationStatusR .ConversationIcon {
  background: url('../_common_templates/img/status-icons-middle.png?v=5.23.20.4') no-repeat -1px -139px;
}
.ConversationStatusT .ConversationIcon {
  background: url('../_common_templates/img/status-icons-middle.png?v=5.23.20.4') no-repeat 0 -189px;
}
.ConversationStatus .TicketStatus {
  border-top: 2px solid #898989;
  float: none;
  margin: 0 0 10px;
  padding: 0 40px;
  position: relative;
  line-height: 30px;
  font-size: 15px;
}
.ConversationStatusN .TicketStatus,
.ConversationStatusC .TicketStatus,
.ConversationStatusW .TicketStatus {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.ConversationStatusA .TicketStatus {
  background: #ffedc3;
}
.ConversationStatusR .TicketStatus {
  background: #f6f6f6;
}
.ConversationStatusT .TicketStatus {
  background: #D1E8F9;
}
.ConversationStatus .TicketStatusIcon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 3px;
}
.ConversationStatusA .TicketStatusIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -65px;
}
.ConversationStatusN .TicketStatusIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -12px;
}
.ConversationStatusC .TicketStatusIcon,
.ConversationStatusW .TicketStatusIcon {
  background: url('img/status-icons-small.png') no-repeat 0 -116px;
}
.ConversationStatusR .TicketStatusIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -167px;
}
.ConversationStatusT .TicketStatusIcon {
  background: url('../_common_templates/img/status-icons-small.png?v=5.23.20.4') no-repeat 0 -218px;
}
/* .ConversationFooterWrap .Subject - font-size and line-height is set in theme.css from GUI */
.ConversationFooterWrap .Subject {
  color: #595959;
  font-weight: normal;
  padding: 0px 0px 5px 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.StatusWidget {
  border: 1px solid #eae6a7;
  background: #fffcd1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0 0 10px;
  font-size: 12px;
}
.statushasmail .MailLabel {
  cursor: pointer;
  text-decoration: underline;
  font-style: italic;
}
.ud-Container {
  background: #f1f1f1;
  padding: 10px;
  margin: 0 0 5px;
}
.UserDetails .g-FormField2-Label {
  width: auto;
}
.UserDetails .TextBoxBaseWithDefault-Default .TextBox,
.UserDetails .CaptionTextBoxView,
.UserDetails .CaptionTextBoxOver,
.UserDetails .CaptionTextBoxEdit,
.UserDetails .CaptionTextBoxEmpty,
.UserDetails .g-FormField2-InputPanel {
  width: 100%;
}
.ConversationCodePanel {
  position: relative;
  min-height: 30px;
}
.messageBody {
  margin-right: 50px;
}
.messageTime {
  font-size: 10px;
  color: #666;
  float: right;
}
.messageOwnerWidget {
  font-weight: bold;
}
.inChatAvatarPanel {
  padding: 3px 0 0;
  position: absolute;
  top: 0;
  left: 85px;
}
.chatMessagesGroup {
  position: relative;
  min-height: 67px;
  padding: 10px 0px 10px 155px;
}
.chatMessagesGroup .messagesPanel {
  padding-top: 20px;
}
.messageOwnerWidget.gwt-Label {
  line-height: 25px;
  font-size: 13px;
}
.MessageGroupPartial .ShowMorePanel {
  display: block;
}
.ShowMorePanel {
  display: block;
}
.MessageGroupChat .HeaderIcon {
  background: url('../_common_templates/img/header-chat.png?v=5.23.20.4') no-repeat center center;
  visibility: initial;
}
.MessageGroup .Avatar {
  padding: 0px 3px 3px 0px;
  margin: 5px 4px 4px 5px;
  width: 50px;
  height: 50px;
  position: relative;
}
.MessageGroup .Avatar img {
  width: 50px;
  height: 50px;
}
.MessageGroup .Avatar-Empty img {
  display: none;
}
.RankingBox {
  margin: 10px 0;
  padding: 5px;
  border-top: 2px solid #898989;
  border-bottom: 2px solid #898989;
  position: relative;
}
.RankingBox .Avatar,
.RankingBox .Avatar .gwt-Image {
  width: 29px !important;
  height: 29px !important;
}
.RankingBox .RatingTitle {
  padding: 4px 0 4px 10px;
  font-size: 12px;
  line-height: 20px;
  float: left;
}
.RankingBox .RatingButton {
  margin-left: 10px;
}
.RankingBox .PunishButton {
  float: left;
}
.RankingBox .OkButton {
  float: left;
  clear: none;
  margin-left: 10px;
}
.RankingBox .OkButton.ImLeButton.ButtonLikeLink .buttonText {
  font-size: 12px;
  display: inline-block;
  line-height: 28px;
}
.RankingBox .LeaveButton {
  margin-left: 5px;
}
.RankingBox .LeaveButton.ImLeButton.ButtonLikeLink .buttonText {
  font-size: 12px;
  display: inline-block;
  line-height: 28px;
}
.RankingBox .CommentView {
  font-size: 12px;
  line-height: 17px;
}
.RankingBox .CommentView .CommentInput {
  width: 100%;
  min-height: 66px;
  font-size: 12px;
  margin: 10px 0;
  padding: 5px;
}
.RankingBox .CommentView .OrLabel {
  margin-left: 10px;
}
.RankingBox.AlreadyRated {
  font-size: 12px;
  line-height: 25px;
}
.RankingBox.Loading:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../_common_templates/img/loading.gif?v=5.23.20.4') no-repeat center center;
}
.RankingBox.Loading * {
  cursor: wait;
}
.RatingPanel {
  padding-left: 36px !important;
}
.RankingCollapsedView .RateLink {
  padding-left: 10px;
}
.RankingCollapsedView .RateLink.ImLeButton.ButtonLikeLink .buttonText {
  font-size: 12px;
}
.RankingCollapsedTitle {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  vertical-align: middle;
}
.ShowMoreButton {
  margin-left: 80px;
}
@media screen and (max-width: 650px) {
  .chatMessagesGroup {
    padding: 10px 0px 10px 80px;
  }
  .inChatAvatarPanel {
    left: 5px;
  }
}
