/* CSS Document */

body { 
	padding-top: 70px;
	font-size: 12px;
}

textarea {
    box-sizing: border-box;
    resize: none;
}

.h1, h1 {    
	font-size: 26px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 2px;
    margin-bottom: 0px;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.navbar-brand {
	padding: 11px 15px;	
}

.media-label {
	font-size: 11pt;
}

.up_box {
	border-top-left-radius: 0;border-top-right-radius: 0;border-top: 0px;
}

.top-numbers {
	color:#000;
	position: absolute;
	left: 18px;
	top: 25px;
	text-decoration: none;  
	font-size:8pt; 
	font-weight:900;
    line-height: 10px;
	color:black; 
	background: yellow; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	padding: 2px 3px 2px 3px;
	height: 14px;
}

.unseen {
	background:#999;
}

.unseen .chat-body {
	font-weight: 900;
}

.highlight-hover {
	padding: 8px 0px 8px 0px;
	margin: 0px 5px 0px 5px;
}

.highlight-hover:hover {
	background: #ddd;	
}

.margin-10px-left {
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.nav>li.zero-lr>a {
    position: relative;
    display: block;
    padding: 15px 2px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: none;;
    background-image: -webkit-linear-gradient(top,#eee 0,#ddd 100%);
    background-image: -o-linear-gradient(top,#eee 0,#ddd 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));
    background-image: linear-gradient(to bottom,#eee 0,#ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ddd', GradientType=0);
    background-repeat: repeat-x;
    border-color: #ddd;
	color: #555;
}

.main-menu .list-group-item {
	padding: 10px 15px;
	font-size: 12px;
} 

/* Stuff for the footpath feed */

.media {
    margin-top: 5px;
	padding: 5px;
	overflow:auto;
}

.media:hover{
	background: #eee;	
}

.item-comment-menu {
	display: none;	
}

.media-comment:hover .item-comment-menu {
	display:block;	
}

.item-menu {
	display: none;	
}

.media:hover .item-menu {
	display:block;	
}

.media, .media-body {
    overflow:visible;
    zoom: 1;
}

.media-item-menu li {
	font-size: 12px;
}

.media-body {
    margin-top: 5px;
}

.media-alert-image {
	height: 40px;	
}

.media-hr {
	border-bottom: 1px dotted #ddd;
    margin: 0px auto;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;	
}

.overflowx-visable {
	overflow-x: visible !important;
} 

.well-footpath {
	margin-bottom: 5px;	
}

.comment-disabled {
    background-color: #ccc;
    padding: 5px;
    border: 1px solid #666;
    color: #666;
}

.list-comment-item {
	padding: 5px 5px;
}

.flat-top {
	border-top-left-radius: 0px; border-top-right-radius: 0px;	
}

.nav-left {
    margin-bottom: 10px;
}

/* this is the alert status for the pop up alert box when it happenes. */

.status_update_box
{
	display:block;
	position:fixed;
	bottom:50px;
	left:50px;
}
.status_update_box .wrapper {
  display: table-cell;
  vertical-align: bottom;
  height: auto;
  width:300px;
}


