/** Add css rules here for your application. */
.insideTab {
	background: white;
	height: 100%;
	width: 100%;
}

.insideTab td {
	padding: 2px;
}

.nopadding td {
	padding: 0px;
}

.nopadding-left-right td {
	padding-left: 0px;
	padding-right: 0px;
}

.sendButton {
	display: block;
	font-size: 12px;
}

.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.okInput {
	background-color: white;
	color: black;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.gwt-Label {
	padding: 0 5px;
}

.entryTitle {
	color: #000000;
	font-size: 12px;
}

.entryLegend {
	color: #555;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-right: 25px;
	font-size: 12px;
}

.entryExample {
	color: #666;
	font-size: 11px;
}

.gwt-Label-Title {
	font-weight: 700;
	font-family: Arial;
	font-size: 14px;
	color: #3366cc;
	white-space: nowrap;
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 5px;
}

.gwt-label-error {
	font-weight: 700;
	font-family: Arial;
	font-size: 14px;
	color: red;
	white-space: nowrap;
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 5px;
}

.gwt-label-success {
	font-weight: 700;
	font-family: Arial;
	font-size: 14px;
	color: green;
	white-space: nowrap;
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 5px;
}

.gwt-TabBarItem .gwt-Label,.help-Label {
	color: #777777;
}

.error-Label {
	color: red;
}

.gwt-TabBarItem-selected .gwt-Label {
	color: #ffffff;
}

.gwt-TextArea-Variables {
	margin-left: 23px;
}

.gwt-DisclosurePanel.manualArrow .header {
	padding-left: 20px;
}

.gwt-DisclosurePanel-open.manualArrow .header {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAjUlEQVR42mNgGD6gsLCQMy0t7TAQXyICn0lOThbCMCQ1NTUfKPmfEAaq68XqitDQUGaggqsEDHgFxPw4vZKenu6BzwCgfDLB8AAq3IjDgPNEBSgwgFSAin9iMcCG6FgBBRSa5qUkRWtWVhYPUNNzqOZvQCxHctoABRg02urITmCgAAUlMrINAKWNwZ2HAAhGkVd3k7/tAAAAAElFTkSuQmCC) no-repeat center left transparent;
}

.gwt-DisclosurePanel-closed.manualArrow .header {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfklEQVR42mNgoDZITk4WosiAtLS0M6mpqb1Amp9cAy4B8X8gfpWenp5MiQEwfB6IbSgxAIaXArEcJQaA8Ddg+NQVFhZykmsADG8MDQ1lJseA5wQDFocBP0FRm5WVxUNOGGwEJi4VcmLhKtC5HuSkg8NA5+bjDCRCAG8UDUoAAIw8kVdwMG+3AAAAAElFTkSuQmCC) no-repeat center left transparent;
}

.disabled-DisclosurePanel .gwt-Label {
	color: #777777;
}

.disabled-DisclosurePanel .header td,.disabledDisclosurePanel .header tr
	{
	color: #777777;
	text-decoration: none;
}

.radio-DisclosurePanel {
	width: 100%;
}

.radio-DisclosurePanel .content,.check-DisclosurePanel .content {
	border-left: 3px solid #e8eef7;
	/** padding: 4px 0px 4px 8px; */
	margin-left: 6px;
}

.radio-DisclosurePanel .header td,.check-DisclosurePanel .header td {
	font-size: 12px;
	color: #000000;
	padding: 0px;
}

.radio-DisclosurePanel .header,.check-DisclosurePanel .header,.disabled-DisclosurePanel .header,.disabledDisclosurePanel .header
	{
	text-decoration: none;
}

.radio-DisclosurePanel-open .header td {
	font-weight: bold;
}

.radio-DisclosurePanel .content,.destConfigBox {
	border-left: 12px solid #f5f5f5;
	border-right: 6px solid #f5f5f5;
	padding: 4px 4px 4px 12px;
	background: #f5f5f5;
}

