.colpick {
  z-index: 9999;
}
.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";    
    float: right; 
    color: grey; 
}
.panel-heading a.collapsed:after {
    content: "\e080";
}
.content-page
{
	padding-top: 15px !important;
}
.profile-dropdown
{
	width: 210px
}
.modal-body
{
	padding: 0px !important;
}
.card-header h4
{
	width: auto;
	position: relative;
	float: left;
	clear: none;
}
.card-header ul.actions
{
	list-style-type: none;
    margin: 0px;
    position: relative;
    float: right;
    clear: none;
    padding: 0px;
}
.card-header ul.actions li
{
	display: block;
    position: relative;
    float: left;
    margin-left: 8px;
    font-size: 22px;
    cursor: pointer;
}
p.sub-header
{
	clear: both;
	margin-bottom: 0px;	
}
a.table_link
{
	cursor: pointer;
}
a.table_link:hover
{
	color: #348cd4;
}
.badge-default
{
	background-color: gray
}
}