@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Rubik+Bubbles&display=swap');

.container {
	overflow: hidden !important;
}

.tab_tab {
	position: absolute;
	top: -30px;
	left: 0;
}

.videoimage {
	width: auto;
	height: 300px;
}

.active_tab {
	background: white;
	color: black;
	font-weight: bold;
	border-left: 1px dashed #B5B5C3;
	border-top: 1px dashed #B5B5C3;
	border-right: 1px dashed #B5B5C3;
}

#content_data {
	border: 1px dashed #B5B5C3;
}

@media screen and (max-width: 760px) {
	.container {
		padding: 0px;
	}

	.card-body {
		padding: 0px !important;
	}
}

.validation-summary-errors ul li {
	text-align: center;
	color: red;
	font-weight: bold;
	list-style: none;
}

.validation-summary-errors ul {
	padding-left: 0 !important
}

.hidden_class {
	display: none;
}

.swal2-icon {
	left: 40% !important
}

.word {
	position: absolute;
	font-weight: bold !important;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center; /** Y-axis align **/
	justify-content: center; /** X-axis align **/
}

.letter {
	display: inline-block;
	position: relative;
	float: left;
	transform: translateZ(25px);
	transform-origin: 50% 50% 25px;
}

	.letter.out {
		transform: rotateX(90deg);
		transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.letter.behind {
		transform: rotateX(-90deg);
	}

	.letter.in {
		transform: rotateX(0deg);
		transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

.login-form {
	/*	margin: 20px 0px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}

.jexcel > tbody > tr > td.readonly {
	color: black !important
}

.show_body {
	display: block
}

.form-control {
	font-size: 12px !important
}

.input-group.input-group-solid .form-control {
	border: 1px solid #b5b5c3 !important;
	background-color: white !important;
}

.analert {
	display: none
}

.hienalert {
	display: block
}

.analert.true {
	display: block
}

.analert.false {
	display: none
}

#loaditem {
	display: none
}

#item_table {
	display: none
}

.hienthi {
	display: block !important
}

.hidden_body {
	display: none
}

.date-active.cell::before {
	position: absolute;
	font-size: 15px;
	opacity: 70%;
	color: white;
	left: 4px;
	top: 2px;
}

.modal-content {
	overflow-y: auto !important
}

#leavingHistoryTable_length label {
	display: flex
}
/*#kt_aside_menu_wrapper{
    background: url("../media/bg/menuleft.png");
    background-size: auto 100%;
}*/
.menu-item a:hover {
	border-radius: 20px !important;
}

.aside-menu .menu-nav {
	padding-top: 0px !important
}

.aside {
	background-color: #245ba9;
}
/*.aside-menu .menu-nav > .menu-item {
    background: #3699ffe0;
}*/
/*   #kt_aside_menu_wrapper::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgb(255 255 255 / 56%);
    }*/
.table.table-head-custom thead tr, .table.table-head-custom thead th {
	/*	color: black !important;
	font-weight: bold;*/
}

.dataTables_wrapper .dataTables_length select {
	width: 50px !important;
	margin: -5px 5px 0px 5px;
}

#leavingDetailTable td, #leavingDetailTable th, #leavingHistoryDetailTable_wrapper td, #leavingHistoryDetailTable_wrapper th {
	width: 20% !important
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Chọn" !important
}

.custom-leave-true:after {
	font-family: "Font Awesome 5 Free";
	content: "ỦY QUYỀN";
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 23;
	font-weight: bold;
	padding: 5px;
	font-size: 11px;
}

.item_setting_manager {
	border-radius: 20px
}

.item_flex_left {
	width: 3%;
}

.item_flex_right {
	width: 97%;
}

.list_setting {
	height: 100%;
	position: relative;
}

.hidden_mobile {
	z-index: 5
}

#employee-table {
	width: 100%
}

	#employee-table input {
		width: 100%
	}

.quotes .card_setting {
	border: none !important
}

