@media(min-width: 992px) {
	.progress_width {
		min-width: 150px;
	}
}

.list_tool_border {
	border-top: 1px solid rgb(230, 230, 230);
	padding-top: 0.25rem;
}

.modal_layer {
	position: absolute;
	z-index: 3;
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
	width: 100%;
	display: none;
}

.toast_style {
	z-index: 5;
}

@media(min-width: 768px) {
	.list_tool_border {
		border-top: 0px;
		padding-top: 0rem;
	}	
}

/*list_table*/
@media(min-width: 992px) {
	.name_width {
		min-width: 200px;
	}
	.list_tool {
		width: 140.8px;
	}
}

