.teamSideBarPullButton {
	position: absolute;
	background: lightgray;
	width: 32px;
	height: 32px;
	right: 0px;
	border-radius: 5px 0 0 5px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	z-index: 3;
	top: 110px;
}

.inviteEmail {
/*	height: 35px;
	border-radius: 3px;
	padding: 0px 33px 0px 10px;
	 margin: 0px 13px;
	border: 1px solid #ccc;
	font-size: 14px;*/
	width: 100%;
	border: none;
	resize: vertical;
	padding: 0px 5px 0px 10px;
  	border: #e5e5e5;
  	background: #e5e5e5;
  	letter-spacing: 0.6px;
}

.newGroupNameInput {
	height: 35px;
	border-radius: 3px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	width: 66%;
	margin-right: 4px;
}

.teamSideBar {
/*	height: calc(100% - 60px);*/
	/* width: 100%; */
	/*box-shadow: 42px 0px 38px -50px #000 inset;*/
/*	background: #fff;*/
}

.inviteUserDialog .modal-dialog {
	min-width: 345px;
	width: 345px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0) !important;
	-webkit-transform: translate(-50%,0) !important;
    -ms-transform:  translate(-50%,0) !important;
	margin: 0;
	margin-top: 100px !important;
/* 	height: 100%; */
}

.inviteUserSelectionDialog .modal-dialog {
	min-width: 300px;
	width: 350px;
	margin-left: 347px;
	/* margin-top: 110px; */
	top: 0;
	transform: translate(-50%,0) !important;
	-webkit-transform: translate(-50%,0) !important;
    -ms-transform:  translate(-50%,0) !important;
	position: absolute;
 	margin-top: 100px !important;
/* 	height: 100%; */
}

.inviteUserSelectionDialog  .modal-dialog .bv-item-list-main > div {
    height: 435px;
    width: 100%;
 }

.inviteUserMain {
	width: 100%;
	/* min-height: 45px; */
	overflow: hidden;
	padding: 20px;
	margin-top: -5px;
}


.inviteChooseFromListBox {
	margin-top: 10px;
}

.inviteChooseFromListBox .bv-input-btn-large {
	width: 170px !important;
}

.addGroupMain {
	width: 100%;
	min-height: 45px;
	overflow: hidden;
}

.inviteUserFooter {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
	text-align: center;
}

.filterBox {
/*	position: absolute;
	display: block;*/
	overflow: hidden;
/*	white-space: nowrap;*/
/*	bottom: 0px;*/
	width: 100%;
	padding: 14px 20px 20px 15px;
	/*z-index: 1;*/
	font-size: 16px;
	position:relative;
}

.inviteButton {
	/* float: left; */
	margin: 0px 0px;
	height: 35px;
	width: 35px;
	background: url("../assets/images/add_members_V2.png") no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	/* z-index: 1; */
	position: absolute;
	right: 5px;
	top: 13px;
}

.searchGlass {
	width: 30px;
	height: 32px;
	float: right;
	margin: -33px 5px;
	border: 0;
	position: relative;
	/* border-right: 1px solid #D1D1D1; */
	background-color: white;
}

.searchUser {
	width: 100%;
	display: block;
	margin-top: -2px;
}

.itemListFilterInput {
	width: 100%;
	display: block;
}

.searchUserBox {
	position: absolute;
	margin: 10px 3% 5px 3%;
	width: 94%;
	display: block;
	overflow: hidden;
	bottom: 0px;
}

.portalUserList {
	position: absolute;
	overflow: hidden;
	/*float: left;*/
	/*width: 100%;*/
	/* 	margin: -5px 0 0 0; */
/*	box-shadow: 42px 0px 38px -50px #000 inset;*/
	/* background: #fff; */

}

sidebar .userList{
    position: relative;
    height: calc(100% - 44px);
}

.bv-mobile sidebar .userList{
    height: calc(100% - 226px);
}

.portalUserListContainer {
	height: calc(100% - 138px);
/*	box-shadow: 42px 0px 38px -50px #000 inset;*/
}

.portalUserListContainerBig {
	height: calc(100% - 99px);
/*	box-shadow: 42px 0px 38px -50px #000 inset;*/
}

