.popover.invert-color,.popover.user-embed.invert-color{
	background-color:#000;
	color:#fff;
}
.popover.user-embed{
}
.popover.user-embed.bottom.invert-color .arrow:after{border-bottom-color:#000;}
.popover.embed.invert-color
.add-content-tooltip.popover.left.invert-color .arrow{
	color: #000;
}
.add-content-tooltip.popover.left.invert-color .arrow:after{
	color: #000;
	border-left-color:#000;
}
.popover.bottom.invert-color .arrow:after, .popover.top.invert-color .arrow:after{
    border-top-color: #000;
}
.popover.right.invert-color .arrow:after{
	border-right-color: #000;
}
.popover.left.invert-color .arrow:after{
	border-right-color: #000;
}
.popover.bottom.invert-color .arrow{
	border-bottom-color: #000;
}

.variables .popover{
  background-color:#fff;
  color:#000;
}

.variables .popover textarea, .items_table_label .popover textarea{
  width:400px;
	height:6em;
}

.variables span{
  text-overflow:ellipsis;
  white-space: normal;
  cursor:pointer;
}

.variables .editable-click,
.variables a.editable-click,
.variables a.editable-click:hover {
    text-decoration: none;
    border-bottom: 0px;
}

#datasources-table .combine-col,
#datasources-table .filter-col,
#datasources-table .weight-col{
    display:none;
}

.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f8f8f8;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

.nav-fa-avatar{
    margin-top:13px;
    margin-bottom:10px;
    margin-right:5px;
    margin-left:5px;
}

.nav-avatar{
    margin-top:10px;
    margin-bottom:10px;
    margin-right:5px;
}
img.profile-avatar{
  margin:0px;
  float: right;
  position: relative;
  bottom: 3px;
  left: 6px;
}


.avatar-round{
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

/*.nav-account-item{
    padding-left:5px !important;
    padding-right:5px !important;
}*/
.nav-account-item span{
    margin-left:5px;
}

.navbar-text{
    margin-bottom:0px;
}
.datasource{
    cursor: pointer;
}

.navbar-report{
    /* Make the navbar hidden (initially)*/
    display:none;
}

#content{
    /* To make up for the navbar*/
    margin-top:51px;
}
/*#main-navbar{
    padding-left:10px;
    border-bottom:none;
    display:none;
}*/
