.advanced-search-dates
{
	float: left;
	white-space: nowrap;
}
.advancedSearch
{
	max-height: 266px;
	overflow-y: auto;
	border: 1px solid #dae0e7;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}.audioPlayer {
	background-position: center center;
	background-repeat: no-repeat;
}/* CHECKBOXLIST TABS */
ul.basicTabs
{
	padding: 3px 0 2px 0;
	margin-bottom: 0;
}
ul.basicTabs li
{
	display: inline;
	line-height: 18px;
}
.basicTabs li span.link, .basicTabs li.normal span.link
{
	text-decoration: none;
	padding: 4px 10px 3px;
	margin-right: 2px;
	border: 1px solid #dae0e7;
	background-color: #f6f7f9;
	color: var(--color-fg);
	font-weight: normal;
	display: inline-block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
}
.basicTabs li.selected span.link /*selected tab effect*/
{
	background-color: var(--color-bg);
	color: var(--color-fg);
	padding: 4px 10px;
}

/* CHECKBOXLISTS */
.checklist 
{
	border-bottom: 1px solid #dae0e7;
	list-style: none;
	height: 15em;		
	overflow: auto;
	margin-bottom: 4px;
	padding-left: 0;
	background-color: var(--color-bg);
}
.checklist li
{
	padding-top: 0;
	padding-bottom: 0;
}
.checklist li:first-child
{
	border-top-right-radius: 4px;
}
.checklist li span label
{
	padding: 4px;
	margin: 0;
	display: block;
}
.checklist label
{
	float: none;
}
.checklist li:hover,
.checklist label:hover
{ 
	background: var(--color-brand-100);
}
.checklist li:active,
.checklist label:active
{
	background: var(--color-action-tertiary-bg-active);
}

.cl1 .alt 
{ 
	background: #f6f7f9;
	padding-bottom: 0;
}
.cl1 .normal
{
	background: var(--color-bg);
	padding-bottom: 0;
}
.cl1 .highlight
{
	background-color: #fffed6;
	margin-bottom: 0;
	margin-top: 0;
}
.cl1 input 
{
	margin: 0 6px 0 4px !important; /* overrides normalize from patterns-style */
	float: none;
}
.checkbox-list-select,
.checkbox-list-unselect
{
	cursor: pointer;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}
