html, body {
	font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-brand {
	color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #11629A;
}
.navbar-default {
	background: #11629A;
	color: #fff;
}
.navbar-default.white {
	background: #fff;
	color: #686868;
}
.nav>li>a {
	padding: 8px 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 600;
}
.navbar {
	position: relative;
	min-height: 30px;
	margin-bottom: 0px;
	border: none;
	border-radius: 0;
}
.navbar-brand {
	line-height: 65px;
	padding:0 15px;
}
@media (max-width: 768px) {
	.navbar-brand {
		float: left;
		height: auto;
		padding: 0px 15px;
		font-size: 19px;
		line-height: 50px;
	}
}
.white .navbar-brand {
	float: left;
	height: 65px;
	padding: 0px 0px;
	font-size: 19px;
	
}
.white .navbar-brand img {
	margin:5px 15px 0 15px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-default.white .navbar-nav>li>a,
.navbar-default.white .navbar-nav>li>a:hover {
	color: #2973bd;
	font-weight: normal;
	font-size: 14px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #11629A;
	background-color: #fff;
}
.navbar-default.white .navbar-nav>.active>a, .navbar-default.white .navbar-nav>.active>a:focus, .navbar-default.white .navbar-nav>.active>a:hover, .navbar-default.white .navbar-nav>.active>a:active {
	color: #2973bd !important;
	background: none;
}
.logo {
	margin: 0 20px;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 10px 10px 0 0;
}
.container-search {
	background: #deeaf1;
	padding: 10px 0 15px 0;
}
.select-sort {
	padding: 0 20px 20px 20px;
	width: 50%;
}
@media (max-width: 768px) {
	.select-sort {
		width: 100%;
	}
}
.collaboration {
	background: #fff;
	padding: 15px;
	margin: 10px 0;
}
.tab-content {
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 20px 0 0 0;
}
.tab-content table {
	margin:0;
}
.tab-content table tr td {
	border: none;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}
.tab-content table tr:last-child td {
	border: none;
	padding: 20px;
	border-bottom: 0px dotted #000;
}
.aop-title {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #8CC841;
	line-height: 16px;
	padding-top: 10px;
}
.aop-description {
	font-size: 14px;
	padding: 10px 0;
	
}
.aop-link {
	border-top: 1px solid #8CC841;
	padding: 5px 0 0 0;
}
.aop-link a.link:before {
	content: "\00BB\00a0";
}
.aop-link .edit {
	color: red;
	font-weight: bold;
	margin-left: 0px;
}
.aop-link a.edit:before {
	content: "/";
	color: #ccc;
	font-weight: normal;
	padding: 0 10px 0 5px;
}
.aop-attr {
	/*border-top: 1px dotted #018fd0;*/
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #888;
}
.aop-attr label {
	
}
.aop-attr ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.aop-attr ul li {
	float: left;
	padding: 0 5px 0 0;
}
.aop-source {
	clear: both;
	margin-top: 0px;
	float: right;
	font-size: 12px;
}
.aop-attr ul>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
body {
	
}
a, a:hover, a:active, a:focus {
	color: #2973bd;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #888;
}