﻿@charset "utf-8";

body {
	font-size: 12px;
	color: #333;
	overflow-x: hidden;
	background-color: #f3f3f4;
	font-family:'微软雅黑' Segoe, Segoe UI, Verdana," sans-serif";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100
}
h1 {
	font-size: 30px
}

h3, h4, h5 {
	margin-top: 5px;
	font-weight: 600
}
ul{
	padding: 0;
}
li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a:focus {
	outline: 0;
}
a:focus, a:hover {
	text-decoration: none
}
.bg-aqua {
    background-color: #00c0ef;
}
.bg-red{
	background-color: #dd4b39;
}
.bg-green{
    background-color: #00a65a;
}
.bg-yellow{
	background-color: #f39c12;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{
	display:block;
}
/*通用样式*/
.sys-name{
	font-family: "微软雅黑","黑体";
	font-size: 28px;
	margin: 16px 0 0 20px;
}
.nav>li>a {
	color: #2f4050;
	font-weight: 500;
}
.nav li>a {
	display: block
}
.gray-bg {
	background-color: #f3f3f4;
}
.white-bg {
	background-color: #fff;
}
.navy-bg {
	background-color: #1ab394;
	color: #fff
}
.blue-bg {
	background-color: #1c84c6;
	color: #fff;
}
.lazur-bg {
	background-color: #23c6c8;
	color: #fff
}
.yellow-bg {
	background-color: #f8ac59;
	color: #fff
}
.red-bg {
	background-color: #ed5565;
	color: #fff;
}
.black-bg {
	background-color: #262626
}
.text-navy {
	color: #1ab394
}
.text-success {
	color: #1c84c6
}
.text-info {
	color: #23c6c8
}
.text-warning {
	color: #f8ac59
}
.text-danger {
	color: #ed5565
}
.text-white{
	color: #fff;
}
.text-yellow{
	color: #fef500;
}
.dropdown-wrap .icon-right{
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 2201;
}
/**/
.nav.navbar-right>li>a {
	color: #999c9e
}
.navbar-default .nav>li>a:focus, .navbar-default .nav>li>a:hover {
	background-color: #f6f6f6;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: #fff;
}
.nav>li>a i {
	margin-right: 6px
}
.navbar-top-links li {
	display: inline-block
}
.navbar-top-links li:last-child {
	margin-right: 30px;
}
.navbar-top-links li a {
	padding: 20px 10px;
	min-height: 50px;
}
.navbar-static-side {		
	position: fixed;
	width: 220px;
	z-index: 2001;
	top: 80px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-right: #d9d9d9 solid 1px;
}
.nav-tree-menu>li{
	line-height: 30px;
	border-bottom: #d9d9d9 solid 1px;
}
.nav-tree-menu>li a{
	display: block;
	width: 100%;
	color: #2f4050;
	line-height: 30px;
	padding-left: 4px;
}
.nav-tree-menu li a{
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
.nav-tree-menu .activeMenuItem{
	font-weight: 700;
	color: #1c84c6;
	background-color: #d9d9d9;
}
.nav-tree-menu li a:hover{
	color: #1c84c6;
	background-color: #e9e9e9;
	transition-duration: 300ms;
	transition-timing-function: ease-in;
	transition-property: color,background-color;
}
.nav-tree-menu>li>ul{
	background-color: #f6f6f6;
}
.nav-tree-menu>li>ul>li a{
	padding-left: 14px;
}
.nav-tree-menu>li>ul>li li a{
	padding-left: 28px;
}
.nav-tree-menu>li>ul>li ul li li a{
	padding-left: 42px;
}
.navbar-header {
	height: 80px;
}
.nav-close {
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 1.4em;
	cursor: pointer;
	z-index: 10;
	display: none;
	color: rgba(255,255,255,.3)
}
/*顶部导航*/
.mod-tabs{
	min-width:500px;
	border-right: 1px solid #576a85;
}
.mod-tabs li{
	width: 100px;
	height: 76px;
	float: left;
	display: inline-block;
	padding-top: 12px;
	border-left: 1px solid #576a85;
    border-right: 1px solid #333d4c;
}
.mod-tabs li.activeMod,.mod-tabs li:hover{
	cursor: pointer;
	background: url(../images/arrow-active.png) no-repeat 50% 100%;
}
.mod-tabs li a{
	color: #e9e9e9;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 99%;
}
.mod-tabs li i{
	color: #848BA0;
	display: block;
	margin-bottom: 10px;
}
.mod-tabs li.activeMod a{
	color: #fff;
}
/*顶部选项卡*/

.ic-login{
	margin-right: 20px;
}
.user-dropdown{
	position: absolute;
    top: 30px;
    right: 10px;
}
.dropdown-menu {
	font-size: 12px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
	border-radius: 0;
	box-shadow: 0 0 3px #999;
}
.dropdown-menu>li>a {
	color: inherit;
	line-height: 24px;
	margin: 4px;
}
.dropdown-menu>li>a.font-bold {
	font-weight: 600
}
.arrow {
	float: right;
	margin: 8px 10px 0 0;
}
.fa.arrow:before {
	content: "\f107";
}
.active>a>.fa.arrow:before {
	content: "\f106";
}
body.mini-navbar .navbar-default {
	font-size: 12px;
	border-radius: 0 2px 2px 0
}

.navbar-fixed-top, .navbar-static-top {
	margin-bottom: 0;
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	transition-duration: .5s;
	z-index: 2030;
	border-bottom: 4px solid #fb9337;
	background:url(../images/topheaderbg.png);
}

.fixed-nav #wrapper {
	/*padding-top: 60px;*/
	box-sizing: border-box;
}
.minimalize-styl-2 {
	padding: 4px 12px;
	margin: 24px 0 10px;
	font-size: 14px;
	display: inline-block;
}
.navbar .dropdown-menu {
	margin-top: 0;
	animation-duration: 350ms;
}
/**/
.slide,#shipChart,#vehecleChart{
	height: 35rem;
}
.carousel-caption{
	color: #333;
	bottom: 0;
}
.form-control, .single-line {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	width: 100%;
	font-size: 14px
}
.form-control:focus, .single-line:focus {
	border-color: #1ab394!important
}
.form-horizontal label.gray-bg{
	min-width: 100px;
}
.has-success .form-control {
	border-color: #1ab394
}
.has-warning .form-control {
	border-color: #f8ac59
}
.has-error .form-control {
	border-color: #ed5565
}
.has-success .control-label {
	color: #1ab394
}
.has-warning .control-label {
	color: #f8ac59
}
.has-error .control-label {
	color: #ed5565
}
.input-group-addon {
	background-color: #fff;
	color: inherit;
	font-size: 14px;
	padding: 6px 10px;
	text-align: right;
	border: none;
	border-radius: 0;
}
.input-group .text-danger{
	border-right: #ed5565 solid 2px;
}
.tab-content .input-group-addon{
	min-width: 120px;
}
.tabs-container .panel-body {
	background: #fff;
	border: 1px solid #e7eaec;
	border-radius: 2px;
	padding: 20px;
	position: relative
}
.tabs-container .nav-tabs>li.active>a, .tabs-container .nav-tabs>li.active>a:focus, .tabs-container .nav-tabs>li.active>a:hover {
	background-color: #fff
}
.tabs-container .nav-tabs{
	margin-bottom: 10px;
}
.tabs-container .nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.tabs-container .nav-tabs>li.active>a, .tabs-container .nav-tabs>li.active>a:focus, .tabs-container .nav-tabs>li.active>a:hover {
	border: 1px solid #e7eaec;
	border-bottom-color: transparent
}
.tabs-container .nav-tabs {
	border-bottom: 1px solid #e7eaec
}
.input-group{
	position: relative;
}
label.error {
	color: #cc5965;
	display: inline-block;
	position: absolute;
    right: 4px;
    top: 6px;
    z-index: 5455;
}
.form-control.error {
	border: 1px solid #cc5965
}

