/* CSS Document */
.rnj_batteries {
	margin:20px 0px;
	position:relative;
	font-size:14px;
}
.rnj_batteries .rnj_table {
	width:100%;
	table-layout:fixed;
	margin:10px 0px;
}

.rnj_table th {
	height:40px;
	box-sizing:border-box;
	background-color:#212122;
	border:1px solid #3e3e3e;
	color:#EEEEEE;
	position:relative;
	padding:0px 20px;
	padding-right:36px;
	line-height:60px;
	overflow:hidden;
	transition:background-color linear 0.2s;
	cursor:pointer;
}

.rnj_table th > span {
	display:block;
	max-height:60px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.rnj_table th:hover, .rnj_table th.sorted {
	background-color:#e30000;
}

.rnj_table th:hover .sort.asc .fa:before {
	content:"\f0dd";
}

.rnj_table th:hover .sort .fa:before, .rnj_table th:hover .sort.desc .fa:before {
	content:"\f0de";
}

.rnj_table td {
	background-color:#FFFFFF;
	border:none;
	padding:10px;
	border-left:1px solid #3e3e3e;
	color:#29292a;
	border-bottom:1px solid #3e3e3e;
}

.rnj_table tr td:last-child {
	border-right:1px solid #3e3e3e;
}

.rnj_table tr:nth-child(even) td {
	background-color:#F9F9F9;
}

.rnj_table th .sort {
	position:absolute;
	right:20px;
	top:0px;
}

.rnj_table th.rnj_wide {
	width:25%;
}

.rnj_before_table {
	font-size:0px;
}

.rnj_batteries .rnj_filters {
	display:inline-block;
	text-align:left;
	width:calc(50% + 4px);
	font-size:0px;
	vertical-align:bottom;
}

.rnj_filters .select_wrapper {
	width:calc(50% - 4px);
	font-size:14px;
}

.rnj_filters .select_wrapper:not(:last-child) {
	margin-right:4px !important;
}

.rnj_filters select {
	width:100%;
	position:relative;
}

#rnj_batteries .select_wrapper > select:not(.gfield_select) {
	outline:none;
	appearance:none;
	border-radius:5px;
	-webkit-appearance:none;
	padding:0px 20px 0px 10px!important;
	display:inline-block;
	min-width:0;
	border:1px solid #212122;
	background-image:none;
	line-height:normal;
	height:30px;
	padding-right:25px;
	-moz-appearance:none;
	vertical-align:top;
	width:100%;
}

#rnj_batteries .rnj_entry_count .select_wrapper > select:not(.gfield_select) {
	width:auto;
	margin-left:10px;
}

.rnj_batteries .select_wrapper:not(.rnj_mobile_only) {
	display:inline-block;
	margin:0;
	padding:0;
	position:relative;
	height:30px;
}

.rnj_batteries .select_wrapper:after {
	position:absolute;
	right:10px;
	top:0px;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-family:FontAwesome;
	content:"\f107";
}

.rnj_batteries .select_wrapper select::-ms-expand {
	display: none;
}

.rnj_batteries .rnj_search {
	display:inline-block;
	max-width:30%;
	font-size:14px;
	line-height:30px;
	height:29px;
	vertical-align:top;
}

.rnj_batteries .rnj_search input {
	display:inline-block;
	width:250px;
	height:30px;
	border:1px solid #212122;
	border-radius:5px;
	margin-right:0px;
	vertical-align:top;
	border-radius:0px;
	padding:0px 10px;
}

.rnj_batteries .rnj_entry_count {
	display:inline-block;
	font-size:14px;
	vertical-align:top;
	float:right;
	text-align:right;
	width:20%;
	line-height:30px;
}

.rnj_results_count {
	height:30px;
	font-size:14px;
	display:inline-block;
}

.rnj_batteries .rnj_arrow {
	font-size:24px;
	height:30px;
	cursor:pointer;
	margin:0px 2px;
	display:inline-block;
	vertical-align:middle;
	transition:color linear 0.2s;
}

.rnj_batteries .rnj_arrow:hover {
	color:#F9F9F9;
}

