input[id*="tip-"]:read-only,
#table-body input:read-only,
#update-table-body input[style]:read-only,
input[id*="input"]:read-only {
	background-color: #eee;
	opacity: 1;
}

table {
	border-spacing: 0 !important;
}

table tbody td {
	border-collapse: separate;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	/* text-align: center; */
	border-bottom: 0;
}

input {
	/* border-radius: 4px; */
	/* background-color: #fff; */
	/* border: 1px solid; */
	/* padding: 0 10px; */
	border: 1px solid #ccc;
	padding: 4px 6px;
}

input:focus {
	outline: 0;
	border: 1px solid;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

button,
input[type="button"] {
	border-radius: 0 !important;
}

.pagination li {
	float: left;
	padding: 0 5px;
	vertical-align: bottom;
	line-height: 34px;
	height: 34px;
}

.modal {
	margin-left: 0 !important;
	width: 90% !important;
	left: 5% !important;
}

.table {
	table-layout: flex;
}

.page-now {
	max-width: 40px;
}

.hide-vis {
	visibility: hidden;
}

.hide {
	display: none;
}

.mw50 {
	max-width: 50px;
}

.mw100 {
	max-width: 100px;
}

.mw150 {
	max-width: 150px;
}

.mw200 {
	max-width: 200px;
}

#div-nodo {
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table;
}

#div-nodo .nodo-content {
	top: 0;
	display: table-cell;
	vertical-align: middle;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 3em;
	line-height: 100%;
}

#list_content td[mingcheng],
#list_content td[start],
#list_content td[end],
#list_content td[bank],
#list_content td[chehao],
#list_content td[beizhu] {
	min-width: 80px;
	max-width: 8em;
}

#list_content td[danju] {
	word-break: break-all;
	min-width: 65px;
}

table tbody[id*="list_content"] td[tt] {
	min-width: 100px;
}

#ctr-caozuo > div {
	margin-top: 5px;
}

#ctr-caozuo > div:nth-child(2) > lable {
	display: inline-block;
	margin-top: 5px;
}

#ctr-caozuo > div {
	margin-bottom: 10px;
}

.modal-dialog span {
	color: black;
}

.modal-dialog .dialog {
	width: 100% !important;
}

.list_content button,
input[type="button"] {
	margin-right: 2px;
	margin-bottom: 1px;
}

.modal-dialog {
	width: 95% !important;
}
.f1 {
	position: fixed;
	top: 0;
	left: 0;
}
.f2 {
	position: fixed;
	top: 0;
	right: 0;
}
.f3 {
	position: fixed;
	bottom: 0;
	right: 0;
}
.f4 {
	position: fixed;
	bottom: 0;
	left: 0;
}
