/* Custom styles for PHP Test Application */

body {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.max-w-260 {
	max-width: 260px;
}

.max-w-120 {
	max-width: 120px;
}

.page-header {
	margin-top: 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #337ab7;
	padding-bottom: 15px;
}

.page-header h1 {
	margin-top: 0;
	color: #337ab7;
}

.card {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.375rem;
}

.card-header {
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 0.75rem 1.25rem;
}

.table {
	margin-bottom: 0;
}

.table thead th {
	font-weight: 600;
	border-bottom: 2px solid #dee2e6;
}

.table tbody tr:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

.table th.actions-column {
	width: 80px;
}

.form-group {
	margin-bottom: 20px;
}

.btn {
	margin-right: 10px;
}

.btn .glyphicon {
	margin-right: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.card-body {
		padding: 1rem;
	}
	
	.table-responsive {
		border: none;
	}
}
