.field-required {
	color: #d9534f;
}
legend {
	padding: 20px;
	margin-bottom: 0;
	border: 0;
	color: #428bca;
}
legend:after {
	display: block;
	content: '';
	border-bottom: 1px solid #ccc;
}
.nav.nav-tabs {
	margin-bottom: 20px;
}
.payment {
	text-align: center;
	color: #999;
	font-weight: normal;
}
.payment .list-group span,
.payment .list-group h3 {
	font-weight: bold;
	color: #000;
}
.payment .list-group .btn {
	margin: 10px;
}

.crm {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.crm:before {
	content: '';
	position: absolute;
	top: 0;
	left: 94px;
	bottom: 0;
	width: 6px;
	background: #eee;
}
.crm:after {
	content: '';
	position: absolute;
	left: 94px;
	bottom: 0;
	width: 6px;
	height: 30px;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.crm > li {
	position: relative;
}
.crm > li:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 87px;
	width: 20px;
	height: 20px;
	background: #3b5998;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.crm-time {
	width: 100px;
	float: left;
	color: #999;
}
.crm-date {
	width: 80px;
	float: left;
}
.crm-date .form-control {
	padding: 2px 6px;
	height: 24px;
	margin-top: 4px;
}
.crm-content {
	margin-left: 120px;
}

.crm .panel {
	position: relative;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.crm .panel:after, .crm .panel:before {
	right: 100%;
	top: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.crm .panel:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}
.crm .panel:before {
	border-color: rgba(229, 229, 229, 0);
	border-right-color: #e5e5e5;
	border-width: 9px;
	margin-top: -9px;
}

.xtooltip {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.recomendation .panel-body {
	background: #f9f9f9;
}

.profile {
	height: 128px;
}
.profile .picture {
	width: 128px;
	height: 128px;
	float: left;
}
.profile .description {
	margin-left: 160px;
}
.profile .description h3 {
	color: #333;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding-top: 20px;
}
.profile .description p {
	color: #999;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	margin-top: 10px;
}

.friend {
	height: 64px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.friend a,
.friend a:hover {
	text-decoration: none;
}
.friend .picture {
	width: 64px;
	height: 64px;
	float: left;
}
.friend .picture img {
	width: 64px;
	height: 64px;
}
.friend .description {
	margin-left: 80px;
}
.friend .description .name {
	color: #333;
	font-weight: bold;
	margin: 0;
	margin-bottom: 2px;
	padding-top: 6px;
}
.friend .description p {
	color: #999;
	margin: 0;
}

.friend .description .action {
	margin-top: 20px;
}


.timeline {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.timeline > li {
	position: relative;
}
.timeline > li > .timeline-picture img {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}

.timeline-content {
	margin-left: 48px;
}

.timeline .panel {
	position: relative;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.timeline .panel:after, .timeline .panel:before {
	right: 100%;
	top: 16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.timeline .panel:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}
.timeline .panel:before {
	border-color: rgba(229, 229, 229, 0);
	border-right-color: #e5e5e5;
	border-width: 9px;
	margin-top: -9px;
}
.timeline .comment {
	cursor: pointer;
}

.picture-thumb,
.picture-thumb:before,
.picture-thumb input,
.picture-thumb .preview {
	width: 60px;
	height: 60px;
}
.picture-thumb {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
	position: relative;
	float: left;
}
.picture-thumb:before {
	content: 'FOTO';
	position: absolute;
	line-height: 60px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.picture-thumb input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}
.picture-thumb .preview {
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.picture-thumb .preview img {
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form-control{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}