.check-DisclosurePanel .content {
	border-left: 3px solid #e8eef7;
}

.detail-DisclosurePanel .header {
	color: #666;
	font-weight: bold;
	padding: 2px;
}

.detail-DisclosurePanel .content {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.detail-DisclosurePanel .content td {
	padding: 0px;
	border: 0px
}

.gwt-TextBox-readonly {
	color: #777777;
}

.gwt-TextBox,.gwt-TextArea,.gwt-PasswordTextBox, .gwt-ListBox, .gwt-SuggestBox {
	padding: 0 2px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	float: left;
	border: 1px solid #bbb;
	outline: 0;
	font-size: 12px;
	background-color: white;
}

.gwt-TextBox-invalidInput, .serverResponseLabelError, .invalidInput {
	border: 1px solid red !important;
	color: red !important;
}

.gwt-TextBox-error { /* TODO remove this class*/
	border: 1px solid red;
	background: white url("/img/admin/icon_validate_error.png") no-repeat left center;
}

.textbox-error-image {
	background: white url("/img/admin/icon_validate_error.png") no-repeat left center;
}

.proactive-popup-condition-error {
	background: white url("/img/admin/icon_validate_error.png") no-repeat right center;
}

.gwt-PasswordTextBox-readonly,.gwt-TextArea-readonly {
	color: #888;
}

.stepHeaderLabel {
  background: #8FB9FF;
  background: -moz-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8FB9FF),color-stop(100%,#75A8FF));
  background: -webkit-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: -o-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: -ms-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FB9FF',endColorstr='#75A8FF',GradientType=0);
  
  padding: 5px 10px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.stepHeaderLabel .greenGradientButton {
	float: right;
	position: relative;
	margin-top: -1px;
}

.stepLabel {
	font-size: 15px;
	color: #555;
	vertical-align: top;
	padding: 10px;
	margin-right: 25px;
}

.codeTextBox {
	font-size: 11px;
	font-family: Arial Unicode MS,Arial,sans-serif;
	background-color: #f5f5f5;
	color: #4da20a;
	margin: 10px;
	padding: 8px 10px;
	width: 700px;
	display: block;
	border: 1px solid silver;
}

.noMarginLeft {
	margin-left: 0;
}

.dropdownButton {
	/*background: transparent url("/img/admin/arrow_down.png") no-repeat right center;*/
	border: 1px solid silver;
	padding: 2px;
}

.actionWrapper {
	padding: 8px 10px;
	width: 730px;
	display: block;
}

.smallBtn {
	background: url(/helpwidgetbuilder/gwt/standard/images/hborder.png)
		repeat-x 0px -27px;
	border: 0px outset rgb(204, 204, 204);
	cursor: pointer;
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
	white-space: nowrap;
}

.previewPanel {
	spacing-right: 20px;
}

.linkPreview {
	color: rgb(51, 51, 51);
	font-size: 12px;
	text-align: left;
	width: 300px;
	font-family: lucida grande, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #61656d;
}

.clickable {
	cursor: pointer;
}

.clickableIcon {
	cursor: pointer;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.clickableIcon:hover {
	-moz-opacity: .8;
	opacity: .8;
}

.InvisibleButton-up,.InvisibleButton-up-hovering,.InvisibleButton-up-disabled,.InvisibleButton-down,.InvisibleButton-down-hovering,.InvisibleButton-down-disabled
	{
	margin: 0;
	text-decoration: none;
}

.InvisibleButton-up,.InvisibleButton-up-hovering,.InvisibleButton-up-disabled
	{
	padding: 3px 5px 3px 5px;
	border: 2px solid white;
	outline: none;
}

.InvisibleButton-up {
	cursor: pointer;
	cursor: hand;
}

.InvisibleButton-up-hovering {
	cursor: pointer;
	cursor: hand;
	background-color: #eeeeee;
}

.InvisibleButton-up-disabled {
	cursor: default;
	opacity: .5;
	filter: alpha(opacity = 40);
	zoom: 1;
}

.InvisibleButton-down,.InvisibleButton-down-hovering,.InvisibleButton-down-disabled
	{
	padding: 4px 4px 2px 6px;
	border: 2px solid white;
	outline: none;
}

.InvisibleButton-down {
	cursor: pointer;
	cursor: hand;
}

.InvisibleButton-down-hovering {
	cursor: pointer;
	cursor: hand;
	background-color: #cccccc;
}

.InvisibleButton-down-disabled {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 40);
	zoom: 1;
}

.InvisibleButton-selected,.InvisibleButton-up-selected,.InvisibleButton-down-selected {
	border: 2px solid #3366cc;
}

.WizardTitle {
	font-size: 16px;
	color: #3366cc;
	font-weight: bold;
}

.WizardPreview {
	font-size: 13px;
	color: #040404;
	text-align: left;
	padding: 30px;
}

.WizardError {
	color: red;
	font-size: 13px;
	padding-left: 15px;
}

.BlueLinkLabel {
	color: #1B7DB7;
	text-decoration: none;
	outline: 0;
	font-weight: bold;
	cursor: pointer;
}

.BlueLinkLabel:hover, .BlueLinkLabel.hover {
	text-decoration: underline;
}

.LinkLabel {
	color: #040404;
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}

.LinkLabel:hover {
	text-decoration: none;	
}

.frame {
   margin: 0px;
   border: 0px;
}

/* ============================= FADE EFFECT COLORS =======================*/
.add-0, .event-0 {
	background-color: #FDFF00;
}

.add-1, .event-1 {
	background-color: #FDFF0F;
}

.add-2, .event-2 {
	background-color: #FDFF1F;
}

.add-3, .event-3 {
	background-color: #FDFF2F;
}

.add-4, .event-4 {
	background-color: #FDFF3F;
}

.add-5, .event-5 {
	background-color: #FDFF4F;
}

.add-6, .event-6 {
	background-color: #FEFF5F;
}

.add-7, .event-7 {
	background-color: #FEFF6F;
}

.add-8, .event-8 {
	background-color: #FEFF7F;
}

.add-9, .event-9 {
	background-color: #FEFF8F;
}

.add-10, .event-10 {
	background-color: #FEFF9F;
}

.add-11, .event-11 {
	background-color: #FEFFAF;
}

.add-12, .event-12 {
	background-color: #FEFFBF;
}

.add-13, .event-13 {
	background-color: #FFFFCF;
}

.add-14, .event-14 {
	background-color: #FFFFDF;
}

.add-15, .event-15 {
	background-color: #FFFFEF;
}

.add-16, .event-16 {
	background-color: #FFFFFF;
}

.add-17, .event-17 {
	background-color: transparent;
}

/* ============================= END FADE EFFECT COLORS =======================*/


/* ------------ Agent FlexTable ------------ */

.agentItem, .agentItemEdit{
    outline:none; 
}


.agentItem-over, .agentItemEdit {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	outline: 0;
	background-color: whiteSmoke;
}

.agentItemTable {
	width: 740px;
	padding: 2px;
}

.agentItemTable-priority {
	background: #75A8FF;
	height: 28px;	
}

.priorityHeader {
background: #75A8FF url(/img/admin/divider.png) no-repeat left top;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
cursor: default;
text-align: center;
height: 24px;
widget: 720px;
}

.demo-FlexTableRowExample .demo-FlexTableRowExample-table-proxy {
  border: 1px solid blue;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}

.demo-FlexTableRowExample .demo-flextable .dragdrop-handle {
  padding-left: 10px;
}

.demo-FlexTableRowExample TABLE {
 
}

.demo-FlexTableRowExample .demo-table-positioner {
  z-index: 1;
  border-top: 2px solid #3366cc;
  margin-top: 1px;
}

.demo-FlexTableRowExample .dragdrop-selected ,
.demo-FlexTableRowExample .dragdrop-dragging ,
.demo-FlexTableRowExample .dragdrop-proxy {
  filter: alpha(enabled = false);
  opacity: 1.0;
}
.gwt-SliderBar-shell {
   border-width: 0px;
}
.gwt-SliderBar-line  {
 	background-color: #CCC;
 	overflow: hidden;
}
.gwt-SliderBar-insideline {
 	background-color: #8DC23A;
 	overflow: hidden;
}
.gwt-SliderBar-line-disabled, .gwt-SliderBar-line-sliding-disbaled  {
 	background-color: #EEE;
 	overflow: hidden;
}
.gwt-SliderBar-insideline-disabled {
 	background-color: #DDD;
 	overflow: hidden;
 	z-index: 15;
}
.gwt-SliderBar-line-sliding {
 	background-color: #AAA;
 	cursor: pointer;
}  
.gwt-SliderBar-knob {
  	position: absolute;
  	z-index: 100;
}
.gwt-SliderBar-label {
  	font-size: 8pt;
  	cursor: default;
  	font-weight: bold;
}
.gwt-SliderBar-label.dimm {
	color: #CCC;
	font-weight: normal;
}
.gwt-SliderBar-tick {
	top: 2px;
	width: 6px;
	height: 4px;
	background: #CCC;
	overflow: hidden;
	
}
.gwt-SliderBar-tick.dimm {
	width: 1px;
	background: #EEE;
}
  
.tabMiddleCenter .tabMiddleCenterInner div {
   outline: none;
}

.maxAgentsReachedPanel {
  width: 100%;
}

.maxAgentsReachedLabel {
  background: url(/img/icon/warning_background.png) no-repeat left top #777;
  width: 648px;
  padding: 10px 10px 10px 80px;
  
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.5;
}

.maxAgentsReachedAddAgentPanel {
  margin: 10px 10px 10px 20px;
}

.maxAgentsReachedLabel a {
  color: #FFFFFF !important;
  text-decoration: underline;
}

.numberSpinnerField {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;

  text-align: right;
  color: black;
  border: 1px solid #bbb;
  outline: 0;
  font-size: 12px;
  background-color: white;
}
#accountItems {
  position: absolute;
  top: 400px; 
}
.contentPanel {
  background: white;
  margin-left: 200px;
  height: 100%;
  width: 780px;
  min-height: 800px;
  border: 1px solid silver;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contentPanel-bootstrap {
  background: white;
  margin-left: 0;
  height: 100%;
  width: 780px;
  min-height: 800px;
  border: 1px solid silver;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contentHeaderPanel {
  width: 780px;
  z-index: 5;
  height: 35px;
  padding: 3px 10px;
  background: #8FB9FF;
  background: -moz-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8FB9FF),color-stop(100%,#75A8FF));
  background: -webkit-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: -o-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: -ms-linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  background: linear-gradient(top,#8FB9FF 0%,#75A8FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FB9FF',endColorstr='#75A8FF',GradientType=0);
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

.contentHeaderPanelFixed {
	position: 'fixed';
	top: '0px';
}

.contentHeaderPanelRelative {
	position: 'relative';
}

.contentHeaderPanelLabel {	
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 10px;
  font-size: 19px;
  font-weight: 500;
}

/* Styling from - http://graemeboy.com/css-buttons/ */
.greenGradientButton {
  background: #5CCD00;
  background: -moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
  background: -webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: -o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: -ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
  padding: 3px 6px;
  color: #fff;
  font-family: 'Helvetica Neue',sans-serif;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #459A00;
  cursor: pointer;
}

.grayGradientButton {
  background: #C0C0C0;
  background: -moz-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#C0C0C0),color-stop(100%,#808080));
  background: -webkit-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: -o-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: -ms-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: linear-gradient(top,#C0C0C0 0%,#808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0',endColorstr='#808080',GradientType=0);
  padding: 3px 6px;
  color: #fff;
  font-family: 'Helvetica Neue',sans-serif;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #808080;
  cursor: pointer;
}

.greenGradientButton-large {
  background: #5CCD00;
  background: -moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
  background: -webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: -o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: -ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background: linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
  padding: 6px 12px;
  color: #fff;
  font-family: 'Helvetica Neue',sans-serif;
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #459A00;
  cursor: pointer;
}

.grayGradientButton-large {
  background: #C0C0C0;
  background: -moz-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#C0C0C0),color-stop(100%,#808080));
  background: -webkit-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: -o-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: -ms-linear-gradient(top,#C0C0C0 0%,#808080 100%);
  background: linear-gradient(top,#C0C0C0 0%,#808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0',endColorstr='#808080',GradientType=0);
  padding: 6px 12px;
  color: #fff;
  font-family: 'Helvetica Neue',sans-serif;
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #808080;
  cursor: pointer;
}

.contentBodyPanel {
  padding: 7px;
}

.flow-panel-horizontal{
	display: inline-block;
	margin-left: 10px;
}

.flow-panel-horizontal-first{
	display: inline-block;
}

.navs {
  width: 170px;
  height: 400px;
  float: left;
  padding-left: 5px;
  margin-top: 40px;
}

.navItem {
  width: 165px;
  margin-top: 5px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: 2% 50%;
  padding: 5px 0 5px 30px;
  cursor: pointer;
}

.navItem a {
  color: #3B3B3B; 
}

.navItem-selected {
  background-color: silver;
  display: block;
  margin-right: -1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-width: 1px 0px 1px 1px; 
  border-style: solid;
  border-color: silver;
}

.navItem-selected a {
  color: #3B3B3B; 
}

.navItem a:hover {
  text-decoration: none;
  color: #3B3B3B;
}

.navSubItem {
  width: 165px;
  margin-left: 15px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: 2% 50%;
  padding: 5px 0 5px 15px;
  cursor: pointer;
}

.navSubItem a {
  color: #3B3B3B; 
}

.navSubItem-selected {
  background-color: silver;
}

.stylizedDialog {
  background-color: white;
  border: 1px solid #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 100;
}

.stylizedDialog .dialogTopLeftInner, .dialogMiddleLeftInner, .dialogBottomLeftInner,
.dialogTopRightInner, .dialogMiddleRightInner, .dialogBottomRightInner {
  display: none;
}

.stylizedDialog .Caption {
  background: #d3d6dd;
  font-weight: bold;
  cursor: default;
  padding: 5px 10px;
  border-bottom: 1px solid #999;
  text-align: left;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

.stylizedDialog .dialogContent {
  padding: 10px;
}

.stylizedDialogPopupPanelGlass {
  background-color: #000;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
  z-index: 25;
}

#kbTableHeader {
   border-top: 1px solid silver;
   border-bottom: 1px solid silver;
   
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   
   background-color: #F5F5F5;

   font-weight: bold;
   font-size: larger;
}

#kbTable {
   width: 100%;
}

#kbTable td {
   height: 35px;

   border-bottom: 1px solid silver;
   
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
}

/* begin button chooser css
.select-button table {
	table-layout:fixed;
}
.select-button td {
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
}
end button chooser css*/


/* begin alert-dialog notification css */
#banner_alert {
	margin: 0 0 -5px 0;
	padding: 5px 0 0 0;
	min-height: 12px;
	background-color: whiteSmoke;
}
#alert-dialog {
	padding: 5px 0;
}
#alert-dialog .alert {
  padding: 8px 35px 8px 14px;
  margin: 0 0 5px 0;
  color: #C09853;
  font: 12px Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#alert-dialog .alert-block {
  padding-top: 11px;
  padding-bottom: 11px;
}
#alert-dialog .alert a:link, .alert a:visited {
  color: #C09853;
  text-decoration: underline;
}
#alert-dialog .alert-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}
#alert-dialog .alert-error a:link, .alert-error a:visited {
  color: #B94A48;
}
#alert-dialog .alert-success {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
#alert-dialog .alert-success  a:link, .alert-success  a:visited {
  color: #468847;
}
#alert-dialog .alert-info {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
#alert-dialog .alert-info  a:link, .alert-info a:visited {
  color: #3A87AD;
}
#alert-dialog button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 20px;
  vertical-align: middle;
  -webkit-box-align: center;
  text-align: center;
}
#alert-dialog .alert .close {
  position: relative;
  top: -5px;
  right: -21px;
  line-height: 20px;
}
#alert-dialog .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* end alert-dialog notification css */

