html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 35px;
}

.bg-primary {
	background-color:rgb(0,123,222)!important;
}
.active > .nav-link{
	color:rgba(255,255,255,1)!important;
}
.nav-link{
	color:rgba(255,255,255,.6)!important;
}
.footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:35px;
  line-height:35px;
  background-color:rgb(0,123,222);
  font-size:0.7rem!important;
}
.container {
  width: auto;
  padding: 0 15px;
}
.content {
  width: auto;
  padding: 30px!important;
}
.page-item.active .page-link {
	background-color: rgb(0,123,222)!important;
}
.btn-primary {
	background-color:rgb(0,123,222)!important;
}