.teamsBtn {
	margin-top: 200px;
    text-align: center;
    font-size: 20px;
}

.teamsLink {
	display: block;
	line-height: 1em;
}

.teams-modal .teams-head {
	height: 50px;
	margin-top: 10px;
}

.teams-modal .teams-head-lft {
    float: left;
}
.teams-modal .teams-head-mdl {
	width: 20%;
}
.teams-modal .teams-head-rht {
	width: 10%;
    float: right;
}

.teams-modal .teams-search-cont,
.teamsJbox .teams-search-cont {
    margin-top: 6px;
    display:inline-block;
    height:30px;
}

.teams-filter-search {
	width: 230px;
    padding-right: 4px;
    margin: 0;
    height: 24px;
    vertical-align: middle;
    border: 1px solid #ccc;
    float: left;
    background: transparent;
    padding-left: 22px;
}

.teams-modal .teams-title{
	float: left;
	margin-left: 10px;
}
.teams-modal .teams-head .filter-btn {
	color: #999;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    padding-left: 4px;
}

.teams-modal .teams-title-rht {
	float: right;
    margin-right: 10px;
    width: 100px;
    text-align: center;
    font-style: normal;
}

.teams-modal .teamsNewBtn {
	display: block;
    font-size: 140%;
    text-decoration:none!important;
}

.teams-modal .teamsNewLink {
	display: block;
    font-size: 14px;
    line-height: 1em;
}

.teams-modal #teamsList {
	position: absolute;
    top: 110px;
    left: 10px;
    right: 10px;
    bottom: 45px;
    overflow: auto;
    padding: 5px;
}

.teams-modal #teamsList.mtList {
    top: 80px;
    bottom: 20px;
}

.teams-modal #teamsList li.threeColumnList {
	width: 33.3%;
    float: left;
    height:145px;
    padding: 5px 5px;
}
.teams-modal #teamsList li.threeColumnListLD {
	width: 33.3%;
    float: left;
    height:105px;
    padding: 5px 5px;
}
.teams-modal #teamsList li {
	list-style-type: none;
	font-size: 14px;
}

.teams-modal .selteamDiv {
	border: 1px solid #ccc;
	font-style: normal;
}

.teams-modal #teamsList .selteamDiv:hover {
    border-color: #FF6600;
}

.teams-modal .selTeamTitleRow {
	display: inline-block;
    width: 100%;
    height: 30px;
}

