/* Add URL */
#kmr_url {
}
/* Reports */
.report-list td {
	font-size: 18px;
}
.report-list td.current {
	font-size: 20px;
}
.report-list td.green {
	color: #2ecc71;
}
.report-list td.yellow {
	color: #f1c40f;
}
.report-list td.red {
	color: #c0392b;
}
.report-list tbody tr:nth-child(odd){
	background-color: #f9f9f9;
}
.report-list .load-spinner {
	height: 54px;
	background: url("../img/spinner.gif") 20px center no-repeat;
}
.report-list .kmr-delete {
	font-size: 13px;
	visibility: hidden;
}
.report-list tr:hover .kmr-delete {
	visibility: visible;
}
/* Indicators */
.indicator {
	display: inline-block;
	width: .7em;
	height: .7em;
	margin: .25em;
	border-radius: 50%;
	border: .15em solid #868686;
}
.indicator.fill {
	background-color: #868686;
}
.indicator.small {
	width: .5em;
	height: .5em;
	margin: .45em;
}
.indicator.green {
	border-color: #2ecc71;
}
.indicator.green.fill {
	background-color: #2ecc71;
}
.indicator.yellow {
	border-color: #f1c40f;
}
.indicator.yellow.fill {
	background-color: #f1c40f;
}
.indicator.red {
	border-color: #c0392b;
}
.indicator.red.fill {
	background-color: #c0392b;
}
.indicator.gray {
	border-color: #ccc;
}
.indicator.gray.fill {
	background-color: #ccc;
}
.no-data {
	font-size: 0.7em;
	color: #999;
	position: relative;
	top: -0.8em;
	left: -0.4em;
}
/* Keyword position */
.position {
	font-size: 12px;
	color: #868686;
}
.position.up .desc {
	color: #2ecc71;
}
.position.down .desc {
	color: #c0392b;
}
.position .triangle {
	display: inline-block;
	width: 0;
	height: 0;
}
.position.up .triangle {
	border: 6px solid transparent;
	border-bottom: 6px solid #2ecc71;
	margin-bottom: 3px;
}
.position.down .triangle {
	border: 6px solid transparent;
	border-top: 6px solid #c0392b;
	margin-bottom: -4px;
}

/* All reports list*/
.all-reports td {
	font-size: 14px;
}
.all-reports tbody tr:nth-child(odd){
	background-color: #f9f9f9;
}
.reports-pagination {
	text-align: right;
}
.reports-pagination {
	
}
.kmr-delete {
	color: #a00;
}
.kmr-delete:hover {
	color: red;
}
/* Dashboard widget*/
#know-my-rankings-widget .inside {
	margin: 0;
	padding: 0;
}
#know-my-rankings-widget table {
	border: none;
}
#know-my-rankings-widget th {
	font-size: 12px;
}
#know-my-rankings-widget td {
	font-size: 14px;
}
#know-my-rankings-widget tfoot {
	display: none;
}
#know-my-rankings-widget .indicator.small {
	margin: .45em .2em .45em 0;
}
#know-my-rankings-widget .indicator {
	margin: .25em .2em .25em 0;
}
#know-my-rankings-widget .kmr-delete {
	display: none;
}
#know-my-rankings-widget .kmr-widget-footer {
	padding: 1em;
	border-top: 1px solid #eee;
}
/* Setup page */
.setup-body {
	margin-right: 300px;
}
.setup-box-left {
	width: 600px;
	padding-right: 18px;
	min-width: 463px;
	float: left;
}
.setup-box-left #url {
	margin-top: 4px;
}
.setup-box-left #keywords {
	margin-top: 4px;
}
.setup-box-left small {
	font-size: 13px;
	font-weight: 400;
	color: #444444;
}
.setup-box-right {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #fff;
	float: left;
	margin-right: -300px;
	margin-top: 36px;	
	width: 380px;
}
.setup-box-right h3 {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	border-bottom: 1px solid #eee;
}
.setup-box-right .inside {
	padding: 0 12px 12px;
}
.setup-box-right .inside ul li {
	margin-bottom: 18px;
}
.setup-box-right .inside ul li:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 986px) {
	.setup-body {
		margin: 0;
	}
	.setup-box-right {
		margin-right: 0;
		width: 100%;
	}
}
/* Bootstrap fix */
.modal-header .close {
	display: none;
}
.modal-header .modal-title {
	color: #222;
	font-size: 1.3em;
}
.btn.cancel {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	border-color: #ccc;
	background: #f7f7f7;
	-webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	vertical-align: top;
}
.btn:hover {
	background: #fafafa;
	border-color: #999;
	color: #222;
}
/* WP Engine fix */
.confirmation-modal,
#add_url_modal {
	background: none !important;
	border: none !important;
	margin-left: 0 !important;
	width: auto !important;
}
/* Confirm modal */
.new-keywords {
	padding: 8px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.price-increase-wrap {
	padding: 8px 8px 12px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.price-increase {
	font-size: 1.8em;
	color: #2ecc71;
	position: relative;
	bottom: -3px;
}
.before-after-plan {
	margin-top: 10px;	
}
.before-after-plan .plan-before,
.before-after-plan .plan-after {
	margin-top: 10px;
	text-align: center;
	width: 33%;
	display: inline-block;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.before-after-plan .plan-before {
	background: #eee;
	border: 1px solid #ccc;
}
.before-after-plan .plan-after {
	display: inline-block;
	padding: 8px;
	color: #2ecc71;
}

.kmr-install-button {
	margin-top: 10px !important;
	width: 200px;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	height: 64px !important;
	font-size: 16px !important;
}
.kmr-report-box {
	width: 700px;
}

.kmr-text-input {
	width: 250px;
}
.kmr-submit-button {
	margin-top: 6px !important;
}
.kmr-default-report {
	width: 400px;
}