/* star rating */

.star {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');
	background-position: left -2px;
	display: block;
	width: 20px;
	height: 16px;
	line-height: 16px;
	float: left;
	cursor: pointer;
	zoom: 1;
}
.fullStar {
	background-position: left -59px;
}
.stars {
	overflow: hidden;
}
.tmp_es {
	background-position: left -21px;
}
.tmp_fs {
	background-position: left -40px;
}

/* Views Css */
.pure-g {
	padding: 10px;
	/* border: 1px solid #ccc; */
}
.nf-views-cont {
	overflow-x: auto;
}
.nf-views-table {
	margin-top: 10px;
}

.field-pagination .views-pagination {
	clear: both;
	display: block;
	text-align: right;
	padding: 10px;
	margin: 0;
}
.views-pagination:before,
.views-pagination:after {
	display: block;
	clear: both;
	content: '';
}
.views-pagination li {
	display: inline;
}
.views-pagination a {
	border: 1px solid #d5d5d5;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 4px 8px;
	text-decoration: none;
	margin: 2px;
}
.views-pagination a:hover,
.views-pagination a:active {
	background: #efefef;
}
.views-pagination span.current {
	background-color: #687282;
	border: 1px solid #d5d5d5;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 4px 8px;
	text-decoration: none;
	margin: 2px;
}
.views-pagination span.disabled {
	border: 1px solid #eeeeee;
	color: #dddddd;
	margin: 2px;
	padding: 2px 5px;
}
.field-pagination ul.views-pagination {
	text-align: right;
}
.field-paginationInfo {
	text-align: right;
}

.nf-view-search-form.horizontal .search-form-field {
	display: inline-block;
	margin-right: 15px;
}
/* list view styling */
.nf-view-type-list.view-theme-default .nf-view-row {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.nf-view-type-list.view-theme-default .nf-view-row .nf-view-col {
	padding: 0 15px;
}
.nf-view-type-list.view-theme-default .nf-view-row .nf-view-col .nf-view-field-cont {
	padding-bottom: 10px;
}
.nf-view-type-list.view-theme-default .nf-view-col .nf-view-field-cont .nf-view-field-label {
	font-weight: 700;
}
.nf-view-type-list.view-theme-default {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.nf-view-field-type-file_upload-value img {
	width: 100%;
}

.nf-view-col {
	box-sizing: border-box;
}
.nf-views-field-sortable-label a {
	display: block;
}
.nf-views-field-sortable-label a:not(.active-sort) {
	color: #ccc;
}
/* Table Styling */
.nf-views-table th,
.nf-views-table td {
	/* white-space: inherit; */
}

/* Datatbales */
.dataTables_info,
.dataTables_paginate {
	display: none;
}
.nf-view-field-cont .dataTables_info,
.nf-view-field-cont .dataTables_paginate {
	display: block;
}
/* Single ENtry */
.single-entry-view-cont .nf-view-field-cont {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}
.single-entry-view-cont .nf-view-field-cont .nf-view-field-label {
	font-weight: bold;
}

.view-clr-btn {
	margin-left: 20px;
}

/* Repeatable Fields*/
.nf-view-repeatable-section {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.nf-view-repeatable-field-label {
	font-weight: bold;
}

/* Themes */

/* Default Table Hover*/

.nf-views-table.pure-table-hover tr:hover {
	background-color: #f2f2f2;
}

/* Rounded Table  */
.nf-views-table.rounded-table {
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	border-radius: 15px;
}
.nf-views-table.rounded-table thead {
	background-color: #f9fafb;
}
.nf-views-table.rounded-table th,
.nf-views-table.rounded-table td {
	white-space: inherit;
	border-style: solid;
	border-width: 0;
	padding: 1em 1em;
	border-bottom: 1px solid #ededed;
}
.nf-views-table.rounded-table th {
	border-top: 1px solid #ededed;
}
.nf-views-table.rounded-table tr td:first-child,
.nf-views-table.rounded-table tr th:first-child {
	border-left: 1px solid #ededed;
}
.nf-views-table.rounded-table tr td:last-child,
.nf-views-table.rounded-table tr th:last-child {
	border-right: 1px solid #ededed;
}

.nf-views-table.rounded-table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
.nf-views-table.rounded-table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

.nf-views-table.rounded-table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
.nf-views-table.rounded-table tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
/* Rounded Table Striped*/
.nf-views-table.rounded-table.rounded-table-striped tr:nth-child(even) {
	background-color: #f9fafb;
}
/* Rounded Table Hover*/

.nf-views-table.rounded-table.rounded-table-hover tr:hover {
	background-color: #f9fafb;
}

/* Cards */
.nf-views-cont.cards {
	display: grid;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	margin: 30px 0px;
	overflow-x: visible;
}
.nf-views-cont.cards .nf-views-sub-cont {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
.nf-views-cont.cards .nf-view-field-cont {
	margin-bottom: 10px;
	text-align: center;
}

.nf-views-cont.cards .nf-views-sub-cont:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.nf-views-cont.cards-2column {
	grid-template-columns: auto auto;
}

.nf-views-cont.cards-3column {
	grid-template-columns: auto auto auto;
}
.nf-views-cont.cards-4column {
	grid-template-columns: auto auto auto auto;
}
.nf-views-field-sortable-label .fa-stack {
	width: 15px;
	max-height: 16px;
}
.nf-views-field-sortable-label a {
	text-decoration: none !important;
	line-height: 8px;
	color: #e8e7e7;
}
.pure-table .nf-views-field-sortable-label a {
	color: #a2a9ae;
}

.nf-views-field-sortable-label .fa-caret-up {
	position: absolute;
	top: 0;
}
.nf-views-field-sortable-label .fa-caret-down {
	position: absolute;
	bottom: 0;
}

.nf-views-field-sortable-label a.active-sort {
	color: #009cff;
}
@media only screen and (max-width: 800px) {
	.nf-views-cont.cards-4column,
	.nf-views-cont.cards-3column,
	.nf-views-cont.cards-2column {
		grid-template-columns: auto auto;
	}
}

@media only screen and (max-width: 600px) {
	.nf-views-cont.cards-4column,
	.nf-views-cont.cards-3column,
	.nf-views-cont.cards-2column {
		grid-template-columns: auto;
	}

	.nf-view-search-form.horizontal .search-form-field {
		display: block;
	}
	.nf-view-search-form input[type='text'],
	.nf-view-search-form input[type='button'],
	.nf-view-search-form input[type='submit'],
	.nf-view-search-form select {
		display: block;
		width: 100%;
		margin: 10px 0px;
	}
}
