/* Menu */
.avatarInMenu
{
	padding-top: 8px;
	padding-right: 20px;
}

.avatarInMenu img
{
	width: 50px;
}

.img-xs
{
	width: 40px;
	margin-right: 10px;
}

/* Profile */

.profileAvatar
{
	width: 50px;
}

.card
{
	padding-top: 20px;
	margin: 0px 0 20px 0;
	background-color: rgba(214, 224, 226, 0.2);
	border-top-width: 0;
	border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
}

.card .card-heading
{
	padding: 0 20px;
	margin: 0;
}

.card .card-heading.simple
{
	font-size: 20px;
	font-weight: 300;
	color: #777;
	border-bottom: 1px solid #ffffff;
}

.card .card-heading.image img
{
	display: inline-block;
	width: 46px;
	height: 46px;
	margin-right: 15px;
	vertical-align: top;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.card .card-heading.image .card-heading-header
{
	display: inline-block;
	vertical-align: top;
}

.card .card-heading.image .card-heading-header h3
{
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #262626;
}

.card .card-heading.image .card-heading-header span
{
	font-size: 12px;
	color: #999999;
}

.card .card-body
{
	padding: 0 20px;
	margin-top: 20px;
}

.card .card-media
{
	padding: 0 20px;
	margin: 0 -14px;
}

.card .card-media img
{
	max-width: 100%;
	max-height: 100%;
}

.card .card-actions
{
	min-height: 30px;
	padding: 0 20px 20px 20px;
	margin: 20px 0 0 0;
}

.card .card-comments
{
	padding: 20px;
	margin: 0;
	background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle
{
	padding: 0;
	margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span
{
	padding-right: 5px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card-comments .media-heading
{
	font-size: 13px;
	font-weight: bold;
}

.card.people
{
	position: relative;
	display: inline-block;
	width: 170px;
	height: 300px;
	padding-top: 0;
	margin-left: 20px;
	overflow: hidden;
	vertical-align: top;
}

.card.people:first-child
{
	margin-left: 0;
}

.card.people .card-top
{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 170px;
	height: 150px;
	background-color: #ffffff;
}

.card.people .card-top.green
{
	background-color: #53a93f;
}

.card.people .card-top.blue
{
	background-color: #427fed;
}

.card.people .card-info
{
	position: absolute;
	top: 150px;
	display: inline-block;
	width: 100%;
	height: 101px;
	overflow: hidden;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.card.people .card-info .title
{
	display: block;
	margin: 8px 14px 0 14px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #404040;
}

.card.people .card-info .desc
{
	display: block;
	margin: 8px 14px 0 14px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	color: #737373;
	text-overflow: ellipsis;
}

.card.people .card-bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	line-height: 29px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.card.hovercard
{
	position: relative;
	padding-top: 0;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
}

.card.hovercard .cardheader
{
	background-color: #004a92;
	/*background: url("http://lorempixel.com/850/280/nature/4/");*/
	background-size: cover;
	height: 135px;
}

.card.hovercard .avatar
{
	margin-bottom: -68px;
	position: relative;
	top: -72px;
}

.card.hovercard .avatar img
{
	border: 5px solid #fff;
	border-radius: 50%;
	height: 200px;
	max-height: 200px;
	max-width: 200px;
	width: 200px;
}

.card.hovercard .profileInfo
{
	padding: 4px 8px 10px;
}

.card.hovercard .profileInfo .title
{
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 1;
	color: #262626;
	vertical-align: middle;
}

.card.hovercard .profileInfo .desc
{
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	text-overflow: ellipsis;
}

.card.hovercard .bottom
{
	padding: 0 20px;
	margin-bottom: 17px;
}

/*.btn*/
/*{*/
/*height: 32px;*/
/*line-height: 18px;*/
/*width: auto;*/
/*}*/

.popover-title
{
	color: #ffffff !important;
	font-size:1.3em;
}

.avatar img
{
	border: 5px solid #fff;
	border-radius: 50%;
	height: 200px;
	max-height: 200px;
	max-width: 200px;
	width: 200px;
}

.avatar_small img
{
	border: 5px solid #fff;
	border-radius: 25%;
	height: 100px;
	max-height: 100px;
	max-width: 100px;
	width: 100px;
}

.profileInformation
{
	background-color: #ffffff;

}

.panel-heading h3
{
	color: #ffffff !important;
	padding: 10px 10px 10px 15px;
	margin: 0;
}

/* Profile container */
.profile
{
	margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar
{
	padding: 20px 0 10px 0;
	background: #fff;
}

.profile-userpic img
{
	float: none;
	margin: 0 auto;
	width: auto;
	height: 200px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.profile-userpic-small img
{
	float: none;
	margin: 0 auto;
	width: auto;
	height: 100px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.profile-usertitle
{
	text-align: center;
	margin-top: 20px;
}

.profile-usertitle-name
{
	color: #5a7391;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}

.profile-usertitle-job
{
	text-transform: uppercase;
	color: #5b9bd1;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
}

.profile-userbuttons
{
	text-align: center;
	margin-top: 10px;
}

.profile-userbuttons .btn
{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 15px;
	margin-right: 5px;
}

.profile-userbuttons .btn:last-child
{
	margin-right: 0px;
}

.profile-usermenu
{
	margin-top: 30px;
}

.profile-usermenu ul li
{
	border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child
{
	border-bottom: none;
}

.profile-usermenu ul li a
{
	color: #93a3b5;
	font-size: 14px;
	font-weight: 400;
}

.profile-usermenu ul li a i
{
	margin-right: 8px;
	font-size: 14px;
}

.profile-usermenu ul li a:hover
{
	background-color: #fafcfd;
	color: #5b9bd1;
}

.profile-usermenu ul li.active
{
	border-bottom: none;
}

.profile-usermenu ul li.active a
{
	color: #5b9bd1;
	background-color: #f6f9fb;
	border-left: 2px solid #5b9bd1;
	margin-left: -2px;
}

/* Profile Content */
.profile-content
{
	padding: 20px;
	background: #fff;
	min-height: 460px;
}

.avatarPreview
{
	position: relative;
	/*float:left;*/
	overflow: hidden;
	width: 200px;
	height: 200px;
}

.fileUpload
{
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.fileUpload input.upload
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.hidden
{
	visibility: hidden;
}

.panel-secondary
{

}

.panel-secondary > .panel-heading
{
	background-color: #214f9e;
	border-color: #214F9E;
	color: #ffffff;
}

.text-small
{
	font-size: 8px;
	padding-top: 2px;
	color: #acacac;
}

.text-medium
{
	font-size: 12px;
	padding-top: 2px;
	color: #acacac;
}

.text-white
{
	color: #ffffff;
}

.modal-header
{
	background-color: #427fed;
}

.std-color
{
	color: #666666;
}

.row > td:first-child
{
	padding-left: 10px;
}

.row > td:last-child
{
	padding-right: 10px;
}

.text-middle
{
	vertical-align: middle;
}

.searchInput
{
	margin: 10px 0 10px 0;
	padding: 10px;
}

input.searchInput
{
	padding: 10px;
}

.searchInputBtn
{
	margin: 10px 0;
	padding: 10px;
}

#searchResult ul
{
	list-style-type: none;
}

#searchResult ul li div
{
	background-color: #ffffff;
	margin: 2px 0;
	padding: 5px;
}

#searchResult ul li div p
{
	margin: 0;
}

.highlight
{
	font-weight: bold;
}

.emptyLockPic
{
	padding-left: 21px;
}

span.list-group-item
{
	color: #333333;
}

.modal-title
{
	color: #ffffff;
}

.messageContainer .messageDate
{
	margin-bottom: 7px !important;
	color: #ffffff;
}

.messageContainer h4
{
	margin: 0 0 2px 0;
}

.messageContainer .messageRead
{
	color: #a2a2a2;
}

.invitedGroup
{
	background-color: #3073fa;
	border-color: #6384d8;
}

.invitedGroup .lead
{
	color: #ffffff !important;
}

.invitedGroup:hover
{
	background-color: #366ad5 !important;
}

.no-margin
{
	margin: 0;
}

.no-padding
{
	padding: 0;
}

.userDetailsWrongResults
{
	background-color: #b0141a;
	color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.userDetailsTrendResults
{
	background-color: #ff9800;
	color: #ffffff;
}

.userDetailsCorrectResults
{
	background-color: #39843c;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.userInTable:hover
{
	text-decoration: none !important;
}

.no-outline:hover
{
	outline: none;
}


#authMessage
{
	padding: 15px;
	margin-bottom: 23px;
	border: 1px solid transparent;
	border-radius: 3px;
	background-color: #f9bdbb;
	border-color: #f7a4af;
	color: #e51c23;
}