/* ------------------------- Web css standard style --------------------------------*/

/* this css must be included in all web css. this css file is tight with ckeditor */

.cke_contents {
	padding: 5px !important;
}

.cke_editable {
	padding: 10px;
	width: auto;
	height: auto;
}

html,
html body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: arial;
	font-size: 12px;
	height: 100%;
	color: #333;
	background: transparent;
}

html p {
	margin: 3px 0 13px;
	line-height: 1.5em;
}

body ul,
body ol {
	margin: 0;
	padding: 0px 30px;
}

a {
	color: #229AA7;
	text-decoration: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	max-width: 100%;
	/* fixed img out of box */
}

/* ----------- error and info box css ------------*/
.info_box,
.error_box {
	margin: 5px 0 10px;
}

.info_box ul,
.error_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.info_box div,
.error_box div {
	padding: 10px 10px 10px 40px;
	margin: 3px 0;
	font-style: italic;
	border: 1px solid;
	background: 10px center no-repeat;
}

.info_box div {
	background-color: #D8E8EF;
	background-image: url('../images/info_box.png');
	border-color: #99CBDF;
	color: #1D7D9F;
}

.error_box div {
	background-color: #EFA9A4;
	background-image: url('../images/error_box.png');
	border-color: #DF6F74;
	color: #9F261D;
}

.info_box a,
.error_box a {
	text-decoration: underline;
}

