/* Page 'Staff'
----------------------------------*/
div.StaffContainer {
 padding: 0;
}

div.StaffContainer h3 {
	margin-top: 0;
	padding: 3px 3px;
	color: #333;
	font-size: 1.7rem; font-size: 17px;
	font-weight: 700;
	background: url(../pics/GradientTile.png) repeat-x transparent 0px 0px;
	background-color: #ddd;
	border-bottom: 1px #ddd solid;
}

div.StaffContainer img {
	float: left;
	margin: 0px 15px 5px 0px;
}

hr.StaffDivider {
	height: 1px;
	color: #eee;
}
.Staff a { color: #333; }
.Staff h4 { font-size: 15px; }
.Staff h5 { font-size: 13px; }
.Staff hr { margin-top: 10px; margin-bottom: 10px; }

#StaffTabs h3 {
	line-height: 2em;
}

td label input {
	vertical-align: -2px;
	margin-right: 5px;
}

/* sms
-- ------------*/
#EmailCreateList label,
#SMSGruppSend label,
#SMSGruppCreateList label { float: none; width: 100%; }
#EmailCreateList,

#SMSGruppSend label .Text
#SMSGruppCreateList { font-size: 12px; }
#SMSGruppCreateList th { font-size: 11px; }

#SMSGruppCreateList .Details { display: none; }

/* bulk email
-- ------------*/
.regular-post .entry-content ol#Attachments { margin: 10px 20px 0px; }
.regular-post .entry-content ol#Attachments li { width: 60%; margin: 5px 0; }
.regular-post .entry-content ol#Attachments li small span { float: right; }
.DeleteButton {
	float: left;
}

.PagingContainer {
	float: right;
}

.RemoveUser {
	vertical-align: -2px;
}

.profile-wrap {  }
.profile-wrap .profile-container { max-width: 110px; }

/*
.profile-wrap .profile-img {
  max-width: 120px;
  clip-path: circle(40px at center);
  margin-top: 2.5rem;
}
*/
.profile-wrap .title { display: block; }
.profile-wrap a { color: #333; }
.profile-wrap a:hover { text-decoration: none; } 
