#ui-grid-log .ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;
}

#ui-grid-log .ui-grid-row, .ui-grid-cell {
  height: auto !important;
}

#ui-grid-log .ui-grid-row div[role=row] {
  display: flex ;
  align-content: stretch;
}

/*一级查询栏*/
#operationLog #main_options{
	width: 100%;
	height: 37px;
	background-color: #e9e7e7;
	
}
#operationLog #main_options > ul {
	list-style: none;
	height: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}
#operationLog #main_options >ul >li{
	float: left;
	height: 100%;
	line-height: 37px;
	width: 60px;
}
#operationLog #main_options >ul >li >a{
	color: inherit;
}
#operationLog #main_options >ul >li.active >a{
	font-weight: bold;
	font-size: 15px;	
}
#operationLog #main_options >ul >li.dropdown >.dropdown-toggle{
	background-color: transparent;
    border-color: transparent;
    outline: none;
}
#operationLog #main_options .options_to_more{
	
}
#operationLog #main_options .options_to_more .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#operationLog #main_options .options_to_more.active .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
/*#detail_options.ng-enter {
    transition:0.5s linear all;
    opacity:0;
}
#detail_options.ng-enter.ng-enter-active {
    opacity:1;
}
#detail_options.ng-leave {
    transition:0.5s linear all;
    opacity:1;
}
#detail_options.ng-leave.ng-leave-active {
    opacity:0;
}*/

/*二级查询栏*/
#operationLog #detail_options{
	padding-left: 20px;
	width: 100%;
	height: 37px;
	background-color: #e9e7e7;
	border-top: 1px solid #d1cfcf;
}
#operationLog .form-control-con{
	display: inline-block;
}
#operationLog .open>.dropdown-menu {
    display: block;
    height: 200px;
    overflow: auto;
}
.action_result{
	display: inline-block;
    padding: 8px;
}
