//	=================
//    	Imports
//	=================

@import '../../../assets/base/color_variables';   	// Color Variables
@import '../../../assets/base/fonticons';   			// Fonticons Variables
@import '../../../assets/base/urls';   				// URLS Variables
@import '../../../assets/base/utilities_variables';  // Utilities Variables


#DataTables_Table_1_wrapper {
	margin-top: 4rem;
}
#DataTables_Table_0_wrapper {
	margin-bottom: 130px;
}
.table {
	>thead {
		>tr {
			>th {
				color: $primary;
				font-weight: 600;
			}
		}
	}
	td {
		border-top: $b-width-1 $solid $color_6;
	}
	th {
		border-top: $b-width-1 $solid $color_6;
	}
	>tbody {
		>tr {
			>td {
				color: $color_76;
				button.btn {
					padding: 3px $p-10;
				}
			}
		}
	}
}
.dataTables_filter {
	input {
		margin-left: 5px;
		border-radius: 30px;
		padding-bottom: 5px;
		padding-top: 5px;
		border: $solid $b-width-1 $additional-color-6;
	}
}
.table-striped {
	tbody {
		tr {
			&:nth-of-type(odd) {
				background-color: $white;
			}
		}
	}
}
.table-hover {
	&:not(.table-dark) {
		tbody {
			tr {
				&:hover {
					color: $additional-color-2;
					box-shadow: none;
				}
			}
		}
	}
}
.page-item.active {
	.page-link {
		border-color: $additional-color-7;
		background-color: $additional-color-7;
		border-radius: 4px;
	}
}
ul.pagination {
	li {
		a {
			&:hover {
				&:not(.active) {
					background-color: $color_82;
				}
			}
		}
	}
}
.page-link {
	&:focus {
		box-shadow: none;
	}
}
.pagination {
	>li {
		>a {
			border-radius: 4px;
		}
		>span {
			border-radius: 4px;
		}
	}
}
.status {
	.tooltip-inner {
		border-radius: 20px;
		padding: 8px 20px;
	}
}
.custom-dropdown {
	a.dropdown-toggle {
		i {
			font-size: 17px;
			color: $primary;
		}
	}
	.dropdown-menu {
		min-width: 7rem;
		left: -40px !important;
		box-shadow: none;
		border-radius: 4px;
		border: $b-width-1 $solid $light-gray-3;
		cursor: pointer;
		&:before {
			position: $pos-abs;
			content: '\e942';
			font-family: $font_family_1;
			left: auto;
			right: -20px;
			top: -20px;
			background-color: $primary;
			color: $white;
			padding: $p-10 12px;
			border-radius: 50%;
			cursor: pointer;
			font-size: 9px;
		}
	}
}
.custom-dropdown-icon {
	a.dropdown-toggle {
		i {
			font-size: 17px;
			color: $primary;
		}
	}
}
