.navbar-brand{
    padding: 10px 10px;
}

.navbar{
    margin-bottom: 0px;
}

.jumbotron{
    background-color: #ffffff;
    padding: 10px 0 0 0;
    margin-bottom: 0px;
    width: 100%;
    min-height: 600px;
}
.container2{
    width: 100%;
    min-height: 600px;
}

.col-lg-8,.col-md-8{
    min-height: 600px;
}


.h1, .h2, .h3, h1, h2, h3 {
	font-size: 24px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-family: inherit !important;
    font-weight: 999 !important;
    line-height: 1.1 !important;
    color: inherit !important;
    padding-bottom: 10px !important;
    border-bottom: 1px #000 solid !important;
}

.list-group {
  padding-top: 0px;
  padding-left: 0px;
}
.list-group .list-group-item {
  font-size:16px;
  color:#000000;
  text-align: left;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: rgba(0,0,0,0);
  box-shadow: none;
  border:none;
  height: 40px;
}
.list-group .list-group-item:hover {
  color:#1a6c99;
  display: block;
}
.list-group .list-group-item:focus {
  color:#e76241;
  display: block;
}

.file {
    padding-bottom: 5px;
    border-bottom: 1px rgb(231, 231, 231) solid;
    min-height: 60px;
}
.file-header{
	margin-top:10px;
}
.file-body{
	margin-top:10px;
}
.file-footer{
	margin-top:10px;
}
.fileTime{
	padding-left:10px;
	float: left;
}
.traffic{
	float: right;
	margin-right:10px;
}

.label-primary {
    background-color: #337ab7;
    display: inline;
    padding: .3em .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
#publish{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -50px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#publish .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#publish:hover .mask{
	display:block;
}
#clientchat{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -100px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 150px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#clientchat .mask{
	position:fixed;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#clientchat:hover .mask{
	display:block;
}
#back {
    background: url(../img/icons.png)left top no-repeat;
    background-position:left -150px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 666;
    cursor: pointer;
    overflow: hidden;
}
#back .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#back:hover .mask{
	display:block;
}
.sidebar {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
}

.sidebar a {
	display: block;
	color: #000000;
	padding-bottom: 15px;

}
.sidebar>.active>a {
    z-index: 3;
    color: #337ab7;
    cursor: default;
}
.col-lg-2,.col-md-2{
	border:1px solid #000;
	background-color: #f5f5f5;
}