.quotes .box {
	position: relative;
	min-height: 100px;
	height: 100%;
	overflow: hidden;
	transition: all 0.1s ease-in;
	z-index: 2;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: rgb(0 0 0 / 52%) 0px 1px 4px;
}

	.quotes .box span i {
		font-size: 3rem;
		padding-left: 15px;
		color: black;
	}


	.quotes .box p {
		margin: 0;
		padding: 10px;
		font-size: 1.2rem;
	}

	.quotes .box a {
		text-align: center !important;
		font-size: 1rem;
		text-align: left;
	}

	.quotes .box:hover {
		color: white;
		/*box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);*/
	}

.quotes .bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease-in;
	pointer-events: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.quotes .box.box1,
.quotes .box.box1 ~ .bg {
	opacity: 1;
	background: #e2a9e5;
	background: -moz-linear-gradient(-45deg, #e2a9e592 15%, #2b94e5 100%);
	background: linear-gradient(135deg, #feefff92 15%,#dbefff 100%);
}

.quotes .box.box2,
.quotes .box.box2 ~ .bg {
	opacity: 1;
	background: #e2a9e5;
	background: -moz-linear-gradient(-45deg, #e2a9e592 15%, #2b94e5 100%);
	background: linear-gradient(135deg, #feefff92 15%,#dbefff 100%);
}

.quotes .box.box3,
.quotes .box.box3 ~ .bg {
	opacity: 1;
	background: #e2a9e5;
	background: -moz-linear-gradient(-45deg, #e2a9e592 15%, #2b94e5 100%);
	background: linear-gradient(135deg, #feefff92 15%,#dbefff 100%);
}




.custom_wrapper {
	background: white !important;
	padding-bottom: 100px
}

.page {
	position: relative;
	min-height: 100%
}

.main_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

.item_history {
	padding: 20px;
	background: #d1eeff;
	border-radius: 20px;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #ddd !important;
	padding: 5px !important;
}

.paginate_button.page-item:hover {
	background: none !important;
	border: none !important
}

.title_center_payslip {
	color: #0862ed
}

.title_left_payslip {
	font-size: 11px
}

.bg_table {
	background: #E4E6EF;
}

.period-selected {
	color: blue !important;
}

#kt_body {
	background: white
}

.title_branch {
	font-size: 18px;
	padding-left: 10px;
}
/*.menu-text{
    font-size: 10px !important;
}*/
.sidebar-left {
	padding: 10px;
}

.card.card-custom.thp {
	height: 100%
}

.card.card-custom.payroll {
	padding: 0px 20px;
}

.title-header-payroll {
	padding-top: 8px
}

.header-payroll {
	display: flex;
	justify-content: space-between;
	padding: 5px 0px;
}

.header-payroll2 {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}

.timeline-item:hover {
	color: blue;
}

.timeline-item > .timeline-label:hover, .timeline-content:hover {
	color: blue !important;
}

/*.full-day {
	min-height: 32px;
	color: black;
	font-weight: bold;
	position: relative;
}*/
/*.full-day:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f560";    
    position: absolute;
    top: 50%;
}*/
.half-day {
	height: 50px;
	background-color: #e9e91e;
	color: white;
	font-weight: bold;
	position: relative;
}

	.half-day:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f5c0";
		position: absolute;
		top: 50%;
	}

.paid-holidays {
	height: 50px;
	background-color: #3d3da5;
	color: white;
	font-weight: bold;
	position: relative;
}

	.paid-holidays:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f560";
		position: absolute;
		top: 50%;
	}

.unpaid-day-off {
	height: 50px;
	background-color: #e93d3d;
	color: white;
	font-weight: bold;
	position: relative;
}

	.unpaid-day-off:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f05e";
		position: absolute;
		top: 50%;
	}

#contentHistory {
	max-height: 50vh;
	overflow: auto
}
/* width */
::-webkit-scrollbar {
	width: 5px;
	height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px grey;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: gray;
	/* border-radius: 5px; */
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #7dcfff;
	}

.none-day {
	vertical-align: inherit !important;
	font-weight: bold;
}

.btn-addnew::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f560";
	right: 0%;
	padding-right: 10px;
}

.payroll {
	margin-bottom: 10px;
}

.table-offer th, .table-offer td {
	vertical-align: inherit !important;
	font-weight: bold;
}

.symbol.symbol-100 .symbol-label {
	width: 150px !important;
	height: 150px !important;
}

.item_icon {
	display: flex;
	justify-content: left;
}
/*.card.card-custom>.card-body {
    padding: 0.6rem 1.5rem !important;
}*/

