
.multiple.email {
	padding-bottom: 2em;
}

	.multiple.email .email-address.template {
		display: none;
	}

	.multiple.email .add.button {
		color: #2a7bcd;
	}

	.multiple.email .delete {
		display: inline-block;
		height: 38px;
		vertical-align: middle;
    	line-height: 36px;
	}

	.multiple.email input.error {
		background-color: white;
	}

.add_slave_tools {
	display: none;
}

.add_slave_tools .container {
	padding: 1em;
	border: 2px solid #E5E5E5;
}

.add_slave_tools .container .button, .update_basic_categories .edit_basic_categories.button {
	color: #2a7bcd;
}

.current_slave_tools table {
	margin-top: 1em;
}

.current_slave_tools table.hide {
	display: none;
}

.api.table input {
	width: 95%;
	margin: 0;
}

.api.table .labeled-input {
	width: 95%;
}

	.api.table .labeled-input input {
		width: 100%;
	}

.api.table .status {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 4px;
}

	.api.table .status.active {
		background-color: #5dc02c;
	}

	.api.table .status.inactive {
		background-color: #F79F00;
	}

	.api.table td.expired {
		color: #ff4800;
	}

.add_ip, .update_formulas, .update_dynosheet, .update_basic_categories {
	padding: 1em;
	border: 2px solid #E5E5E5;
}

	.add_ip table {
		display: none;
	    margin-bottom: 1.5em;
	}

	.add_ip .container .button {
		color: #2a7bcd;
	}

.calculated {
	background-position: right center;
}

.current_basic_categories {
	display: none;
}

span.checkbox {
	cursor: pointer;
}

input.loading {
	background: transparent
				url(../../../../../images/input-loader.gif)
				no-repeat
				right center;
}

.graph-example {
	display: none;
	position: fixed;
    bottom: 20px;
    right: 20px;
    border: 3px solid #737373;	
}

	.graph-example.show {
		display: block;
	}

.password-notice {
	background-color: #fffcd7;
	border: 1px solid #ffe4c1;
	padding: 20px;
	display:none;
}

	.password-notice ul {
		margin: 0;
		padding: 0;
		list-style-type: square;
		list-style-position: inside;
	}

	.password-notice .invalid {
		line-height:24px;
		color:#ec3f41;
	}
	.password-notice .valid {
		line-height:24px;
		color:#3a7d34;
	}