* {
	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;
}


#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;
}

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

.news-list .item a{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 0px 20px 20px;
  }
  .news-list .item:first-child a{
	border-top: 1px solid #CCC;
  }
  .news-list .item .date{
	margin: 0;
	min-width: 120px;
	font-size: 16px;
	color: #999;
	padding: 0 20px 0 0;
  }
  .news-list .item .title{
	margin: 0;
	width: 100%;
  }
  .news-list .item a:hover .title{
  }
  
  @media screen and (max-width: 767px){
  .news-list .item a{
	flex-wrap: wrap;
  }
  .news-list .item .date{
	min-width: 100px;
  }
  .news-list .item .title{
	margin-top: 10px;
  }
  }
  .info-base{
	display:none;
  }
  .news-list{
	list-style: none outside;
	margin: 0;
	padding: 0;
  }
  .url-title{
	text-decoration: underline;
	color: blue;
  }
  .not-url-title{
	text-decoration: none;
	color: black;
  }