.header-background{
background: url(../img/zjcs/header.jpg) repeat-x;
}

.header-text{
	font-size: 25px;
	color: #FFFFFF;
	letter-spacing: 4px;
	font-weight: bold;
	padding-top: 12px;
}

.myItemNav,.myItemMain{
	padding:5px;
	overflow: auto;
	margin-bottom: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	
}
.myItemNav h3,.myItemNav h4,.myItemNav h5{
	font-weight: normal;
}
.headShow{
	width:100px;
	height: 100px;
	display: inline-block;
	float: left;
}
.userInfo{
	display: inline-block;
	line-height: 150%;
	padding:10px;
	width: 300px;
}
.myItemNavItem{
	float: right;
	margin-right: 15px;
	margin-top: 60px;
	padding:10px;
	font-size: 16px;
}
.myItemMain .total{
	padding: 10px 0 ;
	color: #aaa;	
}

div .error {
	opacity: 1;
	color: red;
	text-align: left;
}
.eform-input {
	text-align: left;
}
/** 修改bootstrap的样式 **/
.table-list th {
	text-align: left;
}
.table-list td {
	text-align: left;
}


.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius:0px;
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius:0px;
}

.table-list tr th {
	background-image : url(../img/zjcs/listTitle_3.png);
	background-repeat:repeat-x;
	color : #155484;
	height : 40px;
	filter :none;
}
.noborder {
	border :none;
}
.menuBackgroud{
	background-image:url(../img/zjcs/backgroud.png);
	background-repeat: no-repeat;
	border-radius:3px;
	box-shadow:2px 2px 5px #bfbebe;
}

.menuBackgroud_big{
	background-image:url(../img/zjcs/backgroud_big.png);
	background-repeat: no-repeat;
	border-radius:3px;
	box-shadow:0px 2px 5px #bfbebe;
}

.menuTitle{
	height:40px;
	border-bottom: #c0c0c0 solid 2px;
}

.menuTitleMain{
	font-size:12pt;
	font-weight:600;
	color:#292929;
	line-height:35px;
	float: left;
	height:40px;
	border-bottom: #13cd70 solid 2px;
	padding: 0 20px;
}

.menuTitle_big{
	height:60px;
	border-bottom: #c0c0c0 solid 2px;
}

.menuTitleMain_big{
	font-size:16pt;
	font-weight:bold;
	color:#292929;
	line-height:60px;
	float: left;
	height:60px;
	border-bottom: #13cd70 solid 2px;
	padding: 0 20px;
}

.menuTitleMain img{
	width: 25px;
	margin-right: 10px;
}

.listBackGroud{
	border-radius:2px;
	box-shadow:2px 2px 5px #bfbebe;
}

.listTitle{
	height:40px;
	border-bottom: #c0c0c0 solid 2px;
	background-image:url(../img/zjcs/listTitle_1.png);
	background-repeat:repeat-x;
}

.listTitle2{
	height:40px;
	border-bottom: #c0c0c0 solid 2px;
	background-image:url(../img/zjcs/listTitle_2.png);
	background-repeat:repeat-x;
}

.listTitle4{
	height:40px;
	border-bottom: #c0c0c0 solid 2px;
	background-color : #E9F5FD;
}

.listTitleMain{
	height:40px;
	border-bottom: #13cd70 solid 2px;
	line-height:40px;
	float: left;
	padding: 0 20px;
	font-size:12pt;
	font-weight:600;
}

.listTitleMain2{
	height:40px;
	border-bottom: #ea0d32 solid 2px;
	line-height:40px;
	float: left;
	padding: 0 20px;
	font-size:12pt;
	font-weight:600;
}

.listTitleView{
	text-align: left;
}

.resultListCount{
	padding:10px;
	text-align:left;
	color:#878787"
}

/* 修改bookstrap 默认样式*/ 
.list-search-panel{
	background-color: transparent;
	border: none;
}
.list-search-panel>.eform{
	background-color: transparent;
}

.table-bordered{
	box-shadow:2px 2px 5px #bfbebe;
}
/*覆盖frameworkcss中的样式*/
.pannel{
	background-color : white;
}

.zjcs-icon-view{
	background-image : url("../img/zjcs/ico_view.png");
	vertical-align : text-top;
	width : 16px;
	height : 16px;
	line-height : 16px;
	display : inline-block;
	background-repeat : no-repeat;
	margin-top : 1px;
}
.btn-success{
	background-image: linear-gradient(to bottom,  #40e4a4,#17d075)
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #40e4a4;
    background-image: none;
    color: #ffffff;
}

#systemTime > span{
border : 1px solid #ccc;
padding : 0px 1px;
-moz-box-shadow: 1px 1px 2px 1px #ccc inset; /* 老的 Firefox */
box-shadow : 1px 1px 2px 1px #ccc inset;
}
li.lineThrough{
	color: #9c9d9d;
    text-decoration: line-through;
}
.ipv6-wrapper {
    height: 21px;
    background: #09294d;
    color: #fff;
    font-size: 9px;
    display: none;
}
.ipv6-wrapper .ipv6-content {
    position: relative;
}
.ipv6-wrapper .ipv6-content .ipv6-icon {
    height: 15px;
    line-height: 12px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #fff;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
}
.ipv6-wrapper .ipv6-content .ipv6-text {
    margin-left: 5.6px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.ipv6-wrapper .ipv6-content .ipv6-close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAALVBMVEUAAADGyMvGycz////HycvHy8vK0NDGycrGyMvHycvGycvFysrGxsbMzMzIycsNtFKkAAAAD3RSTlMAzHIEiYgVvK96Z2AkI4oPqBweAAAAeUlEQVQI12NABicNQCTzXAYGnsJgENNE/AIDl6CoAVDQUXABA4OiYDBQUFAIKMUEFAYKKgCZIGGwIFhY5CFIECIMEoQKQwVB2gXBZoPNBBoCFRRShAiDzASZDRGEWgmxCCzMBDFTESjA1qgANlsigYEhG2LkNmTvAADHexCQ2j5KAgAAAABJRU5ErkJggg==);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5.6px;
    width: 11.2px;
    height: 11.2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.slide-panel {
	text-align: center;
}

.slide-control {
	vertical-align: middle;
    line-height: 38px;
    width: 20px;
    margin-left: 20px;
    height: 38px;
    cursor: pointer;
}

.search-arrow-down i {
    background: url(../img/gd/icon/icon_arr_down.png) no-repeat;
}

.search-arrow-down:hover i {
    background: url(../img/gd/icon/icon_arr_down_active.png) no-repeat;
}

.search-arrow-up i {
    background: url(../img/gd/icon/icon_arr_up.png) no-repeat;
}

.search-arrow-up:hover i {
    background: url(../img/gd/icon/icon_arr_up_active.png) no-repeat;
}

.slide-control i {
	display: inline-block;
    width: 11px;
    height: 7px;
    vertical-align: middle;
}
.relaunchTig{
	height: 24px;
	width: 67px;
	font-size: 12px;
	color:#0088CC;
	font-weight: normal;
	background:url(../img/zjcs/relaunch_tig.png) no-repeat;
	padding: 3px 0px 3px 10px;
}