.teams-modal .selTeamTitle {
	height: 22px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	float: left;
	color: #4A90E2;
	cursor: pointer;
	width:85%;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
.teams-modal .selTeamDesc {
	height: 40px;
	margin-left: 5px;
	margin-right: 53px;
}

.teams-modal .selTeamNoDesc {
	color: lightgray;
}

.teamsJbox .selTeamSelBtn,
.teams-modal .selTeamSelBtn {
    text-align: center;
    font-size: 30px;
    float: right;
    margin-right: 5px;
    color: #FF6600;
}

.teams-modal .selTeamSelBtn.ion-ios-circle-outline.teamdisabled,
.teamsJbox .selTeamSelBtn.ion-ios-circle-outline.teamdisabled {
    color: #ccc;
}

.teams-modal .selTeamSelBtn.ion-ios-checkmark-outline,.selTeamSelBtn.ion-ios-checkmark-outline.teamdisabled:hover,
.teamsJbox .selTeamSelBtn.ion-ios-checkmark-outline,.selTeamSelBtn.ion-ios-checkmark-outline.teamdisabled:hover {
	color: #FF6600;
	opacity: 1;
}

.teams-modal .selTeamUsersRow {
	margin-left: 5px;
	margin-right: 5px;
	height: 60px;
	padding: 10px 0px;
}

.teams-modal .selTeamUsersRow ul {
	max-height: 40px;
	overflow: hidden;
}

/*
.selTeamUser {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background-color: #01B0F0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.selTeamUser div {
    position: absolute;
    width: 40px;
    text-align: center;
    color: #fff;
    font-weight: 300;
} 

*/
.teams-modal .selTeamUser img, .teams-modal .selAddUser img,
.teamsJbox .selTeamUser img,.teamsJbox  .selAddUser img {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    position: relative;
    background-color: #4A90E2;
    vertical-align: top;
	cursor: pointer;
}

.teams-modal .selTeamUserMore {
	padding-top:5px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	color: #4A90E2;
	cursor: pointer;
}

.teamsJbox .selTeamFooterRow {
	height: 43px;
	text-align: center;
	border-top: 1px solid #777;
    padding-top: 10px;
}

.teamsJbox .selTeamFooterRow ul {
	display: inline-block;
    float: left;
    overflow: hidden;
    margin-top: 15px !important;
}

.teams-modal .teamsBtns {
	display: inline-block;
    float: left;
    overflow: hidden;
    margin-top: 10px !important;
}

.teams-modal .selteamDiv:hover>.selTeamFooterRow ul{
    display: inline-block;
}

.teams-modal .teamBtns li {
    float: right;
    text-align: center;
    display:inline-block;
    min-height:40px;
}

.teamsJbox .selTeamFooterRow li:not(:last-child), .teams-modal .teamBtns li {
    margin-left: 20px;
}

.teams-modal .teamBtns li:first-child {
    margin-left: 5px;
}

.teamsJbox .selTeamFooterRow li a, .teams-modal .teamBtns li a {
    display: block;
    font-size: 140%;
    text-decoration:none;
}

.teamsJbox .selTeamFooterRow li a span:hover, .teams-modal .teamBtns li a span:hover, .teams-modal .teamsNewBtn span:hover, .teams-modal .rb-selectedRep li a span:hover {
	text-decoration: underline;
}

.teamsJbox .selTeamFooterRow li a span, .teams-modal .teamBtns li a span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding-top: 5px;
}

.teamsJbox .selUserSelDiv {
    float: right;
    height: 40px;
    width: 40px;
    font-size: 30px;
}

.teamsJbox .selUserSelBtn.ion-ios-checkmark-outline.teamdisabled {
    color: #ccc;
    font-size: 30px;
}

.teamsJbox .selUserSelBtn.ion-ios-checkmark-outline,.teamsJbox .selUserSelBtn.ion-ios-checkmark-outline.teamdisabled:hover {
	color: #FF6600;
	opacity: 1;
}


.teams-modal .tContent {
	position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ccc;
}

.teams-modal .tContent .userName {
	margin-top: 10px;
}
.teams-modal .addMemberList li {
	width: 15%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 10px;
}
.teams-modal .addMemberIcon {
	color: #9FC5F8;
	cursor: pointer;
}
.teams-modal .addMemberIcon:before {
    display: block;
    font-size: 5em;
}

.teams-modal .tContent .editUser { 
    height: 80px;
    width: 80px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin: auto;
    line-height: 40px;
}

.teams-modal .tContent .editUser .userInitials { 
    position: absolute;
    width: 80px;
    margin-top:20px;
    text-align: center;
    font-weight: 300;
}

.teams-modal .tContent .editUser img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
    position: relative;
    background-color: #fff;
    vertical-align: top;
}

.teams-modal .tContent .deleteUserIcon {
	font-size: 2.5em;
	display:none;
	color: red;
    float: right;
	opacity: 1;
}

.teams-modal .tContent .deleteUserIcon {
  display: block;
}

.teams-modal .tContent .deleteUser {
	opacity: 0.5;
}
.teams-modal .tContent .recoverUser {
	opacity: 1;
}
.teams-modal .selAddUser,
.teamsJbox .selAddUser {
	height: 40px;
    width: 40px;
    border-radius: 50px;
    margin-right: 2px;
	display: inline-block;
	background-color: #4A90E2;
}

