html {
  position: relative;
  min-height: 100%;
}

body{
	background:#DDDDDD;
	margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
    body { padding-top: 64px; }
}

.navbar{
	background: #ffffff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #ffffff, #f5f4f4); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #ffffff, #f5f4f4); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #ffffff, #f5f4f4); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #ffffff, #f5f4f4); /* Standard syntax */
	border-bottom: 5px solid #900000;
	margin-bottom:-20px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 23px;
}

.footer-bottom{
	background: #800000; 
	border-top: 3px solid #620000;
}

.display{
	background: #FFFFFF; 
	border-top: 3px solid #A50101;
	border-bottom: 3px solid #A50101;
	margin-top: 35px; 
	margin-bottom: 50px; 
}

.row-display{
	margin-top: 15px; 
	margin-bottom: 15px; 
}

p{
	margin-bottom:0px;
}

.modal {
 overflow-y: auto;
 }
.modal-open {
overflow: auto;
}
.modal-open[style] {
padding-right: 0px !important;
}

#loadingScreen{
position:fixed;
top:0px;
right:0px;
width:100%;
height:100%;
background-color:#000000;
background-image:url('../images/ajax-loader.gif');
background-repeat:no-repeat;
background-position:center;
z-index:10000000;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{padding-left:15px;top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#900000;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* Activity Feed */
.activity-feed {
  padding: 15px;
}
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid #e4e8eb;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #f37167;
}
.activity-feed .feed-item .date {
  position: relative;
  top: -5px;
  color: #8c96a3;
  text-transform: uppercase;
  font-size: 13px;
}
.activity-feed .feed-item .text {
  position: relative;
  top: -3px;
}
/* Activity Feed */