@charset "utf-8";

body {
	background-color: #F0F3F4;
	margin: 0px;
}

.pagecontent {
	height: 100%;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

.searchbar {
	min-height: 30px;
	padding: 9px;
	background-color: #FFF;
	border-bottom: 1px solid #09c;
}

.Countbar {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #09c;
}

.toolgroup {
	float: left;
	width: 80%;
	height: 100%;
}

.searchbutton {
	float: right;
	padding-right: 0px;
	display: inline;
}
.helpimg{
	cursor: pointer;
	width: 100px;
	height: auto;
	margin-right: 20px;
}

.gridcontent {
	width: 100%;
	min-height: 200px;
	background-color: #FFF;
	border: 0px solid green;
}

.pagebar {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
	border-top: 1px solid #09c;
}

.pagebuttons {
	padding-left: 30px;
	float: left;
	display: inline;
}

.pagecontrol {
	padding-right: 20px;
	float: right;
	display: inline;
}

/*表格明细*/
.detailtop {
	border-width: 0px;
	border-bottom: 1px solid #09c;
}

.detailcontent {
	border-width: 0px;
}

.detailfooter {
	border-width: 0px;
	border-top: 1px solid #09c;
}

.detailbuttons {
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #09c;
}

.detailoper {
	margin: 5px;
}

.textbox .textbox-addon {
	z-index: 0;
}

.hidetool {
	display: none;
}

/*重写表格*/
.datagrid-header {
	background-color: #FBFBFB;
	border-color: #eaeff0;
}

.datagrid-header td,
.datagrid-body td {
	border-color: #eaeff0;
	border-width: 0 1px 1px 0;
	border-style: solid;
}

/*查询页面设置表头*/
.searchPageInfo .datagrid-header td{
	background-color: #fff;
	border-top: 1px solid rgb(234, 239, 240);
}
.searchPageInfo .datagrid .datagrid-pager{
	border-top: none;
}

.showInfoList .datagrid-header-row td:last-child,
.showInfoList .datagrid-row td:last-child {
	border-right: 0;
}

.showInfoList .datagrid-row:last-child td {
	border-bottom: 0;
}

.showInfoList .datagrid-body {
	overflow: hidden !important;
}

.datagrid-header-row .datagrid-cell {
	color: #58666e;
	font-weight: 700;
	font-size: 13px !important;
	font-family: 'Hiragino Sans GB', Arial, "Microsoft YaHei", "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
}

.datagrid-body td {
	color: #58666e;
	font-size: 13px !important;
	font-family: 'Hiragino Sans GB', Arial, "Microsoft YaHei", "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
}

.datagrid-row-selected {
	/*background: rgba(183, 236, 205, 0.27) !important;*/
	background-color: #daf1fb !important
}

.datagrid-row-over {
	background: rgba(243, 128, 128, 0.15) !important;
}

.datagrid-header td.datagrid-header-over {
	background: #FBFBFB;
}


/*window下的header*/
.window .window-header {
	padding: 8px 0px;
}

/*分页样式*/
.pagination {
	display: inline-block;
	padding-left: 0; 
}

.pagination>li {
	display: inline;
}

.pagination>li:first-child>a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>.disabled>a {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 13px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	/* z-index: 2;*/
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

/*页面右侧滑动*/
#pagedetail {
	position: absolute;
	top: 0;
	right: -100%;
	width: 85%;
	height: 100%;
	border: 1px solid #BFBFBF;
	background-color: #F0F3F4;
	box-shadow: 0px 0px 10px 5px #aaa;
}

/*slider下的布局样式重写*/


/*重写tab
.tabs{
    border-style: none;
}
/*.pagecontent .tabs li.tabs-selected a.tabs-inner{
    font-size: 
}*/

#pagetabs .tabs-title {
	font-size: 15px;
	color: #0099cc;
}

/*下拉图标*/

.searchitems .more {
	font-size: 20px;
	color: #09C;
	margin: 8px;
}


/*上拉菜单样式*/

.menuUp {
	width: 102px;
	padding-top: 12px;
	position: relative;
	font-size: 13px;
}

.menuUp ul {
	list-style-type: none;
}

.menuUp ul li {
	float: left;
	position: relative;
}

.menuUp ul li ul {
	display: none;
}

.menuUp ul li a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0c80d7;
	text-align: center;
	border: 1px solid #0c80d7;
	margin-bottom: 3px;
}

.menuUp ul li:hover a {
	color: #fff;
	background-color: #0c80d7;
}