.teams-modal .addUserInfo,
.teamsJbox .addUserInfo {
	display: inline-block;
	vertical-align: top;
	margin-top:10px;
}

.teamsJbox .addItemName,
.teams-modal .addItemName {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.teamsJbox .aContent {
	margin-top:10px;
	overflow: auto;
	height: 349px;
	width:370px;
}

.teamsJbox .aContent li:hover, .addUserHover {
    background: #ddd;
}

.teamsJbox .selAddUser div,
.teams-modal .selAddUser div {
	cursor: pointer;
	text-align: center;
    margin-top: 12px;
    font-weight: 300;
}
.teams-modal #teams-desc {
	font-size: 1em;
    height: 30px;
}

.teams-teaminfo-popupContainer {
	min-height: 390px;
    width: 450px;
}

.teams-userinfo-popupContainer {
	min-height: 390px;
    width: 650px;
}

.teamsJbox .teams-teamInfo {
	height: 350px;
	overflow: auto;
}

#teams-userinfo-popup .pop-foot-btn,#teams-teaminfo-popup .pop-foot-btn{overflow:auto}

#teams-userinfo-popup .pop-foot-btn a,#teams-teaminfo-popup .pop-foot-btn a {
    color: #000 !important;
    margin-top: 5px;
    display: block;
}

#teams-userinfo-popup .pop-foot-btn a,#teams-teaminfo-popup .pop-foot-btn a:hover {
    color: #4A90E2 !important;
}

.addMember-popupContainer .pop-foot-btn{
	margin-top: 10px;
}
/*
.selTeamAdhocUsersRow {
	margin-top: 70px;
	margin-left: 5px;
	margin-right: 5px;
	height: 393px;
}
*/

.teams-modal .teamsadhoc-filter-search,
.teamsJbox .teamsadhoc-filter-search {
    margin: 0;
    height: 26px;
    padding-left: 4px;
    vertical-align: middle;
    border: 1px solid #ccc;
	border-right: none;
    min-width: 324px;
    float: left;
    background: transparent;
}

/*.adhocsearchtxt {
	height: 433px;
    margin: 10px;
    padding-top: 40px;
}

.teamsadhoc-search-cont {
    margin-left: 5px;
    margin-top: 20px;  
    padding-right: 5px;
}

.adhocsavebutton {
	line-height: .9em;
	min-width: 60px;
	margin: 0px;
}

.teams-modal .searchUsers {
	width: 77%;
    height: 26px;
}
*/

.teams-modal .selAddUser .popover div {
	margin-top: 0;
}

.teams-modal #teamsbody,.teams-modal  #teamsfooter {
	width: 100%; 
	overflow: auto;
}

.teams-modal .bottomrightCancel {
	position: absolute;
    bottom: 13px;
    right: 100px;
    color: black;
}

.teams-modal .bottomrightCancel a:hover {
	color: #4A90E2;
}

.teams-modal .bottomrightCancel:hover {
    text-decoration: underline;
}

.teams-modal .bottomrightSave {
	position: absolute;
    bottom: 10px;
    right: 10px;
}

