﻿body {
}
.error {
	color: #f44455;
}
form .error {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
}
.ui-dialog{
	z-index:1039;
} 
.ui-dialog .ui-dialog-content {
	overflow:inherit !important;
}
.sidebar-header {
	background-color: #c7c7c72b !important;
	text-transform: uppercase;
	font-weight:200;
}
.table-striped td p{
	margin-bottom:0px;
}
.alert-area{
}
.btn-primary2 {
	color: #fff;
	background-color: #709fed;
	border-color: #3f80ea;
}
.hand-pointer{
	cursor:pointer;
}
.img_thumb_maxh70 {
	max-height: 70px;
}
.img_thumb_maxh150 {
	max-height: 150px;
}
.imgPopup{
}
.highlight {
	background-color: yellow;
}
.image-link .image-link-thumb {
	height: 100px;
}
.img-link-container {
	float: left;
	margin: 2px 0px;
}
.img-link-container input[type=checkbox] {
		position: relative;
		left: -39px;
		top: -19px;
		width: 25px;
		height: 25px;
}
.timeline {
	padding-left: 2rem !important;
}
.timeline-item{
	margin-bottom:6px;
}
.smtext_container {
	height: 150px;
	overflow-y: scroll;
	border: 1px dotted #ccc;
	padding: 5px;
	background-color: #f9f9f9;
}
.tblContent_preview {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
	background-color: #f6f6f6;
}
#content_preview img {
	width: 250px;
	height:auto;
}
a.btn.btn-primary {
	color:#fff;
}
.auth-form {
	margin: auto;
	max-width: 500px;
	width: 100%;
}
.table-striped td, .table-striped th {
	padding: .75rem;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(odd) > *, table.table.dataTable.table-striped > tbody > tr:nth-of-type(odd) > * {
	background:none; 
	box-shadow: none;
}
tbody, td, tfoot, th, thead, tr {
	border-top: 1px solid;
	border-color: #ccc;
}
.image-container {
	position: relative;
	display: inline-block;
}
.thumbnail {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	border: 2px solid #ddd;
	transition: transform 0.3s ease-in-out;
}
.thumbnail-img {
	object-fit: cover;
	border-radius: 8px;
	margin: 4px;
}
.delete-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff;
	color: white;
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}
.delete-btn:hover {
	text-decoration: none;
	width: 25px;
	height: 25px;
}
.modal-img {
	width: 100%;
}
b, strong {
	font-weight: 600;
}
.card-title {
	font-weight:600;
}
.row-section td {
	padding: 6px 10px !important;
	background-color: #f3f3f3 !important;
}
.row-section td h5 {
	margin-bottom: 0px !important;
}
.price-table tfoot tr {
	background-color: #ededed !important;
}
.price-table thead tr {
	background-color: #ededed !important;
}
.price-table tfoot tr td{
	text-align: right;
}
#priceItem td {
	padding: 2px;
}
.descSection {
	/*background-color: #f9f9f9;*/
}
#priceItem.printPage td {
	border: 1px #e9e9e9 solid;
	padding: 2px 10px;
	color: #000;
}
.text-strong{
	font-weight:700;
}
.right{
	float:right
}
@media print {
	.no-print {
		display: none !important;
	}

	thead, tfoot {
		display: table-row-group; /* trick để tránh lặp lại theo cách mặc định */
	}

		thead.print-only-first,
		tfoot.print-only-last {
			display: none;
		}

	/* Trick: hiển thị lại thead ở trang đầu */
	body::before {
		content: "";
		display: block;
		page-break-before: always;
		height: 0;
		visibility: hidden;
	}

	/* Thêm một bản sao thead ở đầu */
	.print-table thead.first-copy {
		display: table-header-group;
	}

	/* Thêm một bản sao tfoot ở cuối */
	.print-table tfoot.last-copy {
		display: table-footer-group;
	}
}
.ui-widget-overlay {
	background:#000 !important;
}
.ui-dialog-titlebar-close {
	background-image: url(https://code.jquery.com/ui/1.14.1/themes/base/images/ui-icons_555555_256x240.png) ;
	background-position: -96px -128px;
}
.input_qty {
	width: 50px;
	float: left;
	margin-right: 2px;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}
.item_timelineNote, .timelineNoteSection {
	background-color: #f3f3f3;
	margin-top: 3px;
}
#aiImageOutput img {
	width: 500px;
	margin: 4px;
	padding: 4px;
	border: 1px solid #ccc;
}
