html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.navbar-brand {
	max-width: 300px;
	float: left;
}
.navbar-brand img {
	max-height: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.nav.navbar-right.navbar-nav {
	float: right;
	display: inline;
	width: 100%;
	text-align: right;
}
.nav .nav-item {
	display: inline-block;
}
.counter-box {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 30px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	border-radius: 3px;
}
#page-wrapper {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 35px;
	margin-bottom: 110px;
}
.pull-left{
	float:left !important;
}
.pull-right{
	float:right !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-60 {
	margin-top: 60px !important;
}
.m-t-70 {
	margin-top: 70px !important;
}
.m-t-80 {
	margin-top: 80px !important;
}
.m-t-90 {
	margin-top: 90px !important;
}
.m-t-100 {
	margin-top: 100px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}
.m-r-50 {
	margin-right: 50px !important;
}
.m-r-60 {
	margin-right: 60px !important;
}
.m-r-70 {
	margin-right: 70px !important;
}
.m-r-80 {
	margin-right: 80px !important;
}
.m-r-90 {
	margin-right: 90px !important;
}
.m-r-100 {
	margin-right: 100px !important;
}
.bootstrap-select.btn-group .open.show .dropdown-menu.inner {
	display: block;
}
.bootstrap-select.btn-group .dropdown-menu > li > a, .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.bootstrap-select.btn-group .dropdown-menu > li > a:focus, .bootstrap-select.btn-group .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}