
#dlgAddUser {
	resize: none;
    padding: 0;
}

.ui-dialog {
	z-index: 100000;
}

#EditUser {
}

#UserInfoColumnHeader{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 5px;
    width: 80%;
}
.dialogmenubutton {
	width: 150px;
	text-align: center;
	padding-top: 25px;
	height: 40px;
	font: bold 14px Arial;
	cursor:pointer;
}

.dialogmenucontent {
	display: none;
	width: 95%;
	height: 550px;
	margin-left: 15px;
}

.dlgtabActive {
	display: block;
}

.dlgMenuActive {
	color: #fff;
	background-color: #3e95e2;
    background: -moz-linear-gradient(top, #8cb8ff 0%, #0061ff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb8ff), color-stop(100%,#0061ff));
}

#adminlist {
	display: inline-block;
	width: 130px;
	height: 500px;
	overflow: auto;
}

#admindetails{
	display: inline-block;
	vertical-align: top;
	width: 450px;
}

.admin {
	position: relative;
	width: 100px;
	height: 25px;
	color: #001EA3;
	background-color: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #999 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#999));
}

.adminselected {
	position: relative;
	width: 100px;
	height: 25px;
	color: #fff;
	background-color: #3e95e2;
	background: -moz-linear-gradient(top, #8cb8ff 0%, #0061ff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb8ff), color-stop(100%,#0061ff));
}

#ECList {
    margin-left: auto;
    margin-right: auto;
	height:200px;
	width: 96%;
	overflow-y: auto;
	overflow-x: hidden;
	padding:10px 0;
}

.dlgSubTitle {
    margin-left: auto;
    margin-right: auto;
	height: 30px;
	width: 96%;
    background-color: #025981;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 27px;
	font-weight:bold;
	font-size:14px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.25);
}

.emergencycontact {
	margin-bottom: 5px;
}

.emergencycontactfield {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	height: 25px;
	font: normal 15px Arial;
}

.salutation {
	font: bold 17px Arial;
}

.phonenumber {
	background-image:url('../images/phone_gray.png');
}

.emailaddress {
	background-image:url('../images/envelope_gray.png');
}

.PRList {
}

.dialoglist {
	padding: 0;
    margin: 0;
}

.usernamelink {
	color: #4acef9;
	cursor: pointer;
	margin-top:5px;
	font-size: 14px;
	text-decoration: underline;
}

.disabledlink {
	color: #a0a0a0;
	cursor: default;
	margin-top:5px;
	font-size: 14px;
	text-decoration: none;
}

.userdetails {
	background-color: #dcdcdc;
	width: 97%;
	height: 250px;
	overflow: hidden;
	float: left;
	padding: 5px;
}

.userdetailsreport {
	background-color: #dcdcdc;
	width: 600px;
	height: 120px;
	overflow: hidden;
	float: left;
}

.userphoto {
	display: none;
	/*
	position: relative;
	height: 100px;
	width: 100px;
	padding: 5px;

	background-image:url('../images/placeholder_sm.png');
	background-repeat:no-repeat;
	background-position:center;
	*/
}

.UDrow {
	padding: 3px 5px;
	margin-bottom: 10px;
}

.UDrow .ls-input{
	min-width: 275px;
}

.UDrow .ls-input-phone {
	min-width: 185px;
}

.UDrow::after {
	content: '';
	display: block;
	clear: both;
}

.UDrowFullRow{
    padding: 3px 5px;
}

.UDrowPriv{
    padding: 3px 5px;
    float:left;
}

.UDrowNote{
    width: 250px;
    padding: 3px 5px;
    float:left;
}

.UDlabel {
	float: left;
	width: 115px;
	padding: 3px 5px;
	font-size: 1em;
    font-family: "AvenirNextLTW01-Medium";
}

.UDvalue {
	float: left;
	width: 280px;
	padding: 3px 5px;
}

.UDEditable {
    border:dotted 1px #76A6BE;
    color: #000000;
    overflow: hidden;
}

.UDUnEditable {
	border:dotted 1px #e9e9e9;
	color: #a1a1a1;
	overflow: hidden;
}

.UDlink {
	position: relative;
	left: 350px;
	top: -150px;
	width: 150px;
	padding:  5px;
}

.UDsectionsep {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.passwordbutton {
	height:8px;
	line-height: 8px;
	width:auto;
	font-size: 10pt;
}

#edituserorganization {
	font-size:10px;
}

#privilegelistcheckboxes {
	height:auto;
}

.usernotes {
	height: 160px;
	width: 97%;
	resize: none;
	top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#dlgAddUserButtons td{
	border:none!important;
}

.filteron {
	background-color:#d2d2d2;
}

.filterlabel {
	font-size: 12px;
	line-height:25px;
	float:left;
	padding-right: 5px;
	width:70px;
}

.filterinput {
	float:left;
}
