/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@font-face {
  font-family: 'kintai';
  src:  url('../fonts/kintai.eot?6x4uk6');
  src:  url('../fonts/kintai.eot?6x4uk6#iefix') format('embedded-opentype'),
    url('../fonts/kintai.ttf?6x4uk6') format('truetype'),
    url('../fonts/kintai.woff?6x4uk6') format('woff'),
    url('../fonts/kintai.svg?6x4uk6#kintai') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* width */
div.dataTables_wrapper ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

/* Track */
div.dataTables_wrapper ::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
div.dataTables_wrapper ::-webkit-scrollbar-thumb {
  background: #2DBB54;
}

/* Handle on hover */
div.dataTables_wrapper ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* From Basic Layout ----------------------------------------------------- */
html body {
	background-color: #f5f5ef;
	background-color: #F8F8F4;
	font-family: 'Noto Sans JP', sans-serif;
	color: #323339;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Noto Sans JP', sans-serif;
}
.navigation {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.07rem;
}
.vertical-overlay-menu.menu-open .main-menu.menu-dark .navigation > li > a > i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation > li > a > i {
	margin-right: 10px;
	box-shadow: none;
}
.vertical-overlay-menu.menu-open .main-menu.menu-dark .navigation > li > a > i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation > li > a > i {
	background: transparent;
}
.vertical-overlay-menu.menu-open .main-menu.menu-dark .navigation .hover > a > i, .vertical-overlay-menu.menu-open .main-menu.menu-dark .navigation:hover > a > i, .vertical-overlay-menu.menu-open .main-menu.menu-dark .navigation .open > a > i ,
.vertical-overlay-menu.menu-open .main-menu.menu-dark .navigation .hover > a > i,
.vertical-overlay-menu.menu-open .main-menu.menu-dark .navigation > li > a > i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation .hover > a > i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation:hover > a > i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation .open > a > i {
	box-shadow: none;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
	background-color: #36c75e;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
	content: '';
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid currentColor;
    right: 24px;
}
.header-navbar {
	font-family: 'Noto Sans JP', sans-serif;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle {
	color: #323339;
	padding: 2.1rem 1rem 2.1rem 1rem;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle i {
	font-size: 2rem;
}
.header-navbar .navbar-container ul.nav li a.nav-link-label {
	color: #DEDEDE;
	padding: 2.2rem 1rem 2rem 1rem;
}
@media (max-width: 767.98px) {
	.header-navbar .navbar-container ul.nav li a.menu-toggle {
		padding: 1.5rem .4rem;
	}
	.header-navbar .navbar-container ul.nav li a.nav-link-label {
		padding: 1.5rem .6rem;
	}
}
.badge-up {
	top: 24px;
	right: 12px;
}
.navbar-semi-light {
	background: #fff;
}
.main-menu.menu-dark {
	background: #323339;
}
.main-menu.menu-dark .navigation-background:after {
	display: none;
}
.navbar-header .navbar-brand {
	padding: 28px 0;
	padding-left: 10px;
}
.font-large-1,
.navbar-header .navbar-brand .brand-text {
	font-family: 'Comfortaa', cursive, 'Times New Roman', Times, serif;
	font-size: 1.7rem;
	font-weight: 700;
}
.bt-collapse {
	display: none !important;
}
body.menu-collapsed .navbar-header .navbar-brand {
	padding-left: 0;
}
body.menu-collapsed .navbar-header .navbar-brand .brand-text {
	font-size: 1.4rem;
	display: none;
	padding: 0;
	line-height: 1.6;
}
body.menu-collapsed .navbar-header .navbar-brand .bt-collapse {
	display: block !important;
}
body .navbar-header .navbar-brand h4 {
	color: #9c9c9c;
	padding-left: 6px;
	margin-top: 9px;
	font-size: 1.1rem;
}
body.menu-collapsed .navbar-header .navbar-brand h4 {
	display: none;
}
.main-menu.menu-dark .navigation > li > a {
	padding: 2px 30px 2px 18px;
}
.main-menu .main-menu-content {
	padding-top: 40px;
	height: -webkit-calc(100% - 7rem);
	height: -moz-calc(100% - 7rem);
	height: calc(100% - 7rem);
}
html body .content .content-wrapper {
	padding: 5rem 64px;
}
@media (max-width: 767.98px) {
	html body .content .content-wrapper {
		padding: 1.3rem 1rem;
	}
}
.card {
	-webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.06);
}
.btn-outline-success {
	color: #2DBB54;
	border-color: #2DBB54;
}
.btn-success {
	background-color: #2DBB54;
	border-color: #2DBB54;
}
.main-menu.menu-dark .navigation > li.open > a,
.main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
	color: #2DBB54;
}
.header-navbar .navbar-container {
	height: 6.2rem;
}

html body .pace .pace-progress {
	background: #2DBB54;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #2DBB54;
}
.dropdown-notification {
	margin-right: 7px;
}
@media (max-width: 767.98px) {
	.dropdown-notification {
		display: none;
	}
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
	line-height: 52px;
}
@media (max-width: 767.98px) {
	.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
		line-height: 1;
	}
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
	color: #777;
	font-size: .95rem;
	margin-bottom: 0;
	padding-right: 10px;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name:before {
	font-family: 'feather';
	content: "\e929";
	font-size: 1.35rem;
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-moz-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	-o-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
	width: 43px;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
	top: 16px;
}
.main-menu.menu-dark .navigation > li.open .hover > a:before {
	background-color: #828282;
}
.main-menu.menu-dark .navigation > li.open li > a:before {
	position: absolute;
    top: 50%;
    left: 75px;
    display: block;
    width: 12px;
    height: 1px;
    content: '';
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
    border-color: #828282;
    background-color: #828282;
}
.main-menu.menu-dark .navigation > li ul li > a {
	padding: 5px 18px 5px 90px;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
	/*border-color: #2DBB54;
    background-color: #2DBB54;*/
}
.toast-top-center {
	top: 0px;
	font-size: 1.8rem;
}
/* Icon Definition ----------------------------------------------------- */
.sk {
	font-family: 'kintai' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sk:before {
	display: inline-block;
}
.sk-grid:before {
    content: "\e909";
	width: 18px;
	height: 18px;
	font-size: 18px !important;
}
.sk-user:before {
	content: "\e904";
	width: 20px;
	height: 20px;
	font-size: 20px !important;
}
.sk-list:before {
	width: 16px;
	height: 12px;
	content: "\e900";
	font-size: 12px !important;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}
.sk-gear:before {
	content: "\e908";
	width: 19.45px;
	height: 20px;
	font-size: 20px !important;
}
.sk-calendar-check:before {
	content: "\e90d";
	width: 18px;
	height: 18px;
	font-size: 18px !important;
}
.sk-user-card:before {
	content: "\e905";
	width: 20px;
	height: 16px;
	font-size: 16px !important;
}
.sk-group-user:before {
	content: "\e90a";
	width: 18px;
	height: 15.2px;
	font-size: 15.2px !important;
}
.sk-text-left:before {
	content: "\e903";
	width: 18px;
	height: 15.2px;
	font-size: 16px !important;
}
.main-menu.menu-dark .navigation > li.open .sk:before,
.main-menu.menu-dark .navigation > li:hover .sk:before {
	/*background-color: #2DBB54;*/
}
.sk-light-on:before {
	content: "\e90c";
	height: 66px;
	font-size: 66px !important;
}
.sk-light-off:before {
    content: "\e90b";
    height: 66px;
	font-size: 50px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sk-charge:before {
	content: "\e906";
	width: 14px;
	height: 23.38px;
	font-size: 24px !important;
}
.sk-charge-full:before {
	content: "\e907";
	width: 14px;
	height: 23.38px;
	font-size: 24px !important;
}
.sk-prev-on:before {
	content: "\e902";
	width: 31px;
	height: 31px;
	font-size: 31px !important;
}
.sk-next-off:before {
	content: "\e901";
	width: 31px;
	height: 31px;
	font-size: 31px !important;
}
.sk-bell:before {
	content: "\e90e";
	width: 30px;
	height: 30px;
	font-size: 30px !important;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
	top: 3px;
}
.navbar-header .close-navbar {
	padding: 0.5rem 0rem;
}
/* From Content Body ----------------------------------------------------- */
.wrap:after {
	content: '';
	clear: both;
	display: table;
}
.left {
	float: left;
}
.right {
	float: right;
}
@media screen and (max-width: 768px) {
	.left, .right {
		width: 100% !important;
	}
}
.card .card-title {
	font-size: 1.72rem;
}
.table th, .table td {
	vertical-align: middle;
}
#section_clock {
	margin-bottom: 2.5rem;
}
#section_clock .card-body {
	padding-top: 3.5rem;
	padding-bottom: 3rem;
}
#section_clock .card-body h1 {
	margin-bottom: 0;
}
#section_clock .card-body h1 span {
	width: 120px;
}
#section_clock .card-text {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
#section_clock .card {
	margin-top: 1rem;
}
#date_clock_info .date {
	font-size: 25px;
	letter-spacing: 2px;
	color: #323339;
}
#date_clock_info .btn-sm {
	font-size: 1.075rem;
	font-weight: 400;
	cursor: initial;
	border-radius: 7px;
	border: 1px solid;
	padding: 0.4rem 0.9rem;
}
#date_clock_info .btn-sm.online {
	color: #2DBB54;
	border-color: #2DBB54;
}
#date_clock_info .btn-sm.offline {
	color: #D50000;
	border-color: #D50000;
}
@media (max-width: 767.98px) {
	#section_clock {
		margin-bottom: 0;
	}
	#section_clock .card {
		margin-top: 0;
	}
	#section_clock .card-body {
		padding-top: 16px;
		padding-bottom: 20px;
	}
	#section_clock .card-body .display-3 {
		font-size: 3.4rem;
	}
	#section_clock .card-text {
		padding: 0 13.8%;
		max-width: 100%;
	}
	#date_clock_info .date {
		font-size: 19px;
	}
	#date_clock_info .btn-sm {
		font-size: 11px;
		padding: 0.3rem 0.7rem;
	}
}
@media (max-width: 320px) {
	#section_clock .card-text {
		padding: 0 9.6%;
	}
	#date_clock_info .date {
		font-size: 16px;
	}
}
.btn-light {
	border-color: #B3B3B3;
	background-color: #B3B3B3;
	color: #fff;
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
	color: #fff !important;
}
.chinh {
	color: #2DBB54;
}
.btn-chinh {
	background: #2DBB54;
	color: #fff;
}
.btn-chinh:hover {
	background: #36c75e;
	color: #fff;
}
.btn-chinh:active {
	background: #10b13c;
}
.bg-chinh {
	background: #2DBB54 !important;
}
.btn-trang {
	border: 1px solid #B3B3B3;
	background-color: #fff;
	color: #777777;
}
.btn-trang:hover {
	color: #777777;
}
.section_button .wrap-btn {
	position: relative;
}
.section_button .wrap-btn .btn:disabled {
	opacity: 1;
	background-color: #DEDEDE !important;
	color: #777777 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.section_button .wrap-btn .btn {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	-webkit-box-shadow: 0 3px 11px 2px rgba(48, 48, 48, 0.26);
	box-shadow: 0 3px 11px 2px rgba(48, 48, 48, 0.26);
	font-weight: bold;
	border-radius: 10px;
}
.section_button .wrap-btn .btn:not(.btn-light) {
	color: #fff;
}

