/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*QuickBase styles added
*/

body {margin: 1em}
table.display th.dt_col {font-weight: bold; color: #505050; background: #ebebeb; cursor: pointer;}

input[type="checkbox"]	{margin: 0; padding: 0;}
input[type="radio"]	{margin: 0; padding: 0;}

.appsLink {cursor: pointer; color: #365EBF;}
.appsLink:hover {color: #dc3c1e;}


#denySelected {background: url('../i/icons/16/user_deny.png') no-repeat 0 .5em; padding-left: 22px}
#deactivateSelected {background: url('../i/icons/16/user_deactivated.png') no-repeat 0 .5em; padding-left: 22px}
#emailSelected {background: url('../i/icons/16/email.png') no-repeat 0 .5em; padding-left: 22px}
#reactivateUsers {background: url('../i/icons/16/user_reactivate.png') no-repeat 0 .5em; padding-left: 22px}
#grantCreatePermsSelected {background: url('../i/icons/16/permissions-create.png') no-repeat 0 .5em; padding-left: 22px}
#removeFromDenyList {background: url('../i/icons/16/user_deny.png') no-repeat 0 .5em; padding-left: 22px}
#addToDenyList {background: url('../i/icons/16/user_reactivate.png') no-repeat 0 .5em; padding-left: 22px}
#resetUsersQA  {background: url('../i/icons/16/user_security_question_reset.png') no-repeat 0 .5em; padding-left: 22px}

#sendInviteDetails {padding: .75em}
#sendInviteDetails p, #emailInviteForm p {margin:.25em 0em 1em 0em; padding: 0; font-weight: normal; color: #000}

#addUser, #addUserNewSectionButton {background: url('../i/icons/16/user_add.png') no-repeat 0 .5em; padding-left: 20px}
#removeSelected {background: url('../i/icons/16/user_delete.png') no-repeat 0 .5em; padding-left: 22px}
#changeAL {background: url('../i/icons/16/lock_edit.png') no-repeat 0 .5em; padding-left: 22px}
#changeRole {background: url('../i/icons/16/lock_edit.png') no-repeat 0 .5em; padding-left: 22px}

p.helptext {line-height: 1.35em; margin:0; padding: 0 0 1.5em 0;}
p.intro {margin: 0 0 1em 0}

.scope {margin-bottom: 1em}
.scopeItem {font-weight: bold; color: #505050; margin-right: 1em}
.manageMyAppsScopeItems {float: left; margin-top: 1em;}

span.noRole, span.noTG {color:#666;  font-style:italic;}

span.unknownRole {color:red; font-style:italic;}

.css_right {float:right;}

.hoverCursor {cursor: pointer;}

.checkboxitem input {width: 13px; height: 13px; padding: 0; margin:0; margin-right: .25em; vertical-align: bottom; position: relative; top: -2px; *overflow: hidden;}
.checkboxitem {display: block; padding-left: 15px; text-indent: -15px; margin-bottom: .5em; margin-top: 1em;}

/*used for datatable scope item filters */
#filterSelect optgroup, #groupMemberFilterSelect optgroup {font-style:normal; padding-bottom: .5em; padding-left: .5em;}
#filterSelect .indentSelectItem, #groupMemberFilterSelect .indentSelectItem {padding-left: .5em;}

.addDialogRoleSelector{
    width: 14em;
}

/*moved from shareFull.html*/
/*used for more info (deactivated, denied, etc)*/
span.ds		{ color:#888;  font-size:85%;}
a.redInfo, span.redInfo { color:red; }

/*used for display name link, also used by AB*/
a.nm		{ color:#00a; text-decoration:none; cursor: pointer;}
a.nm:hover	{ color:#00f; text-decoration:underline; }

#realmDirScopeItems,
#UWAScopeItems {
    margin-top: .8em; 
    float: left
}
