
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    font-family: "Sarabun", sans-serif !important;
}
.lostfound-header {

	padding-bottom: 10px;
	/* border-bottom: 2px dashed #f5f5f5; */
}
.title_main {
	padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
p.title-page {
	font-size: 14px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: 300;
	letter-spacing: 0.4px;
}

button.btn.btn-default-up {
	color: #9B9B9B;
	background-color: #fff;
	border-color: #ccc;
	padding: 4px 17px;
}

button.btn.btn-default-down {
	color: #9B9B9B;
	background-color: #fff;
	border-color: #ccc;
	padding: 4px 17px;
}

.mFont {
	margin-top: 10px;
	float: right;
}
/*----------------------------*/

.panel-title-lostfound div {

	position: relative;
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 29px;
	height: auto;
	top: 8px;
	font-size: 16px;

}

.panel-default>.panel-heading {

	background: initial;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.border-number {

	padding: 9px 12px;
	border: 4px solid #189008;
	border-radius: 70px;
	margin-right: 10px;
	line-height: 0.8;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 16px;
}


h3.panel-title-lostfound {

	margin: 0px;
	font-size: 20px;
}

.panel-title-lostfound {

	line-height: 2;

}

li.list-group-item.detail {

	color: #666;
	font-weight: 300;
	letter-spacing: 0.4px;
}

.panel-group .panel {

	border-radius: 0px;
}

.panel.panel-default {

	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.panel-heading .panel-title-lostfound a[aria-expanded=true]:after {
	/* symbol for "opening" panels */
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: grey;         /* adjust as needed */
	font-size: 1em;
	font-weight: 100;
	line-height: 1.9;
}
.panel-heading .panel-title-lostfound a[aria-expanded=false]:after,
.panel-heading .panel-title-lostfound a:after {
	content: "\f105";
	float: right;
	color: grey;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.9;
}

li.howto {

	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 24px;
}
@media (max-width: 420px) and (min-width:  320px){ 

	
	.border-number {

		display: none;
	}

}