.userSelectListContainer {
	height: calc(100% - 160px);
	margin-top: 5px;
	width: 276px;
}
/* .portalUserListWithFilter {
	height: calc(100% - 103px);
} */

/* .portalUserListNoFilter {
	height: calc(100% - 60px);
}
 */
[right-sidebar].bv-transition .portalUserList {
	width: inherit;
}

[home-right-sidebar].bv-transition .portalUserList:hover {
	overflow-y: hidden;
}

.portalUserList:hover {
	overflow-y: scroll;
}

.portalUserListItem {
	height: 55px;
	margin: 0 0 0px 0;
	width: 100%;
	display: inline-block;
	padding: 6px 0px 6px 15px;
	margin: 3px 0px 3px 0px;
}

.portalUserListItem:hover {
	/*background: #f4f4f4;*/
	cursor:pointer;
}

.user-selected {
	background: #d1d1d1 !important;
}

.portalUserAvatar {
	height: 45px;
	float: left;
	white-space: nowrap;
}

.DportalUserHeader {
	width: 100%;
	/*border-bottom: 1px solid;*/
	/*padding: 10px 10px 0 10px;*/
	/*margin-top: 5px;*/
}

.portalUserImage {
	text-align: center;
	float: left;
	width: 45px;
	height: 45px;
	position: relative;
	display: block;
	background: none;
	z-index: 1;
	border-radius: 50%;
}

.DportalUserImage {
	text-align: center;
	float: left;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	background: none;
	z-index: 1;
}

.portalUserListCircle {
	text-align: center;
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	/* box-shadow: rgb(204, 204, 204) 0px 0px 6px 1px; */
	background: rgb(81, 81, 81);
	display: inline-block;
	margin: 0 12px 0 0;
	float: left;
}

.portalUserListCircle-withImage {
	background: #fff !important;
}

.DportalUserListCircle {
	text-align: center;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	/* box-shadow: rgb(204, 204, 204) 0px 0px 6px 1px; */
	background: rgb(81, 81, 81);
	display: inline-block;
	margin: 0 12px 5px 0;
	float: left;
}

.portalUserFirstLetter {
	position: absolute;
	width: 45px;
	margin-top: 8px;
	color: white;
	font-weight: lighter;
	font-size: 20px;
	/*letter-spacing: 1px;*/
	display: block;
}

.DportalUserFirstLetter {
	position: absolute;
	width: 120px;
	margin-top: 28px;
	color: white;
	font-weight: lighter;
	font-size: 45px;
	/* letter-spacing: 1px; */
	display: block;
}

.portalUserNameBox {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	height: 48px;
}

.DportalUserNameBox {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	height: 120px;
}

.portalUserName {
	/* color: #706D6D; */
	/* margin: 6px 0 0 10px; */
	font-size: 20px;
	/* font-weight: lighter; */
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
	line-height: 48px;
}

.teamUserProfile .portalUserName {
	max-width: 230px !important;
	width: 230px !important;
	line-height: 25px;
}

.portalUserList .portalUserName {
	max-width: 160px !important;
	width: 160px !important;
	font-size: 16px;
}

.groupUserList .portalUserName {
	max-width: 140px !important;
	width: 140px !important;
	font-size: 16px;
}

.userProfileDialog .modal-dialog {
	min-width: 300px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
    -ms-transform:  translate(-50%,-50%) !important;
	margin: 0;
}

.teamUserProfile {
	/*height: calc(100% - 60px);*/
	/* border-left: 1px solid #706D6D; */
	/* position: absolute; */
	/*top: 60px;*/
	/* right: 58px; */
	/*left: 340px;*/
	/*background: white;*/
	width: 300px;
	/*box-shadow: 0px 0px 38px -5px #000;*/
	/*height: 480px;*/
	padding: 20px;
}

.closeUserProfile {
	color:black !important;
	padding: 2px 2px 0 0 !important;
}

/*.teamUserProfile.ng-hide-add,
.teamUserProfile.ng-hide-remove {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.teamUserProfile.ng-hide {
	right: 0px;
}*/
.teamUserProfileDetails {
	margin: 0px 0 0px 0;
	width: 100%;
	/* padding-right: 10px; */
	/*height: calc(100% - 140px);*/
    min-height: 280px;
	max-height: 335px;
	/*position: absolute;*/
	overflow: hidden;
	/* border-bottom: 1px solid; */
	font-size: 16px;
}

