body {
	font-family: "Kanit", "Sarabun", sans-serif;
}

.system-page-content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.system-page-content .system-alert {
	margin-bottom: 0px;
}

.system-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	z-index: 1000;
	display: table;
	background: rgba(0, 0, 0, 0.1);
}
.system-overlay .system-spinner {
	position: fixed;
	left: 50%;
	top: 50%;
	height: 60px;
	z-index: 1030;
	width:60px;
	margin:-30px 0px 0px -30px;;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:6px solid rgba(140,111,166,.15);
	border-right:6px solid rgba(140,111,166,.15);
	border-bottom:6px solid rgba(140,111,166,.15);
	border-top:6px solid rgba(140,111,166,.8);
	border-radius:100%;
}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

.invalid-feedback, .valid-feedback {
	font-size: 100%;
}

.invalid-tooltip, .valid-tooltip {
	line-height: 1.4;
}

.narvbar-theme-header {
	background-color: #786fa6 !important;
	min-height: 60px;
	height: auto;
}
.narvbar-theme-header .navbar-brand .title {
	display: inline-block;
	font-size: 1.5rem;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.65);
}
.narvbar-theme-footer {
	font-size: 1rem;
	height: 60px;
	width: 100%;
	color: #fff;
	background-color: #303952;
}
.narvbar-theme-footer .navbar-brand .company-block {
	font-size: 1rem;
	text-align: center;
	margin: auto;
	padding: 5px;
	background-color: #5A6275;
	border: solid 2px #786FA6;
	border-radius: 5px;
	color: #fff;
}
.page-header {
	color: #574b90;
	background-color: #f0f0f0;
	padding: 15px 10px 10px 10px;
	width: 100%;
}

.text-theme {
	color: #786fa6;
}
.text-theme-light {
	color: #e0e0e0;
}
.text-theme-dark {
	color: #303952;
}

.btn {
	font-size: 1.1rem;
}
.btn-theme {
	font-size: 1.2rem;
	color: #fff;
	background-color: #5A6275;
	border: solid 2px #786FA6;
}
.btn-theme .fa,
.btn-theme .fas,
.btn-theme .far,
.btn-theme .fal,
.btn-theme .fad,
.btn-theme .fab {
	color: #f5cd79;
}
.btn-theme-light {
	font-size: 1.2rem;
	color: #574b90;
	background-color: #f0f0f0;
	border: solid 2px #786fa6;
}
.btn-theme-light .fa,
.btn-theme-light .fas,
.btn-theme-light .far,
.btn-theme-light .fal,
.btn-theme-light .fad,
.btn-theme-light .fab {
	color: #ed9c05;
}
.content-static {
	height: auto;
	width: 100%;
	top: 60px;
	bottom: 60px;
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.form-control,
.border-theme,
.page-item.disabled .page-link,
.page-item .page-link {
	border: 1px solid #596275;
}
.card.card-theme {
	border: 1px solid #596275;
}
.card.card-theme .card-header {
	color: #fff;
	background-color: #786fa6;
}
.card.card-theme .card-header .btn.btn-default,
.card.card-theme .card-header label {
	color: #fff;
	background-color: #786fa6;
	border: 1px solid #786fa6;
}
.card.card-theme .card-header a,
.card.card-theme .card-header h1,
.card.card-theme .card-header h2,
.card.card-theme .card-header h3,
.card.card-theme .card-header h4,
.card.card-theme .card-header h5 {
	color: #fff;
}
.card.card-theme .card-body table {
	border: 1px solid #786fa6;
}
.card.card-theme .card-body .card-deck .card {
	border: 1px solid #596275;
	color: #786fa6;
}
.card.card-theme .card-body table thead th,
.card.card-theme .card-body table thead td {
	color: #fff;
	background-color: #786fa6;
}
.card.card-theme .card-footer {
	color: #fff;
	background-color: #596275;
}
.card.card-theme .card-footer a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.list-report li {
	border: 1px solid #596275;
}
.list-report li a {
	color: #786fa6;
}
.cursor-pointer {
	cursor: pointer;
}