element.style {
	height: 100px;
}

.card.card-custom {
	-webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
	box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
	border: 0;
}

.gutter-b {
	margin-bottom: 10px !important;
}

.img_custom {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position-y: center;
}

.login-conteiner {
	position: relative;
}

.login-aside.forgot {
	width: 40% !important;
}

.item_bar_left {
	display: flex;
	justify-content: flex-start;
}

.title_bar_left {
	width: 200px;
}

.title_bar_left1 {
	width: 20%;
}

.total_payslip {
	display: flex;
	justify-content: space-between;
	background-image: url('../media/login/bg-invoice-5.jpg');
}

.content_bar_left {
	width: 100%;
}

.total_payslip {
	border-radius: 10px;
}

.bg_table_payslip {
	background-image: url('../media/login/bg-10.jpg');
	background-size: cover;
}

.aside-menu {
	background: none !important
}

	.aside-menu .menu-nav > .menu-item > .menu-link {
		padding: 13px 9px !important;
	}

		.aside-menu .menu-nav > .menu-item > .menu-heading, .aside-menu .menu-nav > .menu-item > .menu-link:hover {
			background: #cde2ff !important;
			border-radius: 30px;
			color: #5f87c0 !important font-weight: bold !important;
		}

		.aside-menu .menu-nav > .menu-item > .menu-heading, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text:hover {
			font-weight: bold !important;
			color: black !important
		}

	.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
		background-color: #cde2ff;
		background: #fdfdfd !important;
		color: #5f87c0 !important;
		border-radius: 30px;
	}

		.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
			font-weight: bold !important;
			color: #5f87c0 !important
		}

	.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
		color: white !important;
		/*	font-weight: bold*/
	}


.item_view_dl {
	font-weight: bold
}

.item_view_left {
	width: 40%
}

.page {
	min-height: 100vh !important;
}

.nav .nav-link .nav-text {
	font-weight: 600 !important;
}

.owl-nav img {
	height: 100px !important;
}

.owl-next {
	position: absolute;
	right: -95px;
	top: 25%;
}

.owl-prev {
	position: absolute;
	left: -95px;
	top: 25%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
}

#background_category_menu {
	background: url(../../../Design/BANNERF1.jpg);
	background-size: 100% 100%;
	min-height: 200px
}

#menu_category {
	position: absolute;
	top: 0;
}

#img_logoo {
	width: 130px;
}

#nav_menu_cate {
	margin-top: -35px;
	margin-left: 25px;
}

#latest_content {
	display: flex;
	background: #29aa07;
	margin-bottom: 55px !important;
}

	#latest_content ul {
		display: flex;
		margin-bottom: 0 !important;
	}

		#latest_content ul li {
			padding: 13px 42px;
		}

			#latest_content ul li:hover {
				background: #1d8601;
			}

			#latest_content ul li a {
				text-decoration: none !important;
				font-weight: bold;
				color: white !important;
			}

#select2 {
	display: none; /* Ẩn select2 mặc định */
}

@media only screen and (max-width: 1600px) {
	.img_respon {
		height: 400px;
	}

	.owl-nav img {
		height: 80px !important;
	}

	.owl-next {
		right: -70px;
	}

	.owl-prev {
		left: -70px;
	}
}

@media only screen and (max-width: 1400px) {
	.owl-next {
		position: relative;
		right: -20px;
	}

	#img_logo_home {
		width: 150px !important;
		margin-top: 25%;
	}

	.owl-prev {
		position: relative;
		left: -20px;
	}

	.owl-nav img {
		height: 100px !important;
	}

	.img_respon {
		height: 350px;
	}
}

@media only screen and (max-width: 1300px) {
	.owl-next {
		position: relative;
		right: -20px;
	}

	.owl-prev {
		position: relative;
		left: -20px;
	}

	.owl-nav img {
		height: 60px !important;
	}

	.img_respon {
		height: 280px;
	}
}