.checkboxListMain
{
	margin-top: -3px;
	margin-bottom: 15px;
	width: 320px;
	float: left;
	padding-bottom: 4px;
	border:  1px solid #dae0e7;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #f6f7f9;
}.profile-image
{
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.li-profile-link
{
	line-height: 16px;
	vertical-align: bottom !important;
	display: inline-block !important;
	color: #006DA2 !important;
	margin-bottom: 15px;
	text-decoration-color: #006DA2;
}

.li-icon
{
	background: url(http://s.c.lnkd.licdn.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png) -92px -42px no-repeat !important;
	display: inline-block !important;
	height: 16px !important;
	text-decoration: none !important;
	width: 16px !important;
	vertical-align: bottom !important;
	margin-bottom: 15px;
}

.li-import
{
	max-width: 600px;
	margin: auto;
}

#li-profile
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#profile-image
{
	border: 1px #CCC solid;
	width: 80px;
	height: 80px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #EBEBEB;
	display: inline-block;
}

#li-button
{
	display: inline-block;
	margin-left: 20px;
	vertical-align: bottom;
	margin-bottom: 15px;
}

#userAddressZone table.altRows
{
	width: 100%;
}

.alerts-fields.simpleTable .user-prefs-desc
{
	width:75%
}#eulaPreviewWindow .eulaWrapper
{
	padding: 10px 25px;
}
#eulaPreviewWindow .eulaWrapper h1:first-child
{
	margin-top: 0;
	text-align: center;
}
.eulaEntryTextAreaWrapper
{
	float: left;
	width: 48%;
}
.eulaMarkupHelpWrapper
{
	float: right;
	width: 50%;
}
.eulaMarkupHelpWrapper ol li,
.eulaWrapper ol li
{
	list-style: decimal outside;
	margin-left: 19px;
}
.eulaMarkupHelpWrapper ul li,
.eulaWrapper ul li
{
	list-style: disc outside;
	margin-left: 19px;
}
.eulaWrapper .xsnazzy li {
    list-style: none outside none;
}
.eulaWrapper ul,
.eulaWrapper ol
{
	margin: 1em 0;
}
.eulaWrapper ul.paddedErrorList,
.eulaWrapper ul.msgList
{
    margin: 0 0 0 25px;
    padding: 0 10px 0 15px;
}
.eulaMarkupHelpWrapper li blockquote,
.eulaWrapper li blockquote
{
	margin-left: 4px;
}
.eulaMarkupHelpWrapper blockquote,
.eulaWrapper blockquote
{
	margin-left: 23px;
}
.eulaBox
{
	border: 1px solid LightGray;
	padding: 0 1em;
}
.eulaWrapper em
{
	font-style: italic;
}h3.inlineEdit,
h3.alternate.inlineEdit
{
	margin-bottom: 2px;
}
.inlineEditTrigger
{
	word-wrap: break-word;
	text-align: left;
	padding-top: 4px;
}
.inlineEditTrigger a:link
{
	color: var(--color-fg);
}
.inlineEditTrigger p
{
	padding-bottom: 4px;
	margin-bottom: 15px;
}
.inlineEditTrigger:hover .emptyText
{
	color: var(--color-fg);
}
.emptyText
{
	color: #8598ad;
	font-style: italic;
	margin-right: 4px;
}
.formFrag .btn
{
	margin-bottom: 20px;
}.errorHrStyle
{
		background: none repeat scroll 0 0 #F5F5F5;
    height: 10px;
    margin: 0;
    padding: 10px 0;
}ul.tableBorder
{
	border: 1px solid #dae0e7;
	display: table;
}
li.lookLikeTable
{
	height: 24px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
}
li.lookLikeTableBody
{
	border-top: 1px solid #dae0e7;
    padding-top: 3px;
    position: relative;
	cursor: move;
	min-height: 15px;
}
li.lookLikeTableBody:hover
{
	background-color: #fffed6;
}
li.lookLikeTable ul
{
	background-color: #f6f7f9;
	line-height: 24px !important;
	height: 24px !important;
	display: table;
}
li.lookLikeTable ul li
{
	line-height: 24px !important;
	height: 24px !important;
	display: table-cell;
}
li.lookLikeTableBody ul
{
    background: none;
    border-top: none;
	display: table;
}
li.lookLikeTable .listValueName, li.lookLikeTableBody .listValueName
{
    padding-bottom: 0;
    padding-left: 5px;
	float: left;
	width: 200px;
	display: table-cell;
}
li.lookLikeTable .listValueName, li.lookLikeTable .listValueOption
{
	font-weight: bold;
}
li.lookLikeTableBody .listValueName
{
	line-height: 24px;
}
li.lookLikeTable .listValueOption, li.lookLikeTableBody .listValueOption
{
    float: left;
    padding-bottom: 0;
    padding-left: 5px;
    width: 85px;
    display: table-cell;
}
li.lookLikeTable li.headerOption
{
	border-left: 1px solid #dae0e7;
}
.createListValuesWrapper, .existingListValuesWrapper
{
	float: left;
}
.existingListValuesWrapper
{
	float: right;
}

/* override the normal ext +/- and use a different offset for arrows*/
.metadataPanel .x-accordion-hd .x-tool-toggle {
    background-position:0 -60px;
}

.metadataPanel .x-accordion-hd .x-tool-toggle-over {
    background-position:-15px -60px;
}

.metadataPanel.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
    background-position:0 -75px;
}

.metadataPanel.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
    background-position:-15px -75px;
}
.gripDrag{
	background: url("../images/layout/gripper.png");
	cursor:move;
}
.registrationTips
{
	border: 1px dashed #999;
	padding: 6px;
	margin: 0 0 10px 0;
	max-width: 465px;
}
.registrationTips span
{
    font-style: italic;
	font-weight: bold;
}
.registrationWrapper
{
	margin-left: 10px;
}
.requiredFieldsNote
{
	margin-left: 73px;
	margin-bottom: 6px;
	padding-top: 8px;
	font-weight: bold;
}
.registrationFields td
{
	width: 150px;
	padding: 10px 0 10px 10px;
}
.loginForm div.currentLogin
{
	padding: 10px 0 10px 30px;
    position: relative;
    right: 10px;
    text-align: left;
}
.registrationWrapper form
{
	min-width: 530px;
    width: 49%;
	margin: 20px 0;
}
.noRightBorder
{
	border-right: 1px solid white !important;
}
.registration-overlay .msg-alert-display {
	width: 465px;
}
.simpleTable /*for ie7*/
{
	border-right: 1px solid #dae0e7;
	line-height: 16px;
}

