html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 4px;
	height: 7px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar:hover {
	height: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #c4e3e1;
}
#wrapper #content-wrapper #content{
	    padding-bottom: 55px;
}
#content .page-heading{
	    padding: 4em 1.5em 3.3em;
}
.nolicense{
	display: none !important; 
	cursor: not-allowed !important;
}
.inlineB{
	display: inline-block !important;
}
.navbar-nav.sidebar::-webkit-scrollbar-thumb {
	background-color: #eeeeee;
}
.container-content-area {
	padding: 10px;
	background-color: #F8F9FE;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.notifyAlert{
	width: 400px;
    max-width: calc(100% - 40px);
}
    
.alert-success{
	color: #16847e;
    background-color: rgb(251 251 251 / 78%);
    border-color: #ffffff;
}
.badge.alert-input{
	font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
    padding: 5px 10px;
}
table.table{
	margin-bottom: 0px;
}
table tr > td {
	font-size: 0.9rem;
/*	white-space: nowrap;*/
    word-break: break-all;
}
table.th-nowrap th {
	white-space: nowrap;
}
.nowrap {
	white-space: nowrap;
}
ul.listintable,ol.listintable {
	margin-bottom: 0px;
	padding-left: 1rem;
 }
ul.listintable > li.input_file_list_div > a{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: block;
 }



ul.listlabelbox{
	font-size: 0.8rem;
	padding:0px;
	margin:0px;
	list-style: none;
}
ul.listlabelbox li{
	margin-bottom: 0.3rem;
}
ul.listlabelbox span{
	padding:0.2rem 0.5rem;
	display: table-cell;
	min-width: 5rem;
}
ul.listlabelbox span:nth-of-type(1){
	background-color: #adadad;
    color: #fff;
}
ul.listlabelbox span.canclick{
	background-color: #3dbfb7;
	color:#fff;
	cursor: pointer;
}
ul.listlabelbox span.canclick:hover{
	background-color: #52d2ca;
}

ul.listlabelbox span:first-child{
	border-radius: 0.3rem 0 0 0.3rem;
}
ul.listlabelbox span:last-child{
	border-radius: 0 0.3rem 0.3rem 0;
}

.bg-cancle-op4{
	    color: #ec2727;
    background-color: rgb(0 0 0 / 20%);
}

.bootstrap-table .fixed-table-container .table thead th {
	vertical-align: middle;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
	padding: 0.3rem 0.5rem;
}
.bootstrap-table .table thead th .th-inner.sortable {
	padding-right: 1.3rem;
}
.modal-on-modal {
	z-index: 1051;
}
.modal-on-modal ~ .modal-backdrop + .modal-backdrop {
	z-index: 1050;
}

.modal-on-modal-top {
	z-index: 1052 !important;
}
.modal-on-modal-top ~ .modal-backdrop + .modal-backdrop {
	z-index: 1051 !important;
}

.modal.modal-fitheight > .modal-dialog {
	margin: 1rem auto;
}
.modal.modal-fitheight > .modal-dialog.modal-fitscreen {
	margin: 0 auto;
}
.modal.modal-fitheight > .modal-dialog > .modal-content > .modal-body {
	height: calc(100vh - 130px);
	overflow: auto;
}
.modal.modal-fitheight > .modal-dialog > .modal-content > .modal-footer {
	padding: 0.4rem;
}
.screensize-monitor {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	z-index: 13;
	border-radius: 3px;
	display: none;
}
a.btn:hover{
	text-decoration: none;
	color:#fff;
}
.btn-nav-language {
	cursor: pointer;
}
.mgt-minus3em {
	margin-top: -3em;
}
.mgt-minus4em {
	margin-top: -4em;
}
.none-padding {
	padding: 0px!important;
}
.img-flag img {
	height: 100%;
	width: auto;
}
button:focus {
	outline: none!important;
}
.rounded-circle.btn.btn-sm{
	padding:0px;
	line-height: 28px;
	text-align: center;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #36b9cc;
	background-color: #36b9cc;
}

.card-green .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #5ab3ae;
    background-color: #69e2db;
}