/*
#adhocteams {
	width: 400px;
	float: left;
}

.adhocusersContent {
	margin: 5px 5px;
	overflow: auto;
	height: 176px;
	border: 1px solid #ccc;
}

.adhocusersContent li {
	margin-left: 5px;
}

.adhocusersAddBtn {
    background-color: #4A90E2;
    cursor: pointer;
    min-width: 80px;
    line-height: 1em;
    padding: 6px;
    border-radius: 0;
    border: none;
    font-weight: normal;
    font-size: 1em;
    outline: none;
    transition: background-color .2s ease;
}

.adhocusersContent li:hover, .addUserHover {
    background: #ddd;
}

.teams-modal .hideDiv {
	display: none;
}

.adhocTeamsCenterDiv {
	text-align: center;
	margin-bottom: 10px;
}

.selAdhocMembersDesc {
	height: 14px;
	margin-top: 5px;
	margin-left: 5px;
}

.adhocusersSelMembers {
	margin: 5px 5px;
	overflow: auto;
	height: 176px;
	border: 1px solid #ccc;
}

.adhocusersSelMembers li {
	margin-left: 5px;
}

.adhocdeleteuser {
    display: none;
    float: right;
    font-size: 24px;
    overflow: hidden;
    padding-top: 20px;
    margin-right: 5px;
}

.adhocusersSelMembers li:hover>.adhocdeleteuser{
    display: inline-block;
}

.ion-ios-trash-outline.teambtndisabled, .ion-ios-copy-outline.teambtndisabled, .ion-edit.teambtndisabled {
    color: #ccc;
    cursor: default;
    text-decoration: none !important;
}

#searchLeft {
	width: 33.3%;
    float: left;
    background-color: #222;
    color: #fff;
}

*/
.teams-modal #searchUserList {
    overflow: auto;
    height: 355px;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #ccc;
}

/*
.searchListHdr {
	background-color: #555;
    height: 30px;
    font-size: 30px;
}

.searchListHdr span{
    margin-right: 10px;
}
*/

.teams-modal .check-label span:before {
    padding-left: 5px;
}

.teams-modal .clickText {
	text-decoration: underline;
	color: #4A90E2;
	cursor: pointer;
}

.teamsJbox .search-btn,
.teams-modal .search-btn {
    width: 26x;
    height: 26px;
    background-color: transparent;
    color: #999;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 20px;
    border: 1px solid #ccc;
}

/*
.teams-search {
    width: 100%;
    padding: 0 0 0 5px;
    height: 22px;
    vertical-align: middle;
    border: 0px;
    float: left;
    box-sizing: border-box;
    background: transparent;
}
*/

