.hide
{
	display: none;
}
.show
{
	display: block;
}

.contents
{
	display: contents;
}

.card-footer, .card-header
{
	padding: 1.1rem;
}

.list_label
{
	display: -webkit-inline-box;
}

.limit_drop
{
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.limit_label
{
	display: -webkit-inline-box;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.limit_select
{
	width: 5rem;
	margin: 0 .5rem;
}

.lh-32
{
	line-height: 32px;
}

.lh-40
{
	line-height: 40px;
}

.search_box
{
	margin-left: .75rem;
}

.mt-50 {
  margin-top: .5rem !important;
}

.me-4 {
  margin-left: 4.5rem !important;
}

.me-8
{
	margin: 8px;
}

.mt-8
{
	margin-top: 8px;
}

.dx-2
{
	margin-right: 0.8rem !important;
	margin-left: 0.5rem !important;
}

.tablelocload
{
	height: 45px;
}
.tablelocload:empty
{
    animation: loading 1.5s infinite linear;
	background: #f4f4f496;
	background-image: -webkit-linear-gradient(to right, #dedfe1 0%, #f2f3f5 20%, #dedfe1 40%, #dedfe1 100%);
	background-image: linear-gradient(to right, #dedfe1b5 0%, #f2f3f5 20%, #dedfe1 40%, #ecececc9 100%);
	background-repeat: no-repeat;
}

@keyframes loading {
    0% {
      background-position: -100px;
    }
    50% {
        background-position: 200px;
    }
    100% {
        background-position: 300px;
    }
}

.list
{
  	/*width: 100%;*/
  	min-height: 5px;
  	max-height: 100px;
  	overflow-y: scroll;
  	/*scrollbar-width: thin;*/
  	scrollbar-width: none;
}
.thumb{
  	width: 100%;
  	height: 100px;
  	padding-bottom: 3px;
  	border-radius: 8px;
}
.close_btn
{
  	position: absolute;
	color: #fff;
	background-color: #000;
	border-radius: 8px;
	right: 5px;
	padding: 0px;
	margin-top: 5px;
	width: 16px;
	text-align: center;
	cursor: pointer;
	height: 16px;
}

.img_list
{
  	position: relative;
}

.img_place
{
	border: 2px dashed #ddd;
	height: 150px;
	border-radius: .357rem;
	display: inline-block;
	/*cursor: pointer;*/
	width: 100%;
}

.upload_btn
{
	width: 100%;
	border-top: 2px dashed #ddd;
	padding: 6px 0px 8px 4px;
}

/*.img_place input[type="file"] {
    display: none;
}*/

.dz-message
{
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 40px;
}

.w-100
{
	width: 100%;
}

.collapse_head
{
	width: 100%;
	text-align: left;
	border-radius: 4px;
	/*background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, .7)) !important;
	box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7) !important;*/
	margin-bottom: .5rem !important;
	padding: 16px;
}

.collapse_body
{
	/*border: 1px solid #EBE9F1 !important;*/
	border-radius: 0px 0px 4px 4px;
	margin-bottom: 1rem !important;
	padding: 4px;
}

.error_notify
{
	border: 1px solid #f70404;
}

body, html {
	overflow-x: hidden;
}

.show-inline {display: inline-block;}

.table-light th {
    cursor: pointer;
}

.text-right
{
	text-align: right !important;
}

.fw-380
{
	font-weight: 380 !important;
}

.mr-6
{
	margin-right: 0.6rem !important;
}

.mr-0
{
	margin-right: 0px !important;
}

.mb-0
{
	margin-bottom: 0px !important;
}

.mt-22
{
	margin-top: 22px;
}

.image-value
{
	display: inherit !important;
}

.click_btn
{
	cursor: pointer !important;
}

.show_lable
{
	display: inline !important;
}
.news_date{
	display: none;
}
.show_data{
	display: block !important;
}