.section_button .col_1 .wrap-btn .btn {
	border-radius: 50%;
	font-size: 28px;
}
.section_button .col_2 .wrap-btn .btn {
	font-size: 18px;
}
.section_button .col_3 .wrap-btn .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section_button .col_1 .wrap-btn {
	padding-bottom: 100%;
}
.section_button .col_2 .wrap-btn {
	padding-bottom: 46.4%;
}
.section_button .col_3 .wrap-btn {
	height: 112px;
}

@media (max-width: 1368px) {
	.section_button h1 {
		white-space: nowrap;
	}
	.section_button .card-body {
		overflow: hidden;
	}
}
@media (max-width: 767.98px) {
	.section_button .col_3.row,
	.section_button .col_3 .row {
		margin-left: -4px;
		margin-right: -4px;
	}
	.section_button .col_3 .wrap-btn {
		padding-bottom: 50%;
		height: 64px;
	}
	.section_button .col_3 .col-lg.col-4,
	.section_button .col_3 .col-lg-4 {
		padding-right: 4px;
		padding-left: 4px;
	}
	.section_button .col_3 .wrap-btn a {
		font-size: 0.9em;
	}
}


.col_1 .wrap-btn .sk {
	display: block;
	margin-bottom: 16px;
	margin-right: 0;
}
.wrap-btn i:not(.sk) {
	font-size: 1.4rem;
}
.wrap-btn i,
.wrap-btn .sk {
	margin-right: 12px;
}
.wrap-btn .sk:before {
	color: #fff;
}
.wrap-btn :disabled .sk:before {
	color: #ACACAC;
}
.section_button .col_2 .wrap-btn .btn span {
	display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767.98px) {
	.wrap-btn i:not(.sk) {
		font-size: 0.9em;
	}
	.section_button .col_1 .wrap-btn .btn {
		font-size: 22px;
	}
	.col_1 .wrap-btn .sk {
		-webkit-transform: scale(0.75);
	    -moz-transform: scale(0.75);
	    -ms-transform: scale(0.75);
	    -o-transform: scale(0.75);
	    transform: scale(0.75);
	    margin-bottom: 0;
	}
}

