.uael-table-wrapper {
	overflow-x: auto;
}
.uael-table {
	border-spacing: 0;
	margin: 0px;
	table-layout: auto;
}
.uael-table {
	border-collapse: collapse;
}
.uael-advance-heading {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.uael-advance-heading .uael-tbl-entry-wrapper select {
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
}

.uael-advance-heading .uael-tbl-search-wrapper input {
	height: auto;
	margin-left: 10px;
}
.uael-tbl-search-wrapper, .uael-tbl-entry-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uael-advance-heading .uael-tbl-search-wrapper input {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
}
.uael-table-wrapper .dataTables_paginate {
	display: none;
}
.uael-table-row .uael-table-col {
	vertical-align: middle;
}
.uael-table__text-inner {
	display: inline-block;
}
.uael-align-icon--left {
	margin-right: 12px;
	display: inline-block;
}
.uael-align-icon--right {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	order: 3;
	margin-left: 12px;
	display: inline-block;
}
.uael-col-img--left {
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
.uael-col-img--right {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	order: 2;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
}
.uael-sort-icon {
	float: right;
	margin-left: 5px;
}
td .uael-table__text {
	display: inline-block;

}
th .uael-table__text {
	display: inline-block;
}
tr.uael-table-row td {
	border-bottom: 1px solid #eee;
}
tr.uael-table-row th {
	border-bottom: none;
}

/* Conflict CSS with Hello Elementor theme */

.uael-table-wrapper table tbody > tr:nth-child(odd) > td, 
.uael-table-wrapper table tbody > tr:nth-child(odd) > th {
    background-color: inherit;
}

.uael-table-wrapper table tbody tr:hover > td, 
.uael-table-wrapper table tbody tr:hover > th {
	background-color: inherit;
}

/* Conflict CSS ends */

@media (max-width: 767px) {

	.uael-advance-heading label,
	.uael-advance-heading select,
	.uael-advance-heading input,
	.uael-advance-heading div {
		display: block;
		width: 100% !important;
	}

	.uael-advance-heading .uael-tbl-entry-wrapper select,
	.uael-advance-heading .uael-tbl-search-wrapper input {
		margin: 0;
		margin-top: 5px;
	}

	.uael-tbl-entry-wrapper {
	    margin-bottom: 20px;
	}

	.uael-advance-heading {
	    -js-display: flex;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -moz-box-orient: vertical;
	    -moz-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}

}

/* Responsive CSS Ends */

.hide-entry, .hide-lbl-entry {
	display: none;
}
.show-entry, .show-lbl-entry {
	display: block;
}
span.sort-style {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.uael-table-col {
	border: none;
}


.uael-sort-icon:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.sorting .uael-sort-icon:after {
    content: "\f0dc";
}
.sorting_asc .uael-sort-icon:after {
    content: "\f0de";
}
.sorting_desc .uael-sort-icon:after {
    content: "\f0dd";
}