/* Tooltips */
.five9-help-tip {
	cursor: help;
}

.five9-ui-tooltip {
	position: absolute;
	background: #333 !important;
	border-width: 1px !important;
	border-radius: 3px !important;
	box-shadow: 1px 1px 2px 1px rgba(214,214,214,0.5) !important;
	color: #dedede !important;
	max-width: 300px !important;
	padding: 7px !important;
	text-rendering: optimizeLegibility;
	text-shadow: none !important;
	z-index: 9999 !important;
}

/* Chat Settings UI */
.five9-chat-settings .final-wrap {
	display: block;
	clear: both;
}

.five9-chat-settings .postbox-container {
	width: 45%;
	float: left;
}

.five9-chat-settings .postbox-container.full {
	width: 95%;}

.five9-chat-settings .five9.postbox {
	float: left;
	width: 90%;
	margin-right: 15px;
}

.five9-setting-wrapper label {
	font-weight: 600;
	font-size: 1.1em;
}

.five9-setting-wrapper input[type="text"],
.five9-setting-wrapper select,
.five9-repeatable-row input[type="text"] {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42;
	border-radius: 4px;
	width: 100%;
}

.five9-root-url-dev {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42;
	border-radius: 4px;
	width: 350px;
}

.five9-form-fields {
	clear:both;
}

.five9-field-invalid {
	border-color: red;
}

#five9-fields .center {
	text-align: center;
}
.five9-repeatable-row {
	vertical-align: middle;
}

.five9-repeatable-row:nth-child(even) {
	background-color: #f9f9f9;
}

.five9-repeatable-row.empty {
	display: none;
}