#data_edit #date_range_picker,
#data_search #date_range_picker {
	display: inline-block;
	width: auto;
}
div.dataTables_wrapper.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#data_search div.dt-buttons .btn {
	margin-right: 1rem;
}
@media (max-width: 767.98px) {
	#data_search div.dt-buttons {
		margin-bottom: 1rem;
		justify-content: flex-end;
	}
	#data_search div.dt-buttons .btn {
		margin-right: 0;
		margin-left: 1rem;
	}
	#data_search div.dt-buttons .btn span {
		display: none;
	}
}

.app-content .wizard > .steps > ul > li a {
	margin-bottom: 160px;
}
.app-content .wizard > .steps > ul > li a.btn {
	height: auto;
}

.app-content .wizard > .steps .step {
	width: 200px;
	height: 200px;
	margin-left: -108px;
	border-radius: 50%;
    line-height: 200px;
}
.app-content .wizard > .steps > ul > li:after,
.app-content .wizard > .steps > ul > li:before {
	top: 120px;
}
.app-content .wizard > .steps > ul > li.done .step,
.app-content .wizard > .steps > ul > li:after,
.app-content .wizard > .steps > ul > li:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.app-content .wizard.approve_done > .steps > ul > li.current:after {
	background-color: #f4f5fa;
}
.app-content .wizard.approve_done > .steps > ul > li.current .step {
	color: #2dbb54;
	-webkit-box-shadow: 0 0 20px rgba(45, 187, 84, 0.3);
	box-shadow: 0 0 20px rgba(45, 187, 84, 0.3);
}
.app-content .wizard.approve_done > .steps > ul > li.done .step,
.app-content .wizard.approve_done > .steps > ul > li:after,
.app-content .wizard.approve_done > .steps > ul > li:before {
	background-color: #2dbb54;
}
.app-content .wizard > .steps > ul > li.current .step {
	background-color: #fa626a;
	color: #fff;
}
.app-content .wizard.approve_done > .steps > ul > li.current .step {
	background-color: #fff;
}
@media (max-width: 767.98px) {
	.app-content .wizard > .steps > ul > li a {
		margin-bottom: 50px;
	}
	.app-content .wizard > .steps .step {
		width: 100px;
		height: 100px;
		margin-left: -50px;
	    line-height: 100px;
	    font-size: 1.1rem;
	}
	.app-content .wizard > .steps > ul > li:after,
	.app-content .wizard > .steps > ul > li:before {
		top: 70px;
	}
	.app-content .wizard > .steps .font-large-1 {
		font-size: 0.8rem !important;
	}
}
@media (max-width: 320px) {
	.app-content .wizard > .steps > ul > li a {
		margin-bottom: 30px;
	}
	.app-content .wizard > .steps .step {
		width: 75px;
	    height: 75px;
	    margin-left: -38px;
	    line-height: 75px;
	    font-size: 1rem;
	}
	.app-content .wizard > .steps > ul > li:after,
	.app-content .wizard > .steps > ul > li:before {
		top: 58px;
	}
}
.table_sm_fix {
	min-height: 110px;
}
.table_sm_fix th, .table_sm_fix td  {
	padding: 0.4rem 1.2rem;
}
.h2 {
	border-left: 3px solid #2DBB54;
	padding-left: 12px;
	line-height: 1.45;
}
.bg-trans {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.table_custom {
	border-radius: 6px;
	border-collapse: initial;
	border: 1.5px solid #C2E5CC;
	border-spacing: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.06);
}
.table_custom th, .table_custom td  {
	border-color: #C2E5CC;
	border-width: 0.5px;
	vertical-align: top;
}
.table_custom_lg th, .table_custom_lg td  {
	padding: 1.25rem 2rem;
}
.table_custom tr td:nth-child(1) {
	width: 180px;
}
.table_custom.tabel_info tr td:nth-child(1) {
	width: 180px;
}
@media (max-width: 767.98px) {
	.table_custom tr th {
		font-size: 0.9rem;
	}
	.table_custom tr td {
		padding: 0.25rem 0.7rem;
	}
	.table_custom tr th {
		padding: 0.55rem 0.7rem;
	}
	.table_custom.table_info th, .table_custom.table_info td {
		padding: 0.8rem 0.7rem;
	}
	.table_custom.table_custom_lg th, .table_custom.table_custom_lg td  {
		padding: 0.65rem 0.9rem;
	}
	.table_custom.table_custom_lg th:nth-of-type(1),
	.table_custom.table_custom_lg td:nth-of-type(1)  {
		width: 100px;
	}
	.table_custom .btn {
		padding: 0.45rem 0.9rem;
	}
}

