#language,#mail {
	color: #333333;
}

/* ******************************************************************
 The table containing user search results
********************************************************************* */
#results-table {
    table-layout: fixed;
}

#results-table td {
	text-align: left;
}

#header-fullname, #header-username, #header-role {
    width:20%;
}

#header-status, #header-actions, #header-creationdate {
    width: 13%;
}

/* ******************************************************************
 The table containing member search results
********************************************************************* */
.emNavigation {
	background: none repeat scroll 0 0 #E7E7E7 !important;
	font-size: 0.8125em;
	padding: 1.25em;
}

.emNavigation .grid_12{
	width: 100%;
}

.em-details-content-deeper {
	display: none;
}

.em-details-grid {
	font-size: 0.8125em;
	margin-top: 13px;
}

.em-grid-no-margin {
	margin-left: 0;
}

.em-detail-section-title {
	text-decoration: underline;
	font-style: italic;
}

.no-left-right-margin {
	margin-left: 0;
	margin-right: 0;
}

.full-name {
	font-weight: normal;
	cursor: pointer;
}

.main-info {
	font-size: 0.8125em;
}

.main-info-partial div {
	margin-top: 5px;
}

#page_links {
	padding: 0;
	float: right;
}

.leaf-tree {
	height: 27em;
	overflow-y: auto;
}

.radio-tree .jstree-default li.jstree-unchecked ins.jstree-checkbox {
	background-image: url("../gfx/ui-radio-button-uncheck-icon.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px 0px;
}

.radio-tree .jstree-default li.jstree-checked  ins.jstree-checkbox {
	background-image: url("../gfx/ui-radio-button-icon-checked.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px 0px;
}

/* ******************************************************************
 ScopedView 
********************************************************************* */
body.scoped-view {
	background-image: none;
}

/* ******************************************************************
 Role Selector 
********************************************************************* */

.function-role-table{
	font-size:1em !important;
}

/* ******************************************************************
 Organisation dropdown selector 
********************************************************************* */

.org-dropdown-selector a {
	color: #0253B9 !important;
}

.org-dropdown-selector .input-label {
    max-width: 8em;
}

.org-dropdown-selector .input-field {
    max-width: 26em;
}

.org-dropdown-selector .org-name-display .input-field {
    max-width: 24em;
}

.org-dropdown-selector .org-name-list-item {
	padding-bottom: 1em;
}

.org-dropdown-selector .org-name-display {
	padding-left: 2em;
}

/* ******************************************************************
 My profile
********************************************************************* */

a.allowed-to-work-link {
	max-width: 340px;
}


/* Allowed to work popup warning*/

nationality-selector .popup-width .pop-up-header.icon-warning {
	max-height: 25px;
}

nationality-selector .popup-width .gradient-bg-1 {
	width: 100%;
	max-width: 500px;
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
	nationality-selector .popup-width .gradient-bg-1 {
		width: 100%;
		max-width: 309px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 920px) {
	nationality-selector .popup-width .gradient-bg-1 {
		width: 100%;
		max-width: 500px;
	}
}

