.black-color {
	color: #333;
}
.white-color {
	color: #f8f8f8;
}
.green-color {
	color: #32b64c;
}
.red-color {
	color: #cc0000;
}
.primary-color {
	color: #007bff;
}
.orange-color {
	color: #fd7e14;
}
.tdn:hover {
	text-decoration: none;
}
.time {
	font-size: 12px;
}
.login {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
.table-today {
	border-color: #f6f6f6;
	background-color: #f6f6f6;
}
.nguon {
	width: 100%;
	max-height: 350px;
	overflow-y: auto;
	border: 1px solid #ccc;
}
.nguon a {
	text-decoration: none;
}
.nguon-header {
	background-color: #17a2b8 !important;
	color: #fff !important;
	text-align: center;
	border-color: #17a2b8 !important;
}

/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.sticky {
	position: sticky;
	top: 0;
	font-weight: normal;
	background-color: #fff;
	z-index: 1;
}
.anh {
	background-position: 50% 25%;
	background-size: cover;
	transition-duration: 500ms;
	transition-property: width, height;
	background-repeat: no-repeat;
	position: relative;
}
.view {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
.view:hover {
	color: #c00;
}
.delete {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
.delete:hover {
	color: #c00;
}
.title-home {
		background-color: #38acbf;
		color: #fff;
		text-align: center;
		padding: 9px 10px;
		font-size: 18px;
		font-weight: bold;
}