.clickable{
	cursor: pointer;
}
.table {
	font-family: 'Khmer OS Battambang';
	font-size: small;
}

.my-page-header {
	font-family: 'Khmer OS Muol Light';
}
.scroll-x {
	overflow-x: scroll;
}
.scroll-y {
	overflow-y: scroll;
}
.table-border-black {
	border: 2px solid #000;
}
.max-200 {
	max-height: 200px;
	overflow-y: scroll;
}
.max-300 {
	max-height: 300px;
	overflow-y: scroll;
}
.max-500 {
	max-height: 500px;
	overflow-y: scroll;
}
.max-400 {
	max-height: 400px;
	overflow-y: scroll;
}
.max-800 {
	max-height: 800px;
	overflow-y: scroll;
}
.max-1000 {
	max-height: 1000px;
	overflow-y: scroll;
}
.rotate {
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
    transform:rotate(180deg);
    white-space: nowrap;
}
.font-btb{
	font-family: 'Khmer OS Battambang';
	font-size: 11pt;
}
.font-sr{
	font-family: 'Khmer OS Siemreap';
	font-size: 11pt;
}
.font-limon-s2{
	font-family: 'Limon S2';
	font-size: 20pt;
}
.font-limon-r1{
	font-family: 'Limon R1';
	font-size: 20pt;
}
.font-muollight{
	font-family: 'Khmer OS Muol Light';
	font-size:11pt;
}
.font-symbol{
	font-family: 'Tacteing';
}
.font-english{
	font-size: 11pt;
	font-family: 'Times New Roman';
}
.table-form input[type=text] {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	width: 100% !important;
	border-radius: 0 !important;
	line-height: 1 !important;
}
.table-form input[type=number] {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	width: 100% !important;
	border-radius: 0 !important;
	line-height: 1 !important;
}
.table-form select {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	width: 100% !important;
	border-radius: 0 !important;
	line-height: 1 !important;
}
td.table-form-td {
	margin: 0 !important;
	padding: 0 !important;
}
.no-border td{
	border: none !important;
}
.input-full{
        height: 52px;
        /*font-size: 20px;*/
    }
