@import url("notosanlao/css/fontlao/stylesheet.css");

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans Lao', "Nunito Sans", sans-serif;
}

.btn-cyan {
	background-color: #990000;
	border-color: #e39227;
}

/**
css for logo
*/
.logo-login {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

/**
css for add subject to course


**/
.content-box {
	display: flex;
	width: 100%;
	min-height: 300px;
	align-items: center;
	justify-content: center;
	position: relative;
}

#left,
#right {
	border: #222 dashed 2px;
	min-height: 300px;
	flex: 1;
	padding: 5px;
	margin: 5px;
}

.list {
	padding: 10px;
	margin: 5px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	cursor: grab;
}

.dragging {
	opacity: 0.5;
}

/**
customie table border bootstrap
**/
/* .table, .table-fancy-border, .table-fancy-border td, .table-fancy-border th {
    border-color: rgb(5, 5, 5);
    border-width: 1px;
    border-style: dotted;
} */
.td-middle {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

a.no-underline:hover {
	text-decoration: none;
}

/**
css for table score by study lavel
**/
th.rotate {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

th,
td {
	text-align: center;
	vertical-align: middle;
}

/**
css for search score by student id
**/
.bordered {
	border: 1px solid #000;
	padding: 20px;
}

.section-title {
	background-color: #f8f9fa;
	font-weight: bold;
	padding: 6px;
}

.grade-table th,
.grade-table td {
	text-align: center;
	vertical-align: middle;
}

.signature {
	margin-top: 20px;
	text-align: right;
}

.line-hieght-01 {
	line-height: 2px;
}

.line-hieght-02 {
	line-height: 9px;
}

.font-14 {
	font-size: 14pt;
	font-weight: bold;
}

.font-12 {
	font-size: 12pt;
}

.tr-style-score {
	border-top: 8px solid #07aeba;
	border-bottom: 8px solid #07aeba;
	background-color: #9bdce1;
}


/* print */

@media print {

	table,
	tr,
	td,
	th,
	tbody,
	thead,
	tfoot {
		page-break-inside: avoid !important;
		break-inside: avoid !important;
	}

	.avoid-page-break,
	.avoid-page-break tr,
	.avoid-page-break td,
	.avoid-page-break th {
		page-break-inside: avoid !important;
		break-inside: avoid !important;
	}

	#print {
		display: block;
		visibility: visible;
		max-height: none;
		overflow: visible;
	}

}

#studentTable tr {
	height: 30px;
	/* ປ່ຽນຄ່ານີ້ຕາມຕ້ອງການ */
}

#studentTable td,
th {
	height: 30px;
	vertical-align: middle;
	/* ຈັດການຂໍ້ຄວາມຢູ່ກາງ */
	padding: 4px 8px;
	/* ຕັ້ງ padding ໃຫ້ຄວາມສູງສອງພາຍໃນ */
	font-size: 12px;
}



#bantitle {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-family: "Phetsarath", sans-serif;
	margin-bottom: 20px;
	color: #2c3e50;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

#bantitle p.text-top {
	text-align: center;
	/* font-size: 12pt; */
	font-weight: 400;
	font-style: normal;
	font-family: "Phetsarath", sans-serif;
	margin-bottom: 5px;
}

#bantitle img {
	width: 80px;
}

#bantitle p.title-document {
	text-align: center;
	font-weight: 700;
	font-family: "Phetsarath", sans-serif;
	font-size: 14pt;
	margin-bottom: 5px;
}

#bantitle p {
	text-align: left;
	font-weight: 400;
	font-family: "Phetsarath", sans-serif;
	margin-bottom: 5px;
}

#bantitle p .text-right {
	float: right;
}