/* 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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,iVBORw0KGgoAAAANSUhEUgAAABAAAAGgCAYAAAHUSdc2AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAC3iSURBVHjaYvz//z8DCDCByfOc/xlRRK5cufIfzLh+/TpEhJ+f/zADSM2D+/cRihncCpazW7CzR4KlrnWV/mfcuXMnRAokcvLkyf8su3btAvEZwSJnV3n/ZwCpuXHjBpql//79h1i6ZctmiIiqqup7MGP2iWYeVMWPHz/+iiry7t27H2DG7du334Htevr0KcTAp3+eM8AVMz9//tx+9uzZB8Bqvn79+h/MSE5OgSj+/fsXA6rJz99/h0hNX30KEghhd6PgjodIgTwIZlhOVILoUmDS5Uc1Bx9jdxHEGXp7maCB8ML6NJghzfXOFNWcTe2hl1BFmpubLwEEEEj7a7Do37+//v8DhiZcDcunT5/+f/nyhYEJRAC9zMACjOF1QJnLDDNWbv0PAnDFjO99Jf8LiHMwsAhoKTK8YxX+w7LLqZ4RbI6CgsL/Dx8+MLA8ePAALML44cPH/4xAJsuBA/sZBAUFEUHHAjL1H5DNsnnzZniS+P/w4cN3TOvWrXt+6i2XINjLAiuY+JhA8Wn51fE5QjtI/VlhIQbGixcvPmRhYXnNIi4uLgX0FxfDvXv3/rMU8CJ50MnJ6T8wtRxgEhERUXBzc3NgyC8uA1nHwPT50weG9Ow8ZoRiUHy+/vSDgQUYnxuBApdYnrgv9VdmV/ZnZJ4u/J+HlRsptWxkmMF+7v/+FobDNw4wGFVqiBIVp18OioIVMVn/fQcR2fHU5zqYIcF0XRMcdHBzVk0pv44qMmHCBLAIQACBwufd1tT0/79+/fp/9epVcNIQ+uXlwcDKysqg+O8fQg+KG7Zt2/b/tJTUfxCNoQIUsgxfv//4//D5K4ZXz58xgHOohITEr+/fv7OJCfI9BkcLCLs5++eCtdsKist5c7ClgDhnbj/AYei3b99ACY/h7du3EENByc3BwYHh0qVLEBU8PDyMZ86cYWBnZ2dgAsYTAyMj439HO5v/IBq7X4Am/v/07c//v7Di4eO7d8As+Y0hMSERh/eBfgGJ/j+0f99f7C4FyYIIs2laEBUbNmx49vv3bwZgGoOokJaWPgakBE/u2HkXFh5gsCUw8At+Q4FpGeIOYBBsfPD2IagUbQabkZaW9h+I94PYLGFhYfW//FcwiPAwOPj4+ODw/sYLz/7vufLiP7xMheG0rNxGsJbTt17+/P33P9v3rz8egwXeffkNVv7h229cAbRbGRxAnNtEcERl+a2A/8c/bWLgfqZ2Baxl37Gd15g4GRmuvLulg91QMgQuJjApbgpilYR7Tm8Xy3+zjaLgnIvdlr+b0/8zXOhAhAcoR4AiChymYMFPjW8/nL+GqHO+iIn9v8HI+B+u4syqVeBIUocZevToUVBdBTYTIACr1RvbVBXFz7vv7eWVwnTd1uLSUOqA0pkCyiSbZOtQQkj4gCMWMj5M/OC/mkDQGBINy4ZDo4mZ0y9qqgnRMFDcIIjdJoujmKyYAXULZCRNR3Q229u027rRt/Rt13PfW1eXV+QLTV6ad8+9v3fPOb/7+119HlubqcdpXz1sev9dCnNpiMfj3WRz4zFItB8FceZNNsFE8DTGp57wQ+RnL1RVVlY9uEACupCKs3g8ERAOh7vJ+Pg4TwgBFEgdVJKkOFoYWCwsPwgZG4X8Ksb/HzQn3rWrWpAVXt7sflzjIQZDhKQV8Kx3wkJqWt9H0aq8SyxTFBT2Xm8A1Sp2ZANXs8PXYNWCdz5vUOvt9kvnd7ima21FTwI9WEQzLBz6fWAS3lhnfmt8VqH0NU/uzmXuANkBt9s9OjU1ZcNzz3z6JOuLLZlMgiiKbEI1waiKRQJFUdhASsDS57FqMf/KTSmPx6NCcpgWJFrZ97u0mpqsZSDKf2RrimYIlud/yl1TI2gg8BXqT5oee+eELukjI3+i/BJ4VO8LcEycY3KKaRlYV1KzEAwGl9a79u6dM9ZjdHQ0iipVisqQQCZ+yHa6gkUmxmSWfwVBMJXZ5MZNLjMOKPeVHChtLcz7xz6Z5rBaclNjY7Gj3D771JptF4ksy+rptjYw0/wUTpQETH8sEAhoO8VfOGejCtHGv2MvH+078BzzWpk19fi6UvVwzc64wPrC1l84dWpCWr36moBfuYwM3snIm0gkDhtB+/r6fnE4HDVs2eDgoFPIz8+vKSkp0aKx1N1hskhHaLvxPVSs3QasHlbcy9XtzkroudzDGXmKOvoi09MMEwX8diQajWZnIHOo1+ulv8ZS1OfzPULQdbjm5ubJDSuTLL7FAMpjtiaFCmmP29WkNfvZAy/fk9ZuhQ8+/lTv/qE9VVw4eAbuxqKQS5PPGNNv+PLKj7urXHtY+sHQkJO7GfubftI5oEXX8NxVsmqFtGwJd/yL3qWTfeIVb7UR9NvbHRMXpXOFHFL2bOv1k8IVtadw+K8RmFa15KoFS7JIvXHr1iJPrKkHcx2OdNfuLjvHU3YL1S5PBaKjs1gp/uxV+9szN8d+cwLsh/KtIaBl53mqzM+YBHqW9h/9xm/iCdDk7L25h+YND2Pgzntbvu7aL2YHbBsrXlr/zNPWTOeaarvLqc0s6U6CaVtY6p4u0nB/B4L5Idr5wn9A4XYP9NMSvYV0Id0xf8FL1fbHXteWL2IU4CP+D+hsE+3wCcISpUb2baciHnL9DtveHsobGIMBstC/7Ka4DKO3t5fW1dVlMVpaWijP8zpGJBIJ4QUP/H6/hvGvAORYe0xTVxj/bAsVCpQCFQsMoQNBiUp4aABRlw0lLjNZJtFsM5NlxpBlyGZExciUMP7QLT4xGgwK6lzKJmLURGAKIjNGDTBAHk4YpTwspVDebSln3zntLQV11rj/dpPT23vOued+3/lev9+ha2jLvk6RBASGgP83KQy1WRKDBqM0mq4Z+MHJU3BUpYWm35NgTJUGUqmUlk4vHCukE3S4LCSsiYDw9ddAXdUCE3VeIFRrKZCSMDEtRSrPUqdpoYo/mZUJ/YMTL+rxQpmkPzR9yOXylSaTiT3PFhJoOsHUJuiKigKRSASqyEjQ6/VWIVm148oGd6c8xrqXs4W0XBUobOY0pX3FxYBsn14wQVy8CbjMJ+26KdJvciIhISFUvWyBBRoKezUamIvQ191VBL19/VD2eBz8XWAVY8SojvHEhWIGMlXKDtLb3cX+49it18rw2p2cDpAzXxI4vIlMGfQEhvvIofdCz7P+995dGky/l7TuI4VtUtNtkJGKLZEqc0d6BHn4fqA1625fFHbsaeFxkpX6baH1jRUSn8Xn8wu0N8/mte9aE7eP67fP3BZbnMYmtRm7jbt8wIxvtVrGQu/cuQOJiYlslDovFtUqpqZSqQQ/Pz/z2UZNDbS0tABXbvixsbHUB6KxOgQgtOJTh0HnQd5v7ERosMFuIa+HhYWtRZ904AZwha5nz56tZBPQYVnC1/Qoof5qEvi7m2DZtmZf5pMUDlGwI5PJYPGyKLjf5A1FD52AQhNmTYu5X+qT2DLtE5J6nUJRBD29vTBpNMDOnTut/sIMcvb8FTKJ6GVgzEB0owaSc6SQmCjR4oxFjxEy9maAk0cYuM4dgceP/oDCgkLgU3xCJ2CYkVGdDtQGIXCxKZ/vAgcyM+03N0UcZyw5EizxWhEXF2cmTRSBxMTEcPyLIJnU0oZ7VGwmhIhIMEcwoFyrvD81KRqSCPyXSKxuTxFKXV2dEnFZT3XJ41F/t4Vw7GIlzQOp9gmJkLk4MDAwjktBJQ1FjvlPz/Czg44s5FmI7Qr0P0HSxo0SxC6Ql5AjanznydwquP2LgEtBKKDwHlINhPjC/VdP99B+Z3BWcynIE59/xOZu83lKQg/bF90UVOJeULhM42OifMvn4yp/P3Lzxo29bAIFmWKxWGiRhxjXrhvtmeIRgYPDcvaJhoYGZWtrq2CG/liUMD4q3yDD/NtOUt6Dbs/fs2cP60xPT6eCg0qlKmXmRkOR2VdI9jJyvPIUYStQDI903UfjPQApih1slY5dzVT4H95eSIorxdjOWTGd+XnAFme6Y/LYWtY6ufVclQoeBh0CSVECIJ8XoyOnsVkZGRk1OaWDJOWyiqzOnyJoF4IEhsTHx5O3F5JN+G5fFmnoGiL1nQOkrl1NkpOTyYytNiLpu1ffAkKRB7g5O9ED1pk0b3ZD+LoaG7ErV9tn7po2jVEqdhL0Do5DW+8QxIZ6Qx+6aHF5QylbQejoKGjpHgF/qSvc/FMJwxMm0I5Omuka/R0ZGuuODvIEPfalfRgFPhJnWBrwCkr8Uhnm7FgsjQkI/9k2kapH+st9xPN2M72z/s4hSY2fMlebvn9GIHXRXbZCR08XlLTdAmGtF3ubuyOsNm8UfuL67o83Jzwff86AoQPPAUQGaefR8kur7BNy/aUlEB7hqLt6rXWTSTyyarwDSmr3ah54uHlazmyCTaYHo7VuPgvdjnkOL8gIDghc8lXp2idWW+Qvf8IPMSbCAld5haMLP6KT35c7LOtedKE7/QSTYVveFp7i/sVYB0e+gSckXoahKdnSeKcvuutcE/8jn/w/TRjOIhS1D97dPI3cbXm5omC0uTG8OjSyWla/+dc5k3rb0CtT/3Z3TcU8sq4siARdnkMZ1yO7YdIbCKkLJn23FpCJyp/Ite3zPGaH/0HjFRkxKeYT/Y1I4uvqbE0FTAtTsY9BoNQAETqAYGwCOgrEKuz2ezPASQ/5KBGjB30cGZuxAj0sn1R/Au7uztDW+MBbnlatniHkXwIB6YiKIo1eXlayZuVWzTyeBzbCtXqembxZtQgxmbQpKSlyX1/f/U1NTfuwoPUUzDYWDraFhoZCdHR0MgJxb5oibLU4SAFme3s7lJeXQ3Z2tnqGFqmpqXRr+7lOhAnf5+bmZtH//wjAvrXHRV1l8TNvZni/RRjeqZQPRG0zHxi6qWlqfjJXXBC3VUxbxVoVPyvVR8zNLHl8KtNacu2juSvm+ijZ8LE8KlJENBlBQEFgEAaGYYRhmAd3z/kNM8yEW1tL7j/5+Vzn5/2d373nnnvuOed7zpUYea/fj22/n9XlffH2G2wkj4HznEXQ6+5mCVMFAhMGPsUY+DzBd3JzgovnL4C6XQ3uHm70kny5ECOS6WApnfWxS18WsNRNa1mHIoq13rnM6urqGNXxOPCXn59f5BcUCi/EPw33itvA2RgHLmIVMTqwWWVlZWB2HwmmsX8FdUEwmJrSYczo0TaCQgqwLl++DD2uIdDg8ypoahKhsjCf3q/iloIh2XZshdTQ0Stp8vT1KazPbGYPwMJQ9ip4zJgxl/HZx1bBsZckwR984UNBP8IIjkAqldokSQTOFKpVoS7I5XIgSEkj4fbzbTwoFApwwgj9ZlQUyFFolD52kCSBDf3s2RBYWgoNMQiOo6PBZDINSJLmH37pEvclv788hiGk0h6QkvbMsFsdcbsKQZDqhx3Kd9Ot90WLSPQaPsfZ9auwraFfGmE73314Gi3LZDKDqkMDHlIhxIwKnVpZWelPq5gxZdxDEOTnASEBXjBpdAQ0qtRgMJr8bCdL6iSB0opaDNkkYNBThpQPn5dUwChfiYWguKwCljw5GVBBoKmpESLCI+BIXiEdIU5Q3erGWgwR0JlKncDbi1whA2Z3eF+IjIwsLCu7Iqe6E/1RSqUGf4k530pQh4FlsP3aMRL7Kaj5vyFYO9L5ufmLkrYMyqe/PS10P3v3t0yVtYGzA8Z3V9oQNCRPnbBZ+/tH2NHxAdpYD78/LBgbva/72WDWtWOhgSOormvsutHcysZaiqqWDP0wlw/YykA2kSeUQMsLMRrFLDmztypPjYpKoI7HRscs4eeUNh2NRDAZ7yJJIZ4m+EeEvDLW46CxoxWELuEFFpy/ZabBVK9gta1qpkscxdjWKWztQ65bbZaWWtq6jX/5+MOcxo/XLrn0qEgUNHQ+a4iUFo9/mk6nIzDOwXoqH8hkMk5pSR9mENighADhmtDQUK7ggAR+NiZbWlogODiYg5MFBQWAMN+mNHzrjhJ6R6xPfgPy8vIcjn83zU1pJoL3VLGgJAVOZ3ZQWiSwKW1FRYUB+Roipf1BSdIUwREREV+JRKJAW+5bIDAiH/TlfCIgQB6o0XaBuHYb3O0wgKs0SDQ29rW5VMzl7CSJOSIsBO5qwsCgPAv6ThNVfPm24081tra2NhBHLoYAfjlEPvcWVFTdGZAkWVrKx/j5+sC+fCW89fqfbHZS2O9xptFqaJNe2pnPIUWykzQqEWzD7e2TSCQzrGbZchFEvepnON33JTh58iTr1GrZjh07WUZGNqutvcVVVqnfegsCqm7WwYsbN1HWBPjYqpu7BkagbEFEWCBgv+Uk0YWVhvoBAkq56mXuoJMIwAVNcPldPgQEygd2k3IuJw98AA2tPSAUyaCk6HN4b+/eAS5PnDjBcnNzWWWDhlU2drIqbFNj41jVzRpLeMBhGokEBk46wIeHjsPy+N/Qq1oejfCfZLBw4ULxEKFFdIdpuNX2Xg/Rdkcyer12Ci424bHTE8vYqcftVuNBVmOgUWtdxeOoHFx64+WXXpKQJvX29kJPT4/rIB5uYSxX1VYm0HS0S1rb2r0cokGr4djbtM4trG0iCNz9+qwj6HBrmw8fPtx87Nix5us3KrBTAJXN3cxKkIqnW0mxg7+/Py9z+lnQqBoMmtbW1qHRSeF3O8KzvaEtSOMhQDPRsdjMRWGBSqWyGgWjxl+uBX0hZf8szjttFdSbaFG8X1y3zjMzI8MTpQk8CYNg/5DHrFPIUNTm3GNcBQrWH1rp3Bqgh7jaSZ7KyHtgzSYZrTzM8VzSPl75SF9ewJctDqfbLqMHW1x2tNif7hI83b9CvWy2yoQuteAGtlgJdtHpdnNze9xutRqMa/84YsQI+JlUrktRYTIGDI+3qRxdWLLmoUjlTvOA5a7fqLWpHNnmqVOmcF8Xb0l1NsqcQJ1/TmrjAeWv//b6dY5g9NZUrZ7nxHw2bex0EBSlft3d3cleGkUzpuncfXxs/kJHc5G69WeZgbcySesXFmojIJU7jg5luNWhYExrxGkLRmP4/v8OvFGRLIE3qplPVlYWZGdncxGyPYThHApdF8IvYNmyZZRN45yq1ENG9ZWpHA9k9tGRw7hx47jf0JFh4LOVw6MTbJIk/3S9uYLz3fTyjafTuRt2NodCOOfJowu4QvPLcRvg6aC5SlyAgt/vUNJxmqLS5OK6ps5meH5U4hVUuegH5FA4nUxOTu6wSwOH7tu3z+YP+P0vo7GTRw2fk7BvhUN4sHjx4tsYQ4SS30RRJ3l6ev6jf6Sr/Hnz5nWMS8oKvXjxIkh+dw5qQlYdQFdNhYU6bgQUBquRToLCI5lQXXIaBCvOQ+6iTuKrHA1bigCFlLkl6anUM6YnYeScZPAU6jHgFFLRY1hxcXG5LVxEEPwRml9GJZuamhqWkpLy0VCnOL6PIDExMfP9A5+wjOz3GD5vcqBISEj4deFNFbt2R8Ou3G5jF0quMOwTW5mnGscrCE3gRss9aOo0oBsYRt/F26ZAqpcrblaDplMDWr0JblquH3zssBc47599QyJTCUZ1td9tFYokJfvezV74fWnYXmzPOwTe9yFiD0iSdIEhODYmpFjmIpXbbLWAZzj1r8r87atj53On28vLVS73dYFGtQ7DNSEEeLuIn5n1yBzb6RYI+LDt75dg2sMB8M4X1zEa4hMgFNh4UGnRRyyIga1HvoE3l08GRaMWxCLhAJNh/q6w62QZ7EmYApsPfQ3jw7xAIhIMwGpXqQiyVkyFO+peSF86GYQCHiL3ewOwGldyX1iNq1ANkUOJTJ+9y8/Fe5b9FHpT796yTcc+FfI2PLz99a0rNl/TXUcYa7HVzgJnmKVbOh4fP+Vgdbn6W+jT98Hfwg9xrQuhRI1M4W3j4VRdHlxruQGPFsVyIxQ2lUBDZ9MAD30agNsaS6AtOWzJVTPXgVV0y3pcwKwF6I1v436pefdZPA4P1keFpsxaXtgtVsmNfRYf7y/1N+w6fiSfZSnmPwiV05m74dUzK9PPKE7lGGWGZWZjn05c75apyOwHQtreTvhEuZNNOO3MJhbw2fRSYEE5wJQ9tZyOCrt6VUEHW9LQD/HBs2qUR7emu9dF2qLyEPnqOB68neWNYXeW8PTXnGaaeNoIiZ8uY+30rRfjT8c9gWeMxxfzxZA4eWXs88sS8lmf2F0g8lK9r9gd5zKm5SgP9UkYmz5BdqOlzN87js8PmQbn2zt4GD8wqFU41UM4SvJEaS7vmT3PDnMRQbCTh1Bi6jVHmnqYTurBe+jOWz3plhKqSQ/vn32HX3rra7rpxeRecn1JzddO57d90/VLWv4Xgh9vgsqTeCD2kW/o7OoVqDWde+Yd0Tvmo+rfHnaO9WQwfeNmVrzeM9vesVhK6s6qqObcAyBSiCEqZvqMQRmtdlXr3DOfLWWfXljGRrgLI+1H4HhIvZvw+W1BNTjp3GF24VNnKfpwcIvR5wVshDgarrdexZiWQfVSM89hmZPcZl6tMpSDyIOBzAeUP/G6y/9EcDVJOMHUcZ6B5jN2djlv5CA5aC+4m401w1nT4UXsyu5ZXw2S5JG8+W8KzW/A8DEzoU517+agEcyK3cx01J+ZcoexvpbC8w6lAY7g+HDGh0hgQjMwYz0IFjfyHOubmm7ECKUI4fCfMvHgpBnGMWRZxHZ96qGT5INUudrdS1njjsEqx/114tXZrCk8nFVHR7PGBQvqBhHU8flMExPDbgkE7Fr/hXAHHtjMmVfvlpeDATtEPN6PUzlODmvWrKHE4QYEYwLEO3sOHjzoSODr63sOA/A4usB06tQpOhPrHUSNoXJUUVERB4YnTpw4WA4Im+bu37+f5eTkMBwtcpDCpKWlMe4/WGCA5ePjU7969epQBx4oN0lZJapnIUoIGbTdiMqu0lVaAmAI4xzk8G8B2nsS8KaqrE/2NG3SkqZNaUtLbaG0QIGyFWEEUVmcQkEBBYRBmQEtI4iOC84gjjMI6g8oKIiDMixFYWRREUGEAipboYVKFwplabqvSdMmbfKSO+c88mLSdfSf75efz9vvkuQl99zt3LOfC3WxHF9f/mENCsfZuRAzfyEoBw/nUFEuQs3J2GJZalEny7RYLP9Drgs3+i0d2L/L+JH3Qfd7EqDxm7NQE6iFoa++RrHgXsZOcnWhMkvWqRpU7N5HIH+hIW7427kMqNSHw5q/r4XPdDiFx+bBt+cPQXnhDogKlEBsbCxNntcICSCOgASoe9zLmJ6eftLJpyg52Y5daSxtxWOs6J8xjMsSsbpCX1Z8cRZrKL/GZ1KRLw17p1C8E25kQcjcRUSW/V/sh6RBw2DGS9ugNnIJ5J0cC/bjKE/Z9gBY+8KN889CSGAQbw1uacv+CpWz+1HllZJdhOY5dtw4+hIMZw5D/sk90IzHaOjdyWCXhYA8JAikgf6VqMzpBQC0se+Gh4cnIAB9c3OzXLAAkGmbkllO7NsHxbmXIAzf55VXwfgJKRDRN759xaKdKrgwmbnO5J1d9nOLGP6XxW0Jo4hBlUr1J9R2E1tEy3WKibynLSEhIRUXL5DiYwVLfsvSFiYKIxhF2IUFKocOxYmJoWdeHu8ioKJWq3lPIeDOdL18mVyJbkx0T4GO5JUrVyAiPZ0/mnwDVyGzT1R2Nh18ShVxhzJ6LSINm3CdzENUWxbhOf3Gc4rCCBqlUimH9EZaPGAAFOMUyHdJrhBe+kfkoaBamsKgrCyaAkGwei5iu5joHioCxcWzYUcVSHUo/P2PuIg3bgNE6sxh0lkR1oB8Nuujo6P7K5XKYM/Q0BaIZG9qaqosLCy8QGtAZhdhFzbmVVrHGaGcDxeWSSUUUMlvl8ncgNqsFEiJtlgaZSP6RIUh1nZFTCRHzVhhDXx1AWqYNmY4nnctr8tJxVLUkeUQjNgZhES2tt4Mvn5qOHu1HI5nXaZ2Pl6YyG7lsUJJRTWMHNgbNGpfPnKMiGhdbS1EB8WCj68K9MF62PnVcVdz3AVhEXvp/WD7rt1QhtRG4+cLPsiKLA1mkON01Go/JCZO3slBbl1XKLcXJp7QaDTRESFBoU03SuH7zBwecagRbybFUag1/qBUWuFaWQ35g0nQOOEZNStEzj6NNaEjeoCVsHCdy4kIvzwm/vcBLO7TZd7e1Ikn6j9/t7b0wFbWUF3haGgws+OH07MXjR6ypK9MJW0lYlB9c0jQRvbmWMYej2ANUyPY9Qcj2VdTRrJP9+xjZ68UsYbtKxiboWVs1US28jfR/3BLWqMSx2j37thFojArOJ/JNk6ZaB8dGvPWQG1YlCdTGS4WPXLknkgL92g4Y0uGsO2T7+Ztg1KFn7br4PqsnnDOByoNFvj427NPppeXfdhyat85nDsnaP3F4Xcn7+ipacaOFVNHBXdbwUP/+qHYfPZUD1YxOYotDQ/4rD3WtmDO/N0l9RaetWVczGse2ituMo8HIxTy4FVTev4w1N8W3FRWB5e63Qv7/OKOFp76/ktlVblqsNwy4f4gW2KMv00qVivhuM+g6qUHrj+qHP7oaa8e5vfQLD668lmjZ0Br1bG9jH2xirFDG9g3zz1SMQ9/00qOa1n64WmRqQLCnUwsY03Gmiynw9QhRbrDiCp56ZGByIgLk3eO/M8CK2uLqApT2Ni/f/9xyDTDcnNzZdSI/AwEvKCgAIhrEzAU1mXItYiojnd5v91r4IvkXEJZ7H379uXdC9QrBUL16NGDT92gxHdid8RgXR5wH69FpIyE5ORknsVHRkbyTm6cDmRkZPDkjbwe5AEiez2N0L0LwiISZHpPQUvk06TPISEhfK8k6+fk5PASCk1N8LF5EVVfX99oVExCCQD1JuAH9UgCB0UkkY+SpoKAycN+mxDV/w4iCXIivizA2he8s0ugRUDJD1jfIzmROnfLiXFxcfNwxfW0/7Tq5CembaSVFwrtDm0hvlbm5+dT+saPciIC0tOKnzlzFi7lFoDCnI1C0JeQVwKw7UuAwb1FEN2Fg0ELTIQzwa3kROLCJCtGRHRDET8St20SmP1XQaX5KDxy98tQZw6DnlN3UTJR27IyDZ0ESUEiozL2gfsgVGQE/0Ap9ArLARUUYCe3ptdyF3g5kT6PHz+ez6HiJdfC6/DJuUowFI8BmVwB93M1EBMdKQS9WD0R6WfJiZ4yEvmokvGLn48Hv6zGIoSGCMxWiBYiska4IeyKZ5k4caLI3YCCMeiqhZWvr+A1MdJiOYeTOZy36ivLlrP8givM2mxndnxOv/eyg+zcuZO9vnIN39jebGM2jmMc5+BTf25VB1v29zWsqrqG/+wJwD02X/WtdB0mFgGxIYrLYzhIjigyinVdAkPA1mwD1tYiEmZNnTwG3v9HGhhRQtXhAZJilWDDUpsU3lq9AUK0YgTSBp0R1gAXjjVZrcxYXc3KK6tY9g85zGAoYXXGelZvbmR4fNmElEl8mAu5NL3sk7ybxIV59CpDGVnIGROe/evTPSDC6U2alMJHgQ0emlRabzTe5QZA20U6o0qj4UVZQZylVzHv3rr17Mjhw7TtEBMTXTZjxsxP7gBBU8jdCvP39383IiKiD9JAf1w0acupudYC0cJhQpJ2CSnYQtwZg7CIbyI/HI4cJyj5t79FZUPNR8x9sGkTceTmsrIygRlKEUgg/nYEMuA38fN0AYAKtVGOeCHF4+Xl5/MPH37oIdi9Z4/CYDBYPCgzDsJBurGyle7Mc2mDwT3sqwiMt9+yJV3UXVRdtNqgLrq74nWKwFB9m8r3zZs3LUJuKe8E3r3ZvvRSCjPoT8PO0hVwragEyq1yMNQ0taLKp5H7dqeLH7KyskzEvgVUDS6533/ZU3tVoEOFrOgqHMjFUYmlzmhs4wngjRs3bmzC1yeQG8V7hA6A3WZTHT5yINxPrbaZGyzXTQZrt+FxulRrE2TcRjTRhUyBuA6peKj6gUcyoFDOFZ7xPxC8WycxyK4M0AyZs7pieYnpSebGxOdRdJuPOqIWMdKd5saHDBmNPCKZbEb5Belp367OqPCV/dZ+N+zqPZRk+oYwhbvxKGuIwQr4MOXhh9204JlNT6p3Nm9S2sQcFDUYxFPXpYS/n/vOHK81QOmLo2ifCxcu8GbQCxcv8s8vX75sfmbsi/Vx/n2dpCuYVY2ih5OnND4Zvyi/FXcmNXfs2LF6gZhQVBCOSocCaNl0n3nN8elDFN26d7P3C+zvdEWVuQFYiDvjlkrp6ojdrugtKvjZ/T4+onczmQVc3LnJE8BLOPzlMTEx8YiFQXhgZO1wZzvdyIRMmCIu/3yH6M7/MUlzNphFF34327cpMIip5v7+qETlM49ImpADkUY3ceTl5fFxY0iJ2JPz57MXnn+eV/3OL3mp8ZRSzA4rgeURM4tNYGvnzs/25Ew8SUMWLxKQKESv58V9fpiPTm+uHzKUq5z9hFoV7A97ljxXG9s1pLAtMY+3AxJdFC7GIHqI29bkKC+XNovAr9npgACRGLi25ETCRCJrODSVJ1/kA/uCgznte2urTGIx69azJ6txZVN4kTRUOPRE0lDNMbXFF6R+fk4Ks1ZrNBUI4LSn2kfvyU76BGEseCfFehY6aISFH2Gt4a+U+v9tmPZSOATDNNGAgADvJSBNji7IaWmYJoVD7GmYJpJGjck35VlefvllXqwRXCSoBgfqdLpkrzUglka9UCF9mcrJkye9PlPvAd208MD2CZBu/LYfTuP5VogkNCAhizKtSAQ8evQo38HS7/8Guy/uu8WEjTwTjhB7GqZpPUgBz7maC9PWzYTv+p2H2vsaoaG5EXq/NZBv/OH0DVCx9AZLCXjwCK7d0+0apilmn/Nxwr3rxkBRXTEMjhgIxxYegqLrRWWoGmd2qnBQvCx/sF7JfQpfqG7AjjbcpgqHUObPn0+uvkkeh2kfBQR2qjNhQ4pW2+d6dsxVwRVJNcp1CucgsM9aAaBcamqAX/JZd9OmTRvpEYJ1bNeuXcc9RkedvC381j0CbJSCqLzvys1ySJowF8ZPnAzPfVoCksqLIL76JQRzBkrFOCaTySaRBQPLP10jMommTp26DPH71bS0NNibL4MH+6p5Q8yx/R/DJaMf1Cc+CzU1Rtg0wQ5Ln5lLJO4CCqGjEBDhTndaxLcHDRo0CXlf//tiFfDI9kaIc5RC1v79EBjeA0JHiaDeJIMwnRK2bdtGJ7M/TseICsq+vXv3TvbCg9TU1GUzZ858NRv6w94cJ5jxaAzoCvDaA3KQOCxuJw3V1atXE8V+tUNEQvFmJH7fPz8/PwCZjzE3N5dMYBdwYU23KSZSmT17NhlhJmOlHBQKHd6xdevWhk61d2y4vu+w0U+NeiAZfH2kFIUJYhGD2qoK+DRtM1RWlKcioLZPIzbeOmzCY7OShg6BJjuufpMd6JZKhVQEMpykQgLwxY5NcP3q5fEI5GCrKSDbcjRbTHDFUAoWTgJimQLkUinFQ4JcIsYqAksTn+vb0OYabNmy5XEchenm5ZxF3RNHgMzHDyRyH5DJVWA1VUH2oU/AYbfd8FEH/NApQUFAZMWiIMsQFx88iA2j4NbFEfTd6o3vrX3uZ+HB/AULKdQ1jXzdWMcjoKM/1W0sxKr2x+r3H8Wr/t9h4isfHP9J5kAKEnUvIkWS3j/kriccEklYjbkJ7JyzlamDxDeZVAyBKPJLnc7Sw2cKNyOQH7mzn0YVFhsWAPuzbsKhnGIY1ScU4sK78JXe0zP6jn6j8vMJbWUOlCHvz75phOcnJIJOo4AXPz7tNYI3pidBdX0z/5swrar1IsplElAp5fwr+RZbOyvFXr9p5TZWSCVcQqS/9JnN3wHlMK2ZPRxM1lvipD+ezsVbv0ehkcHbj48AY6Pd222Mi8hz5zFJ0QndQgP1UqlE3hI9SAviOIfNUFpT8fXpQt4ciIt4405ROESL4iMGhMdtWTRuZh+J3h5gkZqlDuYdgyAR4Q5was5WJjGuP7yz8Lwh51H2Tu6PbuNFsyb/5mjjAYnVZHU32tUjzf1+2pWZfIdKX6Xu6Vkp2jmv53i7jU/WnpFcr70JzALuOvXiTL4KwOjZjboiOFlzprXb2GFlcNaQ5TXspoeq+VflHp3X856Rsa1Po9gqAWYSeeT3eihcJs9DhX9WcWsPR7AlMvregJGhGRWZUG8zI9I5QfJO4I/bhWqORq6GwfpE0Fu6l7rdxu6bjxfF/yQPB+5A1W3EXO1OG+zM/AgarNWRfjrWz1gq/9xpcyB7A746OQdwDjsoFUqYO2Yh+Cr8WgKwwxeG7YrZiX/4pgIKY75u2lVf1HxNIw9rgiCdiDfOlhQjPSgL/mICl7IgStHb4DUF5nBC74jIrensg5hdDSugVJavseMIlGXam9YLwUeMlwKuO3H5qhpLJsSv7lP0QfZfn/UagcXRoDldlHXUVFwsl6kUw8ScQx/fTQXV+eJp5lrJWZFTgiKWH6dU2Loum/RiVULwsOo2WRuHQtTDWwbPrDc3FlRU1GbIkBLJFDIICLUnxvaKyYjvMk4sUzdCk7gErEbu3MKoD4fxAArK82HuhtliUUzZJn1Y6OM+gahCa4uh1mqG+noRmI02qCvDhcTHSg2ABjF7fZ8Do5N049Nv3TaxOE4nl0G0sgg2KVUl/9LGKKbIwmCkRONAIc8pczSBRdooueqsYOfjR/rPu3zB8ZFBWZeepPOYwo3qazBlzUR1QVlOFAoogXgklKJb/ESC/ypdvIXuQ9bi99dfSPlj+srpa+13YgDDrwB+BfArgDsCAEXTl21LyeUj6h35fFS9Ycc9ZymyXrhRtUOVx3wswKEeECTmqi1Qd1UK9tpE0IaOgPyMg6eKrlxMnrixsrbDEbzwJ9ssx4nRQBH5QaEv8FH5Sn87H5mfXa2ydDaCEDuzlaVk9AaD8Ro4UWJBSPBg+BTo6d9vwV8Tlq8vrm9sH4CDcacS0xVJQeJQ0IpDwIFicpOtGeoaa6FeXgUSXy714mjHhnY1licy781HVTepxlkM1bZS1BMZD4QudnPi4H18RWSM79gQRdkAaWlpvZKSkiZKJBLfa9eufTV69OhMF1NpwN/abnNLFmUb4F+UTBc+UeKv7VdbUnapqrL2Y4lcUoaKFozdZesYgDYh5EjEH54aDTLk4Q4TNBstYC28uSpn99frKkvrSSrhOgRA2QoNmevAbAgDH0USaAKCQAGhfOZC16gqkh0rO1qDkF6/M3X99kw8ML8e4BtQBGYogWPX7ZAunbwqbvHZys4w8aTz0JBhYCpCsHoAVSBlowKzlYMobKwtdORGRXmDtf1dcF56bTfUXgeRWYZQfUHUgHJUxUUQ1WPHV3fIS7Z1OdfhLrAr72+2y2Q9ZVrHPFfaMGqjriuQGZTaOfa5T2fH+VeS9guRNE/rTIjN2cx2zolhl8VilieTsRx8vTp7GqtevjzV80q4NuMTGcedKlAoknSU3ICVzp2NIqBqasBJl7RwXGqsozVJc0O6OWLE5gqRiFnpP27AnqvwfTHWQqx5WPPF4uIOR/CLkTQvepCamjpwwIAB27DXOHLWkHPmwIEDGZmZmbNwdJe3bNnSMQC9Xn/WarXSf43Dm36Dg4MhMTFxML7fXFBQkOxSPNsHcPDgwVlLlixJo/BCikGjQoAqKysLcDSdszaO48oWLFjAB7aJXGHnCQkJFK+4YMaMGevpBrz2WZvDcWrx4sVJNGxKeKDGNAoKanRFRaSuXbt2Q7uojF/mC9eukFebUg/ougcKr3F18udOD9PPwYN/Ay53bI0ua4cCAAAAAElFTkSuQmCC') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6') 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.13.6');
}
.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.13.6');
  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.13.6');
  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;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
font {
  font-size: inherit;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 ! important;
    text-shadow: none ! important;
    background: transparent ! important;
    -webkit-box-shadow: none ! important;
    box-shadow: none ! important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% ! important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 ! important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse ! important;
  }
  .table td,
  .table th {
    background-color: #fff ! important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd ! important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before,
.CheckBox-checked:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  border: 2px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 20px;
}
legend {
  background: #f5f5f5;
  border: 2px solid #ddd;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 100%;
  font-weight: bold;
  margin-left: -22px;
  margin-right: -22px;
  padding: 1px;
  text-align: center;
  width: calc(100% + 44px);
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.CheckBox {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.CheckBox-checked:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
  position: relative;
  margin-left: 1px;
}
.CheckBoxContainer .CheckBoxlabel {
  padding: 0 13px 0 9px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -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;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block ! important;
    height: auto ! important;
    padding-bottom: 0;
    overflow: visible ! important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 3px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left ! important;
  }
  .navbar-right {
    float: right ! important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right ! important;
}
.pull-left {
  float: left ! important;
}
.hide {
  display: none ! important;
}
.show {
  display: block ! important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0 / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none ! important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none ! important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none ! important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block ! important;
  }
  table.visible-xs {
    display: table ! important;
  }
  tr.visible-xs {
    display: table-row ! important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell ! important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block ! important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline ! important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block ! important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block ! important;
  }
  table.visible-sm {
    display: table ! important;
  }
  tr.visible-sm {
    display: table-row ! important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell ! important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block ! important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline ! important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block ! important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block ! important;
  }
  table.visible-md {
    display: table ! important;
  }
  tr.visible-md {
    display: table-row ! important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell ! important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block ! important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline ! important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block ! important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block ! important;
  }
  table.visible-lg {
    display: table ! important;
  }
  tr.visible-lg {
    display: table-row ! important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell ! important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block ! important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline ! important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block ! important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none ! important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none ! important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none ! important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none ! important;
  }
}
.visible-print {
  display: none ! important;
}
@media print {
  .visible-print {
    display: block ! important;
  }
  table.visible-print {
    display: table ! important;
  }
  tr.visible-print {
    display: table-row ! important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell ! important;
  }
}
.visible-print-block {
  display: none ! important;
}
@media print {
  .visible-print-block {
    display: block ! important;
  }
}
.visible-print-inline {
  display: none ! important;
}
@media print {
  .visible-print-inline {
    display: inline ! important;
  }
}
.visible-print-inline-block {
  display: none ! important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block ! important;
  }
}
@media print {
  .hidden-print {
    display: none ! important;
  }
}
/* custom */
#__gwt_historyFrame {
  position: absolute;
}
html {
  background: #222;
}
body {
  padding-top: 0;
  background: #fff;
}
/*
 * body without jumbotron padding-top:50px;
 */
