* {
	font-size: 14px;
}

.form-group * :not(div) {
	margin: 2px;
}

.form-group .card {
	margin-right: 2px;
	margin-bottom: 2px;
}

.table th{
	background-color:aliceblue;
}

.gift {
	display: inline-flex;
	list-style-type: none;
}

.gift, ol {
	padding-left:4;
  }

a:link.delete_btn { color: #FF0080; }
a:visited.delete_btn { color: #ff0000; }
a:hover.delete_btn { color:  #ff0000; }
a:active.delete_btn { color: #ff8000; }

td.right{
	text-align: right;
}

tfoot tr th.right{
	text-align: right;
}

td.del{
	vertical-align: middle;
	text-align-last: center;
}


.ui-autocomplete {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
		z-index: 999999;
}


#dataTable_daily_report_wrapper label {
	display: inline-block;
	justify-content: left;
}

.dailyreport_quantityspacer {
	width: 154px;
}

.row_selected {
    background-color: #b2f3b4 !important; /* Add !important to make sure override datables base styles */
}

button.link-style-btn{
	cursor: pointer;
	border: none;
	background: none;
	color: #0033cc;
}
button.link-style-btn:hover{
	text-decoration: underline;
	color: #002080;
}

.form {
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-inline div input.css_search_client_no {
	width:100px;
}

.form-inline div input.css_search_client_name {
	width:200px;
}

#cb_div_loading             { width: 100%;  height: 100%; position: fixed; top: 0; z-index: 100;  background: rgba(0,0,0,0.5); /*margin-left: -6vw;*/ }
#cb_div_loading .cv-spinner {               height: 100%; display: flex; justify-content: center; align-items: center; }
#cb_div_loading .spinner    { width: 40px;  height: 40px; border: 4px #ddd solid; border-top: 4px #2e93e6 solid; border-radius: 50%; animation: sp-anime 0.8s infinite linear; }
@keyframes sp-anime { 100% { transform: rotate(360deg); } }