.teamUserProfileDetails:hover {
	overflow-y: auto;
}

.teamProfileFieldDisplay {
	margin-bottom: 20px;
}
.teamProfileField {
	white-space: nowrap;
	margin: 10px 0 0px 0;
}

.teamProfileFieldNameDisplay {
/*	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: middle;*/
/*	font-size: 16px;*/
/*	font-weight: 500;*/
/*	font-weight: bold;*/
	margin-bottom: 3px;
}

.teamProfileFieldName {
/*	display: inline-block;
	width: 25%;
	text-align: right;
	vertical-align: middle;
	/* 	padding-right: 4px;
	font-size: 13px;*/
/*	font-weight: 500;*/
/*	font-weight: bold;*/
}

/*.teamProfileFieldValueEdit {
	display: inline-block;
	width: 74%;
	max-width: 74%;
	padding-left: 4px;
	white-space: pre-line;
	max-height: 96px;
	min-height: 16px;
	font-size: 13px;
	vertical-align: middle;
}*/

.teamProfileFieldSelectEdit {
	/*display: inline-block;
	width: 74%;
	max-width: 74%;
	padding-left: 4px;
	white-space: pre-line;
	max-height: 96px;
	min-height: 25px;
	font-size: 13px;
	vertical-align: middle;*/
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: url('../assets/images/arrow-drop-down.png') no-repeat #e5e5e5;
	-moz-appearance: none;
	background-position: 97%;
	border: none;
	width: 100%;
	height: 26px;
	background-size: 15px;
	/*border: 1px solid #D1D1D1;*/
	padding-left: 5px;
}

.profileCountryName button {
	background-color: #e5e5e5 !important;
	color: #000 !important;
}

.profileCountryName  ul {
	max-height: 220px;
	overflow: auto;
}

.profileCountryName li {
	font-size: 16px;
}

.dropDownArrow {
	position: relative;
	float: right;
	margin-top: -15px;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid black;
	pointer-events: none;
}

.teamProfileFieldValue {
	display: inline-block;
	/* background: #DCDCDC; */
	width: 100%;
	max-width: 100%;
	/* padding-left: 4px; */
	/*white-space: pre-line;*/
	max-height: 96px;
	overflow: hidden;
	/* font-weight: 500; */
	min-height: 20px;
/*	font-size: 16px;*/
	/*vertical-align: middle;*/
	/*color: #706D6D;*/
	text-overflow: ellipsis;
}

.bioField {
	max-height: 100% !important;
}

.bioField font{
	font-size: 16px;
}

.bioFieldSet font{
	font-size: 16px;
}

.teamProfileFieldValue:hover {
	overflow-y: auto;
}

.teamActionBar {
	/*position: absolute;
	bottom: 5px;*/
	text-align: center;
	white-space: nowrap;
	width: 100%;
	margin-left: -3.5px;
	margin-top: 20px;
}

.actionButtonSet {
	display: inline-block;
	text-align: center;
	margin: 0px 0 0px 5px;
}

.actionName {
	font-size: 10px;
	color: #515151;
	font-weight: bold;
}

.actionButton {
	height: 35px;
	width: 35px;
	position: relative;
	margin: 0 auto 0 auto;
}

.yesButton {
	border: 0px solid;
	background: #036EAA;
	height: 30px;
	width: 100px;
	color: #fff;
	margin: 0 10px;
}

.noButton {
	border: 0px solid;
	background: #000;
	height: 30px;
	width: 100px;
	color: #fff;
	margin: 0 10px;
}

.editProfileDialog .modal-dialog {
	min-width: 970px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
    -ms-transform:  translate(-50%,-50%) !important;
	margin: 0;
}

.editSignatureDialog .modal-dialog {
	min-width: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
    -ms-transform:  translate(-50%,-50%) !important;
	margin: 0;
}

.editProfileMain {
	width: 100%;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	font-size: 16px;
}

.editProfileLong .mCSB_container {
	min-height: 590px;
}

.fieldsWithPictureMain {
	white-space: nowrap;
	position: relative;
}

.fieldsWithPictureMain .DportalUserHeader {
	margin-top: 5px;
}