.KBLogo {
  height: 50px;
  margin: 0;
  padding: 0;
  width: 205px;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.navbar {
  position: absolute;
  width: 100%;
  z-index: 5;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  border: none;
}
.scrolled .navbar {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
}
.navbar-nav {
  float: right;
  margin-left: 15px;
}
.navbar-brand {
  height: 50px;
  margin: 10px 15px;
  padding: 0;
  width: 205px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-login {
  margin-bottom: 15px;
  margin-top: 37px;
}
.page-suggestions .btn-login,
.page-questions .btn-login {
  margin-top: 15px;
  display: block;
}
.FacebookButton {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  background: #3b5998;
  border-color: #3b5998;
}
.FacebookButton:focus,
.FacebookButton.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.FacebookButton:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.FacebookButton:hover {
  background: #2F477A;
  border-color: #2F477A;
}
.FacebookButton .ImLeButtonMainContent {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}
.FacebookButton .buttonIcon {
  background: url(img/fb_icon.png) no-repeat !important;
  margin-right: 8px !important;
  display: inline-block !important;
  width: 24px;
  height: 24px;
}
.login-box-auth {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.4);
  padding-top: 10px;
}
.login-box-auth:empty {
  border: none;
}
.jumbotron {
  padding: 120px 0px;
  background: none;
  background-size: cover ! important;
  background-position: 50% 50%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.jumbotron .FacebookButton {
  /*padding: 14px 20px 15px;
		text-transform: uppercase;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  height: auto;
  margin: 15px 0;
}
.jumbotron .login-box-auth {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 20px;
}
.jumbotron .login-box-auth:empty {
  border: none;
}
.jumbotron .btn {
  padding: 14px 20px 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: auto;
  margin-bottom: 10px;
}
.jumbotron input[type=text],
.jumbotron input[type=password] {
  box-shadow: inset 0 0 0 0 transparent;
  font-weight: normal;
  color: #666;
  display: inline-block;
  min-height: 52px;
  border-color: rgba(0, 0, 0, 0.05);
}
.jumbotron input[type=text]:focus,
.jumbotron input[type=password]:focus {
  outline: 0;
}
.jumbotron h1 {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: bold;
}
.jumbotron p {
  color: #F8F8F8;
}
.jumbotron .breadcrumbs a {
  color: #F8F8F8;
}
.jumbotron #login_wrapper {
  border: none !important;
  background: none !important;
}
.jumbotron-smaller {
  padding: 20px 0px;
}
.page-image-divider {
  background-size: cover ! important;
  height: 27px;
}
#scroll-top {
  display: none;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #333;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.scrolled #scroll-top {
  display: block;
  opacity: 0.8;
}
.scrolled #scroll-top:hover {
  opacity: 0.6;
}
.article-full {
  background: #f1f1f1;
  border: 1px solid #ddd;
  padding: 20px;
}
.article-full h3 {
  margin: 5px 0 20px;
}
blockquote {
  font-size: 14px;
  border-left: 5px solid #ccc;
}
.footer-links {
  padding: 0 0 20px;
  color: #aaa;
  font-size: 12px;
}
.footer-links h5 {
  font-size: 16px;
  color: #ccc;
  margin: 30px 0 22px;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-links li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.footer-links li:before {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  left: 0;
  top: 0;
}
.footer-links li a {
  color: #aaa;
}
.footer-links li a:hover {
  color: #fff;
}
.footer-links .popular-links li {
  display: block;
}
.footer-links .popular-links li:nth-child(n+6) {
  display: none;
}
.footer-links .popular-links li:before {
  content: "\e022";
}
.product-desc a {
  color: inherit;
}
.product-desc a:hover {
  color: inherit;
  text-decoration: undelrine;
}
.footer-container {
  background: #222;
  color: #eee;
  padding: 10px 0;
  text-align: center;
}
.footer-container .AppBrandProductLabel,
.footer-container .AppBrandProductName {
  color: #fff !important;
}
.footer-container .AppBrandProductWidget svg {
  fill: #fff;
}
.breadcrumbs-container {
  background: #f7f7f7;
  padding: 5px 0;
}
img.home-logo-hide {
  display: none;
}
img.home-logo-show {
  display: block;
}
.navbar-nav > li > a {
  color: #000000;
}
@media all and (min-width: 768px) {
  .navbar-nav > li > a {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
  }
}
.nav > li#menu-item-user {
  white-space: nowrap;
  position: relative;
}
.nav > li#menu-item-user .Avatar {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-top: -11px;
  margin-bottom: -11px;
}
.nav > li#menu-item-user > a {
  display: inline-block;
}
.nav > li#menu-item-user.menu-item-admin > a {
  padding-left: 3px;
  padding-right: 15px;
}
.nav > li#menu-item-user.menu-item-admin > a#editProfileButton {
  padding-left: 15px;
  padding-right: 3px;
}
.navbar-nav > li > a:hover {
  color: #000;
}
.padding-jumbotron {
  padding: 35px 0px 0px;
}
.jumbotron.jumbotron-inner-fix {
  position: inherit;
}
body.home nav.navbar.after-scroll-wrap img.home-logo-hide {
  display: block ! important;
}
body.home nav.navbar.after-scroll-wrap img.home-logo-show {
  display: none ! important;
}
.jumbotron .titletag_dec {
  color: #FFFFFF;
  font-size: 22px ! important;
}
h1#glob-msg-box {
  color: #FFFFFF ! important;
}
.jumbotron .titletag_dec {
  color: #f9f9f9 ! important;
}
#breadcrumbs,
#breadcrumbs a {
  color: #F0F0F0;
}
#breadcrumbs span {
  color: #E8E7E7;
}
img.home-logo-show {
  display: none ! important;
}
nav.navbar.after-scroll-wrap img.home-logo-show {
  display: block ! important;
}
nav.navbar.after-scroll-wrap img.inner-page-white-logo {
  display: none ! important;
}
body.home .navbar {
  background: none ! important;
}
.jumbotron .inner-margin-top {
  padding-top: 50px;
}
.category-box {
  padding: 0 0 15px;
  height: 280px;
  overflow: hidden;
}
.category-box ul {
  padding: 0;
}
.category-box-title {
  font-size: 17px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-weight: bold;
  padding-left: 32px;
  margin-top: 0;
}
.category-box-title:before {
  content: "\e043";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #666;
  left: 0;
  top: 9px;
}
.category-box-title .category-link {
  color: #444;
}
.alert-empty {
  text-align: center;
  color: #aaa;
  padding: 15px 0;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  margin: 20px 0;
}
.category-box .alert-empty {
  margin: 0;
}
.category-type-G .category-box-title:before {
  content: "\e122";
}
.category-type-Q .category-box-title:before {
  content: "\e218";
  font-size: 17px;
}
.category-box li {
  list-style: none;
  padding: 5px 0px 5px 32px;
  position: relative;
}
.category-box li a {
  color: #444;
}
.item-link:before {
  content: "\e022";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #ccc;
  left: 6px;
  top: 5px;
}
#SubmitTicketForm .g-FormField2 .g-ListBoxButton {
  top: 7px !important;
}
.g-ListBox {
  padding: 0;
  border: 0 none;
}
.TextBox,
textarea,
.SwitchableEditor .gwt-TextArea,
#collapsableEditorEmptyText,
.g-ListBoxInput {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #000;
  width: 100% !important;
}
#collapsableEditorEmptyText {
  height: 75px;
  color: #999;
}
.TextBoxContainer,
.TextBoxContainer-focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  display: block !important;
  padding: 0 !important;
}
.g-FormField2-InputContainer,
.g-FormField2-InputPanel {
  float: none;
  clear: none;
}
.FormfieldAsNewFormField {
  padding: 0 !important;
}
.FormfieldAsNewFormField[class*="col"] {
  padding: 0 15px 15px !important;
}
.rememberMe {
  position: relative;
}
.rememberMe #rememberMelabel {
  padding-left: 30px;
}
.rememberMe .g-FormField2-InputContainer {
  position: absolute;
  top: 5px;
  left: 15px;
}
#twofactor_tokeninput {
  font-size: 20px;
  letter-spacing: 6px;
}
#twofactor_tokeninput::-webkit-input-placeholder {
  color: #bbb;
}
.g-FormField2-Description {
  color: #222;
  font-size: 12px;
  line-height: 21px;
}
.FormfieldAsNewFormField .g-FormField2-Label,
.g-FormField2-Label,
.g-FormField2-Label.gwt-Label-mandatory {
  color: #222;
  text-shadow: none;
  width: 100%;
  font-size: 16px;
  padding-left: 0;
  text-align: left;
}
.jumbotron .TextBox {
  color: #000;
  width: 100% !important;
}
#setupPaswordForm .FormfieldAsNewFormField {
  margin-bottom: 15px;
}
.g-FormField2-ErrorIcon {
  right: -5px;
  top: 23px;
}
.ImLeButton div,
.ImLeButton span {
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  display: block !important;
}
.FormMessage {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.FormMessage-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.FormMessage-info {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.login-box .row {
  text-align: left;
}
.captcha-image {
  background: #ddd;
  margin-right: -35px;
  height: 52px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -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: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.OrLabel {
  display: none;
}
.GreenButton,
.ImLeButton.Send,
.ImLeButton.Send {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.GreenButton:focus,
.ImLeButton.Send:focus,
.ImLeButton.Send:focus,
.GreenButton.focus,
.ImLeButton.Send.focus,
.ImLeButton.Send.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.GreenButton:hover,
.ImLeButton.Send:hover,
.ImLeButton.Send:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.GreenButton.Disabled,
.ImLeButton.Send.Disabled,
.ImLeButton.Send.Disabled {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  opacity: 0.5;
}
.ImLeButton {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s linear 0s;
}
.ImLeButton.ButtonUnwrapped {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  opacity: 0.5;
}
.ImLeButton.ButtonUnwrapped.ButtonLikeLink {
  background: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
  opacity: 1;
}
.VoteMainButton,
.StartChatButton,
.RewardButton,
.PunishButton {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.RewardButton .buttonText:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e125";
  margin-right: 8px;
}
.PunishButton .buttonText:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e126";
  margin-right: 8px;
}
.TicketStatusActions .label {
  font-size: 100%;
}
.SendFile {
  float: right;
  height: auto;
  width: auto;
  margin: 0;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 12px;
}
.SendFile:hover {
  background: #f1f1f1;
}
.SendFile .Icon {
  float: none;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: auto;
}
.SendFile .Icon:after {
  content: "\e142";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  display: inline;
  vertical-align: middle;
}
.SendFile.Uploading .Icon {
  width: 16px;
  height: 16px;
}
.SendFile.Uploading .Icon:after {
  display: none;
}
.SendFile .Text {
  display: inline;
  float: none;
  vertical-align: middle;
  height: auto;
  width: auto;
}
.SendFile .File {
  top: 0;
  height: 50px;
}
.UploadFileOuter {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.InputFilesWrapper {
  background: transparent !important;
  margin: 0 !important;
  border: none !important;
}
.InputFileView {
  float: none;
  display: inline-block;
  margin: 5px 5px 5px 0;
  font-size: 11px;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.InputFileView .FileName:before {
  content: "\e142";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 22px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}
.InputFileView .DiscardButton {
  background: none !important;
  text-align: center;
  width: 22px;
  height: 19px;
}
.InputFileView .DiscardButton:after {
  content: "\e014";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  display: inline;
  vertical-align: middle;
  line-height: 19px;
}
.QuestionHeader .MsgGroupBox,
.SuggestionHeader .MsgGroupBox {
  padding: 20px 0 10px;
}
.MsgGroupBoxAgent {
  background: none;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
#LoadMoreButtonmain[aria-hidden="true"],
.LoadMoreButton[aria-hidden="true"] {
  display: none !important;
}
.LoadMoreButton.ButtonWrapped {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin-bottom: 30px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.LoadMoreButton.ButtonWrapped.ImLeButton-over,
.LoadMoreButton.ButtonWrapped:hover {
  opacity: 1;
  background-color: #f4f4f4;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4 {
  margin: 0;
}
.btn-searchbox {
  height: 34px;
}
.list-group-item {
  padding-left: 100px;
  position: relative;
}
.list-group-item:before {
  content: "\e022";
  display: block;
  width: 80px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  color: #666;
  left: 10px;
  top: 0px;
}
.item-with-status:before {
  content: "";
  background-size: contain !important;
  height: 50px;
  top: 14px;
}
@media (max-width: 767px) {
  .list-group-item {
    padding-left: 60px;
  }
  .list-group-item:before {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    left: 5px;
    top: 14px;
  }
  .item-with-status:before {
    content: "";
    background-size: contain !important;
    height: 32px;
    top: 16px;
  }
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  padding: 8px 15px;
}
.panel-body .list-group-item {
  padding: 7px 0 7px;
  padding-left: 30px;
}
.panel-body .list-group-item:before {
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 17px;
  left: 0px;
  top: 7px;
  text-align: left;
}
.article-list .list-group-item {
  border-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.article-bottom {
  vertical-align: middle;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 12px;
  line-height: 24px;
}
.article-bottom .label {
  font-size: 90%;
}
.article-single-bottom {
  padding-top: 0;
  border-top: none;
  font-size: 14px;
}
.article-bottom-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.article-bottom-item .tag {
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  margin-right: 5px;
  font-size: 90%;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
}
.article-votes:before {
  content: "\e125";
  display: inline;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  line-height: 23px;
  margin-right: 3px;
}
.article-answers:before {
  content: "\e111";
  display: inline;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  line-height: 23px;
  margin-right: 6px;
}
.article-content {
  font-size: 15px;
  word-break: break-word;
}
.nav-pills > li > a {
  color: #222;
}
.label-internal {
  background: #999;
}
.jumbotron .label-internal {
  background: #666;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.label-internal:hover {
  text-decoration: none;
}
.label-statusN {
  background: #ff8758;
}
.label-statusU {
  background: #ffc600;
}
.label-statusL {
  background: #d19ee9;
}
.label-statusS {
  background: #63daf4;
}
.label-statusC {
  background: #70e151;
}
.label-statusX {
  background: #c9c9c9;
}
.label-ticket-statusN,
.label-ticket-statusC,
.label-ticket-statusW,
.label-ticket-statusT,
.TicketStatusN #my_ticket_status,
.TicketStatusC #my_ticket_status,
.TicketStatusW #my_ticket_status,
.TicketStatusT #my_ticket_status {
  background: #faa634;
}
.label-ticket-statusA,
.TicketStatusA #my_ticket_status {
  background: #58b947;
}
.label-ticket-statusR,
.label-ticket-statusX,
.TicketStatusR #my_ticket_status,
.TicketStatusX #my_ticket_status {
  background: #5a5a5a;
}
.item-A:before {
  content: "\e022";
}
.item-C:before {
  content: "\e043";
  color: #666;
}
.item-Q:before {
  content: "\e218";
  color: #666;
}
.item-R:before {
  content: "\e218";
}
.item-G:before {
  content: "\e122";
  color: #666;
}
.item-S:before {
  content: "\e122";
}
.FormField {
  margin-bottom: 15px;
}
.ContactForm .MessageFormFiles {
  display: block;
  float: none;
  margin: 0;
  min-height: 0;
}
.ContactForm .SendFile {
  margin: 10px 0 5px;
}
@media (max-width: 991px) {
  .login-box .row {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar,
  .scrolled .navbar,
  .no-scrolled .navbar {
    position: relative;
    background: #fff;
    margin: 0;
  }
  .jumbotron {
    padding: 40px 0  !important;
  }
  .jumbotron .inner-margin-top {
    padding-top: 20px;
  }
  .btn-search {
    letter-spacing: 0px;
  }
  .navbar-nav {
    float: none;
    margin-left: -15px;
  }
  .navbar-nav > li > a {
    color: #181818 ! important;
    padding-top: 10px ! important;
  }
  .navbar-nav > li > a:hover {
    color: #7C7C7C ! important;
  }
  .navbar-toggle .icon-bar {
    background: #666;
  }
}
.MsgGroupBoxAgent .Avatar:before,
.offlineMessagesGroupAgent .Avatar:before,
.Avatar.Agent:before,
.LoggedUser .Avatar.Agent:before {
  width: auto;
  height: auto;
  background: none;
  z-index: 5;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.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: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;
}
/*DefaultAvatar rest of styling in common_theme*/
.MsgGroupHeader {
  position: relative;
}
.DefaultAvatar {
  position: absolute;
  top: 0;
  left: 0;
}
.page-my_ticket .MessageGroup {
  border: 1px #d7d7d7 solid;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0px 0px 43px;
}
.page-my_ticket .MessageGroup .MessageGroup {
  border-radius: 0;
  border: 0 none;
  border-left: 2px solid #888;
  margin: 10px 0px 10px 43px;
}
.page-my_ticket .MessageGroupContentAvatar {
  position: absolute;
  top: -6px;
  left: -74px;
}
.page-my_ticket .MessageGroupContentAvatar .Avatar:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-my_ticket .MessageGroupContent {
  padding: 12px 0 6px;
}
.page-my_ticket .MessageNotification {
  padding: 0 15px;
  margin: 0px;
}
.page-my_ticket .MessageGroupContentAvatar .Avatar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-my_ticket .HeaderIcon {
  display: none;
}
.page-my_ticket .MessageGroupChat .HeaderIcon {
  display: block;
  float: none;
  position: absolute;
  left: -83px;
  background-color: #fff;
}
.page-my_ticket .chatMessagesGroup {
  padding: 10px 0px 10px 15px;
}
.page-my_ticket .chatMessagesGroup .MessageNotification {
  padding: 0px 15px 0px 0px;
}
.page-my_ticket .chatMessagesGroup .messageOwnerWidget .UserName {
  float: none;
}
.page-my_ticket .chatMessagesGroup .messagesPanel {
  padding-top: 9px;
}
.page-my_ticket .inChatAvatarPanel {
  left: -63px;
}
.page-my_ticket .inChatAvatarPanel .Avatar,
.page-my_ticket .inChatAvatarPanel .gwt-Image {
  height: 30px !important;
  width: 30px !important;
  max-height: 30px !important;
  max-width: 30px !important;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-my_ticket .inChatAvatarPanel .Avatar {
  position: relative;
}
.page-my_ticket .inChatAvatarPanel .Avatar:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-my_ticket .MessageGroupHeader {
  padding-left: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
}
.page-my_ticket .HeaderUserName {
  margin: 4px 0 0;
}
.page-my_ticket .HeaderText {
  margin: 4px 0px 0px 5px;
}
.page-my_ticket #my_ticket_msgGroupsPanel {
  border-left: 1px solid #eee;
  margin-left: 40px;
}
.page-article td {
  padding: 4px 7px;
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .page-article .jumbotron h1,
  .page-my_ticket .jumbotron h1,
  .page-article .jumbotron .h1,
  .page-my_ticket .jumbotron .h1 {
    font-size: 50px;
  }
}
.article-preview {
  word-wrap: break-word;
}
.UploadImageButton {
  height: auto;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.UploadImageButton:before {
  display: none;
}
.UploadImageButton .Text {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.UploadImageButton .Text::first-letter {
  text-transform: uppercase;
}
.UploadImageButton .UploadFileOuter,
.UploadImageButton .UploadFileOuter .File {
  height: 40px;
}
.g-FormField2-Error .MessageArea input,
.g-FormField2-Error .TextBoxContainer input,
.g-FormField2-Error .g-ListBox input {
  border-color: #cc0000;
  background: #ffffff;
}
.jumbotron .g-FormField2-Error input[type=text],
.jumbotron .g-FormField2-Error input[type=password] {
  border-color: #cc0000;
  background: #ffffff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.well {
  color: #666;
}
.BackToLogin .buttonText:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e079";
  margin-right: 10px;
}
ul,
ol {
  padding-left: 40px;
}
.article-content a[name]:empty {
  top: -80px;
  position: absolute;
}
.article-content p,
.article-content ul,
.article-content ol,
.article-content div,
.article-content blockquote,
.article-content pre,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  position: relative;
}
.ArticleInfo {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  font-size: 12px;
  margin: 20px 0px 20px 0px;
  opacity: 0.6;
  line-height: 18px;
}
.ArticleCreated,
.ArticleUpdated {
  display: inline-block;
  margin-right: 15px;
}
.search-results .ArticleInfo {
  border-top: none;
  padding: 0;
  margin: 0;
  float: right;
  line-height: 24px;
}
.search-results .ArticleCreated,
.search-results .ArticleUpdated {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .search-results .ArticleInfo {
    float: none;
  }
}
.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-left: 18px;
}
.FilePreview .File:hover {
  text-decoration: underline;
}
.FilePreview .ImageFileName {
  margin: 0;
}
