.label-as-badge {
    border-radius: 1em;
}
	    body,html {
			height: 100%;
		    background-color: #efefef;
	    }
body .modal-dialog {
  width: 90%; /* desired relative width */
  /* place center */
  margin-left:auto;
  margin-right:auto; 
}
	    div.menu {
		    background-color: #333;
		    color: #999;
		    text-align: center;
		    height: 100%;
-webkit-box-shadow: inset -147px 0px 30px -147px rgba(0,0,0,0.75);
-moz-box-shadow: inset -147px 0px 30px -147px rgba(0,0,0,0.75);
box-shadow: inset -147px 0px 30px -147px rgba(0,0,0,0.75);
	    }
	    div.menu ul {
		    margin: 0px;
		    padding: 0px;
		    margin-top: 10px;
	    }
	    div.menu ul li {
		    list-style: none;
		    margin: 0px;
		    padding: 0px;
		    margin-top: 15px;
		    padding-bottom: 15px;
		    border-bottom: 1px solid #3f3f3f;
		    cursor: pointer;
	    }
	    div.menu ul li a:hover {
		    color: #fff;
		    text-decoration: none;
	    }
	    div.menu ul li.active {
		    color: #fff;
	    }
	    div.menu ul li i {
		    font-size: 2em;
	    }
	    div.menu ul li span {
		    font-size: 0.8em;
		    display: block;
		    margin-top: 4px;
	    }
	    div.menu-phone ul li a, div.menu ul li a {
		    color: #999;
	    }
	    div.menu-phone ul li.active a, div.menu ul li.active a {
		    color: #fff;
	    }
	    div.account-bar {
		    background-color: #fff;
			font-size: 0.9em;
			color: #999;
-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
	    }
	    div.toolbar ol {
		    margin-bottom: 0px;
		    margin-top: 10px;
	    }
	    div.toolbar {
		    padding-top: 15px;
		    padding-bottom: 15px;
		    margin-bottom: 5px;
		    /*border-bottom: 1px solid #ccc;*/
		    
			
	    }
	    div.toolbar i {
		    font-size: 1.5em;
		    color: #8cc957;
	    }
	    div.toolbar i.fa-navicon {
		    color: #000;
	    }
	    div.toolbar span.pipe {
		    color: #ccc;
		    font-weight: 100;
		    font-size: 1.5em;
	    }
	    div.toolbar span.install-name {
		    color: #999;
		    font-weight: 100;
		    font-size: 1.5em;
	    }
	    
	    h5.attribute-group {
		    padding-bottom: 10px;
		    margin-bottom: 10px;
		    border-bottom: 1px solid #ccc;
	    }
	    ul.attributes.sub {
		   border: none;	
		   margin-bottom: 20px;	    
	    }
	    ul.attributes {
		    list-style: none;
		    margin: 0px;
		    padding: 0px;
		    padding-left: 20px;
		    border-left: 2px solid #ccc;
		    margin-bottom: 40px;
	    }
	    ul.attributes li label {
		    font-weight: normal;
	    }
	    
	    div.menu-phone {
		    background-color: #333;
		    color: #fff;
		    padding: 15px;
	    }
	    div.menu-phone ul {
		    list-style: none;
		    margin: 0px;
		    padding: 0px;
	    }
	    div.menu-phone ul li {
			display: block;
			float: left;
			width: 25%;
			height: 50px;
			text-align: center;
			margin-bottom: 20px;
			cursor: pointer;
	    }
	    div.menu-phone ul li i {
		    font-size: 2em;
	    }
	    div.menu-phone ul li span {
		    font-size: 0.8em;
		    display: block;
		    margin-top: 4px;
	    }
	    .breadcrumb {
		    background-color: #fff;
	    }
	    
.mention_name{
	font-size:12px;
	}
.mention_username{
	font-size:12px;
	color:#999;
	}
.mention_image{
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	}
.active .mention_username{
	color:#fff;
	}
	table.table td button.btn-default i.fa {
		color: #fff;
	}
	
.datepicker{z-index:100000 !important;}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    // used to be tt-dropdown-menu in older versions
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}


#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 25px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

/* Desktop sidebar */
@media (min-width: 768px) {
  div.menu.hidden-print {
    min-height: 100vh;     
    background-color: #333;
    color: #999;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
  }

  .menu.hidden-print .visible-lg {
    text-align: center;
    margin: 20px 0;
  }

  div.menu.hidden-print ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .menu.hidden-print ul li a {
    display: block;
    padding: 8px 25px;  /* more left/right padding */
    text-align: left;
    color: #999;
  }
}

html, body {
  height: 100%;
  margin: 0;
  background-color: #efefef;
}

.content-footer {
  background-color: #efefef;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
  color: #666;
  border-top: 1px solid #ddd;
  margin-top: auto;
}

.main-panel {
  flex: 1;
  min-width: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #efefef;
}