.save_box {
	padding: 10px;
	background-color: #A0E0C0;
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

/* --------- end error and info box css ----------*/

/* ---------------- datatable ----------------------------------*/

table.data_table {
	width: 100%;
	border: 1px solid #fff;
	background: #fff;
}

table.data_table thead tr,
table.data_table tfoot tr {
	background: #e7e1ce url('../images/shine_bg.png') left center repeat-x;
}

table.data_table thead th,
table.data_table tfoot th {
	text-align: left;
	padding: 6px 10px;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

table.data_table thead th {
	background-position: right center;
	background-image: url("../images/arrow-unsorted.png");
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9d3bd;
	cursor: pointer;
}

table.data_table thead th.thin {
	background-position: center center;
}

table.data_table thead th:hover {
	color: #7b761e;
	font-weight: bold;
}

table.data_table tfoot th {
	border-top: 1px solid #d9d3bd;
}

table.data_table thead th.sorting_asc,
table.data_table thead th.sorting_desc {
	font-weight: bold;
	color: #7b761e;
}

table.data_table thead th.sorting_asc {
	background-image: url("../images/arrow-asc.png");
}

table.data_table thead th.sorting_desc {
	background-image: url("../images/arrow-desc.png");
}

table.data_table td {
	padding: 4px 10px;
	color: #555;
	vertical-align: middle;
}

table.data_table tr:hover td {
	background-color: #f5ebab;
	color: #444;
}

table.data_table tr:hover td.sorting_1 {
	background-color: #ece19b;
	color: #444;
}

table.data_table .even td {
	background: #f1eddf;
}

table.data_table .odd td {
	background: #fff;
	vertical-align: middle;
}


table.data_table .even td.sorting_1 {
	background: #e5dfcb;
}

table.data_table .odd td.sorting_1 {
	background: #ece7d6;
}

table.data_table td.thin,
table.data_table th.thin {
	padding-left: 3px;
	padding-right: 3px;
	width: 20px;
	text-align: center;
}

table.data_table td.thin_50,
table.data_table th.thin_50 {
	width: 50px;
	padding-left: 8px;
	padding-right: 3px;
}

table.data_table .icon {
	margin-right: 5px;
}

.loading {
	background-image: url('../images/admin/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	background-color: #fff;
	padding: 5px;
	margin: 0 auto;
	border-radius: 50%;
}

.loading.size-64 {
	background-image: url('../images/admin/loading64.gif');
	min-height: 80px;
	width: 80px;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	_height: 302px;
	zoom: 1;
	/* Feeling sorry for IE */
}

.dataTables_wrapper {
	border: 1px solid #d9d3bd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 45%;
	width: 54px;
	height: 54px;
	padding-bottom: 20px;
	border: 1px solid #B1B1B1;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
	z-index: 99;
}


.dataTables_filter {
	text-align: right;
	background: #e7e1ce;
	padding: 5px 10px;
	border-bottom: 1px solid #d9d3bd;
	font-size: 11px;
	color: #777;
}

.dataTables_length {
	float: left;
	margin: 5px 10px;
	font-size: 11px;
	color: #777;
}

.dataTables_info {
	float: right;
	margin: 10px 10px;
	font-size: 11px;
	color: #777;
}

.dataTables_paginate {
	background: #e7e1ce;
	border-top: 1px solid #d9d3bd;
	padding: 5px 0;
	width: 100%;
	height: 2.8em;
	display: block;
}

.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_active {
	float: left;
	display: block;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #ece1bd url('../images/downlight_bg.png') left top repeat-x;
	font-size: 11px;
	color: #777;
	margin-right: -1px;
	cursor: pointer;
}

.dataTables_paginate .paginate_active {
	background-color: #fff;
	font-weight: bold;
	color: #666;
}

.dataTables_paginate .paginate_button:hover {
	background-color: #fff;
	color: #666;
}

.dataTables_paginate .paginate_button.first {
	margin-left: 7px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}

.dataTables_paginate .paginate_button.last {
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

/* ---------------- end datatable ----------------------------------*/

/* ------------------ table form ------------------------------------*/

table.table_form,
table.table_form_clear {
	width: 100%;
	margin-bottom: 15px;
}

table.table_form th {
	font-size: 11px;
	color: #7B9EA8;
	background: #E9F1F2;
	font-weight: bold;
	padding: 5px 20px;
	text-align: left;
	font-family: arial;
	border-top: 1px solid #D7E8E9;
}

table.table_form>tr:nth-child(even)>td,
table.table_form>tbody>tr:nth-child(even)>td {
	background: #fff;
}

table.table_form>tr:nth-child(odd)>td,
table.table_form>tbody>tr:nth-child(odd)>td {
	border-top: 1px solid #E6EEEF;
	background: #F1F4F4;
}


table.table_form td {
	vertical-align: top;
	padding: 8px 0 10px;
}

table.table_form td td {
	padding: 0;
}

/* table.table_form td.blank{
} */

table.table_form .field,
table.table_form .label {
	vertical-align: top;
	height: 100%;
}

table.table_form .label {
	width: 150px;
	font-size: 12px;
	text-align: right;
	float: left;
	padding: 0 5px;
	line-height: 1.5em;
	margin: 0;
}

table.table_form div.label label {
	display: block;
	color: #4D898E;
	font-size: 12px;
	margin-top: 2px;
}

table.table_form div.field {
	margin-left: 160px;
	font-size: 12px;
	color: #333;
	padding: 0 5px;
	line-height: 1.5em;
}

table.table_form a {
	text-decoration: underline;
	/*color:#62acd1;*/
}

table.table_form .field_text,
table.table_form .field_textarea,
table.table_form .field_select {
	width: 75%;
	min-width: 100px;
}

table.table_form_clear fieldset {
	border-width: 1px 1px 0 0;
	border-style: dashed;
	border-color: #aaa;
	margin: 0;
	padding: 0;
}

table.table_form_clear fieldset legend {
	font-size: 11px;
	color: #999;
	background: #fff;
	padding: 0 15px;
	font-weight: bold;
}

table.table_form td.active .note,
table.table_form td.active.hover .note {
	color: #BA9938;
}

table.table_form td.hover .note {
	color: #999;
}

table.table_form .note,
table.table_form_clear .note {
	width: 100%;
	font-family: tahoma;
	color: #ccc;
	font-style: normal;
}

table.table_form td.active .input {
	-moz-box-shadow: 0px 0px 3px #FDB51B;
	-webkit-box-shadow: 0px 0px 3px #FDB51B;
	box-shadow: 0px 0px 3px #FDB51B;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#FDB51B')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#FDB51B');
}

table.table_form .field_item {
	margin-top: 10px;
}

table.table_form .table_form_listing {
	width: 90%;
}

table.table_form .table_form_listing th,
table.table_form .table_form_listing td {
	padding: 5px;
}

table.cols_2>tbody>tr>td,
table.cols_2>tr>td {
	width: 50%;
}

table.cols_3>tbody>tr>td,
table.cols_3>tr>td {
	width: 33%;
}


h3.header_form {
	padding: 5px 20px;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 0;
	background: #E3EEEF;
	border-top: 1px solid #BEDBDE;
	color: #60828B;
}

hr.hr_form {
	padding: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	height: 0;
	margin: 0;

}

.form_controls {
	text-align: center;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	background: #a3a3a3;
}

.req {
	color: #EFA608;
	font-size: 12px;
	font-family: verdana;
	text-transform: uppercase;
	font-weight: bold;
}

/* --------------------end table form ----------------------------------*/


/* -------------------- transparent table -------------------------------*/


table.table_transparent,
table.table_form_clear {
	width: 100%;
	margin-bottom: 15px;
}

table.table_transparent th {
	font-size: 11px;
	color: #7B9EA8;
	background: #E9F1F2;
	font-weight: bold;
	padding: 5px 20px;
	text-align: left;
	font-family: arial;
	border-top: 1px solid #D7E8E9;
}


table.table_transparent td {
	vertical-align: top;
	padding: 8px 0 10px;
}

table.table_transparent td td {
	padding: 0;
}


table.table_transparent .field,
table.table_transparent .label {
	vertical-align: top;
	height: 100%;
}

table.table_transparent .label {
	width: 150px;
	font-size: 12px;
	text-align: right;
	float: left;
	padding: 0 5px;
	line-height: 1.5em;
	margin: 0;
}

table.table_transparent div.label label {
	display: block;
	color: #222;
	font-size: 12px;
	margin-top: 2px;
}

table.table_transparent div.field {
	margin-left: 160px;
	font-size: 12px;
	color: #333;
	padding: 0 5px;
	line-height: 1.5em;
}

table.table_transparent a {
	text-decoration: underline;
	/*color:#62acd1;*/
}

table.table_transparent .field_text,
table.table_transparent .field_textarea,
table.table_transparent .field_select {
	width: 75%;
	min-width: 100px;
}

table.table_form_clear fieldset {
	border-width: 1px 1px 0 0;
	border-style: dashed;
	border-color: #aaa;
	margin: 0;
	padding: 0;
}

table.table_form_clear fieldset legend {
	font-size: 11px;
	color: #999;
	background: #fff;
	padding: 0 15px;
	font-weight: bold;
}

table.table_transparent td.active .note,
table.table_transparent td.active.hover .note {
	color: #BA9938;
}

table.table_transparent td.hover .note {
	color: #999;
}

table.table_transparent .note,
table.table_form_clear .note {
	width: 100%;
	font-family: tahoma;
	color: #ccc;
	font-style: normal;
}

table.table_transparent td.active .input {
	-moz-box-shadow: 0px 0px 3px #FDB51B;
	-webkit-box-shadow: 0px 0px 3px #FDB51B;
	box-shadow: 0px 0px 3px #FDB51B;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#FDB51B')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#FDB51B');
}

table.table_transparent .field_item {
	margin-top: 10px;
}

table.table_transparent .table_form_listing {
	width: 90%;
}

table.table_transparent .table_form_listing th,
table.table_transparent .table_form_listing td {
	padding: 5px;
}

table.cols_2>tbody>tr>td,
table.cols_2>tr>td {
	width: 50%;
}

table.cols_3>tbody>tr>td,
table.cols_3>tr>td {
	width: 33%;
}


/* --------------------end transparent table ----------------------------------*/

.input {
	border: 1px solid #CBD9DB;
	color: #333;
	padding: 3px;
	font-size: 12px;
}

.input_error {
	border: 1px solid #DF6F74;
}

select.input {
	padding: 1px;
}

.input_50,
.input_90,
.input_300,
.input_600 {
	color: #555;
}

.input_50 {
	width: 50px;
}

.input_90 {
	width: 90px;
}

.input_150 {
	width: 150px;
}

.input_300 {
	width: 300px;
}

.input_600 {
	width: 600px;
}

/* fixed box sizing issue */
#cboxLoadedContent,
#cboxContent,
.sub_handle {
	box-sizing: initial !important;
	-webkit-box-sizing: initial !important;
	-moz-box-sizing: initial !important;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

[class*='content-'] {
	min-height: 1px;
}

table[align="center"] {
	margin: 0 auto;
}

/* ---- standard default page title for every module ---- */
.page-title h1 {
	font-size: 25px;
	font-weight: 500;
	/*margin-bottom: 5px;*/
	padding: 30px 40px 15px !important;
}

.page-title:before {
	margin: 30px 6px 0 0 !important;
}

.page_load_hide {
	display: none;
}

.pad {
	overflow: hidden;
}

.summary_table_wrapper {
	border: 1px solid #d9d3bd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 30%;
	min-width: 270px;
	float: left;
	margin: 0 5px 5px 0;
}


.summary_table_wrapper.full {
	width: auto;
	float: none;
}


.summary_table {
	padding: 1px;
	width: 100%;
	margin: 0;
}

.summary_table td,
.summary_table th {
	text-align: left;
	padding: 6px 10px;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.summary_table td {
	padding: 5px 10px;
	color: #666;
}

.summary_table tr:nth-child(even) td {
	background: #f1eddf;
}

.summary_table tr:nth-child(odd) td {
	background: #fff;
}


.summary_table th {
	background: #E7E1CF;
	border-bottom: 1px solid #d9d3bd;
	font-weight: bold;
}

.summary_table th.heading {
	background: #e7e1ce url('../images/shine_bg.png') left center repeat-x;
}

.summary_table tr:hover td {
	background-color: #f5ebab;
	color: #444;
}

.summary_table td.thin,
.summary_table th.thin {
	padding-left: 3px;
	padding-right: 3px;
	width: 20px;
	text-align: center;
}

.hit_count {
	padding-left: 15px;
	padding-bottom: 3px;
}

.hit {
	padding-left: 2px;
	font-size: 12px;
}

span.no0 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') 0 0
}

span.no1 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -15px 0
}

span.no2 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -30px 0
}

span.no3 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -45px 0
}

span.no4 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -60px 0
}

span.no5 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -75px 0
}

