sup {
	position: absolute;
	vertical-align: text-top;
}

.jm-block-ui {
	display: none;
	cursor: wait;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 1024px;
	z-index: 1009;
	background-color: #cccccc;
	opacity: 0.5;
}

.jm-button {
	background: #eee;
	background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #fdfdfd), color-stop(1, #eeeeee));
	border: 1px solid #ccc;
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 15px;
	text-shadow: 0 1px 1px #f6f6f6;
	-moz-border-radius: 8px ;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
	-webkit-appearance: none;
	-webkit-border-radius: 8px ;
}

a.jm-button {
	display: inline-block;
	line-height: 0.75em;
	padding: 0.4em 1em;
	text-decoration: none;
}

input:disabled.jm-button {
	cursor: default !important;
	opacity: .35; filter:Alpha(Opacity=35); background-image: none;
}

.jm-callout {
	background: #e0f1fb;
	border: 2px solid #006699;
	display: block;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0.25em 0.5em 0.5em 0.5em;
}

.jm-callout .jm-label {
	display: block;
	font-size: 0.9em;
	overflow: hidden;
}

.jm-callout .jm-text {
	display: block;
	font-size: 1.75em;
	font-weight: bold;
	overflow: hidden;
	text-align: right;
}

.jm-callout .jm-text > img {
	margin-right: 5px;
	vertical-align: middle;
}

.jm-callout .jm-text .percent {
	font-weight: normal;
	vertical-align: middle;
}

.jm-callout .jm-text .percent.positive {
	color: #357d00;
}

.jm-callout .jm-text .percent.negative {
	color: #cc001d;
}

.jm-callout-panel {
	display: block;
	overflow: hidden;
}

.jm-chart-panel {
	display: block;
	overflow: hidden;
	width: 100%;
}

