/*	Global Panel Style
------------------------------------------*/
a{
	transition: all 0.2s ease 0s;
}
.panel{
	border-color: #EBEFF6;
    border-radius: 2px 2px 2px 2px;
	position: relative;
}
.panel{
	/*background-color: #FFFFFF;*/
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-heading{
	position: relative;
	background-color: #FFFFFF;
    border-color: #EBEFF6;
    border-radius: 2px 2px 0 0;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border: 1px solid  #dddddd;
	font-weight: bold;
}
.panel-body {
	border-color: #EBEFF6;
    padding: 10px 15px;
	border: 1px solid  #dddddd;
}
.reset-padding{
	padding: 0;
}
.side-panel{
	position: absolute;
	top: -10px;
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}
.wrap-right-content{
	padding: 20px 0;
}
/*	Custom tabs brand details
----------------------------------------*/
#brand-tabs-detail .nav-tabs > li > a {
    border-radius: 0 0;
}

.brand-domain-logo{
	height:60px;
	width: auto;
	margin-bottom: 10px;
}
/* New Style PANEL
----------------------------------------*/
.wrap-header-ttle{
	background-color: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid  #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 8px;
	font-weight: bold;
}
.panel > .list-group {
    margin-bottom: 0;
}
.no-radius {
    border-radius: 0 0 0 0;
}
.list-group {
    border-radius: 2px 2px 2px 2px;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group.no-radius .list-group-item {
    border-radius: 0 0 0 0 !important;
}
.panel > .list-group .list-group-item {
    border-width: 0 1px 1px 1px;
}
.list-group-item {
    padding-right: 15px;
}
.list-group-item {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.list-group-item:hover{
	background-color: #f5f5f5;
}
.list-group > li:nth-child(2n+1){
    background-color: #F9F9F9;
}
/*	New Style for GA and Current Stats
------------------------------------------*/
#crnt-stats{
	font-size: 26.844px;
	line-height: 25px;
    padding: 8px 12px;
	text-shadow: 2px -1px 0 rgba(0, 0, 0, 0.25);
}
.meta-crnt-info{
	font-size: 28.844px;
	line-height: 25px;
	padding: 8px 17px;
}
.meta-ga{
	font-weight:bold;
}
.no-border{
	border: 0;
	box-shadow:none;
}
/*	new style for team page
----------------------------------------------*/
#ul-team > li{
	padding: 0;
	width: 192px;
	margin: 6px 6px 10px;
}
.wrap-span-team{
	background-color: #414B58;
    border: 6px solid rgba(211, 211, 211, 1);
    border-radius: 50% 50% 50% 50%;
    display: block;
    height: 200px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 200px;
	overflow: hidden;
}
.wrap-li-team:hover .wrap-span-team{
	background-color: #3B444F;
	border-color: #6C982C;
	box-shadow: 0 0 10px #6C982C;
}
.team-user-name{
	font-weight: bold;
	text-transform: capitalize;
	line-height: 8px;
}
.team-position{
	color: #999999;
    font-size: 97%;
    font-weight: normal;
    line-height: 1;
	text-transform: capitalize;
}
/*	Image Applied Style
---------------------------------------------------*/
#ul-applied > li{
	width: 150px;
	padding: 0;
	margin-bottom: 10px;
}
.image-applied-user{
	height:100px;
	width: 100px;
}
.applied-name, .applied-stats{
	text-transform: capitalize;
}
/*	Social Content Style
--------------------------------------------------------*/
#wrap-social-content li{
	border: 1px solid #fafafa;
	width: 29px;
	height: 29px;
	margin-bottom: 5px;
	border-radius: 5px;
}
#wrap-social-content li:hover{
	box-shadow: 0 0 4px rgba(30,132,187,.5);
	transition: all 0.2s ease 0s;
}
#wrap-social-content li a{
	font-size: 25px;
	text-decoration: none;
	color: rgba(0,0,0,0.5);
	padding-left: 5px;
}
#wrap-social-content li:hover a{
	color: #1e84bb;
}
/* Team Style Right content
----------------------------------------------------*/
#wrap-team-content > li{
	width: 50px;
	height: 50px;
	margin-bottom: 18px;
}
#wrap-team-content > li > a{
	text-decoration: none;
}
#wrap-team-content > li > img{
	width:100%;
}