#albumPics
{
	width:100%;
	overflow:hidden;
	border:thin solid #aaa;
}
.albumCol
{
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:80px;
	position:relative;
}

.albumCol2
{
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:150px;
	position:relative;
}

.albumCol .imageEdit, .albumCol2 .imageEdit
{
	position:absolute;
	height:20px;
	width:100%;
	top:0px;
	left:0px;
	background-color:rgba(50, 50, 50, 0.7);
}
.albumLink
{
	cursor:pointer;
}
.editGalleryBtn, .editVideoBtn
{
	float:left;
	color:#fff;
	cursor:pointer;
}
.deleteGalleryBtn, .deleteVideoBtn
{
	float:right;
	color:#fff;
	cursor:pointer;
	
}
.meta-row
{
	width:100%;
	overflow:hidden;
	display:block;
}
.meta-th, .meta-td
{
	float:left;
	padding-left:10px;
	margin-left:20px;
}
.imageEdit
{
	visibility:hidden;
}
.headerTitle
{
	background-color:#CC0001;
	/*background-color:#004010;*/
	padding:7px;
}
.headerTitle h2
{
	color:#fff !important;
}
.single_toggle:last-child
{
	margin-bottom:5px;
}
.videoLink
{
	 width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    cursor: pointer;
}
.widgetTitle
{
	background-color:#CC0001;
	padding:7px;
	color:#fff !important;
}
.inner_sidebar
{
	margin-left:0px !important;
}
.largeIcon
{
	font-size:50px !important;
	margin-top:-10px;
	margin-right:10px;
}
.dashboardText
{
	font-size:18px;
}