.jm-chart-panel .jm-chart {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.jm-chart-panel .jm-title {
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.jm-data-list .jm-label {
	font-weight: bold;
}

.jm-data-list .jm-list-item{
	display: block;
	overflow: hidden;
}

.jm-data-list .jm-list-item .jm-label{
	display: block;
	overflow: hidden;
	float: left;
}

.jm-data-list .jm-list-item .jm-text{
	display: block;
	overflow: hidden;
	float: right;
	font-weight: bold;
	vertical-align: middle;
}

.jm-data-list .jm-list-item .jm-text .ui-trend-text-up{
	color: #357d00;
}

.jm-data-list .jm-list-item .jm-text  .ui-trend-text-down{
	color: #cc001d;
}


.jm-data-list .jm-field,
.jm-data-list .jm-text {
	font-weight: normal;
}

.jm-data-list .ui-address-panel,
.jm-data-list .ui-phone {
	font-weight: normal;
}

.jm-detail-panel {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
}

.jm-detail-panel .jm-subitem {
	padding: 0 0 0 1em;
}

.jm-detail-panel .jm-label,
.jm-detail-panel .jm-text {
	border-bottom: 1px solid #ccc;
	line-height: 2em;
	white-space: nowrap;
}

.jm-detail-panel.jm-emphasis .jm-label,
.jm-detail-panel.jm-emphasis .jm-text {
	font-weight: bold;
}

.jm-detail-panel .jm-label {
	text-overflow: ellipsis;
}

.jm-detail-panel .jm-text {
	text-align: right;
}

.jm-dialog {
	background: none repeat scroll 0 0 transparent !important;
	display: block;
	left: 0;
	/* margin-top: -15px; */
	min-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1010;
}

.jm-dialog .ui-content,
.jm-dialog .ui-footer,
.jm-dialog .ui-header {
	display: block;
	position: relative;
	width: auto;
}

.jm-dialog .ui-content {
	padding: 15px;
	z-index: 1010;
}

.jm-dialog .ui-footer,
.jm-dialog .ui-header {
	z-index: 1010;
}

.jm-dialog-contain {
	margin: 25% auto 15px;
	max-width: 500px;
	padding: 0;
	width: 92.5%;
}

.jm-disclaimer-panel {
}

.jm-disclaimer {
	font-size: 0.8em;
	font-style: italic;
}

.ui-toolbar-footer .jm-disclaimer {
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	text-shadow: none;

}

.ui-toolbar-footer .jm-link {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	background-color: #ffffff;
	color: #006699;
	text-shadow: none;
}

.jm-emphasis {
	font-weight: bold;
}

.jm-field-message {
	display: block;
	overflow: hidden;
	font-size: 0.8em;
}

.jm-field-message.jm-error {
	color: red;
}

.jm-form-header {
	border-bottom: 1px dotted #ccc;
}

.jm-form-prompt {
	color: #6a6b6b;
	display: block;
}

.jm-form-title {
	color: #000;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

.jm-help-message-panel {
	margin: 1em 0;
	text-align: center;
}

.jm-help-message-panel .jm-emphasis {
	font-size: 1.5em;
}

.jm-image-carousel-panel {
	display: block;
	overflow: hidden;
	margin-bottom: 0.5em;
}

.jm-image-carousel-panel .ui-button,
.jm-image-carousel-panel .ui-button .ui-image-carousel-next,
.jm-image-carousel-panel .ui-button .ui-image-carousel-prev {
	height: 47px;
	margin: 0 2px;
}

.jm-image-carousel-panel .ui-button.ui-shadow {
	box-shadow: none;
}

.jm-image-carousel-panel .ui-button .ui-button-hidden {
	position: absolute;
}

.jm-image-carousel-panel .ui-button .ui-button-inner {
	padding: 0.8em 15px;
}

.jm-image-carousel-panel .ui-grid-b .ui-block-a,
.jm-image-carousel-panel .ui-grid-b .ui-block-b,
.jm-image-carousel-panel .ui-grid-b .ui-block-c {
	width: auto;
}

.jm-image-panel {
	display: block;
	margin-bottom: 0.5em;
	overflow: hidden;
}

.jm-image-panel .jm-logo-image {
	display: block;
	margin: 0 auto;
}

.jm-info-panel {
	margin-bottom: 1em;
}

.jm-info-panel .jm-panel-section {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
}

.jm-info-panel .jm-label,
.jm-info-panel .jm-text {
	line-height: 2em;
}

.jm-info-panel .jm-label {
	font-size: 0.9em;
	font-style: italic;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jm-info-panel .jm-text {
}

.jm-label,
.jm-p,
.jm-text {
	display: block;
	overflow: hidden;
}

.jm-list-panel .jm-panel-section {
	margin-bottom: 0.5em;
}

.jm-numeric {
	text-align: right;
}

.jm-overview-header {
	display: block;
	overflow: hidden;
}

.jm-p {
	margin-bottom: 0.5em;
}

.jm-panel-header {
	display: block;
	margin-bottom: 0.5em;
	overflow: hidden;
	text-align: center;
}

.jm-panel-left, .jm-panel-right {
	display: block;
	overflow: hidden;
}

.jm-panel-left {
	text-align: left;
}

.jm-panel-right {
	text-align: right;
}

.jm-overview-header > .jm-panel-left {
	float: left;
	width: 80%;
}

.jm-overview-header > .jm-panel-right {
	float: right;
	width: 20%;
}

.jm-panel-header .jm-label,
.jm-panel-header .jm-text {
	display: block;
}

.jm-panel-header .jm-label {
	font-size: 1.1em;
	font-weight: bold;
}

a.jm-suppress-auto-link {
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: none !important;
}

.jm-security-image {
	float: left;
	margin-right: 1em;
}

/* UI Components */
.ui-navbar {
	margin-top: 5px;
}

.ui-navbar > li {
	display: inline-block;
}

.ui-navbar ul > li > .ui-link.ui-button {
	background-color: #006699;
	font-size: 0.5em;
	color: #ffffff;
	border: none;
	text-shadow: none;
}

.ui-navbar-icon {
	padding-top: 37px;
}
.ui-navbar-icon:after {
	content: "";
	background: url("/liberty/javax.faces.resource/mobile/mobile_icons_32.png.jsf?ln=image&rv=25.10.1");
	display: block;
	position: absolute;
	top: 0px;
	left: calc(50% - 16px);
	height: 32px;
	width: 32px;
}



.ui-navbar-icon-overview:after { background-position:  -0px -0px; }
.ui-navbar-icon-holdings:after { background-position:  -32px 0px !important; }
.ui-navbar-icon-transactions:after { background-position:  -64px -0px; }
.ui-navbar-icon-about:after { background-position:  -96px -0px; }
.ui-navbar-icon-more:after { background-position:  -128px -0px; }
.ui-navbar-icon-performance:after { background-position:  -160px -0px; }
.ui-navbar-icon-profile:after { background-position:  -192px -0px; }
.ui-navbar-icon-contact:after { background-position:  -224px -0px; }
.ui-navbar-icon-useragreement:after { background-position:  -256px -0px; }

/*PF7 DJMJ Overrides*/
div.ui-toolbar-footer {
	background-color: #006699 !important;
}

div.ui-toolbar-header[data-position="fixed"],
div.ui-toolbar-footer[data-position="fixed"] {
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	z-index: 1000;
}
div.ui-toolbar-header[data-position="fixed"] {
	top: -1px;
	padding-top: 1px;
}
div.ui-toolbar-header[data-position="fixed"] .ui-button-left,
div.ui-toolbar-header[data-position="fixed"] .ui-button-right {
	margin-top: 1px;
}
div.ui-toolbar-footer[data-position="fixed"] {
	bottom: -1px;
	padding-bottom: 1px;
}

div.ui-content {
	padding-top: 60px;
	padding-bottom: 76px;
}

/*login page is a unique page that needs its own override styling*/
body.jm-login-page > div > div.ui-content {
	padding-top: 16px;
}

/*professional more view, account more view, account about view... need their own override styling - not enough space at the bottom of the page*/
div.jm-problem-page > div.ui-content {
	padding-bottom: 100px !important;
}
/*all holdings related views... need their own override styling - not enough space at the bottom of the page*/
div.jm-problem-page-holdings > div.ui-content {
	padding-bottom: 125px !important;
}

.ui-spacer-top-medium {
	padding-top: 1.5em !important;
}