.fieldsWithPicture {
	width: calc(100% - 135px);
	display: inline-block;
	margin-top: -5px;
}
.customFieldsMain {
	width: 100%;
	float: left;
	margin-top: -21px;
}

.customFieldsColumn {
	width: 66.6%;
}

.fieldSet .remove-field-button {
	right: 5px !important;
}

.remove-field-button {
	width: 17px;
	height: 17px;
	cursor: pointer;
	margin-top: 8px;
	position: absolute;
  	right: 35px;
  	top: -2px;
  	fill: #CCCCCC;
}
.remove-field-button:hover
{
	fill:#000000 !important;
}

/* .editProfileMain:hover {
	overflow-y: auto;
} */

.editProfileImageBox {
	text-align: center;
	width: 80px;
	height: 80px;
	overflow: hidden;
	box-shadow: rgb(204, 204, 204) 0px 0px 6px 1px;
	background: rgb(81, 81, 81);
	display: inline-block;
	margin: 1.5px;
}

.editProfileImage {
	text-align: center;
	float: left;
	width: 80px;
	height: 80px;
	z-index: 1;
	position: relative;
	display: block;
	background: none;
}

.editProfileFirstLetter {
	position: absolute;
	width: 80px;
	margin-top: 12px;
	color: white;
	font-weight: lighter;
	font-size: 40px;
	letter-spacing: 1px;
	display: block;
}

.editProfileUserNameBox {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	height: 53px;
}

.editProfileUserName {
	color: #706D6D;
	margin: 18px 0 0 10px;
	font-size: 30px;
	font-weight: lighter;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	/*max-width: 169px;*/
}

.leftFields {
	width: 50%;
	float: left;
}

.rightFields {
	width: 50%;
	float: right;
}

.editProfileFooter {
	width: 100%;
	margin: 20px 0 0 0;
	float: left;
	text-align: center;
}

.fieldsMain {
	overflow-y: hidden;
	overflow-x: hidden;
	float: left;
	width: 100%;
	height: 420px;
	margin: 0px 0 0 0;
/*	font-size: 16px;*/
	-webkit-transform: translate3d(0,0,0);
}

 .fieldsMain:hover {
	overflow-y: auto;
} 

.profileFields {
	float: left;
	width: 750px;
	height: 300px;
}

.fieldsColumn {
	width: 33.33%;
	/*padding-left : 10px;*/
	padding-right: 30px;
	margin-top: -3px;
}

.lastFieldsColumn {
	padding-right: 0 !important;
}

.fieldSet {
	margin-bottom: 14px;
}

.customFieldSet {
	margin-top: 20px;
	width: 50%;
	padding-right: 30px;
	display: inline-block;
	position: relative;
/*	padding-left: 10px;*/
}

.customFieldSet .bv-placeholder-label span {
	letter-spacing: 0.6px !important;
	font-size: 16px;
}

.editProfileInputText {
	width: 100%;
/*	font-size: 16px;*/
}

.createUserInputText {
	width: 100%;
/*	font-size: 16px;*/
}


.createUserLicenseType button{
	font-size: 16px;
	font-weight: 400;
	background-color: #e5e5e5 !important;
}

.createUserLicenseType  ul {
	max-height: 220px;
	overflow: auto;
}

.createUserLicenseType li {
	font-size: 16px;
}

.editProfileCustomFieldName {
	display: inline-block;
	width: 12.5%;
	text-align: right;
	vertical-align: middle;
	padding-right: 4px;
	font-size: 13px;
}

.newCustomFieldValueEdit {
	display: inline-block;
	width: 12.5%;
	max-width: 12.5%;
	text-align: right;
	font-size: 13px;
	vertical-align: middle;
}

.newCustomFieldName {
	background: #FFF;
	width: 100% !important;
	padding-right: 27px;
	font-weight: 400;
}

.editProfileCustomFieldValueEdit {
	display: inline-block;
	width: 87%;
	max-width: 87%;
	padding-left: 4px;
	white-space: pre-line;
	max-height: 96px;
	min-height: 16px;
	font-size: 13px;
	vertical-align: middle;
	padding-left: 4px;
}

.addCustomFieldButton {
	float: left;
	height: 35px;
	width: 200px;
	background: url("../assets/images/add_members_V2.png") no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	/* z-index: 1; */
	position: relative;
	color: gray;
}