span.no6 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -90px 0
}

span.no7 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -105px 0
}

span.no8 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -120px 0
}

span.no9 {
	width: 10px;
	height: 20px;
	margin-left: 3px;
	border: 0px;
	background: url('../images/hitcount.gif') -135px 0
}

/* responsive table */
@media screen and (max-width: 768px) {

	table.table_form .label,
	table.table_transparent .label {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		float: none;
	}

	table.table_form div.field,
	table.table_transparent div.field {
		margin: 0;
	}

	#container_left {
		float: none;
		width: 100%;
	}

	.container_content {
		overflow-x: visible;
	}
}

@media screen and (max-width: 481px) {
	.input {
		width: 100% !important;
	}

	/* added by nick for all select2 responsiveness 20190214 */
	.select2 {
		width: 100% !important;
	}
}

.container_content .section_content {
	padding: 10px;
	/* overflow: hidden; */
	/* page select menu issue*/
}

/* toolbar */

.toolbar {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e3e3e3;
	padding: 2px 10px 2px 10px;
	font-size: 11px;
	font-family: tahoma;
}

.toolbar a {
	font-size: 12px;
}

.toolbar.info_bar {
	padding: 6px 10px;
	font-size: 12px;
	color: #aaa;
}

.container_content .action_bar h2 {
	font-size: 20px;
	float: left;
	padding: 0;
	margin: 2px 0 4px;
	font-weight: 100;
	color: #777;
	text-shadow: 0px 1px 0px #fff;
}