@media only screen and (max-width: 1100px) {
	.videoimage {
		width: 100% !important;
		height: auto !important;
	}

	.entry-content iframe {
		width: 100% !important;
		height: 300px !important;
	}

	#tagline {
		margin-top: 25% !important;
		height: 200px !important;
		margin-bottom: 0px !important
	}

	#title_category_content {
		display: none !important
	}
	#des_category{
		display: none !important
	}

	#tagline {
		height: 200px;
	}

	.wp-block-query {
		padding: 0px 15px;
	}

	#img_logoo {
		width: 60px;
	}

	#background_category_menu {
		min-height: 0;
	}

	#nav_menu_cate {
		margin-top: 10px;
		margin-left: 0;
	}

	#title_content_mobile {
		display: block;
		text-align: center
	}

	#menu_category {
		position: relative;
		display: flex !important;
		justify-content: space-between !important;
	}

	.owl-nav img {
		height: 40px !important;
	}

	.img_respon {
		height: 240px;
	}

	#block_slide {
		position: fixed !important;
		bottom: 20%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	#latest_content {
		display: none !important
	}
}

@media (min-width: 992px) {
	.table-responsive {
		display: inline-table !important;
	}

	.container.custom_container {
		padding: 0 15px !important;
	}

	.content {
		padding: 0 !important
	}
}

@media (min-width: 992px) {
	.header-fixed[data-header-scroll=on].sidebar-enabled .header {
		right: 0 !important;
	}
}

@media (min-width: 992px) {
	.header-fixed[data-header-scroll=on] .header {
		left: 0 !important;
		margin: 0 !important;
		height: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	.header-menu .menu-nav > .menu-item > .menu-link {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 992px) {
	.header-menu .menu-nav > .menu-item > .menu-link {
		padding: 0.55rem 1.55rem;
	}
}

@media (max-width: 991px) {
	.row {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.font-size-lg {
		font-size: 0.98rem;
	}

	.header-payroll2 {
		display: block;
	}

	.hidden_mobile {
		display: none !important;
	}

	.content {
		/*margin-top: 30px*/
	}
}

.timeline.timeline-1 .timeline-label, .timeline-item .timeline-content {
	color: black;
}

.card-body {
	padding: 0.25em
}

.form-control {
	border: 1px solid #b5b5c3;
}

.title-dark {
	background-color: gray;
	color: white;
	width: 100%;
	padding: 10px 5px;
}

.text-head {
	color: #0b4faf;
	font-weight: bold
}

/*.aside-minimize:not(.aside-minimize-hover) .menu-text {
	display: none !important
}*/

.aside-menu .menu-nav > .menu-item {
	position: relative;
	margin: 0px 15px !important;
}

.text-dr {
	/* width: 150px; */
	text-overflow: ellipsis;
	/* line-height: 25px; */
	-webkit-line-clamp: 1;
	/* height: 26px; */
	overflow: hidden;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
}

.brand {
	background-color: #cde2ff !important;
	/* box-shadow: none; */
	/* padding: 0px 10px !important; */
	/* height: 65px !important; */
	/* border-bottom-left-radius: 25px; */
	/* border-bottom-right-radius: 25px; */
}

.brand-logo i {
	color: white;
	font-weight: bold
}

.brand-logo img {
	border: 4px solid #75aeff;
	border-radius: 50%;
}

.card-footer-san-luong {
	background-color: #efe9e1 !important;
	padding: 10px;
	border-radius: 20%;
}

.card-footer-san-luong {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.card-footer-custom1 {
	background-color: #4d7d7a !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.example-compact {
	height: 100%
}

.tr-selected {
	background-color: #E4E6EF;
	color: #3F4254;
}

.loading {
	z-index: 2000;
	width: 100%;
	display: none;
	justify-content: center;
	height: 100%;
	align-content: center;
	align-items: center;
	position: fixed;
	background-color: rgba(186, 186, 186, 0.8);
	flex-direction: column;
}

.loading-indicator-inside {
	display: flex;
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media screen and (min-width: 768px) {
	.sanluong-group-2 {
	}
}

@charset "UTF-8";

.custom_wrapper {
	background: white !important;
	padding-bottom: 100px
}

.page {
	position: relative;
	min-height: 100%
}

.dataTables_scrollHeadInner {
	width: 100% !important;
}

	.dataTables_scrollHeadInner table {
		width: 100% !important;
	}

.main_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

.item_history {
	padding: 20px;
	background: #d1eeff;
	border-radius: 20px;
}


.title_center_payslip {
	color: #0862ed
}

.title_left_payslip {
	font-size: 11px
}

.bg_table {
	background: #E4E6EF;
}

.period-selected {
	color: blue !important;
}

#kt_body {
	background: white
}

.title_branch {
	font-size: 18px;
	padding-left: 10px;
}

.menu-text {
	font-size: 10px !important;
}

.sidebar-left {
	padding: 10px;
}

.card.card-custom.thp {
	height: 100%
}

.card.card-custom.payroll {
	padding: 0px 20px;
}

.title-header-payroll {
	padding-top: 8px
}

.header-payroll {
	display: flex;
	justify-content: space-between;
	padding: 5px 0px;
}

.header-payroll2 {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}

.timeline-item:hover {
	color: blue;
}

.timeline-item > .timeline-label:hover, .timeline-content:hover {
	color: blue !important;
}

.full-day {
	height: 48px;
	color: black;
	font-weight: bold;
	position: relative;
}
/*.full-day:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f560";    
    position: absolute;
    top: 50%;
}*/
.half-day {
	height: 48px;
	background-color: #e9e91e;
	color: white;
	font-weight: bold;
	position: relative;
}

	.half-day:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f5c0";
		position: absolute;
		top: 50%;
	}

.paid-holidays {
	height: 50px;
	background-color: #3d3da5;
	color: white;
	font-weight: bold;
	position: relative;
}

	.paid-holidays:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f560";
		position: absolute;
		top: 50%;
	}

.unpaid-day-off {
	height: 50px;
	background-color: #e93d3d;
	color: white;
	font-weight: bold;
	position: relative;
}

	.unpaid-day-off:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f05e";
		position: absolute;
		top: 50%;
	}

#contentHistory {
	max-height: 50vh;
	overflow: auto
}
/* width */
::-webkit-scrollbar {
	/* width: 10px; */
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px grey;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: gray;
	/* border-radius: 10px; */
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #7dcfff;
	}