.bioFieldSet {
	margin-top: -5px;
}

.bioEditor {
	resize: none;
	height: 120px;
}

.bioFieldSet .cke_wysiwyg_frame, .cke_wysiwyg_div {
	background-color: #e5e5e5 !important;
}

.bioFieldSet .cke_toolgroup {
	background: #e5e5e5 !important;
}

.bioFieldSet .cke_bottom {
	background: #e5e5e5 !important;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
}

.bioFieldSet .cke_inner {
	background: #e5e5e5 !important;
}

.createUser-notice {
	margin-top: -12px;
}

.signatureMain {
	padding: 20px;
	margin-top: -5px;
	height: 431px;
}

.signature-middle-line {
	width: 100%;
	background-color: #e5e5e5;
	position: absolute;
	top: 156px;
	height: 0px;
}

.signBox {
	width: 398px;
	/*float: left;*/
	/* white-space: pre-line; */
	margin-right: 17px;
}

.initBox {
	width: 190px;
	/*float: left;*/
/*	white-space: pre-line;*/
}

.signInitBox{
	margin: 0px 0px 0px 0px;
	height: 176px;
	/*padding-left: 15px;*/
}

.signCanvas {
	/* 	width:300px;
	height:100px; */
	background: white;
	cursor: pointer;
	margin-top: 5px;
	position: relative;
	/* 	cursor:url("../assets/images/BVLiveryDrawingPalettePenToolOverlayPhone.png), auto; */
	-ms-touch-action: none;
}

.initialsCanvas {
	/* 	width:200px;
	height:100px; */

/*	border-radius: 10px;*/
	cursor: pointer;
	background: white;
	margin-top: 5px;
	position: relative;
	-ms-touch-action: none;
}

.currentSign {
	width: 402px;
	height: 115px;
	background: white;
	margin-top: 5px;
}

.currentInitials {
	width: 190px;
	height: 115px;
	background: white;
	margin-top: 5px;
}

.autoGenerateButtons {
	/* float: left; */
	position: absolute;
	bottom: 20px;
	left: 20px;
}

body.nasdaq .autoGenerateButtons .bv-input-btn-large{
	width: auto;
	min-width:100px;
	max-width: 180px;
}
.changeStyleButtons {
	white-space: nowrap;
	display: inline-flex;
	float: left;
}

.prevStyleButton {
	margin-right: 5px;
	cursor: pointer;
}

.nextStyleButton {
	margin-left: 5px;
	cursor: pointer;
}

.clearButton {
	float:right;
	cursor: pointer;
}

.canvasCaption {
	color: #706D6D;
	font-size: 15px;
}

/* Groups */
.showGroupsButton {
	top: 14px;
	position: absolute;
	right: 45px;
	height: 35px;
	width: 35px;
	background-color: #707070;
	font-color: #fff;
	color: #fff;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
}

.groupsBox {
	height: calc(100% - 137px);
	overflow: hidden;
	position: absolute;
	width: 100%;
	/*width: calc(100% - 18px);*/
	/* padding-left: 10px; */
	/* padding-right: 3px; */
	/* padding-top: 5px; */
}

.groupsBox:hover {
	overflow-y: auto;
}


.groupsBox .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.groupsBox .panel-default {
	border: none;
	border-radius: 0px;
	margin-bottom: 20px;
	background-color: inherit;
}

.groupsBox .panel-default > .panel-heading {
  background-color: inherit;
  border-color: inherit;
}

.groupsBox .panel-default > .panel-heading:hover {
	background-color: #f4f4f4;
}

.groupsBox .panel-group .panel-heading {
	padding: 0px;
}

.groupsBox .panel-group .panel-heading:hover {
	background-color: #f4f4f4;
}

.groupsBox .panel-title {
/*	font-size: 20px;
*/	font-weight: 400;
}

.groupsBox .groupHeader {
	padding: 10px 30px 15px 15px;
/* 	background-color: white; */
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
	white-space: nowrap;
}

/*.groupsBox .groupHeader:hover{
	background-color: #f0f0f0;
}*/

.groupsBox .groupHeaderOpen {
	background-color: #f0f0f0 !important;
}

.groupsBox .panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: none;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.groupsBox .panel-collapse.in {
  background: #f0f0f0;
/*  padding-top: 10px;*/
}

