table.data-pengiriman tbody td:hover{
	background-color: #c5dedf;
}
.mode-detail fieldset table,
.mode-detail fieldset table tbody {
	border: 0;
}
.prod-option-lane {
	margin-bottom: 2px;
}
.as-form input[disabled]{
	background-color: #ffdada;
}
.text-ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 1.5em;
}

.warning .popup-inner {
	max-width: 350px;
	background: red;
	border: 0;
	padding: 50px;
	height: auto;
	
}

.warning .popup-header {
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0;
}

.warning-utf {
	font-size: 75px;
	color: yellow;
}

.warning .flex {
	align-items: center;
  	height: 100%;
}

.warning .popup-content {
	overflow-y: inherit;
	color: white;
}

.warning .popup-content div {
	font-size: 10pt;
}

.close {
	margin-top: 13px;
	border-radius: 8px;
	background: white;
	color: red;
}
.mode-detail tbody th{
	text-align: left;
}
.filter-container{
	display: none;
}