/* ---------------------------------------------------
 *
 *	Backend CSS for the Rocket Reader
 *
 * -------------------------------------------------*/
@charset "utf-8";
.rr-dark-blue {
	color: #0073aa;
	font-weight: bold;
}
.rr-save-button {
	margin-top: 10px !important;
	font-weight: bold;
}
.rr-title-bar {
	width: 96%;
	background-color: #0073aa !important;
	color: #FFF !important;
	display: inline-block;
	padding-left: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.rr-title-bar h2 {
	color: #FFF;
}
.rr-intro {
	font-weight: bold;
	width: 96%;
	padding-left: 5px;
	margin-bottom: 20px;
}
.rr-reset-button {
	margin-top: 4px !important;
}
#rr-settings {
	margin-left: 6px;
}
#rr-settings input[type="text"] {
	font-size: 13px;
	margin-right: 10px;
}
#rr-settings select {
	font-size: 13px;
}
.rr-note {
	color: #0074a2;
	font-style: italic;
	font-weight: bold;
}
#rr-add-delete-all {
	margin-left: 6px;
}
/****************************
 *	VALIDATION
 ****************************/
#rr-settings label.error {
	color: #ff0000;
}
#rr-settings input.error {
	border: 2px solid #5b9bb9;
}
