.panel-body{
	background:#E2E2E2;
    position: initial!important;
}
.tabs-header, .tabs-tool{
    background: #E2E2E2;
	border-left:6px solid #E2E2E2 !important
}
.tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool, .tabs, .tabs-panels, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner, .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner, .tabs-header-left .tabs li.tabs-selected a.tabs-inner, .tabs-header-right .tabs li.tabs-selected a.tabs-inner{
	border:0;
}
.tabs{
	height: 31px !important;
}
.tabs li{
	margin:0;
	border-radius:4px 4px 0px 0px;
    background: #F3F2F2;
    margin-right: 2px;
}
.tabs li .tabs-tag{
    display: none
}
.tabs li a.tabs-inner{
	border-radius:0;
    height: 30px !important;
    line-height: 31px !important;
    color:#949494 !important;
    background: #F3F2F2 !important;
    font-size: 12px;
    padding:0 16px !important;
    border-radius:4px 4px 0px 0px;
}
.tabs li.tabs-selected a.tabs-inner{
	color:#4D4D4D !important;
    background: #fff !important;
}
.tabs .tabs-selected .tabs-tag{
    display: inline;
    color:#949494;
}
.tabs-panels{
	padding:1px 0 0 6px;
}
.active-button:active{
	transform: scale(0.97);
	-webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
}
::-webkit-input-placeholder{
    color:#888888;
}
:-moz-placeholder{
　　color:#888888;
}
::-moz-placeholder{
　　color:#888888;
}
:-ms-input-placeholder{
　　color:#888888;
}
.errplace::-webkit-input-placeholder{
    color:red;
}
.errplace:-moz-placeholder{
　　color:red;
}
.errplace::-moz-placeholder{
　　color:red;
}
.errplace:-ms-input-placeholder{
　　color:red;
}
/*分页组件*/
.page_ctrl{
    height:38px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}
.page_ctrl *{
  line-height: 30px;
  vertical-align: middle;
}
.page_ctrl .page_str{
	font-size: 13px;
	color: #464646;
}
.page_ctrl select{
    height: 26px;
    margin: 0 25px 0 5px;
    color:#333;
    vertical-align:middle;
}
.page_ctrl button{
    width:40px;
    height:28px;
    text-align: center;
    line-height: 28px;
    background: #F1F1F1;
    border: 1px solid #B1B1B1;
    color: #464646;
    cursor: pointer;
    outline: none;
    font-size: 13px;
    border-radius: 6px;
    margin-right:10px;
    vertical-align:middle;
}
.page_ctrl .page_dot{
	margin-right: 10px;
}
.page_ctrl button:hover{
    background: -webkit-linear-gradient(top,#009CFF 0,#0E7AFF 80%,#0E7AFF 100%);
	background: -moz-linear-gradient(top,#009CFF 0,#0E7AFF 80%,#0E7AFF 100%);
	background: -o-linear-gradient(top,#009CFF 0,#0E7AFF 80%,#00BAFF 100%);
    background: linear-gradient(to bottom,#009CFF 0,#0E7AFF 80%,#0E7AFF 100%);
    background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009CFF,endColorstr=#0E7AFF,GradientType=0);
	border:1px solid #0E7AFF;
    color: #ffffff;
}
.page_ctrl .btn_dis{
    cursor: default;
    background: #d6d6d6;
    color: #5e5e5e;
}
.page_ctrl .btn_dis:hover{
    background: #d6d6d6;
    color: #5e5e5e;
    border: 1px solid #B1B1B1;
}
.page_ctrl .current_page{
    background: -webkit-linear-gradient(top,#009CFF 0,#0E7AFF 80%,#0E7AFF 100%);
	background: -moz-linear-gradient(top,#009CFF 0,#0E7AFF 80%,#0E7AFF 100%);
	background: -o-linear-gradient(top,#009CFF 0,#0E7AFF 80%,#00BAFF 100%);
    background: linear-gradient(to bottom,#009CFF 0,#0E7AFF 80%,#0E7AFF 100%);
    background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009CFF,endColorstr=#0E7AFF,GradientType=0);
	border:1px solid #0E7AFF;
	color: #ffffff;
}
.page_ctrl .input_page_num{
    width:40px;
    height:26px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    border: 1px solid #B1B1B1;
    color: #464646;
    outline: none;
    font-size: 13px;
    border-radius: 6px;
    margin:0 5px;
}
.page_ctrl .page_total,.page_ctrl .page_text{
    color: #464646;
    font-size: 13px;
}
.page_ctrl .page_text{
	margin-left: 30px;
}
.page_ctrl .to_page_num{
	margin-left:10px;
	height:26px;
	line-height: 26px;
    vertical-align:middle;
    margin-top: 2px;
}
.panel-body .panel-body{
    background: #fff;
}
.panel-body .panel-header,.panel-body .panel-body{
    border:1px solid #dadada;
}
.datagrid-header,.datagrid-td-rownumber {
    background: #00C0FF!important;
    height:44px!important;
}
.datagrid-header-row{
    height:44px!important;
    color:#fff!important;
}
.datagrid-header-row td{
    background: #00C0FF!important;
}
.datagrid-row{
    height:35px!important;
    background:#fff;
}
.datagrid-row-alt{
    background:#f1fafd;
}
.datagrid-header .datagrid-cell span{
    font-size:14px!important;
}
.datagrid-header .datagrid-cell span input{
    vertical-align: middle;
    margin:-1px 1px 0 0;
}
.fa-envelope{
    color: #FFB20E;
    font-size: 15px;
}
.envelope{
    color: #fff;
}
.fa-envelope-open{
    color: #AAAAAA;
    font-size: 15px;
}
/*下拉菜单*/
#menu-o,#menu-p,#menu-q{
    width:95px !important;
    -webkit-box-shadow: 0 0 3px #dddddd;
    box-shadow: 0 0 3px #dddddd;
    border-radius: 2px;
}
#menu-q{
    width:105px !important;
}
/*遮罩*/
html,body{
    height:100%;
}
#dialog1{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); /*IE8支持*/
    z-index: 999;
    overflow: hidden;
}
#dialog2{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); /*IE8支持*/
    z-index: 1000;
    overflow: hidden;
}
.ad-btn{
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color:#333;
    border: 1px solid #b1b1b1;
    background-color: #F4F4F4;
    display: inline-block;
    text-decoration: none;
}
.ad-btn:hover{
    color: #0E7AFF;
}
.ad-num{
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-left: 0;
    border-right: 0;
    width: 50px
}   
.ad-dd{
    font-size: 18px;
    line-height: 26px;
    margin-left:5px;
}
.ad-plus{
    font-size: 25px;
    line-height: 25px;
    margin-right:7px;
}

