/* -------------------------------------
   == Data Table 
   ---------------------------------------  */

.tmpcoder-table-inner-container {
	overflow-x: auto;
}

.tmpcoder-hide-table-before-arrange,
.tmpcoder-hide-pagination-on-search {
	opacity: 0;
}

.tmpcoder-table-td {
	position: relative;
}

.tmpcoder-table-td-pag {
	text-align: center;
}

.tmpcoder-data-table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0;
}

.tmpcoder-data-table tr:first-child th {
	border-top: none !important;
}

.tmpcoder-data-table tr:last-child td {
	border-bottom: none !important;
}

.tmpcoder-data-table tr th:first-child,
.tmpcoder-data-table tr td:first-child {
	border-left: none !important;
}

.tmpcoder-data-table tr th:last-child,
.tmpcoder-data-table tr td:last-child {
	border-right: none !important;
}

.tmpcoder-flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-flex-column-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-data-table th {
	position: relative;
}

.tmpcoder-equal-column-width-yes .tmpcoder-data-table {
	table-layout: fixed;
}

.tmpcoder-equal-column-width-yes .tmpcoder-data-table .tmpcoder-table-th-pag,
.tmpcoder-equal-column-width-yes .tmpcoder-data-table .tmpcoder-table-td-pag {
	width: 50px;
}

.tmpcoder-table-live-search-cont input {
	min-width: 100%;
}

.tmpcoder-search-input-icon,
.tmpcoder-sorting-icon {
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tmpcoder-table-custom-pagination {
	list-style-type: none !important;
	padding: 0;
}

.tmpcoder-table-custom-pagination-inner-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-table-custom-pagination-list {
	cursor: pointer;
}

.tmpcoder-table-export-button-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tmpcoder-table-export-button-cont button {
	position: relative;
	width: 100%;
}

.tmpcoder-export-search-inner-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-data-table img {
	display: inline-block;
}

.tmpcoder-table-td,
.tmpcoder-table-th {
	vertical-align: middle;
}

.tmpcoder-table-appended-tr {
	width: 100%;
}

.tmpcoder-table-tr-before {
	position: relative;
}

.tmpcoder-table-tr-before::before {
	content: '+';
	position: absolute;
	top: 10px;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: green;
	color: white;
	width: 20px;
	height: 20px;
	font-size: 15px;
	border-radius: 50%;
}

.tmpcoder-table-tr-before-remove::before {
	content: '-';
	position: absolute;
	top: 10px;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: red;
	color: white;
	width: 20px;
	height: 20px;
	font-size: 15px;
	border-radius: 50%;
}

.tmpcoder-table-text {
	position: relative;
}

.tmpcoder-data-table-th-img,
.tmpcoder-table-text {
	vertical-align: middle;
}

.tmpcoder-xls,
.tmpcoder-csv {
	padding: auto;
}

.tmpcoder-entry-info-yes .tmpcoder-table-pagination-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-entry-info-yes .tmpcoder-table-custom-pagination {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tmpcoder-entry-info {
	white-space: nowrap;
	min-width: 50px;
}

.tmpcoder-table-text-nowrap-yes th,
.tmpcoder-table-text-nowrap-yes td {
	white-space: nowrap;
}

.tmpcoder-data-table .fa-question-circle {
	font-weight: 400 !important;
	font-family: "Font Awesome 5 Free" !important;
}

.tmpcoder-data-table-content-tooltip {
	position: absolute;
	top: -10px;
	left: 50%;
	border-radius: 4px;
	padding: 6px 10px;
	visibility: hidden;
	opacity: 0;
	font-size: 15px;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: all 230ms ease-in-out 0s;
	-o-transition: all 230ms ease-in-out 0s;
	transition: all 230ms ease-in-out 0s;
	text-align: center;
}

.tmpcoder-data-table-content-tooltip:before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top-style: solid;
	border-top-width: 6px;
}

.tmpcoder-table-td:hover .tmpcoder-data-table-content-tooltip {
	visibility: visible;
	opacity: 1;
	top: -7px;
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
}

.tmpcoder-data-table-content-tooltip:before {
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%) !important;
}

@media screen and (max-width: 768px) {

	.tmpcoder-export-search-inner-cont,
	.tmpcoder-table-pagination-cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tmpcoder-equal-column-width-yes .tmpcoder-data-table {
		table-layout: auto;
	}

	.tmpcoder-table-export-button-cont {
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}