.teamsJbox .searchiconBlack, .teams-modal .searchiconBlack {color: #000 !important}

.teamsJbox .teamGroup,
.teams-modal .teamGroup {
    height: 40px;
    margin-bottom: 5px !important;
    cursor: pointer;
}

.teamsJbox .groupAvatar, 
.teams-modal .groupAvatar {
	height: 40px;
    width: 40px;
    margin-right:2px;
    border-radius: 50px;
    display: inline-block;
    background-color: #4A90E2;
}

.teamsJbox .addUserInfoDiv {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 290px;
}

.teamsJbox .delDataHldr {
	min-height: 50px !important;
}

.teamsJbox .saveDataHldr {
	min-height: 50px !important;
}

.teams-modal .rb-selectedRep a.disable:hover span {
	text-decoration: none;
}

.teams-modal .modal-dialog {
    width: auto !important; 
    margin: 0px !important; 
}

.teams-modal {
    z-index: 9010!important;
}

.teamsJbox {
    z-index: 9015!important;
}

/* ADDING SPECIFIC UNIFY STYLES */
#loading {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}

#loading {
    display: none;
}
.hideLoaderBgColor #loading {background:none !important}
.teams-modal .button:hover, .teams-modal .applyBtn:hover,
.teamsJbox .button:hover, .teamsJbox .applyBtn:hover {
    background-color: #FF6600;
    color: #fff;
}
.teams-modal .button, .teams-modal .applyBtn,
.teamsJbox .button, .teamsJbox .applyBtn {
    background-color: #4A90E2;
    line-height: 1em;
    padding: 6px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    min-width: 80px;
    float: right;
    margin-left: 10px;
    border-radius:20px;
    border: none;
    font-weight: normal;
    font-size: 1em;
    outline: none;
    -moz-transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.teams-modal {
	font-weight: 500;
    color: #070707;
    line-height: 1.3em;
}

.teams-modal .moveright, .teamsJbox .moveright {
    float: right;
}

.teams-modal figure,.teams-modal  ol, .teams-modal ul, .teams-modal li, .teams-modal h1, 
  .teams-modal h2, .teams-modal h3, .teams-modal h4, .teams-modal fieldset, .teams-modal p,
.teamsJbox figure,.teamsJbox ol, .teamsJbox ul, .teamsJbox li, .teamsJbox h1, 
  .teamsJbox h2, .teamsJbox h3, .teamsJbox h4, .teamsJbox fieldset, .teamsJbox p {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.teams-modal .add-story-tlt>h1 {
    padding: 9px 0 0 15px;
}

.teams-modal .add-story-tlt>a {
    font-size: 32px;
    margin: 2px 10px 0 0;
    color: #999;
}

.teams-modal .add-story-tlt>a:hover {
    color: #4A90E2;
}

.teams-modal input[type="checkbox"],
.teamsJbox input[type="checkbox"] {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.teams-modal label,
.teamsJbox label {
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
    cursor: default;
    font-weight: 500;
}

.teams-modal .bottom-hr {
    border-bottom: 1px solid #eeeff0;
    margin-bottom: 5px;
}

.teams-modal input,
.teamsJbox input {
	padding-left: 4px;
    border-radius: 0;
}

.teams-modal input:focus,
.teamsJbox input:focus {
     border-color: #ccc; 
    -moz-box-shadow: none;;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.teams-modal a, .teams-modal img,
.teamsJbox a, .teamsJbox img {
    border: 0px;
    text-decoration: none;
}

.teams-modal a, .teamsJbox a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.teams-modal .moveleft, .teamsJbox .moveleft {
    float: left;
}

.teams-modal .rb-rhtPane {
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 0px;
    padding: 0 0 0 10px;
    width: 100%;
}

.teams-modal .rb-selectedRep {
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
}

.teams-modal .rb-selectedRep ul {
    display: inline-block;
    float: right;
    overflow: hidden;
}

.teams-modal .rb-selectedRep li {
    float: right;
    margin-left: 20px;
    text-align: center;
}

.teams-modal .rb-selectedRep li a.save {
    color: #4cd964;
    font-weight: 500;
}

.teams-modal .rb-selectedRep li a {
    display: inline-block;
    font-size: 140%;
    text-decoration:none!important;
}

.teams-modal .rb-selectedRep span {
    display: block;
    font-size: 14px;
    line-height: 1em;
}

::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}
::-webkit-scrollbar-thumb {
    background-color: #4A90E2 !important;
}
::-webkit-scrollbar-track {
    border-radius: 2px !important;
    background-color: #fbfbfb !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.teams-modal .userCount,
.teamsJbox .userCount {
	margin-left:0;
	padding: 5px 5px;
    height: 26px;
    text-align: center;
    min-width: 150px;
    text-decoration: underline;
    color: #4A90E2;
    cursor: pointer;
}

.teams-modal .searchMain {
	position: absolute;
	z-index: 3;
    margin-top: -4px;
    width: 373px;
    max-height:420px;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: white;
}

.teams-modal .searchOutlineTop {
	border-top: 2px solid #ccc;
}

.teams-modal .searchOutlineLeft {
	border-left: 2px solid #ccc;
}

.teams-modal .searchOutlineRight {
	border-right: 2px solid #ccc;
}

#showSelections, #showAddSelections {
	overflow: auto;
	height: 200px;
	width: 300px;
	padding: 5px 5px 5px 10px;
	
}

.teams-modal #teamsListOverlay,.teams-modal .teamsEditOverlay {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9015;
    left: 0;
    top: 0;
}

.teams-modal #teamsListOverlay,.teams-modal .teamsEditOverlay {
    display: none;
}

.teams-modal .teamsListOverlay2 {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

.teams-modal #teamsListOverlay2 {
    display: none;
}

.teamsJbox .popupCancel {
	position: absolute;
    bottom: 11px;
    right: 100px;
}

.teams-modal .icon-disable {
	color: #999 !important;
    cursor: default !important;
    text-decoration: none !important;
}

.teams-modal .userGroupLabel {
	font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.teams-modal input[type=checkbox].select-checkbox,
.teamsJbox input[type=checkbox].select-checkbox {
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    color: #000;
    opacity: 0;
}

.teams-modal input[type="checkbox"],
.teamsJbox input[type="checkbox"] {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.teamsJbox .check-label input[type=checkbox].select-checkbox + span,
.teams-modal .check-label input[type=checkbox].select-checkbox + span {
    cursor: pointer;
    padding-left: 1px;
    margin: 0;
    text-align: left;
    vertical-align: top;
    line-height: 17px;
}

.teamsJbox .check-label span:before,
.teams-modal .check-label span:before {
    color: #999;
    content: "\f401";
    font-family: ionicons;
    font-size: 18px;
    padding-right: 5px;
}

.teams-modal .selteamDiv .teamAvatar {
	display:block;
}
.teams-modal .selteamDiv:hover .teamAvatar {
	display:none;
}

.teams-modal .selteamDiv .teamBtns {
	display:none;
}
.teams-modal .selteamDiv:hover .teamBtns {
	display:block;
}
.teams-modal .pop-foot-btn,  .teamsJbox .pop-foot-btn {
	border-top: none;
    padding-top: 0px;
}

.teams-modal .teamsNewEdit .addMemberli  {
	padding-top:8px;
}

.teams-modal .teamsNewEdit .editUserli  {
	padding-bottom:40px;
}

.teams-modal .teams-uncheck-all {
	float:right;
	margin-left:10px;
	margin-top:6px;
	text-decoration: underline;
	color: #4A90E2;
	cursor:pointer;
}

.teams-modal .teams-sysgroup-div {
	float:right;
	margin-left:20px;
	margin-top:6px;
}

.teams-modal .teams-sysgroup-label {
	display: inline-block;
	cursor: default;
	min-height: 22px;
	line-height: 16px;
}

.teams-modal .teams-head .chart-property-value { 
	display:inline-block;
	width:60px;
}

.teams-modal .teams-available-shared-div {
 	float:right;
	color: #4A90E2;
	cursor: pointer;
 	margin-left:10px;
 	margin-top:6px;	
}

.teams-modal .teams-available-label {
	display:inline-block;
	border-right:1px solid black;
	padding-right:10px;
}

.teams-modal .teams-shared-label {
	display:inline-block;
	padding-left:5px;
}

.teams-modal .teams-search-div {
	display: inline-block;
	z-index: 3;
	position: relative;
	background-color: white;
}

.teams-modal .teams-head .close-search-btn {
	color: white;
	border-left: none;
	border-right: none;
}

.teams-modal .teams-head .check-label, .teamsJbox .check-label {
	font-weight: normal;
	float:right;
	margin-right: 10px;
	color:#4A90E2!important;
}

.teams-modal .searchUserListUl { 
	clear: both;
}

.teams-modal .searchUserListUl li { 
	margin-bottom:5px;
}

.teams-modal .searchUserListUl li a { 
	margin-top:5px;
}

.teams-modal .ion-ios-people, .teamsJbox .groupAvatar .ion-ios-people { 
	font-size: 40px;
	text-align: center;
	margin-top:0px; 
	cursor: pointer
}

.teams-modal .teams-head .selTeamSelBtn,.teams-modal #teamsbody .specificUserBtn {
	margin-top:5px;
}

.teams-modal .teams-head .pop-foot-btn {
	clear:both;
	padding-right:10px;
	margin-top:5px;
	height:32px;
}

.teams-modal .teams-head .addUserInfo {
	width: calc(100% - 80px);
}

.teams-modal #teamsbody .specificUserDiv {
 	margin-bottom:5px;
}

.teams-modal #teamsbody .selAddUser div, .teams-modal #teamsbody .selAddUser img {
	cursor: default;
}