.simpleTable caption
{
	color: #394756;
	text-align: left;
	font-style: normal;
	padding: 10px 0;
}
.simpleTable thead,
.simpleTable tbody,
.simpleTable .borderClass
{
    border: 1px solid #dae0e7;
}
.simpleTable th
{
	line-height: 22px;
}
.simpleTable th,
.simpleTable td
{
	border-left: 1px solid #dae0e7;
	text-align: center;
}
.simpleTable td.selectAll
{
	border: none;
	border-top: 1px solid #dae0e7;
	font-weight: bold;
	text-align: right;
}

.simpleTable tbody td label,
.simpleTable tbody td span.requiredLabel,
.simpleTable tbody td input,
.simpleTable tbody td select
{
	text-align: left;
}

/* default registration page in admin tools */
.registrationFields.simpleTable td
{
	white-space: nowrap;
	height: 28px;
}
.registrationFields.simpleTable caption
{
	white-space: nowrap;
}
table.altRows.simpleTable.borderClass td
{
	vertical-align: top;
}.roundbox-tr, .roundbox-tr-noheader
{ 
	/*margin: auto; remove centering*/ 
	padding: 0; 
	background: url("../images/roundbox_tr.gif") no-repeat right top;
}
.roundbox-tr-noheader 
{ 
	background: url("../images/roundbox_tr_noheader.gif") no-repeat right top;
}
.roundbox-tl, .roundbox-tl-noheader
{ 
	margin: 0; 
	padding: 0; 
	background: url("../images/roundbox_tl.gif") no-repeat left top;
}
.roundbox-tl-noheader 
{ 
	background: url("../images/roundbox_tl_noheader.gif") no-repeat left top;
}
.roundbox-br,
.roundbox-br-no 
{ 
	margin: 0; 
	padding: 0; 
	background: url("../images/roundbox_br.gif") no-repeat right bottom;
}
.roundbox-bl,
.roundbox-bl-no
{ 
	margin: 0; 
	padding: 0; 
	background: url("../images/roundbox_bl.gif") no-repeat left bottom;
}
.roundbox-br-no
{ 
	background: url("../images/roundbox_br_no.gif") no-repeat right bottom;
}
.roundbox-bl-no 
{ 
	background: url("../images/roundbox_bl_no.gif") no-repeat left bottom;
}
.roundbox-header 
{ 
	padding: 7px 10px 0;
	font-weight: bold;
}
.roundbox-content,
.filter-palette .roundbox-content
{ 
	margin: 0; 
	padding: 7px 10px 25px; 
	line-height: 1.5;
}
.filter-palette .roundbox-content
{
	padding: 6px 1px 7px 3px;
}body.modal-open
{
	overflow: hidden;
}
.overlay
{
	position: absolute;
	top: -1000px;
	z-index: 10000;
}

.overlay .overlay-title
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.overlay .overlay-subtitle
{
	font-size: 12px;
}

.overlay .overlay-body
{
	overflow-wrap: anywhere;
	overflow-y: auto;
	clear: both;
	padding-top: 0;
}
.overlay .breadcrumb + .overlay-body
{
	padding-top: 10px;
}

.overlay .overlay-footer
{
	background-color: #f6f7f9;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #dae0e7;
	clear: both;
	zoom: 1;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.rightSide {
	right: 20px;
	left: auto;
}

#flash
{
	background-color: #182839;
	z-index: 10002;
}
#flash .flash_inner
{
	color: #c2ccd6;
}
/* Roles with Expiration on EditUser */
.rolesWithExpOn
{
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	background-color: #f6f7f9;
	border: 1px solid #dae0e7;
	border-bottom: 0 none;
	z-index: 101;
	position: relative;
	font-weight: bold;
	vertical-align: middle;
}
.rolesWithExpOn .rolesWithCheckbox
{
	padding: 2px 0 0;
}
.rolesWithExpContainer
{
	border: 1px solid #dae0e7;
	padding: 10px 10px 5px 25px;
	z-index: 9;
	margin-bottom: 15px;
}