.none-day {
	vertical-align: inherit !important;
	font-weight: bold;
}

.btn-addnew::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f560";
	right: 0%;
	padding-right: 10px;
}

.payroll {
	margin-bottom: 10px;
}

.table-offer th, .table-offer td {
	vertical-align: inherit !important;
	font-weight: bold;
}

.symbol.symbol-100 .symbol-label {
	width: 150px !important;
	height: 150px !important;
}

.item_icon {
	display: flex;
	justify-content: left;
}

.card.card-custom > .card-body {
	padding: 0px !important;
}

.border-item {
	border: 2px dashed #c4a7fa
}

.text-rorate {
	font-family: 'Pacifico', cursive;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin: auto;
}

@keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 600px;
	}

	100% {
		background-position: 600px;
	}
}

.item_leave_head {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.card.card-custom > .card-body.custom-leave {
	padding: 0.6rem !important;
}

.item_date_leave {
	display: flex;
	justify-content: space-between;
}

.item_content_leave {
	border-bottom: 1px dashed #ddd;
	padding: 5px 0px;
}

.item_leave {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.item_detail {
	padding: 10px;
}

element.style {
	height: 100px;
}

.card.card-custom {
	-webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
	box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
	border: 0;
}

.gutter-b {
	margin-bottom: 10px !important;
}

.img_custom {
	background-repeat: no-repeat;
	width: 100%;
	background-position-y: center;
}

.login.login-4 .login-aside {
	background: white !important
}

.login-conteiner {
	position: relative;
}

.login-aside.forgot {
	width: 38% !important;
}

.item_bar_left {
	display: flex;
	justify-content: flex-start;
}

.title_bar_left {
	width: 200px;
}

.title_bar_left1 {
	width: 20%;
}

.total_payslip {
	display: flex;
	justify-content: space-between;
	background-image: url('../media/login/bg-invoice-5.jpg');
}

.content_bar_left {
	width: 100%;
}

.total_payslip {
	border-radius: 10px;
}

.bg_table_payslip {
	background-image: url('../media/login/bg-10.jpg');
	background-size: cover;
}

.item_flex_custom {
	display: flex;
}

.timeline.timeline-1 .timeline-label, .timeline-item .timeline-content {
	color: black;
}

.form-control {
	border: 1px solid #b5b5c3;
}

.table_not_border td, .table_not_border th {
	border: none !important
}

.table_not_border tr {
	border: none;
	border-bottom: 1px dashed #ddd;
}



.header-menu-wrapper.header-menu-wrapper-on {
	-webkit-transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease !important;
	transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease !important;
	left: 0 !important;
}

.header-menu-wrapper {
	overflow: auto !important;
	background: #fff;
	-webkit-box-shadow: 0 1px 9px -3px rgb(0 0 0 / 75%);
	box-shadow: 0 1px 9px -3px rgb(0 0 0 / 75%);
	z-index: 1001;
	position: fixed;
	top: 0;
	bottom: 0;
	-webkit-transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease;
	transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease;
	left: -295px;
	width: 275px;
}

.header-menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-text, .header-menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text {
	color: #f64e60;
}

.header-menu-mobile .menu-nav > .menu-item > .menu-heading .menu-text, .header-menu-mobile .menu-nav > .menu-item > .menu-link .menu-text {
	color: #3f4254;
}

.header-menu-mobile .menu-nav > .menu-item > .menu-heading .menu-text, .header-menu-mobile .menu-nav > .menu-item > .menu-link .menu-text {
	font-weight: 400;
	font-size: 1.02rem;
	text-transform: initial;
}

.header-menu-mobile .menu-nav .menu-item > .menu-heading .menu-text, .header-menu-mobile .menu-nav .menu-item > .menu-link .menu-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	font-size: 16px !important;
}

.header-menu .menu-nav {
	display: block !important;
	width: 100% !important
}

.mainHeader {
	font-weight: bold
}

.item_flex_between {
	justify-content: space-between
}

.item_flex_center {
	justify-content: center
}

.item_flex_custom_title {
	width: 20%
}

.contentmulti {
	width: 80%
}

.item_border_bottom {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #b9b9b9 !important
}

.item_flex_custom_content_new input {
	width: 50px;
	text-align: right;
	background: white;
	border: none;
	font-weight: bold;
	font-size: 16px;
}

.table_notpadding tr td {
	padding: 5px 0px !important
}

.header-menu {
	display: block;
}

.item_flex_custom_title_40 {
	width: 70%
}

.text ul {
	width: 100%;
	padding: 0;
	margin-top: 0px;
	list-style-type: none;
	text-align: left;
	padding-left: 30px
}

	.text ul li {
		padding-bottom: 15px
	}

		.text ul li a {
			font-size: 16px
		}

/*.login span {
	padding-left: 25px !important;
	margin-top: 20px !important
}*/

.table_custome tr, .table_custome td {
	border: none;
}

.table_custome {
	border: none
}

.card-custom-1 {
	/*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
}

@media (min-width: 992px) {


	.container.custom_container {
		padding: 0 15px !important;
	}
}

@media (min-width: 992px) {
	.header-fixed[data-header-scroll=on].sidebar-enabled .header {
		right: 0 !important;
	}
}

@media (min-width: 992px) {
	.header-fixed[data-header-scroll=on] .header {
		left: 0 !important;
		margin: 0 !important;
		height: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	.header-menu .menu-nav > .menu-item > .menu-link {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 992px) {
	.header-menu .menu-nav > .menu-item > .menu-link {
		padding: 0.55rem 1.55rem;
	}
}

@media (max-width: 991px) {
	.cell::before {
		font-size: 10px !important;
		top: 30px !important;
	}

	.btn_timesheet {
		width: 100% !important;
	}

	.font-size-lg {
		font-size: 0.98rem;
	}

	body {
		display: block !important
	}

	.max-h-40px {
		max-height: 30px !important;
	}

	.header-payroll2 {
		display: block;
	}

	.mobile_block {
		display: block !important
	}

	.item_flex_custom {
		display: block
	}

	.item_flex_custom_title {
		width: 100%
	}

	.contentmulti {
		width: 100%
	}

	.btn_mobile_center {
		position: relative;
		margin: 0 auto
	}

	.responsive_table table, .responsive_table tbody, .responsive_table th, .responsive_table td, .responsive_table tr {
		display: block;
	}

	.responsive_table .gv_header {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive_table tr {
		border: 1px solid #ccc
	}

	.responsive_table td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%
	}

		.responsive_table td:before {
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap
		}

	.responsive_table_over div {
		overflow-x: auto
	}

	.responsive_table_over td {
		padding: 10px
	}
}

.header-menu-wrapper-overlay {
	background: rgba(0,0,0,.1);
}

.header-menu-wrapper-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1000;
	-webkit-animation: animation-offcanvas-fade-in .6s ease 1;
	animation: animation-offcanvas-fade-in .6s ease 1;
}

.menu-icon svg, .menu-icon img, .menu-icon i {
	width: 30px !important;
	height: 30px !important;
	border-radius: 20px;
	border: 2px solid #75aeff;
	background: #a4c0e7
}

#title_category_content {
	text-align: center;
	font-size: 60px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 1.9%;
}

@media (max-width: 991.98px) {
	.header-mobile {
		background-color: #e9dccc !important;
	}

	.header-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		padding: 0 20px !important;
		background-color: #fff !important;
		-webkit-box-shadow: 0 1px 9px -3px rgb(0 0 0 / 10%) !important;
		box-shadow: 0 1px 9px -3px rgb(0 0 0 / 10%) !important;
		height: 55px !important;
		min-height: 55px !important;
		position: relative !important;
		z-index: 3 !important;
	}
}
/*CUSTOM CARD*/
.card.card-custom > .card-header {
	min-height: auto !important;
}

.card.card-custom > .card-body {
	padding: 0px !important;
}
/*FONT STYLE*/
html,
body {
	/*font-family: Arial, Helvetica, sans-serif !important;*/
	font-family: "segoe ui" !important;
}
/*#pernr, #password {
	font-size: 1.175rem !important
}*/
.dataTables_wrapper .dataTable {
	margin: 0rem 0 !important;
}


.wizard.wizard-2 .wizard-nav .wizard-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step {
		padding: 0.75rem 1.5rem;
		position: relative;
		border-radius: 0.5rem;
		-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
		transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
		transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
		transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	}

		.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon {
			font-size: 2.5rem;
			margin-right: 1.1rem;
			-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
			transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
			transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
			transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
		}

			.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon i {
				color: #B5B5C3;
			}

			.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg g [fill] {
				-webkit-transition: fill 0.3s ease;
				transition: fill 0.3s ease;
				fill: #B5B5C3;
			}

			.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg:hover g [fill] {
				-webkit-transition: fill 0.3s ease;
				transition: fill 0.3s ease;
			}

		.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}

			.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
				color: #181C32;
				font-weight: 500;
				font-size: 1.1rem;
			}

			.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
				color: #7E8299;
			}

		.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow {
			color: #7E8299;
			font-size: 1.25rem;
		}

			.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last {
				display: none;
			}

