[genuitec-file-id="wc2-2"],[genuitec-lp-path="/gxszf/src/main/webapp/r/css/common.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

.table>thead>tr>th .btn {
	padding: 0px;
	font-weight: bold;
}

.table>thead>tr>th .btn-default {
	background-image: none;
	border-color: transparent;
}

label {
	font-weight: normal;
}

.detail dl {
	float: left;
	width: 40%;
}

.detail dl dt {
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 20px;
}

.detail dl dd {
	float: left;
	width: 50%;
	margin-left: 0px;
}

.myform .form-group {
	clear: both;
	display: block;
}

.myform .form-group label {
	float: left;
	display: inline-block;
	min-width: 1px;
	max-width: 300px;
	text-align: right;
	padding: 0px;
	width: 100px;
	line-height: 30px
}

.myform .form-group label.radio-inline {
	float: inherit;
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
	text-align: left;
	min-width: 50px;
	width: auto;
}

.myform .form-group .btn-group {
	margin-right: 10px;
}

.myform .form-group div {
	float: left;
	display: inline-block;
}

.myform .form-group input {
	float: left;
	display: inline-block;
	width: 200px;
	max-width: 300px;
}

.myform .form-group textarea {
	float: left;
	display: inline-block;
	width: 300px;
	max-width: 500px;
}

.myform .form-group input[type='radio'] {
	width: 10px;
}

.myform .form-group .myradiolabel {
	min-width: 100px;
	margin-left: 3px;
	text-align: left;
}
.myform .form-group .checkbox label{
	line-height: 18px;margin-left:10px;width: auto;
}
.mysearchform .form-group {
	clear: both;
}

.mysearchform .form-group .btn-group {
	margin-right: 10px;
}

.mysearchform .form-group div {
	float: left;
	display: inline-block;
}

.mysearchform .form-group label {
	float: left;
	display: inline-block;
	min-width: none;
	max-width: none;
	width: auto;
	text-align: right;
	padding-right: 0px;
	line-height: 30px
}

.mysearchform .form-group input {
	float: left;
	display: inline-block;
	width: 200px;
	max-width: 300px;
}

.table .iradio_minimal-blue {
	margin-top: -2px;
}

.table .iradio_minimal-blue.checked {
	margin-top: -2px;
}

/* 操作提示 */
.tipbox {
	display: block;
	position: fixed;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.tipbox .alert {
	display: inline-block;
	padding: 12px 10px;
	margin: auto;
	margin-bottom: 5px;
	line-height: 20px;
	height: auto;
	min-height: 30px;
	width: auto;
	min-width: 50px;
	max-width: 70%;
	text-align: left;
	background-color: #DFF0D8;
}

.tipbox .alert.fail {
	background-color: #FCF8E3;
}

.tipbox .alert.load {
	padding-left: 43px;
	background-position: 10px center;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-image: url("../images/icon-loading.gif");
}

.tipbox .alert p {
	display: inline-block;
	margin: 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.opacity0 {
	opacity: 0;
}
.opacity1 {
	transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	opacity: 1;
}
