body {
	background-color:#FAFCFF;
	padding-top: 62px!important;
}

.header{
	background-color: #22262E!important;
}

.alert {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ff0000;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    padding: 9px 19px 9px 15px;
    text-shadow: none;
    transition: all 0.2s linear 0s;
}

.alert-success {
    color: #fff;
    background-color: #009933;
    border-color: #bfd1cf;
}

.main-navigation {
	padding: 15px 0 0 0;
	margin-left: 50px;
}

.main-navigation a {
	color: #fff;
}

.page-title {
	margin-top: 23px;
}

.sidebar-meta {

}

.tree-view-box {
	margin-bottom:5px; border:1px solid #333;
	width: 210px;
	float: left;
	margin-right: 10px;
}

.panel-boxes {
	margin: 15px 0;
}

.panel-boxes .box {
	width: 200px;
	height: 200px;
	float: left;
	background: #ccc;
	margin-right: 5px;
}

.downloads {
	background: #f6f6ec;
	padding: 10px;
}
.downloads .download-file {

	display: block;
	padding: 20px 0 0 85px;
	border: 1px solid #ccc;
	background: #fff;
	width: 247px;
	height: 130px;
	float: left;
	margin-right: 10px;
	background: url(../images/pdf-icon.jpg) 10px 20px no-repeat #fff;
}

.big-icon {
	font-size: 30px;
	line-height: 30px;
	padding-top: 0px;
	vertical-align: middle;
	margin-right: 5px;
	color: #fff;
}

.comments-section {
	background: #f8f8f8;
	padding: 30px!important;
}
.notification-messages.white {
	background: #fff;
}

.node {
    cursor: pointer;
}
.node circle {
    fill: #fff;
    stroke-width: 1px;
}
a.node:hover {
  
}

.node text {
    font: 10px sans-serif;
   
}
.link {
    fill: none;
    stroke: #2FBBCE;
    stroke-width: 1px;
}
.node rect {
    fill: none;
    stroke: #ccc;
    stroke-width: 0px;
}
.tree-view {
	margin-left: -25px;
	background: #f0f0f0;
}

.navbar-inverse .navbar-nav>.active>a{
	background-color: #0090d9;
    background-image: none;
}

@media (max-width: 1024px) and (min-width: 768px)
	body {
		background-color: #E5E9EC!important;

	}
}
