.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/*# sourceMappingURL=style.map */
.login-box > .login-logo > .logo > img {
    width: 300px;
}
.login-box-body,
.register-box-body {
    box-shadow: 0 0 27px rgba(6, 6, 6, 0.06);
    border: 1px solid #EAE9E9;
    border-radius: 3px;
}
.logo > img {
    width: 132px;
    padding-left: 2px;
}
.navbar-inverse {
	background-color: bisque;
	border-color : buttonface;
}
.navbar-inverse .navbar-brand {
	color:black;
}
#locationId {
   	margin: 9px 10px 0 0;
    border: 0;
    position: relative;
    background: url(/img/select-arrow.png) no-repeat 97% center;
    cursor: pointer;
}
.user-detail {
	padding: 15px; 
    margin: 15px;
}
.not-primary dt {
	font-weight:inherit;
}
.primary-contact {
	font-size: 15px;
}
.primary dt {
	font-weight:bold;
}
.primary dd {
	font-weight:bold;
}
.m-t-35{
  margin-top:-35px;
}
#show-all label{
	font-weight: normal;
	font-size: 17px;
}
#admin-login {
	text-align:center;
	font-weight :bold;
	font-size : 18px;
}
#calendar .m-t-25{
  margin-top:-25px;
}
.m-t-10 {
  margin-top:10px;
}