.form-control,
form .form-control {
	border-color: #DEDEDE;
	border-width: 2px;
	padding-left: 0.9rem;
	padding-right: 0.9rem;
}
.form-control:focus,
form .form-control:focus {
	border-color: #2DBB54;
}
input[type="radio"] {
	display: inline-block;
	clear: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #DEDEDE;
	outline: none;
	cursor: pointer;
}
input[type="checkbox"] {
	display: inline-block;
	clear: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background: #DEDEDE;
	outline: none;
	cursor: pointer;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background: #2DBB54;
}
input[type="radio"]:checked:disabled,
input[type="checkbox"]:checked:disabled {
	background: #DEDEDE;
}
input[type="radio"]:disabled:before,
input[type="radio"]:checked:before,
input[type="checkbox"]:disabled:before,
input[type="checkbox"]:checked:before {
	float: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e926";
    color: #fff;
    margin: 3px;
}
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
	border-color: #DEDEDE !important;
	border-width: 2px;
	outline: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-color: #2DBB54 !important;
}
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
	background-color: #2DBB54 !important;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
	border-color: #2DBB54;
	border-width: 2px;
}
.select2-results__option {
	border-top: 1px solid #C2E5CC;
	padding-left: 12px;
}
.select2-search--dropdown .select2-search__field {
	outline: none;
}
select.form-control {
	width: auto;
	min-width: 220px;
}
.data_search_edit input[type="text"].form-control {
	width: 100%;
	min-width: 100px;
}
@media (max-width: 767.98px) {
	.data_search_edit input[type="text"].form-control {
		min-width: 60px;
		padding: 0.7rem 0.7rem;
	}
}
input[type="password"].form-control,
input[type="email"].form-control,
input[type="text"].form-control {
	width: auto;
}
.btn_group_custom {
	margin-top: 1.5rem;
}
.btn_group_custom .btn {
	padding: 1.88rem 4.9rem;
	font-size: 1.2rem;
	border-radius: 0.55rem;
}
@media (max-width: 767.98px) {
	.btn_group_custom {
		margin-top: 0.8rem;
	}
	.btn_group_custom .btn {
		padding: 0.6rem 1.4rem;
	}
	input[type="password"].form-control,
	input[type="email"].form-control,
	input[type="text"].form-control {
		width: 100%;
	}
}
html body .content .content-wrapper .content-header-title {
	color: #777777;

}
.breadcrumb {
	font-family: inherit;
}
.breadcrumbs-top {
	border-bottom: 1px solid #C2E5CC;
	padding-bottom: 15px;
}
.breadcrumb-new {
	margin-bottom: 36px !important;
}
@media (max-width: 767.98px) {
	.breadcrumb-new {
		margin-bottom: 1rem !important;
	}
	.breadcrumbs-top {
		padding-bottom: 5px;
	}
}
.breadcrumb {
	font-size: 0.8rem;
}
.breadcrumb .breadcrumb-item {
	position: relative;
	padding-right: 18px;
	margin-right: 15px;
}
.breadcrumb .breadcrumb-item:after {
	font-family: 'LineAwesome';
    font-size: 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    content: '\f112';
    transition: -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.breadcrumb .breadcrumb-item.active:after {
	display: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	display: none;
}
.breadcrumb .breadcrumb-item a {
	color: #777777;
}
.breadcrumb .breadcrumb-item a:hover {
	color: #2DBB54;
}
.breadcrumb .breadcrumb-item.active {
	color: #2DBB54;
}
.breadcrumb .sk-grid {
	margin-right: 5px;
}
.breadcrumb .sk-grid:before {
	font-size: 12px !important;
	width: 12px;
	height: 12px;
}
.breadcrumb .sk:before {

}
.breadcrumb .breadcrumb-item a:hover .sk:before {
	/*background: #2DBB54;*/
}
.table-striped tbody tr:nth-of-type(odd) {
	background: #f7faf8;
}

.nav.nav-tabs .nav-item .nav-link {
	padding: 3.25rem 2.6rem;
	justify-content: center;
	width: 100%;
	font-weight: 700;
	letter-spacing: 0.8px;
	border-radius: 10px !important;
	background: #fff;
	color: #323339;
}

.nav.nav-tabs .nav-item .nav-link.active {
	background: #36c75e;
	-webkit-box-shadow: 0 3px 11px 2px rgba(48, 48, 48, 0.26);
	box-shadow: 0 3px 11px 2px rgba(48, 48, 48, 0.26);
	color: #fff;
}

.font-clock {
	/*font-family: -apple-system,BlinkMacSystemFont,Roboto;*/
	font-family: 'Roboto', sans-serif;
	color: #323339;
}
@media (max-width: 1110px) and (min-width: 991px) {
	.table_info.table_info_2 {
		-webkit-transform: translateX(30px);
	    -moz-transform: translateX(30px);
	    -ms-transform: translateX(30px);
	    -o-transform: translateX(30px);
	    transform: translateX(30px);
	}
}
.table_info tr th:nth-of-type(1) {
	/*width: 170px;*/
}
.table_info th, .table_info td {
	padding: 1.25rem 0.8rem;
	vertical-align: middle;
}
.tag_info .media-body span {
	margin-bottom: 1rem;
	white-space: nowrap;
}
.tag_info .align-self-top {
	position: absolute;
	top: 18px;
	right: 16px;
}
.tag_info h1 {
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.table_cap {
		display: block !important;
	}
	.tag_info .media-body span {
		margin-bottom: 0.5rem;
	}
	.tag_info .media-body h1 {
		font-size: 1.4rem;
	}
	.tag_info .align-self-top {
		display: none;
	}
}
/**
* Login, register
*/
.login-form {
	max-width: 470px;
}
.login-form input[type="password"].form-control,
.login-form input[type="email"].form-control,
.login-form input[type="text"].form-control  {
	width: 100%;
}
.custom-select-sm {
	font-size: 100%;
}
.column_ID {
	width: 5% !important;
}
.input-group-append {
	position: absolute;
	top: 0px;
	right: 0;
}
.input-group-append .input-group-text {
	border-radius: 0;
    border-color: #DEDEDE;
    border-width: 2px;
    padding: .7rem 0.6rem;
}
body .wizard.approve_done > .steps > ul > li.done .step {
  color: #fff !important;
}
.version-number {
	font-family: 'Roboto', sans-serif;
	color: #777777;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 0 28px 20px;
}
table.dataTable tbody td {
	padding: 0.45rem 0.6rem;
}
table.dataTable tbody td br {
	display: none;
}
.wrapp-table {
	border: 1px solid #C2E5CC;
	padding-bottom: 12px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.06);
}
.wrapp-table table.dataTable {
	margin-top: 0 !important;
}
.cap-table {
	background: #F7FAF8;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 12px 20px;
    border-bottom: 1px solid #C2E5CC;
}
.cap-table.cap-large {
	padding: 18px 26px;
	border-bottom: 0;
}
.btn-outline-light {
	border-color: #DEDEDE !important;
	border-width: 2px;
	color: #777 !important;
	font-weight: 400;
}
.btn-outline-light:active,
.btn-outline-light:hover {
	border-color: #C2E5CC !important;
	color: #2DBB54 !important;
	background: #F7FAF8 !important;
}
.btn-group .btn-outline-default {
	margin-left: 10px !important;
	border-radius: .25rem !important;
}
.btn-outline-default {
	color: #777777;
	border: 2px solid #DEDEDE;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.btn-outline-default:focus {
	border-color: #C2E5CC;
}
.btn-outline-default i {
	color: #777;
	font-size: 18px;
	margin-right: 5px;
}
.btn-outline-default i.bx-plus-medical {
	font-size: 16px;
}
.btn-outline-chinh {
	color: #323339;
	border: 2px solid #C2E5CC;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.btn-outline-chinh:focus {
	border-color: #2DBB54;
}
.btn-outline-chinh i {
	color: #777;
	font-size: 18px;
	margin-right: 5px;
}
div.h2:after {
	clear: both;
	content: '';
	display: table;
}
div.h2 .btn-group {

}
.btn-export {
	margin-top: -9px;
	margin-right: -18px;
}
.btn-export {
	font-size: 13px;
}
.btn {
	padding: 0.65rem 1rem;
}
.dropdown-item {
	padding: 0.65rem 1.8rem;
}
.dropdown-menu {
	padding: 0.7rem 0;
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.06);
	border-color: #DEDEDE;
	border-radius: 5px;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #bbb;
}
.exclude-export:after,
.exclude-export:before {
	content: '' !important;
}
.info-column {
	text-align: center;
	padding: 30px 0 10px;
	position: relative;
}
.info-column.info-column-border:before {
	content: '';
	height: 56%;
	width: 1px;
	background-color: #DEDEDE;
	position: absolute;
	top: 40px;
	right: -2px;
}
.info-column i {
	color: #2DBB54;
	font-size: 30px;
}
.info-column span {
	color: #323339;
	font-size: 14px;
	padding: 12px 0 2px;
	display: inline-block;
}
.info-column num {
	font-family: 'Roboto', sans-serif;
	color: #2DBB54;
	font-size: 40px;
}
.title-section {
	font-size: 20px;
	position: relative;
	line-height: 1.25;
	margin-top: 12px;
	margin-bottom: 0;
}
.row-custom-1 .col-3 {
	max-width: 31%;
	flex: 0 0 31%;
	padding-right: 8px;
}
.row-custom-1 .col-9 {
	max-width: 69%;
	flex: 0 0 69%;
	padding-left: 8px;
}
.filter-wrapper .row label {
	font-size: 13px;
	margin-bottom: 3px;
}
.filter-wrapper .row select,
.filter-wrapper .row input[type="text"] {
	width: 100%;
}
.filter-wrapper > div .row:first-of-type {
	margin-bottom: 7px;
}
select[multiple] + .btn-group button {
	text-align: left ;
	overflow: hidden;
	background: #fff;
	color: #323339;
}
#admin-attendance-index-picker {
	position: relative;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.7px;
}
#admin-attendance-index-picker:before,
.dropdown-toggle::after {
	content: '' !important;
	width: 0;
	height: 0;
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important;
	border-top: 6px solid #777777 !important;
	position: absolute;
	top: 50%;
	right: 12px;
	margin: 0;
	padding: 0;
	margin-top: -2px;
}
select[multiple] + .btn-group {
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
select[multiple] + .btn-group.show {
	border-color: #2DBB54;
}
select[multiple] + .btn-group .multiselect-container a {
	color: #323339;
}
select[multiple] + .btn-group .multiselect-container a label {
	padding-left: 10px;
}
select[multiple] + .btn-group .multiselect-container li a label input[type=checkbox] {
	margin-right: 5px;
}
.button-filter {
	display: flex;
    width: 120px;
    position: absolute;
    bottom: 20px;
    right: 36px;
    height: 54px;
}
table.dataTable thead td:before,
table.dataTable thead td:after {
	color: #2DBB54;
	bottom: 0.7em !important;
}
#admin-attendance-index-table .btn {
	color: #fff !important;
	background: #2DBB54;
	border-radius: 4px;
	border: none;
	font-size: 14px;
}
#admin-attendance-index-table .btn:hover {
	background: #2DBB54 !important;
	opacity: 0.8;
}
#admin-attendance-index-table_wrapper thead td {
	border-bottom: 2px solid #c4c4c4;
}
div.dataTables_wrapper div.dataTables_processing {
	z-index:9;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	margin: 0!important;
}
div.dataTables_wrapper div.dataTables_filter label select {
	margin-right: 20px;
}
#sortable-application-type li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	--font-family-sans-serif: 'Noto Sans JP', sans-serif;
}
#sortable-application-type li {
	 padding: 5px 15px;
	 background: rgba(255,255,255,.2);
	 color: #fff;
 }
#sortable-application-type{
	width: 50%;
}
.wrapp-table {
	padding: 10px;
}

table.dataTable {
	overflow: scroll;
	display: block;
}


/* =============================== */
/* for loader */
.lds-dual-ring.hidden {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 20% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
/* end for loader*/
