﻿.login-body
{
	background-color: #333;
}

.login-form
{
	width: 400px;
}

.login-logo
{
	height: 35px;
	margin: 20px 0 20px 120px;
}

.list-table
{
	width: 100%;
}

.btn-logout
{
	margin-left: 15px;
	margin-right: 15px;
}

.i-space
{
	margin-right: 10px;
}

.Pager td
{
	padding-left: 4px;
	padding-right: 4px;
}

.user-form-container {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 30px;
	width: 100%;
	max-width: 1000px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	margin-top: 10px;
	margin-bottom: 40px;
}

.form-wrapper {
	display: flex;
	justify-content: center;
	background-color: #f8f9fa;
	min-height: 100vh;
	padding: 20px;
}

.btn-group-custom {
	text-align: right;
	margin-top: 20px;
}

.form-check {
	margin-top: 38px;
}

.form-label {
	font-weight: 500;
}

.table thead tr:hover,
.table th:hover {
	background-color: #007bff !important;
	color: white !important;
	cursor: default;
}

.bg-header {
	background: linear-gradient(to Bottom, #2C3E50, #4CA1AF);
	color: white !important;
}

.card {
	border-radius: 15px;
	-webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
	box-shadow: 4px -1px 8px 2px rgb(5 67 83 / 22%);
	border: none;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.card .card-block {
		padding: 10px;
	}

.order-card i {
	font-size: 26px;
}

.custom-notification {
	background-color: #ffe2b6;
	border-left: 5px solid #007bff;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 15px;
}

	.custom-notification .text-dark {
		color: #333;
	}

	.custom-notification .close {
		position: relative;
		right: 15px;
		top: 15px;
		color: #000;
		opacity:0.5;
	}
.timeSheet-form-container {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 30px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	margin-top: 10px;
	margin-bottom: 40px;
}

.pagination-container {
	text-align: right;
	padding: 15px 0;
}

.pagination-container table {
	margin-right: 0;
	margin-left: auto;
}

.pagination-container td {
	padding: 0 4px;
}

.pagination-container a, .pagination-container span {
	display: inline-block;
	padding: 6px 12px;
	margin: 2px;
	border: 1px solid #dee2e6;
	color: #007bff;
	background-color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 10px;
}

.pagination-container span {
	background-color: #007bff;
	color: #fff;
	font-weight: bold;
}