.userSelectionDialog .modal-dialog {
	min-width: 300px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
    -ms-transform:  translate(-50%,-50%) !important;
	margin: 0;
}

/*
.groupUserList {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 400px;
}

.groupUserList:hover {
	overflow-y: auto;
}

.panel-body {
	padding: 0 !important;
}*/

.groupAdminDropDown {
	position: absolute;
  	right: 15px;
}

.groupAdminButton {
	float:right;
	width:20px;
	height: 20px;
	margin-top: 3px;
}

.groupAdminButtonSVG {
	fill: #CCC;
}

.groupAdminButtonSVG:hover {
	fill: #000;
}

.groupsBox .dropdown-menu {
	left: -170px;
	border-radius:0px !important;
	top: 25px;
}

.removeX {
	font-size: 19px;
	margin-top: 6px;
	padding-right: 7px;
	position: absolute;
	cursor: pointer;
}

.userX {
	left: 214px;
}

.userFromGroupX {
	margin: 17px 0px 0 0;
	height: 17px;
	width: 17px;
	position: absolute;
	right: 20px;
}

.groupScrollbar::-webkit-scrollbar {
	background-color: rgba(214, 214, 214, 0.34);
	width: 0px;
	height: 8px;
	border-radius: 10px;
}

.groupScrollbar::-webkit-scrollbar-thumb {
	width: 0px;
	height: 8px;
	background-color: #D5D5D5;
	border-radius: 10px;
}

.groupScrollbar::-webkit-scrollbar-thumb:hover {
	background-color: #A5A2A2;
}

/* Helvetica Neue Medium Font Stack */
.Helvetica-Neue-Medium {
	font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-stretch:normal;
}

/*.inputLabel {
	font-size: 16px;
	font-weight: 500;
/*	font-weight: bold;*/
}
*/
.inputGuideLabel {
	font-size: 16px;
	color: gray
}


.userActionMenu {
	/* width: 100%; */
	text-align: center;
	font-size: 16px;
	height: 40px;
	/*border-bottom: 1px solid #e5e5e5;*/
	/* position: relative; */
	display: table;
	width: auto;
	margin: auto;
}

.userActionMenu li {
	display: inline;
	/* width: 50%; */
	float: left;
	height: 30px;
	/* border-bottom: 1px solid; */
	width: 115px;
	text-align: center;
	margin-top: 10px;
	/* margin-top: 23px; */
	/* position: absolute; */
}

.userActionMenu li a {
	display: inline-block;
	text-align: center;
	color: black;
	opacity: 0.2;
	/*max-width: 50px;*/
}

.userActionMenu li a:hover {
	border-bottom: 8px solid;
	opacity: 1;
	cursor: pointer;
}


.createUserDialog .modal-dialog {
	width: 325px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
    -ms-transform:  translate(-50%,-50%) !important;
	margin: 0;
}

.createUserMain {
	width: 100%;
	height: 575px;
	overflow: hidden;
	padding: 20px;
	font-size: 16px;
}

.createUserFieldsMain {
	overflow: hidden;
	float: left;
	width: 100%;
}

.createUserFieldsColumn {
	width: 100%;
/* 	padding-right: 10px;
	padding-left: 10px; */
}


.editPhotoDialog .modal-dialog {
	min-width: 370px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
    -ms-transform:  translate(-50%,-50%) !important;
	margin: 0;
}

.editPhotoMain {
	width: 100%;
	height: 400px;
	overflow: hidden;
	/* padding-top: 30px; */
	/* padding-left: 10px; */
	font-size: 16px;
	padding: 55px;
}

.editPhotoBtn {
	display: inline-block;
	overflow: hidden;
	line-height: 40px;
}

.cropArea {
	background: #E4E4E4;
	overflow: hidden;
	width: 245px;
	height: 245px;
	margin: auto;
}

.selectPhoto {
	position: relative;
	/* overflow: hidden; */
	/* border: none; */
	/* line-height: 16px; */
	display: inline-block;
	/* color: #fff; */
	/* transition: background .2s; */
	/* text-shadow: none; */
	margin: 2px 0px 0 7.5px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	padding-top: 2px;
}

.selectPhoto span {
	vertical-align: inherit;
}

.selectPhoto input.selectPhotoBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100px;
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
}