
/*Billing Style*/

.nav-md .container.body .right_col {
	padding: 5px 10px 0;
	/*margin-left: 230px;*/
}

.toggle a {
	padding: 10px 10px 0;
}

.page-title .title_left h3 {
	margin: 0 0 9px 0;
	font-size: 1.2rem;
	font-weight: 500;
}

.top_nav .navbar-right {
	margin: 8px;
}

.form-control {
	height: calc(1em + .75rem + 2px);
	padding: .275rem .5rem;
	font-size: 0.9rem;
	color: #000000;
	border: 1px solid #d4d9de;
	border-radius: 2px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

	.form-control:focus, .form-control:hover {
		border: 1px solid #007bff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		outline: 0px;
	}

.x_panel {
	padding: 10px 0px;
	margin-bottom: 2px;
}

.form-group {
	margin-bottom: 2px;
}

.label-header {
	color: #005cbf;
	font-weight: 600;
}

.btn {
	padding: .175rem .75rem;
	font-size: 0.9rem;
}

.ln_solid {
	margin: 10px 0;
}

button, .buttons, .btn, .modal-footer .btn + .btn {
	margin-bottom: 0px;
	margin-right: 0px;
}

.x_content {
	padding: 0 0px 0px;
}

.pl-0 {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.fixed-panel {
	background: rgb(0,123,255,0.05);
	border-color: rgb(0,123,255,0.1);
}

body {
	color: #444d54;
}

.mt-0 {
	margin-top: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-8 {
	margin-bottom: 8px;
}

.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-6 {
	padding-top: 6px;
}

.fw-600 {
	font-weight: 600;
}

.fs-3rem {
	font-size: 3rem;
}

.fs-4rem {
	font-size: 4rem;
}

.clear-b {
	clear: both;
}

.dib {
	display: inline-block;
}

.color-thead {
	background: #007bff;
	color: #ECF0F1;
}

.table-border {
	border: 1px solid rgba(221,221,221,0.78);
}

.table td, .table th {
	padding: .35rem;
}

.bt-0 {
	border-top: 0px;
}

.table-col-width-150-px {
	width: 150px;
}

.table-col-width-75-px {
	width: 75px;
}

.table-col-width-50-px {
	width: 50px;
}

.table-col-width-40-px {
	width: 40px;
}

.label-amount {
	color: #005cbf;
	font-weight: 600;
	font-size: 1.25rem;
}

.qr-code-area {
	width: 220px;
	height: 140px;
	border: 1px dashed #ddd;
	background-color: #000;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	object-fit: cover;
}

.qr-code-font {
	font-size: 9rem;
	color: #ccc;
}

.qr-code-button-area {
	width: 215px;
	text-align: center;
}

.fa-icon {
	color: #73879C;
}

	.fa-icon:hover {
		cursor: pointer;
		color: #5A738E;
	}

.fa-excel {
	color: var(--teal);
}

	.fa-excel:hover {
		color: var(--green);
		cursor: pointer;
	}

.fa-pdf {
	color: var(--pink);
}

	.fa-pdf:hover {
		color: var(--red);
		cursor: pointer;
	}

.pl-6 {
	padding-left: 6px;
}

div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_filter {
	text-align: right;
}

	div.dataTables_filter input {
		margin-left: 0.5em;
		display: inline-block;
		width: auto;
	}

div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

.dataTables_paginate a {
	/*background: #fff !important;*/
	color: black;
}

.pagination {
	margin-bottom: 0px;
}

.modal-title {
	font-size: 1.1rem;
	font-weight: 500;
}

.qr-code-title {
	font-size: 0.8rem;
	font-weight: 500;
}

.qr-code-modal-scroll {
	height: calc(100vh - 200px);
	overflow: auto;
}

.qr-code-size {
	width: 190px;
	height: auto;
	border: 1px solid #d4d9de;
	padding: 6px;
	overflow: hidden;
	margin-right: 6px;
	float: left;
	margin-bottom: 6px;
}

	.qr-code-size:hover {
		border: 1px solid #007bff;
	}

.qr-code-img {
	width: 100px;
}

.qr-code-left {
	float: left;
	width: 50%;
}

.qr-code-right {
	float: left;
	width: 50%;
}

.qr-code-label {
	margin-bottom: 0px;
	color: #000;
}

.modal-width-835 {
	width: 835px;
	max-width: 835px;
}

.login-control-height {
	height: 40px;
}

.login_content {
	padding: 50px 0 0;
}

.login-btn {
	width: 100%;
	height: 40px;
	font-size: 1rem;
	font-weight: 600;
}

.login_content div .reset_pass {
	margin: 0px;
}

.modal-backdrop {
	width: 100%;
	height: 100%;
}

.header-dropdown {
	background-color: transparent;
	font-size: 0.8rem;
}

.table-responsive {
	display: table;
}

@media (max-width: 991px) {
	.pl-0 {
		padding-left: 10px !important;
	}

	.pr-0 {
		padding-right: 10px !important;
	}

	.mobile-qr-code-area {
		padding-left: 20px;
		padding-top: 15px;
	}

	.modal-width-835 {
		width: 95%;
		max-width: 95%;
	}

	.top_nav .navbar-right {
		padding-left: 0px;
	}

	.table-responsive {
		display: block;
	}
}

@media (min-width: 768px) {
	.table-responsive {
		display: table;
	}
}

.alert-position {
	position: fixed;
	top: 30px;
	left: 40%;
	z-index: 10;
}

.alert-close {
	line-height: 18px;
	margin-left: 20px !important;
	font-size: 1.4rem;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.blank {
	border: 1px red solid;
}
