//	=================
//    	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

.table {
	>thead {
		>tr {
			>th {
				font-weight: 600;
				color: $additional-color-5;
			}
		}
	}
	>tbody {
		>tr {
			>td {
				color: $black;
				font-weight: 600;
			}
		}
	}
}
.table-hover {
	&:not(.table-dark) {
		tbody {
			tr {
				&:hover {
					color: $color_55;
					box-shadow: none;
				}
			}
		}
	}
}
.tabledit-edit-button {
	span {
		font-size: 16px;
	}
}
.tabledit-delete-button {
	span {
		font-size: 16px;
	}
}
.form-control {
	&:focus {
		border-color: $color_86;
	}
}
@media ( max-width: 575px) {
	.badge-collapsed-img {
		img {
			margin-left: auto;
		}
	}
	.list-inline-item {
		&:not(:last-child) {
			margin-right: $m-0;
		}
	}
}