/* .toolbar .actions{
} */

.toolbar .actions a {
	display: block;
	float: right;
	margin: 2px 0;
	padding: 5px 10px;
	border: 1px solid #fff;
	font-size: 11px;
	color: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.toolbar .actions a.icon {
	padding: 5px 10px 5px 26px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

.toolbar .actions a:hover {
	background-color: #E3F8FA;
	border-color: #BED8DB;
	color: #777;
}

.toolbar .actions input {
	display: block;
	float: right;
	margin: 2px 0;
	padding: 5px 10px;
	border: 1px solid #fff;
	font-size: 11px;
	color: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.toolbar .actions input.icon {
	padding: 5px 10px 5px 26px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

.toolbar .actions input:hover {
	background-color: #E3F8FA;
	border-color: #BED8DB;
	color: #777;
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0px;
	font-size: 0px;
}

.breadcrumb {
	margin: 0;
	padding: 10px 5px;
	list-style: none;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li:after {
	content: " > ";
	padding: 0 5px;
	font-weight: bold;
}

.breadcrumb>li:last-child:after {
	content: '';
	padding: 0;
}

/* fixed email popup does not style in middle */
#pf-email-wrapper {
	position: fixed !important;
}

/* is ckeditor pbckcode plugin style use */
pre[data-pbcklang] {
	background-color: #333;
	padding: 10px;
	color: #E2E2E2;
}

/* front end colorbox minimize and maximinze use */
#frontendcboxMaximize {
	position: absolute;
	bottom: 0;
	right: 27px;
	background: url(../images/admin/colorbox_min_max.png) no-repeat -25px 0;
	width: 26px;
	height: 25px;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#frontendcboxMaximize:hover {
	background-position: -25px -25px;
}

/* -------------------------------------- end ---------------------------------------*/

/* Display Ajax Loading Div */
.ajax-loader {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 9999999;
	background: #00000033;
}

/* 2026-04-01 Winson | Added to ensure blockquote has the same css with CKE5 blockquote */
blockquote {
	border-left: 5px solid #ccc;
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	padding-left: 1.5em;
	padding-right: 1.5em;
}