#OR #date_or{
	padding: 5px;
    width: 8rem;
    text-align: center;
    font-size: 1em;
	vertical-align: top;
	cursor: pointer;
}

#OR button#refresh_or,
#OR button.open_ot{
	padding: 5px 7px;
	font-size: 0.8em;
	vertical-align: top;
	line-height: 18px;
	height: 32px;
}

#OR #or_ward{
	white-space: nowrap;
}

#OR #or_doctor,
#OR #operation_status{
	padding: 5px;
    font-size: 1em;
	height: 32px;
}

#OR .or_operation_set_doctor_code,
#OR .or_status_name{
	white-space: nowrap;
}

#OR .or_total
,#OR .or_total_value
{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
}

#OR .or_holiday{
	display: inline-block;
	margin-left: 20px;
	background: #cae8ff;
    padding: 5px 9px;
}

#or_container{
	border-spacing: 0px;
	user-select: none;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 5px;
	height: 100%;
	display: block;
}

#or_container .or_subitem.notfound{
	text-align: center;
	vertical-align: middle;
}

#or_container .or_item{
	height: 72px;
	cursor: pointer;
	display: table-row;
	background: #e6f7ff;
}

#or_container .or_subitem{
	display: table-cell;
	padding: 10px 10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	vertical-align: top;
}

#or_container .or_item:focus{
	background: #3399ff !important;
    color: #ffffff !important;
	outline: none;
}

#or_container .or_item:hover{
	background: #ccf0ff;
}

#or_container .or_item .or_name{
	white-space: nowrap;
}

#or_container .or_item .or_name div{
	display: inline-block;
    vertical-align: top;
	margin-left: 15px;
}

#or_container thead tr{
	border-right: 1px solid #999;
    border-top: 1px solid #999;
}

#or_container th
{
	position: sticky;
    top: 0px;
    background: #99d6ff;
    padding: 8px;
	border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}