#AnnouncementDiv {
	color: var(--text-black-color);
}

#ClearButton,
.searchDateBar_host:last-child {
	margin-left: 20px;
}

.section1,
.section2 {
	display: flex;
	align-items: center;
}

.section2 {
	padding: 15px 0;
}

.section1-inner1 {
	width: 100%;
	display: flex;
}

.section1-inner1>input:last-child {
	margin-right: 20px;
}

.section1-inner2 {
	display: flex;
}

.search-content-container,
.search-type-container,
.search-date-container {
	display: flex;
	align-items: center;
}

.search-date-container {
	padding-left: 0;
}

.search-content-container>label,
.search-type-container>label,
.search-date-container>label {
	min-width: 100px;
	font-size: 20px;
}

.search-title,
.search-keyword,
.search-type {
	height: 38px;
}

.search-content-container>input {
	width: 50%;
}

.searchDateBar_host {
	width: 100%;
}

#FromDate,
#ToDate {
	width: 100% !important;
}

button.ClearButton {
	margin-left: 10px;
}

div.section2 select {
	cursor: pointer;
	display: inline-block;
}

div.section2 optgroup {
	font-size: 18px;
}

div.section2 option.opt {
	padding: 10px;
	font-size: 15px;
}

.ContextTextKeyword {
	font-weight: bold;
}

.ContextTextTitle {
	font-size: 18px;
	font-weight: bold;
}

.line_ann {
	width: 100%;
	height: 1px;
	Background: #d7d7d7;
}

.paginationDiv {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.pagination {
	display: inline-block;
}

.pagination a {
	border-radius: 5px;
	color: black !important;
	float: left;
	padding: 8px 14px;
	text-decoration: none;
}

.pagination a.pactive {
	border-radius: 5px;
	background-color: #008847;
	color: white !important;
}

.pagination a:hover:not(.pactive) {
	border-radius: 5px;
	background-color: #008847;
	color: white !important;
}


.search_butt {
	width: 100px;
	height: 38px;
	border-radius: 4px;
	font-size: 16px;
	color: white;
	background-color: #008847;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	border: 1px solid #008847;
	display: block;
	font-weight: bold;
}

.search_butt:link {
	color: #008847;
	text-decoration: none;
}

.search_butt:visited {
	color: #008847;
	text-decoration: none;
}

.search_butt:hover {
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #00dcc6;
	border: 1px solid #00dcc6;
	font-weight: bold;
}

.frame_respon {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.text_date {
	font-size: 18px;
	text-transform: none;
	color: #574d4d;
}

.lxtext_table {
	font-size: 18px;
	text-transform: none;
	color: #574d4d;
}

.lxtext_table:hover {
	color: #00dcc6;
}

.dx-datebox-calendar .dx-dropdowneditor-icon:before {
	font-size: 20px !important;
	color: black;
}

.dx-texteditor.dx-editor-outlined {
	border: 1px solid #ced4da;
}

.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
	box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px #008847 !important;
}

.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-next-month.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon,
.dx-calendar-navigator-previous-month.dx-button .dx-icon,
.dx-button-text {
	color: #008847 !important;
}

.dx-scrollview-content>.dx-state-active {
	background-color: #008847 !important;
}

#SelectYear .dx-dropdowneditor-icon:before {
	font-size: 32px !important;
	color: #008847;
	margin-left: -16px;
}


/* form-control !important */
.form-control {
	height: 38px !important;
	font-size: 14px !important;
}

.form-group>label {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}

.dx-calendar-cell.dx-calendar-empty-cell {
	cursor: default;
	background: none !important;
}

.lxtext_announcement {
	font-size: 16px;
	display: flex;
	align-items: center;
}

@media (min-width: 600px) {
	.titleColumn {
		width: 84%;
		padding: 10px 0;
	}

	.dateColumn {
		width: 16%;
		padding: 10px 0;
	}
}

@media screen and (min-width: 1200px) {
	.responsive-search-button {
		display: none;
	}
}

@media screen and (max-width: 1110px) {
	.titleColumn {
		width: 85%;
		padding: 10px 0;
	}

	.dateColumn {
		width: 15%;
		padding: 10px 0;
	}
}

@media screen and (max-width: 800px) {
	#PeriodNews {
		display: flex;
	}
}


@media screen and (max-width: 1199.98px) {
	.section1-inner1 {
		flex-direction: row;
		justify-content: space-between;
	}

	.section1-inner1>input {
		width: 100%;
	}

	.section1-inner1>div {
		min-width: 20px !important;
	}

	.section1-inner1>input:last-child {
		margin-right: 0;
	}

	.section1-inner2 {
		display: none;
	}

	.section1-inner2>div {
		display: none;
	}

	.search-date-container {
		margin-top: 15px;
		padding-left: 15px;
	}

	.responsive-search-button {
		display: flex;
		margin: 10px 0 30px 0;
		justify-content: flex-end;
	}

	.dx-datebox.dx-auto-width .dx-texteditor-input,
	.dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
		padding-right: 10px;
	}
}



@media screen and (max-width: 1199px) {

	.text_date,
	.lxtext_table {
		font-size: 16px;
	}

	.dateColumn,
	.titleColumn {
		width: 100%;
	}

	.dateColumn {
		padding: 10px 0 0;
	}

	.titleColumn {
		padding: 0 0 10px;
	}

	.lxtext_announcement {
		width: 100%;
	}

	#AnnouncementDiv div:nth-child(4)>div:nth-child(2) {
		width: 100%;
	}
}


@media screen and (max-width: 575.98px) {
	.search-content-container {
		align-items: flex-start;
	}

	.search-content-container>label {
		line-height: 34px;
	}

	.search-content-container>label,
	.search-type-container>label,
	.search-date-container>label {
		min-width: 80px;
		font-size: 20px;
	}

	.section1-inner1 {
		flex-direction: column;
		justify-content: space-between;
	}

	.section1-inner1>input:first-child {
		margin-bottom: 15px;
	}

	.lxtext_announcement {
		font-size: 16px;
	}

	#PeriodNews {
		font-size: 14px !important;
	}
}


@media screen and (max-width:375.98px) {
	#PeriodNews {
		font-size: 13px !important;
	}
}


@media screen and (max-width:575.98px) {

	#FirstNews,
	#LastNews {
		font-size: 14px !important;
	}
}