@charset "utf-8";
.elf-grid{position: relative; overflow: hidden; background: #fff; border: 1px solid #ccc; text-align: left; height: 100%; padding-top: 45px;}
.elf-grid-head{position: relative;margin-top: -45px; width: 100%; background: #eee; z-index: 1;overflow: hidden;}
.elf-grid-head-body{position: relative;}
.elf-grid-body{position: relative; overflow-x: auto;width:100%; height: 100%; min-height: 0%;overflow-y: scroll;}
.elf-grid-fixedThead{position: absolute; top: 0; height: 100%; left: 0;}
.elf-grid-head .elf-grid-table,.elf-grid-head .elf-grid-fixed-table,.elf-grid-head{background-color: #dce9f9; background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9)); background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9); background-image: linear-gradient(top, #ebf3fc, #dce9f9); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9)"; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; border-top: none; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
.elf-grid-table,.elf-grid-fixed-table{display: table; width: inherit;table-layout: fixed; border-collapse: separate; border-spacing: 0; text-align: left; word-wrap:break-word; }
.elf-grid-table{min-width: 100%;}
.elf-grid-thead{display: table-header-group; }
.elf-grid-row{display: table-row; }
.elf-grid-head .elf-grid-table{position: relative; }
.elf-grid-head  table th{position: relative; padding: 5px; border-right: 1px solid #ddd; border-bottom: 1px solid #d2d2d2; overflow: hidden; }
.elf-grid-body td{padding: 5px; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; line-height: 2; }
.elf-grid-fixed-cell{position: relative; overflow: visible !important; }
.elf-grid-fixed-content{position: absolute; left: 0;top:0;bottom:0; width: 100%; height: 100%; height: calc(100%); z-index: 1; }
.elf-grid-fixed-content:after{content: ""; height: 100%; position: absolute; top: 0;right: -1px; border-right: solid 1px #e4e4e4; }
.elf-grid-body tr.even,.elf-grid-body tr.even .elf-grid-fixed-content{background: #f3f3f5; }
.elf-grid-body tr.odd,.elf-grid-body tr.odd .elf-grid-fixed-content{background: #fff; }
.elf-grid-body tr:hover{background: #fbf8e9; }
.elf-grid-body tr:hover .elf-grid-fixed-content{background: #fbf8e9; }
.vam .elf-grid-fixed-content:before{content: " "; display: inline-block; height: 100%; width: 1px; vertical-align: middle; }
.elf-grid-fixed-table{position: absolute !important; top: 0; left: 0;}
.elf-grid-body tr.odd.checked{background: #62A6E5;}
.elf-grid-body tr.even.checked{background: #A6CDEE;}