body {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana",
		"sans-serif";
	font-weight: normal;
	font-size: 0.8em;
}

#oi-nav-logined, #oi-nav {
	height: 40px;
}

#oi-m-content {
	min-height: 460px;
}

@media ( min-height : 800px) {
	#oi-m-content {
		min-height: 640px;
	}
}

.loader-bg {
	background-color: #3C3C3C;
}

#txtWelcome {
	margin: 0 5px;
	color: #fff;
}
/*登录窗口*/
#frmLogin .modal-dialog {
	width: 320px;
	margin-top: 16%;
}

#frmLogin .input-group {
	padding: 4px 0;
	margin: 0 10px;
}

#frmLogin .input-group .form-control {
	margin-right: 30px;
}

#frmLogin .row {
	padding: 4px 5px;
}

#frmLogin .row .form-control {
	margin-left: 20px;
}

#frmLogin input {
	height: 38px;
}

#frmLogin button {
	height: 32px;
}

#frmTips .modal-dialog {
	width: 400px;
	margin-top: 20%;
}
/*导航*/
.oc-nav {
	background-color: #0072E3;
	font-weight: bold;
	color: #fff;
}

.oc-nva.active {
	color: #F9F900;
}

.oc-nva-item {
	position: relative;
	display: inline-block;
	padding: 15px;
	font-weight: 500;
	color: #E0E0E0;
}

.oc-nva-item:hover, .oc-nva-item:focus, .oc-nva-item:active {
	color: #fff;
	text-decoration: none;
}

.navbar {
	margin-bottom: 2px;
}

.footer {
	color: #999;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	background-color: #f5f5f5;
}

.carousel {
	height: 260px;
	width: 950px;
	margin-bottom: 10px;
}

.carousel-inner>.item>img {
	height: 260px;
}

.oc-about {
	margin-top: 22px;
	font-size: 1.5em;
}

.oc-line-info {
	padding: 10px;
}

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}

.placeholders h4 {
	margin-bottom: 5px;
}

.placeholder {
	margin: 10px;
}

.placeholder .text-muted {
	font-size: 1.2em;
}

#oi-home-content {
	padding: 2px;
}

@media ( min-width : 768px) {
	#oi-home-content {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.nav-tabs {
	left: 5px;
	position: relative;
}

.nav-tabs .nav-item .closeable {
	margin-left: 5px;
	cursor: pointer;
}

.nav-tabs .nav-item .active {
	border-top: solid 2px #3498db !important;
	background: #3498db !important;
	color: #fff !important;
}

.nav-tabs .nav-item a .glyphicon-remove-sign:hover {
	color: red;
	cursor: pointer;
}

.nav-tabs .nav-item a {
	line-height: 2;
	border: 1px #ddd solid;
	margin-right: -1px;
	color: #999;
}

.oc-nav-tab {
	padding-left: 0px;
	margin-bottom: 0px;
}

.oc-nav-tab .oc-nav-tab-middle {
	height: 36px;
	overflow: hidden;
	border-bottom: 1px #3498db solid;
	background: #fafafa;
	position: relative;
}

.oc-nav-tab li {
	list-style-type: none;
}

.oc-nav-tab li a {
	padding: 5px 10px;
}

.oc-nav-tab .oc-nav-tab-left {
	float: left;
	background: #fff;
	padding-top: 7px;
	border-top: 1px #ddd solid;
	height: 36px;
	border-bottom: 1px #3498db solid;
}

.oc-nav-tab .oc-nav-tab-left a {
	border-left-width: 0px;
	color: #999;
	padding-top: 9px;
	padding-bottom: 8px;
	margin-right: -1px;
}

.oc-nav-tab .oc-nav-tab-left a:hover, .oc-nav-tab .oc-nav-tab-left a:focus
	{
	text-decoration: none;
	background: #ddd;
}

.oc-nav-tab .oc-nav-tab-right {
	float: right;
	position: relative;
	background: #fff;
	border-top: 1px #ddd solid;
	height: 36px;
	border-bottom: 1px #3498db solid;
}

.oc-nav-tab .oc-nav-tab-right a {
	width: 32px;
	line-height: 2;
	color: #999;
	height: 35px;
	padding: 8px 10px;
	padding-left: 13px;
	border-left: 1px #ddd solid;
}

.oc-nav-tab .oc-nav-tab-right a:hover, .oc-nav-tab .oc-nav-tab-right a:focus
	{
	text-decoration: none;
	background: #ddd;
}

.navbar .navbar-nav .active {
	font-weight: bold;
	color: blue;
}

.treeview {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.8em;
}

.oc-row {
	margin-top: 5px;
}

.btn {
	height: 28px;
	font-size: 0.8em;
	margin: 5px;
}

label {
	margin-right: 5px;
	margin-top: 5px;
}

input {
	margin-right: 10px;
	height: 28px;
}

input[type="radio"] {
	margin-top: 8px;
	margin-right: 2px;
	height: 12px;
}

input[type="checkbox"] {
	margin-top: 8px;
	margin-right: 2px;
	height: 12px;
}

p {
	text-indent: 2em;
}

.v-table-title-class {
	font-weight: bold;
	color: #333;
}

.v-table-title-cell {
	background-color: #eee;
}

.oc-txt-title {
	font-weight: bold;
	color: blue;
	font-size: 1.2em;
}

.trace .before {
	position: absolute;
	left: -12px;
	top: 20px;
	height: 100%;
	width: 0;
	border-left: 2px solid #3498db;
}

.trace .after {
	position: absolute;
	left: -15px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #3498db;
	border-radius: 6px;
}

.item-trace-list {
	margin-left: 90px;
	padding: 20px 0;
}

.item-trace-widget {
	padding-left: 20px;
}

.item-trace {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}

.item-trace-tip {
	position: absolute;
	left: -80px;
	font-size: 0.5em;
	color: #ccc;
}

.item-mov {
	margin: 10px;
	font-size: 1.2em;
	color: #3498db;
}

.oc-box{
	margin:5px;
}

.card{
	margin:5px;
}

.oc-container{
	margin-top: 5px;
	margin-left: 50px;
}
