@charset "utf-8";
/* CSS Document */
/*.panel {
    border-radius: 0px;
    background-color: #FFF;
	border: 1px solid #CDD8E3;
    box-shadow: none;
	margin-bottom: 30px;
}

.panel-heading {
    padding: 0px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #F5F5F5;
    border-color: #DDD;
}
.panel-group .panel-heading {
    border-bottom: 0px none;
}
.panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: inherit;
}
.panel-heading .accordion-toggle {
    color: #4C8FBD;
    background-color: #EEF4F9;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    display: block;
	margin-bottom:10px;
}

.panel-body {
    border-top: 1px solid #CDD8E3;
	border-top-color: #CDD8E3 !important;
	padding:10px;
	overflow:hidden;
}*/
/** Public Search **/ 
.search-col{
	border-right: 2px dotted #A0A0A4;
}
.profile{
	border: 1px solid #DCEBF7;
	min-height:260px;
	overflow:auto;
	padding:10px;
	margin-bottom:30px;
}
.profile-user-info{
	display:table;
	width:98%;
	width:calc(100% - 24px);
	margin:0 auto
}

.profile-info-row{
	display:table-row
}

.profile-info-name{
	text-align:right;
	padding:6px 10px 6px 4px;
	font-weight:400;
	color:#667E99;
	background-color:transparent;
	border-top:1px dotted #D5E4F1;
	display:table-cell;
	width:110px;
	vertical-align:middle
}

.profile-info-value{
	display:table-cell;
	padding:6px 4px 6px 6px;
	border-top:1px dotted #D5E4F1
}

.profile-info-value>span+span:before{
	display:inline;
	content:",";
	margin-left:1px;
	margin-right:3px;
	color:#666;
	border-bottom:1px solid #FFF
}

.profile-info-value>span+span.editable-container:before{
	display:none
}

.profile-info-row:first-child .profile-info-name{
	border-top:none
}

.profile-info-row:first-child .profile-info-value{
	border-top:none
}

.profile-user-info-striped{
	border:1px solid #DCEBF7
}

.profile-user-info-striped .profile-info-name{
	color:#336199;
	background-color:#EDF3F4;
	border-top:1px solid #F7FBFF
}

.profile-user-info-striped .profile-info-value{
	border-top:1px dotted #DCEBF7;
	padding-left:12px
}

.profile-picture{
	border:1px solid #CCC;
	background-color:#FFF;
	padding:4px;
	display:inline-block;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:1px 1px 1px rgba(0,0,0,.15)
}

.profile-activity{
	padding:10px 4px;
	border-bottom:1px dotted #D0D8E0;
	position:relative;
	border-left:1px dotted #FFF;
	border-right:1px dotted #FFF
}

.profile-activity:first-child{
	border-top:1px dotted transparent
}

.profile-activity:first-child:hover{
	border-top-color:#D0D8E0
}

.profile-activity:hover{
	background-color:#F4F9FD;
	border-left:1px dotted #D0D8E0;
	border-right:1px dotted #D0D8E0
}

.profile-activity img{
	border:2px solid #C9D6E5;
	border-radius:100%;
	max-width:40px;
	margin-right:10px;
	margin-left:0;
	box-shadow:none
}

.profile-activity .thumbicon{
	background-color:#74ABD7;
	display:inline-block;
	border-radius:100%;
	width:38px;
	height:38px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	line-height:38px;
	margin-right:10px;
	margin-left:0;
	text-shadow:none!important
}

.profile-activity .time{
	display:block;
	margin-top:4px;
	color:#777
}

.profile-activity a.user{
	font-weight:700;
	color:#9585BF
}

.profile-activity .tools{
	position:absolute;
	right:12px;
	bottom:8px;
	display:none
}

.profile-activity:hover .tools{
	display:block
}


