@charset "UTF-8";
:root {
  --dt-row-selected: 2, 117, 216;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}
.error{color:red}

blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}:focus {
    outline: 0
}
div.quote blockquote.save{
    color:#090;
	font-weight:bold;
}
.pd2{
	padding: 3px
}
.button_ck {
    border: 1px solid #cecece;
    padding: 5px;
    background: #dddddd;
}
.progress-bar-striped {
    height: 7px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}
.tablecss th{
	text-align: center	
}
.pd5-0{
	padding: 5px 0
}
.div_maintb {
	height: calc(100vh - 335px);
	overflow: scroll;
}
.btn .snum{
	top: -10px;
	left: -10px;
}
.aicon i{
	color: #d1d3e2
}
.div_table th:nth-child(2),
.div_table td:nth-child(2){
	background: #FFD !important;
}
.box-search{
	border-bottom: 1px solid #f1f1f1;
}
.color-black{
	color: #000
}
table{
	background: #fff
}
table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}
.name-t2 {
    font-weight: bold;
}
.font-white {
    color: #0866e4;
}
.font-size-14 {
    font-size: 14px;
}
.font-yellow {
    color: #e4a208;
}
.font-size-12 {
    font-size: 12px;
}
.table-responsive .btn {
    display: table;
    margin-bottom: 5px;
}
/* Kiểu dáng cho các mục trong danh sách tự động hoàn thành với lớp 'autocomplete-multiline' */
.autocomplete-multiline {
    padding: 8px 10px; /* Đệm cho mỗi mục */
    border-bottom: 1px solid #f0f0f0; /* Viền phân cách */
    font-size: 0.9em; /* Cỡ chữ */
    line-height: 1.5; /* Khoảng cách dòng */
    white-space: pre-wrap; /* Cho phép văn bản xuống dòng tự nhiên */
}

/* Kiểu dáng cho danh sách tự động hoàn thành */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* Thêm thanh cuộn nếu danh sách dài */
    overflow-x: hidden; /* Ẩn thanh cuộn ngang */
    border: 1px solid #ccc; /* Viền cho danh sách */
    background-color: #fff; /* Màu nền */
    box-shadow: 0 4px 6px rgba(0,0,0,.1); /* Bóng đổ nhẹ */
    cursor: pointer; /* Con trỏ chuột */
    margin-top: 2px; /* Khoảng cách từ input */
}

/* Hiệu ứng khi di chuột qua mục */
.autocomplete-multiline:hover {
    background-color: #f7f7f7; /* Màu nền khi hover */
}

/* Kiểu dáng cho mục được chọn */
.ui-state-active .autocomplete-multiline,
.ui-state-active .autocomplete-multiline:hover {
    background-color: #e9e9e9; /* Màu nền cho mục được chọn */
    color: #333; /* Màu chữ */
}

.btn.black {
    background-color: #e5e5e5;
    color: #333333;
    text-shadow: none;
    margin-bottom: 5px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.blue {
    background-color: #4d90fe;
    color: white;
    text-shadow: none;
    margin-bottom: 5px;
}

.btn.purple {
    background-color: #852b99;
    color: white;
    text-shadow: none;
}
.btn.green {
    background-color: #339933;
    color: #fff;
    text-shadow: none;
}
#loading {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
textarea.form-control {
    height: auto;
}
.sidebar-narrow-unfoldable span{
	display: none
}
.sidebar-narrow-unfoldable:hover span{
	display: block
}

.wrapper-form__btn span {
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #fff;
    color: #cc5d1b;
    padding: 7px 0px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #cc5d1b;
    font-size: 16px;
}
.first-secion {
    width: 100%;
    background: url(../images/istockphoto.jpg) center center no-repeat;
    padding-top: 45px;
    margin-bottom: 15px;
    background-position: bottom;
}
@media screen and (min-width: 375px)
{
	.first-secion .search-wrapper {
		min-width: 360px;
	}
}

.first-secion .search-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px 40px;
}
.first-secion .search-wrapper .title {
    color: #005bcc;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
	font-size: 14px;
}
.first-secion .search-wrapper .search {
    display: flex;
}
.first-secion .search-wrapper input {
    flex: auto;
    padding-left: 10px;
    border: none;
    margin-right: 15px;
}
.first-secion .search-wrapper button {
    background-color: orange;
    border: 0;
    color: white;
    flex-shrink: 0;
    padding: 10px 15px 10px 30px;
    margin-left: 15px;
    position: relative;
}
.first-secion .search-wrapper button i {
    margin-left: 35px;
}
.first-secion .search-wrapper button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 43px;
    width: 1px;
    height: 100%;
    background-color: white;
}
.manual .title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px !important;
}
.header {
	display: flex;
}
.header .logo {
	display: flex;
	align-items: center;
}
.header .logo + div {
	flex-grow: 1;
}
.header .btn-group {
	display: flex;
	justify-content: flex-end;
}
.header .btn-group a {
	padding: 4px 10px;
	display: block;
	color: #0071b9;
	border: 1px solid #bbb;
	border-radius: 4px;
}
.header .btn-group a:hover {
	border-color: #0071b9;
	background-color: #e2faff;
	text-decoration: none;
}
.header .btn-group a:last-child {
	margin-left: 10px;
}

header#banner {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 13%);
    border-bottom: 1px solid #d6d6d6;
}
body .container {
    padding: 15px;
    margin: 0 auto;
}
section#content {
    min-height: calc(100vh - 318px);
}
#footer {
    background-color: #0071b9;
    color: white;
}
#footer label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}