.border-bottom {
	border-bottom: 1px solid #e7eaec!important
}
.b-r {
	border-right: 1px solid #e7eaec
}
.hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #fff;
	background-color: #fff;
	height: 1px;
	margin: 20px 0
}
.hr-line-solid {
	border-bottom: 1px solid #e7eaec;
	background-color: rgba(0,0,0,0);
	border-style: solid!important;
	margin-top: 15px;
	margin-bottom: 15px
}
.note-editor {
	height: auto!important;
	min-height: 100px;
	border: solid 1px #e5e6e7
}
#page-wrapper {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 30px;
}
/*页面容器*/
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box-icon {
    display: block;
    float: left;
    height: 90px;
	border-radius: 4px 0 0 4px; 
	width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
}
/**/
.slide-out-left{
	margin: 0 0 0 220px;
	transition-duration: 350ms;
	transition-property: margin;
}
.slide-in-left{
	margin: 0;
	transition-duration: 350ms;
	transition-property: margin;
}
.footer {
	background:#fff;
	border-top: 1px solid #e7eaec;
	overflow: hidden;
	padding: 10px 20px;
	height: 36px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
}
.wrapper{
	padding: 15px;
}
.content-tabs {
	position: fixed;
	height: 40px;
	background: #f9f9fa;
	line-height: 40px;
	top: 80px;
	z-index: 1940;
}
.content-tabs .roll-nav, .page-tabs-list {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #999;
	z-index: 2;
	top: 0
}
.content-tabs .roll-left {
	left: 0;
	border-right: solid 1px #eee
}
.content-tabs .roll-right {
	right: 0;
	border-left: solid 1px #eee
}
.content-tabs button {
	background: #fff;
	border: 0;
	height: 40px;
	width: 40px;
	outline: 0
}
.content-tabs button:hover {
	background: #fafafa;
}

