/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap
*= require grails
*= require main
*= require mobile
*= require_self
*/
body{background-color: #F5F5F5;}
/*ul模拟select*/
.select_box {    width: 10%; *width: 61%; position:relative; *z-index:100; height: 37px; font-size: 14px; padding:0;float: left;}
ul,li {list-style:none; padding:0; margin:0}
.select_box input {width: 100%; border: 1px solid #dcdcdc; padding-left: 15px; height: 37px; *height: 33px; *line-height:33px; /*color: #757575;*/ font-size: 14px; cursor:pointer; display:block; width:100%; overflow:hidden;  color:#333; }
.select_box ul {!importantwidth: 100%;height: 300px; position:absolute; left:0; top:37px; border:1px solid #dcdcdc; border-top:none; background:#fff; overflow: hidden; display: none; z-index:99999;}
.select_box ul li {display: block; overflow:hidden;height:32px; line-height:32px;padding-left:15px;width:100%;cursor:pointer; margin-bottom: 0; color:#333;}
.w2 .right .select_box ul li.hover {background:#E01515; color: #fff;}
.btn-red{width: 150px;height: 33px;margin: 10px;float: left;background: #E01515;font-size: 16px;text-align: center;line-height: 33px;  }
.btn-red a{color: #ffffff;}
.error{color:red;}
.pagination li a{font-size: 12px;color:#333;}
.pagination>.active>a{background-color:#D35654;border-color: #D35654}
.pagination>.active>a:hover{background-color:#E01515;border-color: #E01515}
.bootstrap-table .table{border-bottom: none;}
.table th, .table td{vertical-align: middle !important;}
.fixed-table-pagination{border-top: 1px solid #dddddd;}
.dropdown-menu ul li{line-height: unset !important;color: unset !important;margin-top: 0px !important;}