#Search_root {
	/*width: 400px;*/
	max-width: 100%;
}

#Search_root .column {
	flex-shrink: 1;
	/*margin: 0 0 0.7rem 0;*/
}

.Table_root.ui.table {
	margin: 0 0 1rem 0;
}

#Search_root .ui.input.left.icon {
	width: 100%;
}

#Search_root .ui.selection.dropdown {
	min-width: -webkit-fill-available !important;
}

#LogoSetting_root {
	padding: 1em 0.9em 0.9em 1em;
}

.SliderMenu_root {
	position: relative;
	max-width: 200px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-bottom: 1em;
	display: block;
	background: #1b1c1d;
	overflow-y: auto;
}

.SliderMenu_root::-webkit-scrollbar {
	/* 1 */
}

.SliderMenu_root::-webkit-scrollbar-button {
	/* 2 */
}

.SliderMenu_root::-webkit-scrollbar-track {
	/* 3 */
}

.SliderMenu_root::-webkit-scrollbar-track-piece {
	/* 4 */
}

.SliderMenu_root::-webkit-scrollbar-thumb {
	background: #6e7171;
}

.SliderMenu_root::-webkit-scrollbar-corner {
	/* 6 */
}

.SliderMenu_root::-webkit-resizer {
	/* 7 */
}

.SliderMenu_root img {
	width: 35px;
	margin-right: 0.5em;
}

.SliderMenu_root > .item {
	display: block;
	position: relative;
	line-height: 1;
	text-decoration: none;
	color: #a6a6a6;
	padding: .92857143em 1.14285714em;
	text-transform: none;
	background: 0 0;
	font-weight: 400;
	-webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
	transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.SliderMenu_root a {
	color: #FFF;
	display: block;
}

.SliderMenu_root > a.item:hover {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.SliderMenu_root > a.item.active:hover {
	background: #f6f6f7;
	color: #000 !important;
}

.SliderMenu_root a.item.active {
	background: #ededef;
	color: #010129 !important;
	border-right: 1px solid #00000014;
}

.SliderMenu_root .menu a.item.active {
	color: #FFF !important;
}

.SliderMenu_root > .item:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .08);
}

.SliderMenu_root .item > i.icon {
	width: 1.18em;
	float: none;
	margin: 0 .6em 0 0;
}

.SliderMenu_root .item > .menu {
	margin: 0;
	padding: 0.75rem 0 0 0.8rem;
}

.SliderMenu_root .item > .menu .item {
	display: block;
	background: 0 0;
	padding: .5em 1.1em;
	font-size: 0.95em;
	color: rgba(255, 255, 255, .5);
}

.SliderMenu_root .item > .menu .item:hover {
	color: #fff;
}

.Wrapper_root {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	flex-shrink: 1 !important;
	overflow: auto;
	padding: 2em 3em 7em 3em;
	background: #f5f6f7;
	z-index: 1;
}

.ui.container {
	width: 100%;
}

.ui.huge.breadcrumb .section {
	font-size: 1.71428571rem;
}

/*Filter*/
.Filter_root {
	padding: 0 0 1em 1em;
	width: 30%;
}

.full.width.shrink {
	width: 100%;
	flex-shrink: 1;
}

.FilterSection_root {
	background: #FFF;
	margin: 1em 0 0 0;
	padding: 1em;
}

.Filter_root.ui.form input[type=text] {
	width: 100%;
	background: #f4f8f9 !important;
	border-radius: 0.2em;
	border: none;
	padding: 0.8em 1em;
}

.Filter_root .field,
.Filter_root .fields {
	margin-top: 0.9em;
}

.Filter_root .two > div {
	width: 100%;
	flex-shrink: 1;
}

.Filter_root input:focus {
	outline: none;
}

/* Running number all page */
.RunningNumber_root {
	position: relative;
	margin-left: auto;
}

.RunningNumber_input,
.RunningNumber_span {
	font-size: 1.28rem !important;
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	font-family: inherit !important;
	font-weight: 700;
}

.RunningNumber_span {
	position: absolute;
	top: 0;
	left: -500px;
	opacity: 0;
}

.RunningNumber_signCode {
	margin-bottom: 0 !important;
	line-height: 1.4;
}

.preview-image .image {
	width: 80px;
	height: 80px;
	border: 2px solid #8a8a8a;
	border-radius: 5px;
	margin: 0.4rem 0.4rem 0.4rem 0;
	overflow: hidden;
	display: block;
}

img {
	max-width: 100%;
}

.detailsRelationship.hide .details .tr {
	display: none !important;
}

.detailsRelationship.show .tr {
	background: #fffdf3 !important;
}

.detailsRelationship .text-show {
	display: block;
}

.detailsRelationship.show .text-show {
	display: none;
}

.detailsRelationship .text-hide {
	display: none;
}

.detailsRelationship.show .text-hide {
	display: block;
}

.SliderMenu_root .name .edit-info {
	display: none;
}

.SliderMenu_root .name:hover .edit-info {
	display: inline-block;
}

/* Running number all page */

body {
	font-family: 'Kanit', sans-serif;
}

@media (max-width: 767px) {
	/*Mobile*/
}

@media (max-width: 991px) {
	/*Mobile & Tablet*/
	#Search_root {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/*Tablet*/
}

@media (min-width: 992px) and (max-width: 1200px) {
	/*Small Monitor*/
}

@media (min-width: 1200px) {
	/*Large Monitor*/
}

.box {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.b49erp-ai {
	background: linear-gradient(235deg, #f72585, #b5179e, #7209b7, #560bad, #480ca8, #3a0ca3, #3f37c9, #4361ee, #4895ef, #4cc9f0);
	background-size: 2000% 2000%;

	-webkit-animation: AnimationName 20s ease infinite;
	-moz-animation: AnimationName 20s ease infinite;
	-o-animation: AnimationName 20s ease infinite;
	animation: AnimationName 20s ease infinite;

	width: 3rem;
	height: 3rem;
	padding: 0.4rem;
	text-align: center;
	border-radius: 0.5rem;
	color: #ffffffeb;
	font-size: 1rem;
	font-weight: bold;
	border: 1px solid #464646;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	line-height: 1;
}

.hover-bg-grey:hover {
	background: #CCC !important;
}

pre div {
	display: inline;
}

.outline.icon {
	outline-style: none;
}

@-webkit-keyframes AnimationName {
	0% {
		background-position: 0% 88%
	}
	50% {
		background-position: 100% 13%
	}
	100% {
		background-position: 0% 88%
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 0% 88%
	}
	50% {
		background-position: 100% 13%
	}
	100% {
		background-position: 0% 88%
	}
}

@-o-keyframes AnimationName {
	0% {
		background-position: 0% 88%
	}
	50% {
		background-position: 100% 13%
	}
	100% {
		background-position: 0% 88%
	}
}

@keyframes AnimationName {
	0% {
		background-position: 0% 88%
	}
	50% {
		background-position: 100% 13%
	}
	100% {
		background-position: 0% 88%
	}
}

.DocumentTax .ui.checkbox input[type=checkbox],
.DocumentTax .ui.checkbox label:before,
.DocumentTax .ui.checkbox label:after,
.DocumentTax .ui.checkbox {
	width: 25px;
	height: 25px;
	font-size: 1.5rem;
	line-height: 24px;
}

.DocumentTax .ui.checkbox {
	margin-right: 1rem;
}
