body {
	font-family: 'Sarabun', sans-serif;
	background-color: #f1f1f1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Sarabun', sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

#chat-box-body {
	z-index: 900 !important;
}

#accordion .card-header {
	cursor: pointer;
}

.theme-primary .badge-primary-light {
	color: #fff;
	background-color: #5a9fe9 !important;
}

.page-link:focus {
	box-shadow: none !important;
}

span.sto-group-lists {
	cursor: pointer;
}

.bootstrap-tagsinput input {
	border: none !important;
}

.select2-warning .select2-selection {
	background-color: #FDAC42 !important;
}

.select2-primary .select2-selection {
	background-color: #2196f3 !important;
}

.select2-success .select2-selection {
	background-color: #3da643 !important;
}

.select2-danger .select2-selection {
	background-color: #FF5C5C !important;
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
	border: 1px solid #86a4c3;
}

.laws-issue-activiy-comment:hover,
.laws-issue-activiy-detail:hover,
.issue-activiy-comment:hover,
.issue-activiy-detail:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}

#loader-transparent {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	overflow: visible;
	background: rgba(255, 255, 255, 0.8) url("../images/preloaders/1-transparent.gif") no-repeat center center;
}

.my-bigrock {
	width: 2rem;
	height: 2rem;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 15px;
}

.sidebar-menu>li .badge {
	border-radius: 10rem !important;
	width: auto !important;
	height: auto !important;
}

.box-top-radius-0 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.lookup-circle input.active {
	width: 170px;
}

.small-timeline {
	padding: 0;
	border-top: 2px solid rgba(72, 94, 144, 0.16);
	list-style: none;
}

.small-timeline-step {
	float: left;
	width: 16.66%;
	padding-top: 1px;
	height: 2px;
	position: relative;
	cursor: pointer;
}

.small-timeline--summary.small .small-timeline-step {
	width: 20%;
}

.small-timeline-step:first-of-type:before,
.small-timeline-step:last-of-type:before {
	content: "";
	width: 50%;
	height: 10px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 0;
}

.full-width {
	width: 100%;
}

.text-black {
	color: #000000 !important;
}

tr:nth-of-type(odd) .small-timeline-step:first-of-type:before,
.table-striped tbody tr:nth-of-type(odd) .small-timeline-step:last-of-type:before {
	background: #f2f2f2 !important;
}

.small-timeline-step:last-of-type:before {
	left: 50%;
}

.small-timeline-step:hover .small-timeline-step-label {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
	border-width: 1px;
	bottom: 100%;
}

.small-timeline-step-marker {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: #fff;
	border: 4px solid rgba(72, 94, 144, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 10px #fff;
	text-align: center;
	line-height: 50px -10;
	color: #172b4c;
	font-size: 2em;
	font-style: normal;
	position: absolute;
	top: -26px;
	left: 50%;
}

.done .small-timeline-step-marker {
	background: #3da643;
	color: #fff;
}

.small-timeline--summary.small {
	width: 200px;
}

.small-timeline--summary.full-width {
	width: 100%;
	min-width: 220px;
}

.small-timeline--summary {
	width: 220px;
	border-width: 2px;
	margin-top: -1px;
}

.small-timeline--summary .small-timeline-step-marker {
	width: 28px;
	height: 28px;
	font-size: 14px;
	line-height: 26px;
	margin-left: -14px;
	border-width: 2px;
	box-shadow: 0 0 0 0 #fff;
	top: -14px;
}

.law-description {
	color: #1d569a;
}

.law-triangle-right {
	position: absolute;
	top: 10px;
	left: 3px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #FDAC42;
	border-bottom: 15px solid transparent;
}

.dropdown-toggle-no-caret::after {
	display: none !important;
}

#bar_issues {
	width: 100%;
	height: auto;
	min-height: 300px;
}

#bar_reform_plans {
	width: 100%;
	height: auto;
	min-height: 450px;
}

#pie_reform_plan_bigrocks,
#pie_reform_plan_projects {
	width: 100%;
	height: auto;
	min-height: 600px;
}

#bar_bigrocks {
	width: 100%;
	height: auto;
	min-height: 2600px;
}

#bar_sto_groups {
	width: 100%;
	height: auto;
	min-height: 4500px;
}