.menuUp ul li:hover ul {
	display: block;
	position: absolute;
	bottom: 35px;
	left: 0;
}

.menuUp ul li:hover ul li {
	display: block;
	background: #fff;
	color: #000;
	width: 100px;
	clear: both;
}

.menuUp ul li:hover ul li:hover a.hide {
	background: #dfc184;
	color: #0c80d7;
}

.menuUp ul li:hover ul li ul {
	display: none;
}

.menuUp ul li:hover ul li a {
	display: block;
	background-color: #fff;
	color: #333;
	width: 100%;
}

.menuUp ul li:hover ul li a:hover {
	background: #fff;
	color: #0c80d7;
}

/*上拉菜单样式 结束*/



/*下拉样式  开始*/
.dropbtn {
	background-color: #f90;
	color: white;
	width: 33px;
	height: 33px;
	font-size: 13px;
	border: none;
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
	border-left: 1px solid rgba(209, 162, 12, 0.59);
}

.dropbtn_Danju {
	border-right: 1px solid #fff;
	background-color: #f90;
	color: white;
	width: 100px;
	height: 33px;
	font-size: 13px;
	border: none;
	margin-right: -3px;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0px;
	background-color: #fff;
	min-width: 132px;
	text-align: center;
	border: 1px solid #f90;
	z-index: 10;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
	color: #f90;
	padding: 9px 13px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #f90;
}


/*下拉样式  结束*/


/*页面数据统计样式 开始*/

.CountNum {
	float: left;
	height: 60px;
	text-align: bottom;
	display: flex;
	align-items: center;
	padding-left: 50px;
	vertical-align: bottom;
}

.CountNum .CountChild .Counttext {
	font-size: 15px;
	color: #5f5c5c;
	padding-right: 10px;
}

.CountNum .CountChild .CountValue {
	font-size: 30px;
	color: #fd7945;
}

/*页面数据统计样式 结束*/



/*弹框样式重写   开始*/

.easyui-window .textInput {
	width: 90%;
	margin: 10px auto;
}

.easyui-window .textInput .label-top {
	font-size: 15px;
	color: #807474;
	margin-right: 10px
}

.easyui-window .footbody {
	text-align: right;
	padding: 5px;
	border-top: 1px solid #dedede;
}

.footbody a {
	margin: 10px;
	width: 100px;
}


/*弹框样式重写   结束*/


/*table表格样式重写   开始*/

#DataForm table {
	border-collapse: collapse;
	overflow: hidden;
	background-color: #FFF;
}

#DataForm table td {
	padding: 10px;
}

#DataForm .FieldLabel {
	font-weight: 600;
	text-align: right;
}

#DataForm .FormRadio {
	width: 18px;
	height: 15px;
	margin: 0 5px;
}

#DataForm .FormTitle {
	height: 60px;
	text-align: center;
	font-size: 20px;
	font-family: 'Times New Roman,Georgia,Serif';
}

#DataForm .FieldGroup {
	font-weight: 600;
	text-align: center;
}

/*table表格样式重写   结束*/


/*TicketForm表格样式重写   开始*/
.TicketForm table {
	border: 0;
	border-spacing: 0;
	border-right: 1px solid #000;
	background-color: #FFF;
}

.lastTable {
	border-bottom: 1px solid #000 !important;
}

/*.TicketForm table:last-child{
    border-bottom:1px solid #000;
}*/
.TicketForm table td {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 10px;
	font-size: 16px;
}

.TicketForm label {
	font-size: 16px;
}

.TicketForm input[type="text"] {
	width: 100%;
	font-size: 16px;
	height: 28px;
	border-bottom: 1px solid #d4e1f1;
}

.TicketForm input[type="radio"] {
	width: 20px;
	height: 17px;
}

/*表格大标题*/
.TicketForm .FormTitle {
	height: 60px;
	text-align: center;
	font-size: 20px;
	font-family: 'Times New Roman,Georgia,Serif';
}

/*表格标题文字*/
.TicketForm .FieldLabel {
	font-weight: bold;
	text-align: center;
}

/*表格内容文字*/
.TicketForm .FormInput {
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}

/*表格列表内容*/
.TicketForm .lefttr {
	font-weight: normal;
	font-size: 14px;
}

/*单选按钮*/
.TicketForm .FormRadio {
	width: 18px;
	height: 15px;
	margin: 0 5px;
}

.TicketForm .FieldGroup {
	font-weight: 600;
	text-align: center;
}

/*TicketForm表格样式重写   结束*/

.menugroup {}