.J_mainContent,.J_iframe{
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
}
.J_iframe{
	top: 0;
}
/*主要内容区域自适应高度*/
nav.page-tabs {
	margin-left: 40px;
	width: 100000px;
	height: 40px;
	overflow: hidden
}
nav.page-tabs .page-tabs-content {
	float: left
}
.page-tabs a {
	display: block;
	float: left;
	border-right: solid 1px #eee;
	padding: 0 15px
}
.page-tabs a i:hover {
	color: #c00
}
.content-tabs .roll-nav:hover, .page-tabs a:hover {
	color: #777;
	background: #f2f2f2;
	cursor: pointer
}
.roll-right.J_tabRight {
	right: 90px
}
.roll-right.btn-group {
	right: 10px;
	width: 80px;
	padding: 0
}
.roll-right.btn-group button {
	width: 80px
}
.roll-right.J_tabExit {
	background: #fff;
	height: 40px;
	width: 60px;
	outline: 0
}
.dropdown-menu-right {
	left: auto
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: 0 0;
	border-color: #ddd #ddd rgba(0,0,0,0);
	border-bottom: transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #333;
	cursor: default;
	border-radius: 0;
}
.nav-tabs>li>a {
	color: #A7B1C2;
	font-weight: 600;
	padding: 8px 15px;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
	background-color: #e6e6e6;
	color: #333;
}
.ui-tab .tab-content {
	padding: 20px 0;
}
.no-padding {
	padding: 0!important
}
.no-borders {
	border: none!important
}
.no-margins {
	margin: 0!important
}
.no-top-border {
	border-top: 0!important
}
.full-width {
	width: 100%!important
}
.link-block {
	font-size: 12px;
	padding: 10px
}
.nav.navbar-top-links .link-block a {
	font-size: 12px
}
.page-tabs a {
	color: #666
}
.page-tabs a i {
	color: #ccc
}
.page-tabs a.active {
	background: #2f4050;
	color: #a7b1c2
}
.page-tabs a.active i:hover, .page-tabs a.active:hover {
	background: #293846;
	color: #fff
}
.rowDetailTable td.gray-bg{
	width: 10rem;
}
.pagination{
	margin: 0 10px 0 0;
}
@media (max-width:1024px){
	.navbar-fixed-top,.navbar-static-top{
		max-width: 1024px;
		height: 90px;
	}	
	#page-wrapper {	
		margin: 4px 0 0 0;
		overflow-x: hidden;
	}
	.navbar-header{
		float: none;
	}
	.navbar-static-side{
		margin: 10px 0 0 -220px;		
	}
	.minimalize-styl-2 {		
		position: absolute;
		left: 0px;
		padding: 10px;
		margin: 0;
	}
	.sys-name{
		height: 40px;
		font-size: 20px;
		margin: 6px 0 0 30px;
		width: 100%;
		float: none;
	}
	.ic-login{
		/*top: 30px;
		left: 50%;
		margin-left: -130px;*/
	}
	.ic-login strong{
		display: none;
	}
	.ic-login:hover strong{
		color: #f8ac59;
		display: inline;
	}
	.user-dropdown .font-bold{
		display: none;
	}
	
	.mod-tabs{
		width: 100%;
		min-width: 320px;
		height: 36px;
		border-right: none;
		margin: 0 auto;
	}
	.mod-tabs li{
		height: 36px;
		width: 20%;
		border: none;
	}
	.mod-tabs li .fa{
		display: none;
	}
	
	.content-tabs {
		top: 7px;
		left: 0;
		z-index: 1940;
	}
}

.J_menuTabs {
	transition: all .3s ease-out 0s
}
::-webkit-scrollbar-track {
	background-color:#F5F5F5
}
::-webkit-scrollbar {
	width:6px;
	background-color:#F5F5F5
}
::-webkit-scrollbar-thumb {
	background-color:#999
}