.bg-box-grey {
	background-color: #e9edf2 !important;
	color: #172b4c;
	border: 2px solid #dddddd;
	font-size: 18px;
	font-weight: bold;
	padding: 0.5rem 1.8rem;
	height: 46px;
	overflow: hidden;
}

.bg-box-yellow {
	background-color: #fff4e1 !important;
	color: #FDAC42;
	border: 2px solid rgba(252, 172, 66, 0.15);
	font-size: 18px;
	font-weight: bold;
	padding: 0.5rem 1.8rem;
	height: 46px;
	overflow: hidden;
}

table tr.bg-cerulean {
	background-color: rgba(228, 243, 255, 0.4) !important;
}

table tr.bg-yellow {
	background-color: rgba(255, 244, 224, 0.4) !important;
}

.table-project-department {
	color: #0c7cd5;
}

.input-group.reset-border>.custom-file:not(:last-child) .custom-file-label {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

.input-group.reset-border>.form-control:not(:last-child) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

.timeline .timeline-item>.timeline-event {
	border: 1px solid rgba(72, 94, 144, 0.26);
}

.timeline .timeline-item>.timeline-event:before {
	top: 9px;
	border-left-color: rgba(72, 94, 144, 0.66);
	border-right-color: rgba(72, 94, 144, 0.66);
}

.timeline .timeline-item>.timeline-event:after {
	top: 10px;
}

.timeline .timeline-label {
	font-size: 1.1428571428571428rem;
	padding-left: 135px !important;
}

.timeline .timeline-item>.timeline-point {
	color: #172b4c;
	border-color: rgba(72, 94, 144, 0.16);
}

.timeline:before {
	border-right-color: rgba(72, 94, 144, 0.16);
	top: 21px;
	height: 95% !important;
}

.timeline .timeline-item>.timeline-point {
	width: 36px;
	height: 36px;
	line-height: 30px;
	top: 20px;
}

.timeline.timeline-single-column.timeline .timeline-item {
	padding-left: 80px !important;
}

.theme-primary .timeline .timeline-item>.timeline-point.timeline-point-warning {
	color: #ffffff;
	background-color: #FDAC42;

}

.theme-primary .timeline .timeline-item>.timeline-point.timeline-point-success {
	color: #ffffff;
	background-color: #3da643;
}

.timeline .timeline-item>.timeline-event {
	background-color: #b7c1d1;
}

.timeline .timeline-item>.timeline-event:after {
	border-left-color: #b7c1d1;
	border-right-color: #b7c1d1;
}

.custom-box .box-title {
	margin: 1.4rem !important;
}

.custom-box .customtab li a.nav-link {
	padding: 1.5rem 0.76rem !important;
	border-left: 1px solid rgba(72, 94, 144, 0.16);
}

.custom-box .customtab li:last-child a.nav-link {
	border-top-right-radius: 15px;
}

.lookup input {
	height: 40px;
}

.jq-toast-wrap {
	z-index: 9999999 !important;
}

.user-profile {
	font-size: 0.9rem;
}

.sidebar-mini.sidebar-collapse .main-sidebar .user-profile .image.px-10 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center right !important;
	padding: 5px 20px 5px 5px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-dropdown,
.custom-file-label {
	border-color: #86a4c3;
}

.form-readable input,
.form-readable textarea,
.form-readable select {
	border: none !important;
	background: none !important;
}

.dropzone {
	border: 2px dashed rgba(0, 0, 0, 0.3);
}

.dropzone .dz-message {
	margin: 3em 0;
}

.vtabs {
	width: 100%;
}

.datepicker {
	padding: 5px
}

.datepicker>div {
	display: block;
}

.label {
	white-space: break-spaces !important;
}

table.dataTable th {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.bigrock-thumb {
	max-width: 150px;
	margin: 15px 0;
}

.bootstrap-tagsinput {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-radius: 5px;
	box-shadow: none;
	border-color: #86a4c3;
	height: auto;
}

.bootstrap-tagsinput .tag {
	background-color: #2196f3 !important;
	border-color: #2196f3 !important;
	font-size: 1rem !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}

.custom-file-input~.custom-file-label::after {
	content: "เลือกไฟล์แนบ" !important;
}

.ribbon-box .ribbon-two span {
	font-size: 0.8rem;
}

.manage-bigrock.dropdown {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}

.bigrock-title {
	height: 65px;
	overflow: hidden;
}

form .mandatory {
	color: #e83e8c;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu {
	width: 100%;
	min-width: 320px;
	max-width: 480px;
}

.main-header .push-btn,
.main-header .full-screen,
.main-header .svg-bt-icon {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.modal-header.secondary,
.modal-footer.secondary,
.box-header.secondary {
	background-color: #b7c1d1;
	color: #172b4c;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li .menu>li>a {
	white-space: normal;
}

.modal-body.scroll {
	max-height: calc(100vh - 200px);
	overflow-x: hidden;
	overflow-y: auto;
}

.revenue-percent {
	max-height: 65px !important;
	width: 151px !important;
	overflow: hidden !important;
	margin: 0 auto;
}

.sidebar .info p {
	font-weight: 500;
}

.sidebar .info p span {
	display: block;
	font-size: .9rem;
	font-weight: normal;
}

.sidebar-menu>li {
	padding-left: 15px;
	padding-right: 15px;
}

.sidebar-menu>li>a>i {
	margin-right: 0;
}

.sidebar-menu li>a {
	white-space: normal;
}

.timeline5 .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.timeline5 .row.form-group {
	width: 100%;
}

.new_timeline {
	margin: 20px 0;
	padding: 0;
	border-top: 2px solid #8c8c8c;
	list-style: none;
	padding-bottom: 60px;
}

.timeline__step {
	float: left;
	width: 25%;
	padding-top: 30px;
	position: relative;
}

.timeline__step:first-of-type:before,
.timeline__step:last-of-type:before {
	content: "";
	width: 50%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: -2px;
	left: 0;
}

.timeline__step:last-of-type:before {
	left: 50%;
}

.timeline__step-title {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	position: absolute;
	z-index: 1;
}

.timeline__step-marker {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: #fff;
	border: 4px solid #8c8c8c;
	border-radius: 50%;
	text-align: center;
	line-height: 50px -10;
	color: #8c8c8c;
	font-size: 2em;
	font-style: normal;
	position: absolute;
	top: -26px;
	left: 50%;
}

.done .timeline__step-marker {
	border: 4px solid #3da643;
	background: #3da643;
	color: #fff;
}

.active .timeline__step-marker {
	border: 4px solid #FDAC42;
	background: #FDAC42;
	color: #fff;
}

.timeline__step-radio {
	display: none;
}

.timeline--summary {
	width: 220px;
	border-width: 2px;
}

.timeline--summary .timeline__step-label {
	margin-bottom: 19px;
}

.timeline--summary .timeline__step-title {
	padding: 10px 0 0;
	font-size: 8px;
	font-weight: bold;
}

.timeline--summary .timeline__step-marker {
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-width: 2px;
	text-indent: -999em;
	box-shadow: 0 0 0 3px #fff;
	top: -7px;
}

.dl-horizontal dt,
.dl-horizontal dd {
	padding: 5px;
}

.dl-horizontal dt:nth-of-type(even),
.dl-horizontal dd:nth-of-type(even) {
	background: #f1f1f1;
}

.dl-horizontal {
	display: table;
	width: 100%;
}

.dl-horizontal dt {
	display: table-cell;
}

.dl-horizontal dd {
	display: block;
}

.dl-horizontal dt:after,
.dl-horizontal dd:after {
	clear: both;
}

.dl-horizontal dd:after {
	content: "\200b";
}

footer img {
	width: 100%;
	max-width: 180px;
}

.form-group.error [type="checkbox"].filled-in:not(:checked) + label:after, 
.form-group.error [type="radio"]:not(:checked) + label:before, 
.form-group.error .select2:not(.select2-container--disabled) .select2-selection,
.form-group.error .custom-file-label {
	border: 1px solid #FF5C5C !important;
}

.datepicker-dropdown.datepicker-orient-top:after, 
.datepicker-dropdown.datepicker-orient-top:before{
	display: none !important;
}

@media only screen and (min-width: 768px) {
	.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
		padding: 14px 0px 14px 14px;
	}

	.dl-horizontal dt {
		width: 325px;
	}

	.dl-horizontal dd {
		margin-left: 328px;
	}
}

@media only screen and (max-width: 767px) {
	.main-header {
		max-height: 188px !important;
	}

	.light-logo img {
		max-width: 320px;
		margin: 30px 0;
	}
}