.teams-modal #teamsbody .userGroupLabel {
	clear:both;
}

.teams-modal #teamsbody .teamAvatar li, .teams-modal #teamsbody .selTeamUsersRow li {
	float:left;
}

.addMember-popupContainer { 
	min-height: 405px;
}

.teamsJbox .addMemberDiv {
	border-bottom:1px solid #ccc;
}

.teamsJbox .searchUserDiv {
	display: block;
	height:26px;
}

.teamsJbox .teams-search-cont {
	display:inline-block;
}

.teamsJbox .addMemberDiv .ion-ios-close-empty {
	color: white;
	border-left: none;
	border-right: none;
}

.teamsJbox .aContent {
	clear:both;
}

.teamsJbox .aContent li {
	margin-bottom:10px;
}

.teamsJbox .aContent .selTeamSelBtn {
	margin-top:5px;
}
	
.teamsJbox .addDetailDiv {
	border-bottom:1px solid #ccc;
}

.teamsJbox .addDetailDiv .ion-ios-arrow-left {
	margin-right:5px;
	color:#999;
}

.teamsJbox .addDetailDiv .check-label {
	margin-top:2px;
	font-weight: normal;
	float:right;
	margin-right: 10px;
	color:#4A90E2!important;
}

.teams-modal .pop-foot-btn {
	clear:both;
}