.btn-custom {
	border: solid #2cb5a8 2px;
	color: #2cb5a8;
	position: relative;
	font-size: 22px;
	padding: 15px 70px;
	margin: 50px 0px;
	-webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, .1)!important;
	box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, .1)!important;
}
.btn-custom:hover {
	background-color: #2cb5a8;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.menubackbtn {
	padding: 0 0.4rem;
	font-size: 1.4rem;
	margin-right: 0.5rem;
	vertical-align: inherit;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	line-height: 1rem;
	text-align: center;
}
.red {
	color: red!important;
}
.bg-login {
	background-image: linear-gradient(120deg, #2cb5a8 0%, #96e6a1 100%);
	background-size: cover;
	width: 100%;
	height: 100%;
}
.bg-lp-login {
	background-image: linear-gradient(120deg, #2cb5a8 0%, #96e6a1 100%);
	background-size: cover;
	width: 100%;
	height: 100%;
	/* height: calc(var(--vh, 1vh) * 100); */
}
.bg-pk {
	background-size: cover;
	width: 100%;
	height: 100%;
}
.bg-teal {
	background-color: #2cb5a8;
	color: #fff;
}
.border-teal {
	border-color: #2cb5a8!important;
}
.p-5 {
	border-radius: 15px;
	padding: 25px!important;
	background-color: #fff;
}
.badge.norm-text {
	font-size: 0.8rem;
	font-weight: normal;
	margin-bottom: 0.3rem;
	padding: 5px 9px;
}
.total-t {
	font-size: 30px;
}
.package {
	padding: 90px 0;
}
.package p {
	font-size: 20px;
	letter-spacing: 1px;
}
.package-caption {
	margin: 15px 0px;
	padding-right: 10px;
}
.text-left li {
	font-size: 16px;
	word-break: break-all;
	margin-bottom: 10px;
}
.text-left {
	margin-bottom: 20px;
}
.packkage-intro {
	padding: 20px;
	text-align: center;
	color: #505050;
	word-break: break-all;
}
.packkage-intro p {
	font-size: 18px;
}
.packages-item {
	background-color: rgba(255, 255, 255, 0.7);
	height: 600px;
	margin-bottom: 15px;
	border-radius: 15px;
	border: 2px solid #2cb5a8;
	text-align: center;
	-webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1)!important;
	box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1)!important;
	transition: all .2s ease-in-out;
}
.package-caption-add {
	background-color: white;
	padding: 15px;
	display: none;
	height: 450px;
}
.center-align {
	text-align: center;
	font-size: 0;
}
.package-head {
	background-color: #2cb5a8;
	padding: 15px 15px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 15px;
}
.pack-footer {
	margin-top: 20px;
	position: absolute;
	bottom: 30px;
	right: 0%;
	width: 100%;
	font-weight: 600;
	color: #424242;
}
.btn-ft-pack {
	border: solid #96e6a1 1px;
	font-size: 16px;
	padding: 5px 15px;
	margin: 5px 0px;
}
.pk-content {
	padding: 15px;
}
.pk-box {
	padding: 20px;
	width: 100%;
	max-width: 960px;
}
.btn-pk {
	border: solid #2cb5a8 2px;
	color: #2cb5a8!important;
	background-color: transparent;
	font-size: 22px;
	padding: 15px 40px;
	margin: 50px 0px;
}
.pk-border {
	border: 3px solid;
	padding: 15px 0 0;
	margin-top: 35px;
	min-height: 630px;
	border-radius: 10px;
}
.pk-head {
	font-weight: 400;
	font-size: 34px;
	line-height: .94em;
	padding-top: 20px;
}
.pk-price {
	font-weight: 600;
	font-size: 64px;
	line-height: .91em;
	margin-top: 18px;
	min-height: 60px;
}
.pk-detail {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.28em;
}
.pk-type {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	padding: 15px 0;
}
.head-number {
	color: #fff;
	font-size: 24px;
	background: #96e6a1;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	margin: 15px 0px;
}
.pk-payment {
	margin-top: 65px;
}
.myimg img {
	margin: 50px 0px;
	;
	height: auto;
	width: 100%
}
.form-border {
	border: 2px solid #2cb5a8;
	border-radius: 5px;
	padding: 15px 15px;
	margin: 60px 0px;
}
.cp-border {
	text-align: center;
	border: 2px solid;
	border-radius: 5px;
	padding: 15px 5px;
	width: 25%;
	height: 150px;
	margin: 15px 19px;
}
.cp-detail {
	font-size: 44px;
	font-weight: 600;
	font-style: italic;
}
.cp-head {
	font-size: 28px;
}
.cp-price {
	font-weight: 600;
	font-size: 44px;
	line-height: 1.1em;
}
.pk-border.basic {
	color: #566573;
}
.pk-border.standard {
	color: #2ECC71;
}
.pk-border.advance {
	color: #3498DB;
}
.cp-border:nth-child(3n+2) {
	color: #3498DB;
}
.cp-border:nth-child(3n) {
	color: #2ECC71;
}
.cp-border:nth-child(3n+1) {
	color: #566573;
}
.compare {
	overflow-y: auto;
}
.text-center {
	text-align: center;
}
.show_more_in_table {
	width: 100%;
	display: flex;
	padding: 5px;
}
.show_more_in_table > b {
	display: inline-block;
	text-align: right;
	margin-right: 0.3rem;
}
.show_more_in_table > b:after {
	content: " : ";
}
.card_in_card, .item_set_area_space {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.card_in_card {
	padding-bottom: 0px;
}
.card_in_card:last-child, .item_set_area_space:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.card-header > span > .btn-remove-in-head-card {
	padding: 0px;
	font-size: 0.7rem;
	line-height: 23px;
	width: 22px;
	height: 22px;
}
.card.card-green {
	border-color: #3dbfb7;
	border-width: 3px;
	border-radius: 10px;
}
.card.card-green > .card-header {
	background-color: #3dbfb7;
	color: #fff;
}
.card.card-dark {
	border-color: #5a5c69;
	border-width: 3px;
	border-radius: 10px;
}
.card.card-dark > .card-header {
	background-color: #5a5c69;
	color: #fff;
}
.card.card-in-card-gray {
	border: 2px solid #595b69;
}
.card.card-in-card-gray > .card-header {
	background-color: #595b69;
	color: #fff;
	border-radius: 2px 2px 0 0;
}
.card-header .btn-group > button {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.card-header .btn-group > button:first-child {
	border-left: 0px;
	border-radius: 0px 0px 3px 3px;
}
.card-header .btn-group > button:disabled {
	cursor: not-allowed;
}
.card-header.cardhead-sm{
	padding:0.4rem 1rem;
}
.card.card-border-green {
	border-color: #3dbfb7;
	border-width: 2px;
}
.save-footer {
	width: 100%;
	text-align: center;
	/* background-color: #c4c4c4; */
	padding: 10px;
	border-top: 1px solid #afdad7;
}
.modal-footer > .save-footer {
	padding:0px;
	border-top: 0px;
}
.text-explain {
	padding: 10px 15px;
}
/*======== icon ==========*/
.wrap a {
	color: #424242;
}
.hover-fx {
	font-size: 36px;
	display: inline-block;
	cursor: pointer;
	margin: 15px;
	width: 120px;
	height: 120px;
	line-height: 84px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: #424242;
	background-color: rgba(255, 255, 255, 0.1);
	transition: 300ms;
}
.hover-fx:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	box-sizing: content-box;
	box-shadow: 0 0 0 3px #424242;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 300ms;
}
.hover-fx:hover {
	/*  background-color: #424242;*/
	color: #fff;
}
.hover-fx:hover:after {
	opacity: 1;
	transform: scale(1.15);
}
.hover-fx img {
	margin-top: 5px;
}
.form-control:focus {
	-webkit-box-shadow: inset 0px 0px 0.2em 0.1rem rgba(44, 180, 167, 0.41);
	box-shadow: inset 0px 0px 0.2em 0.1rem rgba(44, 180, 167, 0.41);
}
.section {
	/*	height: 500px; */
	height: max-content;
	position: relative;
}
.bg-section {
	background-image: url("../images/bg/accounting-analytics-balance-209224.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.bg-color {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
}
.regis-content {
	padding: 90px 0px;
}
.card-body.main {
	height: calc(100vh - 255px)!important;
	min-height: 300px;
}
.cameraScanArea{
	width: 100%;
	height: auto;
	min-height: 300px;
}
/*================ content ===============*/
.content-from {
	padding: 15px;
}
.content-bg {
	margin-top: 15px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.r-label {
	text-align: right;
	font-weight: 500;
}
/*------------------- footer -----------------*/
.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #f4f4f4;
	padding: 10px;
	background-color: #fff;
}
.card-view {
	padding: 5px 0px;
}
.card-view-value {
	margin-left: 10px;
}
.treenode .text {
	float: none;
}
.footline {
	border-bottom: solid #2cb5a8 2px;
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: #ffffff;
	border-top: 1px solid #e3e6f0;
}
span.select2 {
	min-width: 90px;
}
.select2-container--bootstrap4 .select2-selection__clear {
	margin-right: 6px!important;
	margin-left: 6px!important;
	font-size: 0.9rem!important;
	line-height: 1.3rem!important;
}
.select2-container--bootstrap4 .select2-selection {
	font-size: 1rem !important;
	line-height: 1.4rem !important;
}
.select2-container--bootstrap4 .select2-selection--single {
	padding: 0.55rem 1.125rem 0.55rem 0.7rem!important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	color: #6e707e !important;
	padding-right: 18px !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered > .select2-selection__clear {
	margin-right: -18px !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection, .select2-container--bootstrap4 .select2-dropdown {
	-webkit-box-shadow: inset 0px 0px 0.2em 0.1rem rgba(44, 180, 167, 0.41);
	box-shadow: inset 0px 0px 0.2em 0.1rem rgba(44, 180, 167, 0.41);
	border: none !important;
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
	background-color: #3dbfb7 !important;
}

.input-group > div:first-child > .select2.select2-container > .selection > .select2-selection{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered{
	padding-right: 30px !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered span.select2-selection__clear{
	position: absolute;
    right: 0;
    margin: 0px !important;
	margin-right : 10px !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
	    padding-left: 0.3rem !important;
    line-height: 1.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove{
    font-weight: normal !important;
    font-size: 2rem;
    line-height: 1rem;
    vertical-align: middle;
    margin: -3px 0.2rem 0px 0px;
}


.reg-head {
	line-height: 40px;
	letter-spacing: 1px;
}
.text-teal {
	color: #51bbb2;
}
.btn-outline-new {
	color: #2cb5a8;
	border-color: #23ad90;
	border: 2px solid;
}
.btn-outline-new:hover {
	color: #FFF;
	background-color: #269e93;
	border: 2px solid #269e93;
}
.btn-new {
	color: #FFF;
	background-color: #3eb1a6;
}
.btn-new:hover {
	color: #FFF;
	background-color: #35988f;
}
.btn-print {
	color: #FFF;
	background-color: #36b9cc;
}
.btn-print:hover {
	color: #FFF;
	background-color: #36b9cc;
}
.img-modal {
	text-align: center;
}
.img-modal > img {
	/* width: 400px; */
	height: auto;
}
.modal img {
	max-width: 100%;
}
.bg-white-tab {
	background-color: #fff;
	border: 1px solid #dddfeb;
	border-top: 0px;
	padding: 1rem;
}
/*============= Page link ===============*/
.page-link {
	color: #23ad90;
	background-color: #fff;
	border: 1px solid #dddfeb;
}
.page-link:hover {
	z-index: 2;
	color: #2cb5a8;
	text-decoration: none;
	background-color: #eaecf4;
	border-color: #dddfeb;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #20c9a6;
	border-color: #53e0c3;
}
@media only screen and (min-width: 1024px) {
	.bg-lp-login {
		height: 100vh;
	}
}
@media only screen and (max-width: 1024px) {
	.bg-login {
		height: 100%;
	}
	.pk-box {
		padding: 5px;
	}
	.cp-border {
		width: 25%;
		margin: 15px 15px;
	}
	.cp-head {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.cp-head {
		font-size: 14px;
	}
	.cp-price {
		font-weight: 600;
		font-size: 36px;
		line-height: 1.1em;
	}
	.cp-border {
		width: 25%;
		margin: 15px 10px;
	}
	#report_wrapper, #management_warpper, #commission_wrapper, #payment_wrapper {
		height: fit-content!important;
		margin-bottom: 20px;
	}
	.input-group-append .btn, .input-group-prepend .btn {
		position: relative;
		z-index: 0!important;
	}
	.card-view-value {
		margin-left: 10px;
		display: inline-flex!important;
	}
	.r-label {
		text-align: left!important;
	}
	.container-content-area {
		padding: 5px;
	}
	.newline-sm {
		display: block;
	}
}
@media only screen and (max-width: 575) {
	.newline-xs {
		display: block;
	}
}
#hide-btn-choose-file {
	visibility: hidden;
}
.foot-action-area-overlay {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 8px 15px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 12;
	text-align: center;
}
.bg-danger-trans {
	background-color: #e2acb3!important;
	padding: .25em 1em !important;
}
th.bg-danger-trans, td.bg-danger-trans ,tr.bg-danger-trans {
	border-color: #e2acb3 !important;
	color: #fff !important;
}
.bg-black-op2{
    background-color:rgba(0,0,0,0.2);
}

.fc-title {
	margin: 0 2px;
	color: #fff !important;
}
.fc-time {
	display: none;
}
.fc-sun {
	background-color: rgba(195, 195, 195, 0.2);
}
.fc-unthemed td.fc-today {
	background-color: rgb(202, 237, 239) !important
}
.fc-toolbar.fc-header-toolbar {
	margin-bottom: 0.7em;
}
.item_dimension .input-group {
	margin-bottom: 0.5rem;
}
.item_dimension .input-group > .input-group-prepend:first-child > .input-group-text {
	width: 10rem;
}
.item_dimension .input-group > .input-group-prepend:last-child > .input-group-text {
	width: 4rem;
}
#change_unit_detail {
	display: none;
}
/* ===================== Checkbox Design css */
.checkboxArea {
	display: block;
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkboxArea.chkwarning {
	background-color: #bfb718;
	border-radius: 4px;
	color: #fff;
	padding-right: 5px;
	border: 3px solid #bfb718;
}
.checkboxArea.chkdanger {
	background-color: #b31010;
	border-radius: 4px;
	color: #fff;
	padding-right: 5px;
	border: 3px solid #b31010;
}
.checkboxArea.chksecondary {
	background-color: #5a5c69;
	border-radius: 4px;
	color: #fff;
	padding-right: 5px;
	border: 3px solid #5a5c69;
}
.checkboxArea.inline {
	display: inline-block;
}
.checkboxArea input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 3px;
	background-color: #eee;
	border: 1px solid #dadada;
}
.checkboxArea:hover input ~ .checkmark {
	background-color: #ccc;
}
.checkboxArea input:checked ~ .checkmark {
	background-color: #3dbfb7;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkboxArea input:checked ~ .checkmark:after {
	display: block;
}
.checkboxArea .checkmark:after {
	left: 8px;
	top: 4px;
	width: 7px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkboxArea > input:disabled + .checkmark {
	background-color: #f1f1f1;
	border: none;
	cursor: not-allowed;
}

.checkboxArea:hover > input:disabled + .checkmark {
	background-color: #f1f1f1;
	border: none;
	cursor: not-allowed;
}
table td > .checkboxArea {
	margin-bottom: 21px;
}
table .checkboxArea {
	display: initial;
}
.input-group-text > .checkboxArea .checkmark {
	background-color: #d2d2d2;
}
table td .checkboxArea {
	padding-left: 32px;
	margin-bottom: 24px;
}
table td:nth-of-type(1) .checkboxArea, table th:nth-of-type(1) .checkboxArea {
	padding-left: 24px;
	margin-bottom: 24px;
}
table td .checkboxArea.onlycheck {
	padding-left: 24px;
	margin-bottom: 24px;
}
.checkboxArea.checksmall {
	padding-left: 24px;
}
.checkboxArea.checksmall .checkmark {
	top: 2px;
	height: 19px;
	width: 19px;
}
.checkboxArea.checksmall .checkmark:after {
	left: 6.4px;
	top: 2.5px;
	width: 5px;
	height: 10px;
	border-width: 0 2px 2px 0;
}
.checkboxArea.checkblue input:checked ~ .checkmark {
	background-color: #5daece;
}
/* ===================== END Checkbox Design css */
.nav-tabs .nav-link:hover {
	border-top: 5px solid #bbbbbb;
}
.nav-link.active:hover {
	border-top-color: #2cb5a8;
}
.tabContent .container-content-area {
	padding: 0.5rem 0px 0px 0px;
}
.tabContent .container-content-area > .col-12 {
	padding: 0 0.5rem 0.5rem 0.5rem;
}
.number {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
/* ====== suminline ====== */
.summaryDetailFooter {
	line-height: 2em;
	float: right;
}
.summaryDetailFooter .l_label {
	text-align: left;
	padding-right: 30px;
	float: left;
}
.summaryDetailFooter .r_label {
	text-align: right;
	font-weight: bold;
}
.summaryDetailFooter .l_label .select2-container {
	min-width: 150px;
	max-width: 150px;
}
.summaryDetailFooter .r_value > .form-control {
	min-width: 100px;
	max-width: 150px;
}
td.sumInline {
	display: inline-flex!important;
}
.summary {
	margin-bottom: 20px;
}
table.summaryDetailFooter .custom-select {
	height: 2rem;
	padding: .1rem 1.75rem .1rem .75rem;
	vertical-align: unset;
	display: inline;
}
table.summaryDetailFooter .border-top-bottom {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
table.summaryDetailFooter .border-top-bottom-double {
	border-top: 1px solid #d9d9d9;
	border-bottom: 6px solid #d9d9d9;
	border-bottom-style: double;
}
table.summaryDetailFooter .border-top-bottom-double .sumInline {
	padding: 10px 0px;
}
@media only screen and (max-width: 768px) {
	table.summaryDetailFooter {
		float: none;
		margin: auto;
	}
}
/* ====== suminline ====== */
.flat-green {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(green.png) no-repeat;
	border: none;
	cursor: pointer;
}
.radio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 14px;
	margin: 10px 15px 10px 15px;
}
.radio .label {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 2px solid #c8ccd4;
	border-radius: 100%;
	-webkit-tap-highlight-color: transparent;
}
.radio .label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #1cc88a;
	transform: scale(0);
	transition: all 0.2s ease;
	opacity: 0.08;
	pointer-events: none;
}
.radio .label:after:nth-child(2) {
	top: 4px;
	left: 4px!important;
}
.radio:hover .label:after {
	transform: scale(3.6);
}
input[type="radio"]:checked + .label {
	border-color: #1cc88a;
}
input[type="radio"]:checked + .label:after {
	transform: scale(1);
	transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1;
}

table .radio .label{
	margin-right: -5px;
}

.hidden {
	display: none !important;
}
/*=========== Step wizard CSS ===============*/
.f1 {
	padding: 0px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.f1 h3 {
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.f1-steps {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.f1-progress {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.f1-progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #1abfb8;
}
.f1-step {
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 0 5px;
}
.f1-step-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	background: #ddd;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff;
	border: 1px solid #1abfb8;
	color: #1abfb8;
	line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px;
	height: 48px;
	margin-top: 0;
	background: #1abfb8;
	font-size: 22px;
	line-height: 48px;
}
.f1-step p {
	color: #ccc;
}
.f1-step.activated p {
	color: #1abfb8;
}
.f1-step.active p {
	color: #1abfb8;
}
.f1 fieldset {
	display: none;
	text-align: left;
}
.f1-buttons {
	text-align: right;
}
.f1 .input-error {
	border-color: #1abfb8;
}
/*=========== END Step wizard CSS ===============*/


.machine_sub_process{
	padding: 5px 0px 0px 20px;
}
.machine_sub_process::before{
	content: " ";
    position: absolute;
    padding: 4px;
    margin-left: -13px;
    margin-top: -2px;
    height: 24px;
    border: 4px solid #5c8ec7;
    border-top-width: 0px;
    border-right-width: 0px;
}




/*Mix Bom Material Color=============*/
.mixbomtext{
	color:#fff;
	text-align: center;
	font-size: 1.4rem;
}
.mixbomcolor1 {
	background-color: #5c8ec7;
}

.mixbomcolor2 {
	background-color: #00a79d;
}

.mixbomcolor3 {
	background-color: #1b75bc;
}

.mixbomcolor4 {
	background-color: #068380;
}

.mixbomcolor5 {
	background-color: #8dc63f;
}

.mixbomcolor6 {
	background-color: #f9ed32;
}

.mixbomcolor7 {
	background-color: #fbb040;
}

.mixbomcolor8 {
	background-color: #f15a29;
}

.mixbomcolor9 {
	background-color: #be1e2d;
}

.mixbomcolor10 {
	background-color: #ee2a7b;
}

.mixbomcolor11 {
	background-color: #9e1f63;
}

.mixbomcolor12 {
	background-color: #662d91;
}

.mixbomcolor13 {
	background-color: #c49a6c;
}

.mixbomcolor14 {
	background-color: #8b5e3c;
}

.mixbomcolor15 {
	background-color: #603913;
}

.mixbomcolor16 {
	background-color: #5c8ec7;
}

.mixbomcolor17 {
	background-color: #1b75bc;
}

.mixbomcolor18 {
	background-color: #00a79d;
}

.mixbomcolor19 {
	background-color: #068380;
}

.mixbomcolor20 {
	background-color: #8dc63f;
}

.mixbomcolor21 {
	background-color: #f9ed32;
}

.mixbomcolor22 {
	background-color: #fbb040;
}

.mixbomcolor23 {
	background-color: #f15a29;
}

.mixbomcolor24 {
	background-color: #be1e2d;
}

.mixbomcolor25 {
	background-color: #ee2a7b;
}

.mixbomcolor26 {
	background-color: #9e1f63;
}

.mixbomcolor27 {
	background-color: #662d91;
}

.mixbomcolor28 {
	background-color: #c49a6c;
}

.mixbomcolor29 {
	background-color: #8b5e3c;
}

.mixbomcolor30 {
	background-color: #603913;
}


.card-header {
	border-bottom: 0px solid #e3e6f0;
}


.prepend-width {
	width: 85px;
}
.prepend-w150 {
	width: 165px;
}

.pull-left{
	float:left !important;
}
.pull-right{
	float:right!important;
}
/*==== CHAT ====== */
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li .chat-img {
	    font-size: 1.5rem;
    color: #fff;
    border-radius: 50%;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    line-height: 2.8rem;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
.chat li.left .chat-body
{
    margin-left:60px;
}
.chat li.sendApprove .chat-img{
	background-color: #5b8dc7;
}
.chat li.rejectApprove .chat-img{
	background-color: #bf1922; 
}
.chat li.approveApprove .chat-img{
	
	background-color: #20bfb8;
}
.chat li.waittingApprove .chat-img{
	
	background-color: #BFB719;
}
.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}
/*

.container-fluid {
	margin-top: 70px;
}
*/


/* --- Customer View--- */
.bg-white-pd {
	background-color: white;
	padding: 15px 15px!important;
}
.mb-01 {
	margin-bottom: -1px!important;
}
.input-group-sm .select2 .select2-selection__rendered {
	line-height: 16px!important;
}
.nav-label , .nav-i  {
	display: none;
}
.tab-content {
	background-color: #fff;
	padding: 15px 15px;
	border-left: 1px solid #dddfeb;
	border-right: 1px solid #dddfeb;
	border-bottom: 1px solid #dddfeb;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.loader-view {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(86 86 86 / 55%);
}
.loader {
	position: relative;
	right: 50%;
	top: 50%;
  border: 8px solid #efefef;
  border-radius: 50%;
  border-top: 8px solid #ffffff;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.fc-event-container {
	cursor: pointer;
}
.cancel-row > td {
	text-decoration: line-through;
}
.text-warning {
	color: #fff422!important;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 1024px) {
	.nav-i {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
	}
	.nav-label, .nav-i {
		display: block!important;
}
	.active .nav-i, .active .nav-label {
			color: #2cb5a8;
	}
	.nav-span {
		display: none!important;
	}
}

.select2-container--bootstrap4 .select2-results__option[aria-disabled=true]{
	opacity: 0.5;
}

.detailLabelIntable > h4{
	font-size: 20px;
    color: #a3151d;
    margin-bottom: 3px;
}
.detailLabelIntable > span{
	color: #6d171b;
}

.input-group > .select2 + .input-group-append .btn-icon-split .icon,.input-group > .select2 + .input-group-append .btn-icon-split .text{
	line-height: 26px;
}

.nav-item a.collapse-item:disabled{
	cursor: not-allowed;
}
 
#userName_name{
	color: #fff;
}

.add_deliverydate_modal_span{
	white-space: break-spaces;
    line-height: 1.2rem;
    text-align: left;
}


/* ------ Loading ------ */

.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading>.close {
  position: fixed;
  z-index: 99999;
  color: #fff;
  right: 20px;
  top: 20px;
  font-size: 30px;
  text-shadow: 1px 1px 5px;
}

/* Transparent Overlay */

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 20px;
    width: 10px;
    height: 10px;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.remain_qty_summary_text{
	font-size: 12px;
	line-height: 1rem;
}

.btn-group.no-shadow{
	box-shadow: none;
}

a.disabled {
	opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

td.discount_td {
	background-color: #0BC0E0;
}
