.select-store-name {
	position: absolute;
	right: 10px;
	top: 1px;
	color: #8e8e93;
	font-size: 13px;
	line-height: 29px;
}

.ui-jqgrid tr.jqgrow td {
	height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
}

.ui-jqgrid tr.footrow td {
	height: 25px;
	color: #ea0000;
	font-size: 12px;
}

.ui-jqgrid tr.footrow-ltr td {
/* 	border-top: none; */
    border-bottom: none;
	background: #FFFFFF;
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
	font-size: 12px;
	font-weight: bold;
}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	font-size: 12px;
	font-weight: bold !important;
}

.ui-jqgrid tr.jqfoot td {
	height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
}

.ui-jqgrid tr.footrow-ltr td span.padd{
	padding-left: 6px;
	padding-right: 6px;
}

.tr-sunday td.date{
	color: #FF0000 !important;
}

.tr-saturday td.date{
	color: #0000FF !important;
}

table.tList tr.tr-total-sum,
table.tList02 tr.tr-total-sum{ 
	background: #FFFFEE;
}

table.tList tr.tr-subTotal-sum,
table.tList02 tr.tr-subTotal-sum{ 
	background: #f9f9f9;
}

.ui-dialog .ui-dialog-content {
	padding: 0px !important;
}

table tr.tr-select td{
	background: #f9f9f9;
}

.dialog-noTitle .ui-dialog-titlebar { display:none; }

input[disabled], input[readonly]{
    background-color: #ccc;
    opacity: 1;
}

select[disabled], select[readonly]{
    background-color: #ccc;
    opacity: 1;
}

button[disabled], button[disabled]:hover {
	color: #ccc;
	background: #eee;
	border: 1px solid #ddd;
}

.tr-addRow{
	background: #ffffdd;
}

.single-tag{
	font-size: 11px;
	vertical-align: middle;
}
.single-tag2{
	font-size: 14px;
    vertical-align: bottom;
}
.single-tag14{
	font-size: 14px;
    vertical-align: bottom;
}
.single-tag15{
	font-size: 15px;
    vertical-align: bottom;
}

.btnM-single-tag {
	font-size: 12px;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

.A4 {
	background: white;
	width: 21cm;
	height: 29.7cm;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	border: 1px solid #cfcfcf;
}

@media print {
 	html, body {
		min-width: initial;
		margin: 0;
	}
	.A4 {
		margin: 0;
		border: initial;
		width: initial;
		max-width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
		border: initial;
	}
	body, .tList th, .tList td  {
		color: #000000;
	}
}

.hidden-range-date {
	width: 1px !important;
    padding: 0px !important;
    opacity: 0 !important;
    margin: 0px !important;
    margin-left: -5px !important;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	padding: 0px 40px 1px 5px;
    height: 28px;
}
.daterangepicker select.monthselect {
	width: 46%;
	margin-right: 0%;
}
.daterangepicker select.yearselect {
	width: 50%;
	margin-right: 2%;
}
.description-textarea {
	height: inherit;
	padding: inherit;
	width: inherit;
	resize: none;
}
.text-line-through{
	text-decoration:line-through;
}