.new-feature {
	color: red;
	font-size: 9px;
	font-weight: 600;
	text-align: center;
	vertical-align: super;
}

.active .new-feature {
	text-shadow: 0px 0px 6px #FFFFFF;
}

/* nav help icon css */

.nav-help-icon {
	text-align: center;
	height: 12px;
	width: 12px;
	padding-left: 6px;
}

#style-help-li img {
	display: none;
}

#style-help-li:hover img {
	display: inline;
}

/* end nav help icon css */

.button-image-content table {
    table-layout:fixed;
}

.button-image-content td {
	width: 230px;
	max-height: 95px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

/* begin on/off toggle */
.toggle-slider {
	height: 18px;
	width: 62px;
	overflow: hidden;
	background-image: url(/img/toggle_switch.png);
	background-position: -36px 50%;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
}
.toggle-slider-on {
	background-position: 0px 50%;
}
.toggle-slider-disabled {
	background-image: url(/img/toggle_switch_disabled.png);
}
.toggle-slider-description {
	font-size: 14px;
	color: #555;
	vertical-align: top;
	padding: 2px 5px 8px;
	margin-right: 25px;
}
.toggle-slider-label {
	padding-left: 5px;
	padding-bottom: 5px;
}
/* end on/off toggle */

.chat-settings-input {
  margin-left: 25px;
}
.chat-settings-input-label {
  width: 95px;
}

.optionsCheckbox {
	margin-left: -2px;
}

/* gwt-PopupPanel overrides */

.gwt-PopupPanel {
  border: 3px solid grey;
  padding: 5px;
  background: white;
}

.popupContent-top-row {
  border-bottom: 1px solid grey;
  padding: 0 7px;
}

.popupContent-Header {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 7px;
}

.popupContent-HTML {
  padding: 7px;
  color: #777;
}

.proactiveTestStep {
  margin: 5px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  border: 1px solid silver;
  
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}

.proactive-chat-box {
	padding-left: 20px;
	padding-top: 5px;
}
.proactive-chat-box span{
	margin-left:4px;
}

/* ImageGridSelector css */
.imageSelectorButtonFace {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: transparent;
  border: 1px solid silver;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.imageSelectorButtonFace-selected {
  border: 5px solid silver;
}

.imageSelectorCellPadding {
  padding: 5px;
}

.imageSelectorCellPadding-custom {
  padding-bottom: 0;
}

.imageSelectorTable {
  margin: 5px 0 5px 25px;
}

.imageSelectorTable td {
  padding: 0 15px 0 5px;
}

.imageSelectorTitle {
  padding-top: 5px;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}

.popupCloseBtn-offset {
	position: relative;
	right: -20px;
	top: -22px;
	cursor: pointer;
}

.hourOfOperationSmall {
	font-size: 12px;
}

.labelHTMLText {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.legendHTMLText {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.integrationsHeroPanel {
  padding: 15px;
}

/* Additional prettifier */
ul.bullet {
  list-style-type: disc;
  margin-left: 20px;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
}

.contentBodyPanel a:not(.btn):not(.header) {
	color:#0088cc;
	text-decoration:underline;
}
.contentBodyPanel a:not(.btn):not(.header):visited,
.contentBodyPanel a:not(.btn):not(.header):hover {
	color:#0000AA;
	text-decoration:underline;
}
