@charset "utf-8";

/*全局开始*/
html, body {
	background: #fff;
	height:100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 12px;
	font-family: 'Source Sans Pro','微软雅黑', sans-serif,"宋体";
}

a{color: #333333}
a:visited {color: #333333}
a:hover {color: #00759b}
a.iehover {color: #00759b}
a:active {color: #333333}
form {border: 0px; padding: 0px; margin: 0px;}
img {border: 0px; padding: 0px; margin: 0px;}
input {line-height: normal; outline: 0;border: solid 1px #c0c0c0;}
.Wdate{border: solid 1px #c0c0c0 !important;}
/*全局完成*/


/*当前位置开始*/
.mip-breadcrumb{
	background-color:#f5f5f5;
	padding: 10px 0px 10px 12px;
}
.mip-breadcrumb a{
	text-decoration: underline;
}
/*当前位置结束*/


/*列表界面开始*/
#listDiv{
	/* 	overflow: auto; */
	padding:6px 12px 0px 12px;
}

#listDiv #toolbar{
	width:100%;
	/*搜索栏点击下拉隐藏条件可以自动扩展高度*/
	min-height: 24px;
}
/*列表界面-工具栏-条件搜索*/
#listDiv #toolbar #filter{
	position: relative;
	float:left;
	/*width:80%;*/
}

#listDiv #toolbar #filter #filter_tools{
	width:14px;
	padding-top:2px;
	float: left;
}
#listDiv #toolbar #filter #filter_conds{
	float: left;
	padding: 0px;
	/*width: 90%;*/
}
#listDiv #toolbar #filter #filter_conds .rows{
	padding-bottom: 4px;
}
/*列表界面-工具栏-操作按钮*/
#listDiv #toolbar .buttons{
	float: right;
	right:0px;
	text-align:right;
}
/*列表界面-正文*/
#listDiv #tableDiv{
	margin-top:3px;
	background-color: #ffffff;
}
#mytable a{text-decoration: underline}
#mytable a:visited {text-decoration: underline}
#mytable a:hover {text-decoration: underline}
#mytable a.iehover {text-decoration: underline}
#mytable a:active {text-decoration: underline}

#listDiv #tableDiv .table > thead > tr > td{
	padding:4px 2px;
	vertical-align: middle;
}
#listDiv #tableDiv .table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
	border-bottom-width: 1px;
	text-align: center;
}
#listDiv #tableDiv .table > tbody > tr > td{
	padding:6px 1px;
	vertical-align: middle;
	text-align: center;
}

td > ul.taskmsg{
	list-style:none;
	padding-left:0px;
}

/*列表界面-底部分页排序*/
.mip_nav{
	padding:6px 5px;
	border: 1px #ddd solid;
	border-top-width: 0px;
}
/*列表界面结束*/

/*编辑界面开始*/
.editdiv{
	overflow: auto;
	padding:3px 12px;
}
/*编辑界面-操作按钮*/
.editdiv > .toolbar {
    padding: 0px 0px 3px 0px;
    float: right;
    text-align: right;
    display: block;
}
/*编辑界面-正文*/
.editdiv .table > thead > tr > th,
.editdiv .table > tbody > tr > th,
.editdiv .table > tfoot > tr > th,
.editdiv .table > thead > tr > td,
.editdiv .table > tbody > tr > td,
.editdiv .table > tfoot > tr > td{
	padding:6px 2px;
}

.tdLeft{
	white-space: nowrap;
	width:80px;
	text-align: right;
}

.tdRight{
	width:40%;
	text-align: left;
}
/*编辑界面结束*/


/*覆盖bootstrap的样式*/
.table{margin-bottom: 0px;}
.btn-sm, .btn-group-sm > .btn {
    padding: 2px 10px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
	padding: 8px 1px;
}
.longText{
	cursor:pointer;
}

/*去掉上下箭头*/
input[type="number"]{-moz-appearance:textfield;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}

#top-container .navbar-nav {
	float: left;
	margin: 0;
}

#top-container .navbar-nav>li {
	float: left;
}

#top-container .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}

#top-container .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}

#top-container .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

#top-container .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top-container .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgba(0, 0, 0, 0.15);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.15);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(0, 0, 0, 0.15);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px 0px;
}

#top-container .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(51, 51, 51);
}

#top-container .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17.1429px;
}

#top-container .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
}

/*兼容iphone4/4s：*/
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){
	.iframeBox{
		height:100%;
		-webkit-overflow-scrolling:touch;
		overflow:auto !important;
	}
}
/*兼容iphone5 ：*/
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
	.iframeBox{
		height:100%;
		-webkit-overflow-scrolling:touch;
		overflow:auto !important;
	}
}
/*兼容iphone6 Plus,iphone7 Plus,iphone8 Plus：*/
@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){
	.iframeBox{
		height:100%;
		-webkit-overflow-scrolling:touch;
		overflow:auto !important;
	}
}
/*兼容iphoneX：*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){
	.iframeBox{
		height:100%;
		-webkit-overflow-scrolling:touch;
		overflow:auto !important;
	}
}
/*兼容ipad横屏 ：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape){
	.iframeBox{
		height:100%;
		-webkit-overflow-scrolling:touch;
		overflow:auto !important;
	}
}
/*兼容ipad竖屏 ：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait){
	.iframeBox{
		height:100%;
		-webkit-overflow-scrolling:touch;
		overflow:auto !important;
	}
}

/******页面输入框点击搜索历史输入记录********/
.historyDivCss{
    position: absolute;
    z-index: 100;
    width: 350px;
    min-height: 200px;
	display: none;
    border: 1px solid #e0dee6;
    border-radius: 5px;
    box-shadow:1px 1px 5px #ababab;
}

.historyDivCss > .panel-heading {
    padding: 5px 7px 5px 12px;
    border: none;
}

.historyDivCss .panel-heading > .panel-title{
    display: inline-block;
    font-size: 14px;
}

.historyDivCss .panel-heading > .operateBar {
    top: 3px;
    float: right;
    margin-left: 8px;
    font-size: 12px;
    cursor:pointer;
}

.historyDivCss .panel-body {
    padding: 0px 8px 10px 8px;
}

/*历史输入记录项*/
.historyTab {
    display: inline-block;
    padding: 5px 0px 5px 8px;
    border: 1px solid #cfcdd5;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.historyTab a:hover{
    text-decoration: none;
}

.historyTab span.glyphicon-minus-sign{
    color: #ff0008;
    float: right;
    top: -4px;
    right: -3px;
}