.cb_template .gjContainerBox {
	position: relative;
	display: inline-block;
	width: 220px;
	padding: 0;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

.cb_template .gjContainerBox .gjContainerBoxHeader {
	position: relative;
	height: 150px;
	line-height: 150px;
}

.cb_template .gjContainerBox .gjContainerBoxBody {
	padding: 5px;
}

.cb_template .gjContainerBox .gjContainerBoxButton {
	padding-top: 5px;
}

.cb_template .gjContainerBox .gjContainerBoxMenu {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -1px;
	margin-top: -1px;
	z-index: 3;
}

.cb_template .gjContainerBox .gjContainerBoxMenu .btn {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.cb_template .gjContainerBox .gjContainerBoxCanvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	visibility: hidden
}

.cb_template .gjContainerBox .gjContainerBoxCanvas img,
.cb_template .gjContainerBox .gjContainerBoxCanvas div {
	height: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.cb_template .gjContainerBox .gjContainerBoxLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-size: 0;
}

.cb_template .gjContainerBox .gjContainerBoxLogo a {
	display: block;
	height: 100%;
	width: 100%;
	background: none;
}

.cb_template .gjContainerBox .gjContainerBoxLogo a:focus,
.cb_template .gjContainerBox .gjContainerBoxLogo a:active,
.cb_template .gjContainerBox .gjContainerBoxLogo a:hover {
	background: none;
}

.cb_template .gjContainerBox .gjContainerBoxLogo img,
.cb_template .gjContainerBox .gjContainerBoxLogo div {
	max-height: 100%;
	max-width: 100%;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}

.cb_template .gjContainerBox .gjContainerBoxLogo.text-left img,
.cb_template .gjContainerBox .gjContainerBoxLogo.text-left div,
.cb_template .gjContainerBox .gjContainerBoxLogo.text-right img,
.cb_template .gjContainerBox .gjContainerBoxLogo.text-right div {
	padding: 10px;
}

.cb_template .gjContainerBox .gjContainerBoxTitle,
.cb_template .gjContainerBox .gjContainerBoxSubTitle,
.cb_template .gjContainerBox .gjContainerBoxCounter {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cb_template .gjContainerBox .gjContainerBoxDescription {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 4;
	text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}

@media (max-width: 767px) {
	.cb_template .gjContainerBox {
		display: block;
		width: 100%;
	}

	.cb_template .gjContainerBox .gjContainerBoxHeader {
		max-height: 100px;
		line-height: 100px;
	}
}

.cb_template .gjPageHeader {
	margin-bottom: 5px;
	border-style: solid;
	border-width: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.cb_template .gjPageHeader .gjPageHeaderCanvas {
	position: relative;
	height: 200px;
}

.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasBackground img,
.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasBackground div {
	width: 100%;
	height: 100%;
}

.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasLogo {
	position: absolute;
	left: 10px;
	bottom: -70px;
	width: 180px;
	height: 180px;
	z-index: 3;
}

.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasLogo img,
.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasLogo div {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasButtons {
	position: absolute;
	width: 100%;
	z-index: 4;
	bottom: 10px;
	right: 10px;
	padding-left: 200px;
}

.cb_template .gjPageHeader .gjPageHeaderBar {
	position: relative;
	min-height: 80px;
	margin: 0;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarTitle,
.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarCounters {
	min-height: 40px;
	padding-left: 200px;
}

.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarTitle {
	padding-top: 5px;
	padding-right: 5px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarCounters {
	padding-bottom: 5px;
	padding-right: 5px;
	overflow: hidden;
}

.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarCounter {
	white-space: nowrap;
	margin-right: 3px;
}

.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarDescription {
	position: absolute;
	bottom: 0;
	right: 3px;
	text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}

@media (max-width: 767px) {
	.cb_template .gjPageHeader .gjPageHeaderCanvas {
		max-height: 100px;
	}

	.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasLogo {
		width: 80px;
		height: 80px;
	}

	.cb_template .gjPageHeader .gjPageHeaderCanvas .gjPageHeaderCanvasButtons {
		top: 10px;
		padding-left: 0;
	}

	.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarTitle {
		font-size: 16px;
	}

	.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarTitle,
	.cb_template .gjPageHeader .gjPageHeaderBar .gjPageHeaderBarCounters {
		padding-left: 100px;
	}
}

@media (max-width: 767px) {
	.cb_template .gjHeader > div + div {
		margin-top: 10px;
	}
}

.cb_template .gjHeader {
	margin-bottom: 10px;
}

.cb_template .gjGroupCanvas {
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.cb_template .gjGroupTabs .cbTabsMenuNavBar {
	background: #ffffff;
	box-shadow: none;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cb_template .gjGroupTabs .cbTabsMenuNavBar .cbScrollerWidth .cbScrollerContent {
	margin-right: 0 !important;
}

@media (min-width: 767px) {
	.cb_template .gjGroupTabs .cbTabsMenuNavBar .container-fluid {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.cb_template .gjGroupTabs .cbTabsMenuNavBar .navbar-collapse {
		padding: 0;
	}
}

.cb_template .gjGroupUsersUser .gjContainerBoxHeader,
.cb_template .gjInviteListUser .gjContainerBoxHeader {
	height: 100px;
	line-height: 100px;
}

.cb_template .gjActivity {
	padding: 10px;
}

.cb_template .gjActivity .gjPageHeader .gjPageHeaderCanvas {
	height: 125px;
}