.wizard-step.current, .wizard-step:hover {
	background-color: #F3F6F9;
	-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

	.wizard-step.current .wizard-icon {
		-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
		transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
		transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
		transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	}

		.wizard-step.current .wizard-icon i {
			color: #663259 !important;
		}

		.wizard-step.current .wizard-icon .svg-icon svg g [fill] {
			-webkit-transition: fill 0.3s ease;
			transition: fill 0.3s ease;
			fill: #663259 !important;
		}

		.wizard-step.current .wizard-icon .svg-icon svg:hover g [fill] {
			-webkit-transition: fill 0.3s ease;
			transition: fill 0.3s ease;
		}

	.wizard-step.current:after {
		left: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: " ";
		height: 0;
		width: 0;
		border: solid transparent;
		position: absolute;
		border-left-color: #F3F6F9;
		border-width: 1rem;
	}

.wizard.wizard-2 .wizard-body {
	width: 100%;
}
.comment_image img{
	width: 100% !important
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	.wizard.wizard-2 .wizard-nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 325px;
		flex: 0 0 325px;
		width: 325px;
	}
}

@media (max-width: 991.98px) {
	.wizard.wizard-2 {
		display: block;
	}

		.wizard.wizard-2 .wizard-nav {
			width: 100%;
			border-bottom: 1px solid #EBEDF3;
		}

	.wizard-step.current:after {
		content: none;
	}

	.wizard.wizard-2 .wizard-body {
		width: 100%;
	}
}
