/* 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;
	}
}

/* ================================================
   DESIGN FEATURE THEMES
   ================================================ */

/* === TABLE QUICK THEMES === */

/* Professional Blue */
.nf-view-design-theme-professional-blue .nf-views-table thead th {
	background-color: #2271b1 !important;
	color: #ffffff !important;
}
.nf-view-design-theme-professional-blue .nf-views-table tbody tr:hover {
	background-color: #e8f4fc !important;
}

/* Modern Green */
.nf-view-design-theme-modern-green .nf-views-table thead th {
	background-color: #28a745 !important;
	color: #ffffff !important;
}
.nf-view-design-theme-modern-green .nf-views-table tbody tr:hover {
	background-color: #e8f5eb !important;
}

/* Vibrant */
.nf-view-design-theme-vibrant .nf-views-table thead th {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	color: #ffffff !important;
}
.nf-view-design-theme-vibrant .nf-views-table tbody tr:nth-child(even) {
	background-color: #f5f3ff !important;
}

/* Minimal */
.nf-view-design-theme-minimal .nf-views-table,
.nf-view-design-theme-minimal .nf-views-table th,
.nf-view-design-theme-minimal .nf-views-table td {
	border: none !important;
	border-bottom: 1px solid #e0e0e0 !important;
}
.nf-view-design-theme-minimal .nf-views-table thead th {
	background-color: transparent !important;
	font-weight: 600;
}

/* Dark Mode */
.nf-view-design-theme-dark-mode .nf-views-table {
	background-color: #1e1e1e !important;
}
.nf-view-design-theme-dark-mode .nf-views-table thead th {
	background-color: #2d2d2d !important;
	color: #ffffff !important;
}
.nf-view-design-theme-dark-mode .nf-views-table tbody td {
	background-color: #1e1e1e !important;
	color: #e0e0e0 !important;
	border-color: #3d3d3d !important;
}
.nf-view-design-theme-dark-mode .nf-views-table tbody tr:hover td {
	background-color: #2d2d2d !important;
}

/* Striped Classic */
.nf-view-design-theme-striped-classic .nf-views-table tbody tr:nth-child(even) {
	background-color: #f8f9fa !important;
}
.nf-view-design-theme-striped-classic .nf-views-table thead th {
	background-color: #343a40 !important;
	color: #ffffff !important;
}

/* Bordered */
.nf-view-design-theme-bordered .nf-views-table,
.nf-view-design-theme-bordered .nf-views-table th,
.nf-view-design-theme-bordered .nf-views-table td {
	border: 2px solid #dee2e6 !important;
}

/* Soft Rounded */
.nf-view-design-theme-soft-rounded .nf-views-table {
	border-radius: 12px !important;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nf-view-design-theme-soft-rounded .nf-views-table thead th {
	background-color: #f8f9fa !important;
}

/* Corporate Gray */
.nf-view-design-theme-corporate-gray .nf-views-table thead th {
	background-color: #6c757d !important;
	color: #ffffff !important;
}
.nf-view-design-theme-corporate-gray .nf-views-table tbody tr:hover {
	background-color: #f1f3f4 !important;
}

/* Sunset Orange */
.nf-view-design-theme-sunset-orange .nf-views-table thead th {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
	color: #ffffff !important;
}

/* Ocean Blue */
.nf-view-design-theme-ocean-blue .nf-views-table thead th {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
	color: #ffffff !important;
}

/* Forest Green */
.nf-view-design-theme-forest-green .nf-views-table thead th {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
	color: #ffffff !important;
}

/* Royal Purple */
.nf-view-design-theme-royal-purple .nf-views-table thead th {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	color: #ffffff !important;
}

/* Midnight Blue */
.nf-view-design-theme-midnight-blue .nf-views-table thead th {
	background-color: #1a365d !important;
	color: #ffffff !important;
}
.nf-view-design-theme-midnight-blue .nf-views-table {
	border-color: #1a365d !important;
}

/* Rose Gold */
.nf-view-design-theme-rose-gold .nf-views-table thead th {
	background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
	color: #5d4e37 !important;
}

/* Slate */
.nf-view-design-theme-slate .nf-views-table thead th {
	background-color: #475569 !important;
	color: #ffffff !important;
}
.nf-view-design-theme-slate .nf-views-table tbody tr:nth-child(even) {
	background-color: #f1f5f9 !important;
}

/* High Contrast */
.nf-view-design-theme-high-contrast .nf-views-table thead th {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.nf-view-design-theme-high-contrast .nf-views-table,
.nf-view-design-theme-high-contrast .nf-views-table th,
.nf-view-design-theme-high-contrast .nf-views-table td {
	border: 2px solid #000000 !important;
}

/* Gradient Header */
.nf-view-design-theme-gradient-header .nf-views-table thead th {
	background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%) !important;
	color: #ffffff !important;
}

/* === LIST VIEW CARD THEMES === */

/* Cards base styles - ensure transitions */
.nf-views-cont .nf-views-sub-cont {
	transition: all 0.3s ease;
}

/* Row color support for list views */
.nf-views-cont .nf-views-sub-cont[class*="nf-row-color-"] {
	transition: all 0.3s ease;
}
