/* override plugin styles */
/* bootstrap-table.min.css */
.fixed-table-body {
    overflow-x: visible;
    overflow-y: visible;
}

/* bootstrap-table.min.css */
tr.detail-data-index:hover {
	background: #E1F2B6;
    background-color: #E1F2B6;
}
.detail-view *:hover {
	background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}
.detail-view td table tbody *:hover {
	background: #E1F2B6 !important;
    background-color: #E1F2B6 !important;
}

/* SCSS RFS mixin (https://github.com/twbs/rfs) */
code {
	font-size: inherit;
	color: inherit;
}