@charset "UTF-8";
/*报告单*/
.body-bg {
	background-color: #f1f1f1;
}
.report-content {
   padding-top: 20px;
}

.report-search {
    /*background-color: #fff;*/
    margin-bottom: 15px;
   /* border-bottom: 1px solid #b6b6b6;*/
}
.padding-right0 {
	padding-right: 0px;
}
.report-search .first-group{
	margin-bottom: 10px;
}
.report-search .form-control {
	/*text-align: center;*/
	background: #fff url(../img/inpatient-inquiry/date-icon.png) no-repeat right;
	background-size: auto 22px;
	background-position-x: 97%;
}
.report-search .btn-default {

	width: 100%;
	height: 78px;
	
}
.rowcell {
	position: relative;
}
.rowcell p {
	margin: 0 18px 0 50px;
	height: 20px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	
}
.rowcell img {
	width:40px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
}
.rowcell .glyphicon-menu-right {
	position: absolute;
	right:0;
	top:10px;
	font-size: 20px;
	color: #a2a2a2;
}
.test-name {

	/*font-style: oblique;*/
}

.bodybackground {
	background-color: rgb(237,237,237);
}

.report-detail-header {
	 padding: 10px;
	 background-color: white;
}
.span-width {
	display: inline-block;
	outline: none;
}
.report-detail-test-body {
	padding: 10px;
	 background-color: white;
	 margin: 10px 0;
}
.table-header-style {
	border: 1px solid lightgray;
}
.table-body-style {
	border-bottom: 1px solid lightgray;
}
.table-tr-style {
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.mrecords_list{
    position: relative;
}
.mrecords_list .btn-green{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
.base-btn{
    background-color: #2278dd;
    border: #2278dd;
}
.expert-info {
    width: 100%;
    background-color: #fff;
}
.noborder.weui-cell:before {
    border-top: none;
}
.noborder.weui-cells:after {
    border-bottom: none;
}
.cutpadding.weui-cell {
    padding: 5px 15px;
}
.juchi-border {
    position: relative;
    width:100%;
    height: 73px;
    overflow: hidden;
}
.juchi-border img {
    display: inline-block;
    width:100%;
    height: auto;
}
.footer-msg {
    position: absolute;
    bottom:17px;
}
table {
    background-color: transparent;
}
.table-list {
    width: 100%;
}
.table-list thead tr th {
    background-color: #2278dd;
    line-height: 30px;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    font-weight: normal;
}
.table-list.table-3l tr th, .table-list.table-3l tr td {
    width: 25%;
}
.table-list .tcenter {
    text-align: center;
}
.table-list tbody tr td {
    line-height: 30px;
    padding: 5px;
    position: relative;
    text-align: center;
}
.table-list tbody tr td:last-child {
    color: #707070;
}
.table-list tbody tr td.text-blue {
    color: #2278dd;
}
.table-list tbody tr td:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.title-wrapper {
    height: 45px;
    padding: 10px;
}
.blue-line {
    width: 100%;
    height: 25px;
    border-left: 4px solid #2278dd;
}