.rnj_batteries .rnj_page_count {
	display:inline-block;
	height:30px;
	line-height:30px;
	margin-right:4px;
	vertical-align:middle;
}

.rnj_batteries .rnj_results_count {
	line-height:30px;
}

.rnj_batteries .rnj_pagination {
	float:right;
	vertical-align:middle;
	line-height:30px;
	display:inline-block;
	text-align:right;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.rnj_batteries #rnj_page_num {
	width:40px;
	height:26px;
	margin:2px 0px;
	margin-left:4px;
	line-height:26px;
	padding:0px 5px;
	text-align:center;
}

.rnj_batteries *:focus {
	outline:none;
}

.rnj_table[style*="display:none"] ~ .rnj_loader_wrapper {
	top:80px;
}

.rnj_loader_wrapper {
	z-index:10000;
	background-color:rgba(0, 0, 0, 0.6);
	position:absolute;
	top:39px;
	display:none;
	bottom:40px;
	left:0;
	right:0;
}

.rnj_loader {
	background-size:50px 50px;
	background-image:url(../images/loader.svg);
	background-repeat:no-repeat;
	background-position:center center;
	height:50px;
	width:50px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}

.rnj_mobile_only {
	display:none;
}

.rnj_mobile_only:after {
	display:none;
}

@media only screen and (max-width: 1100px) {
	.rnj_filters select {
		width:calc(50% - 2px);
	}
	#rnj_search {
		width:70%;
	}
}

@media only screen and (max-width: 860px) {
	.rnj_batteries .select_wrapper:not(.rnj_mobile_only) {
		height:50px;
	}
	.rnj_desktop_only {
		display:none !important;
	}
	.rnj_desktop_only:after {
		display:none;
	}
	.rnj_mobile_only:after {
		display:block;
	}
	.rnj_batteries .rnj_filters .select_wrapper.rnj_orderby {
		display:inline-block;
		width:calc(70% - 3px);
	}
	.rnj_batteries .rnj_filters .select_wrapper.rnj_order {
		display:inline-block;
		width:calc(30% - 2px);
	}
	.rnj_table tr {
		display:block;
	}
	.rnj_table thead {
		display:none;
	}
	.rnj_table tbody tr {
		border:2px solid white;
	}
	.rnj_table tbody td {
		display:block;
		background-color:#212122;
		position:relative;
		padding-left:170px;
		border-left:none;
		min-height:30px;
		vertical-align:middle;
		color:white;
		border-right:none;
		border-color:grey;
	}
	.rnj_table tbody tr:nth-child(even) td {
		background-color:#29292A;
	}
	.rnj_table tbody td > div {
		display:inline-block;
		background-color:#E30000;
		color:white;
		position:absolute;
		left:0;
		width:150px;
		top:0;
		font-weight:bold;
		font-size:16px;
		padding:20px;
		box-sizing:border-box;
		bottom:-1px;
	}
	.rnj_batteries .rnj_before_table {
		margin-bottom:30px;
	}
	.rnj_batteries .rnj_filters {
		display:block;
		width:100%;
		max-width:none;
	}
	.rnj_batteries .rnj_filters .select_wrapper {
		width:100%;
		position:relative;
	}
	.rnj_batteries .select_wrapper select {
		display:block;
		width:100%;
		height:40px;
		margin:16px 0px;
	}
	.rnj_batteries .rnj_search {
		width:100%;
		display:block;
		line-height:30px;
		height:30px;
		max-width:none;
		font-size:16px;
		margin:0px;
	}
	#rnj_search {
		height:30px;
		float:right;
		width:100%;
	}
	.rnj_batteries .rnj_entry_count {
		width:100%;
		text-align:left;
		float:none;
		display:block;
	}
	.rnj_loader_wrapper {
		top:244px;
	}
	.rnj_batteries .select_wrapper {
		display:inline-block;
	}
	.rnj_batteries .select_wrapper:after {
		height:72px;
		line-height:72px;
	}
	
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
	/*.rnj_batteries select {
		color:#212122;
	}*/
}