.menu_navbar {
	width: 100%;
	height: 35px;
	border-bottom: 2px solid #0099cc;
}

.menu_navbar .title {
	width: 130px;
	height: 35px;
	line-height: 35px;
	background: #0099cc;
	font-size: 16px;
	font-family: 'Hiragino Sans GB', Arial, "Microsoft YaHei", "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	padding-left: 15px;
	float: left;
	display: inline;
}

.menu_navbar .updown {
	float: left;
	width: 20px;
	height: 35px;
	background: #F0F3F4 url('../images/menunvg.png');
}

.menuitems {
	padding-top: 10px;
}

.menuitems .item {
	display: inline-block;
	width: 280px;
	height: 95px;
	border: 1px solid #cccecf;
	margin-bottom: 15px;
	margin-right: 15px;
	-webkit-box-shadow: 3px 3px 3px;
	-moz-box-shadow: 3px 3px 3px;
	box-shadow: 3px 3px 3px #cccecf;
}

.menuitems .item .content {
	float: left;
	width: 180px;
	height: 100%;
	background: #fff;
}

.menuitems .item .content .title {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 22px;
	font-family: "Microsoft YaHei" ! important;
}

.menuitems .item .content .describe {
	padding: 10px;
	color: #77888e;
	font-size: 12px;
}

.menuitems .item .icon {
	float: left;
	width: 100px;
	height: 100%;
	cursor: pointer;
	background: #f4f4f4;
}

.menuitems .item .icon img {
	padding-left: 20px;
	padding-top: 20px;
	width: 60px;
	height: 60px;
}

.loader {
	text-align: center;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 4px; 
}

.loadercontent {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	height: 5px;
	width: 0px;
	background: #F0F3F4 url('../images/reddot.png');
	border-radius: 3px;
}

.leftright {
	height: 100%;
}

.leftcontent {
	float: left;
	width: 280px;
	padding: 10px;
	min-height: 450px;
	max-height: 95%;
	background: #FFF;
	overflow: auto;
}

.rightcontent {
	margin-left: 310px;
	background: #FFF;
	min-height: 300px;
}

.datagrid-empty {
	position: relative;
	top: 28px !important;
	height: 100%;
}

.datagrid-empty-content {
	color: #a0a0a0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	height: 30%;
	margin: auto;
	font-size: 14px;
	font-weight: bold;
}

.datagrid-group {
	border-bottom: 1px solid #ab4343 !important;
}

/*滚动条样式datagrid-body*/
::-webkit-scrollbar-thumb {
	background-color: #09c;
}
/* 修改横向滚动条颜色 */
::-webkit-scrollbar-thumb:horizontal{ 
	background-color: #09c !important;
}
/* 修改横向滚动条高度 */
::-webkit-scrollbar:horizontal {
	height: 9px !important;
}

/*IE下滚动条样式*/
.datagrid-body {
	scrollbar-base-color: #09c;
	/*IE特有-滚动条边框*/
	scrollbar-face-color: #09c;
	/*IE特有-滚动条颜色*/
	scrollbar-track-color: #f7f7f7;
	/*IE特有-滚动条轨道颜色*/
	scrollbar-arrow-color: #f00;
	/*IE特有-滚动条上下箭头颜色*/
	scrollbar-highlight-color: #000;
}

.ticketpass {
	position: absolute;
	top: 50px;
	right: 100px;
	z-index: 99;
	width: 200px;
	height: 200px;
	background: url('../images/ticketpass.png') no-repeat 0px 0px;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

.ticketnopass {
	position: absolute;
	top: 50px;
	right: 100px;
	z-index: 99;
	width: 200px;
	height: 200px;
	background: url('../images/ticketnopass.png') no-repeat 0px 0px;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

/* 查询页面顶部检索 */
.topSearch{
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
.topSearch p{
	margin-right: 5px;
	float: left;
}

/* 修改easy ui combobox&combogrid 组合框需要样式 */
.combineBox {
	padding: 8px;
	box-sizing: border-box;
	background-color: #fff;
	border:1px solid #c5c5c5;
	border-bottom: none;
}
.combineBox .combine {
	width:100%;
	height: 30px;
	line-height: 30px;
	border:1px solid #c5c5c5;
	box-sizing: border-box;
	padding: 0 5px;
	border-radius: 5px;
}

/* 遮罩 */
.loadinginfo {
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    position: fixed;
    z-index: 20000;
    display: none;
}
.loadinginfo .docenter{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.loadinginfo img{
    width: 40px;
    height: auto;
}