.teamsJbox .teams-teamInfo {
	clear:both;
	overflow: unset;
}

.teamsJbox #tUserList {
	 clear:both;
	 overflow: hidden;
	 height:100%; 
}

.teams-modal #tUserList li {
	margin-bottom:10px; 
}

.teamsJbox .selTeamFooterRowDiv {
	height:100%;
	display:table;
}

.teamsJbox .selTeamFooterRowTableCell {
	display:table-cell;
	vertical-align:middle;
}

.teams-modal .saveAsTeamsLabel {
	color:white;
}

.teams-modal .saveAsNameInput {
	border: 1px solid #999;
	color:black;
	width:250px;
}

.teamsJbox .dataBtn  {
	padding-top: 20px;
}

.teamsJbox .showSelectionsli {
	margin-bottom:5px;
}

.teams-modal .teamGroupCursor {
	cursor: default;
}

.teamsJbox .teamGroupCursor .addUserInfo {
	width: calc(100% - 50px);
}

.teamsJbox .showAddli {
	margin-bottom:5px;
}

.teams-modal .noShareTeams {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.teamsJbox .teams-teamInfo li {
	margin-bottom:10px;
}

.teams-modal .notOwner {
	color: #070707;
	cursor: default;
}	

.teamsJbox .data-container {
    width: 350px;
    padding-right: 0;
    overflow: auto;
    color: #787885;
    text-shadow: none;
}

.teamsJbox .data-container#saveAspopup .dataHldr {
    min-height: 45px;
}

.teamsJbox .data-container .dataHldr {
    overflow: auto;
    margin: 5px 0 0 3px;
    min-height:45px;
}

.teamsJbox .data-container#teamssaveAspopup .dataHldr p {
    display: inline-block;
}

.teamsJbox .data-container#teamssaveAspopup input {
    width: 280px;
    margin-left: 5px;
    padding: 5px;
    color: #000;
}

.teamsJbox .dataHldr>p {
    color: #999;
}
    
.teamsJbox .data-container .dataBtn {
    border-top: 1px solid #555;
}

.teamsJbox .data-container .dataBtn a {
    float: right;
    display: block;
    margin: 5px 5px 0 0;
    color: #fff;
}

.teams-modal #ldGroups {
	width:100%;
	height:100%;
}

.teams-page .modal.fade.add-report-modal {
    top: 50px !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: -1 !important;
}
.teams-page .view {
    z-index: -1;
}
.teams-page .manage-teams,
.teams-page .modal-backdrop,
.teams-page .add-story-tlt {
    display: none;
}
