/*************************************************************************
General Style Start
*************************************************************************/
.imod-profile-container {
	padding: 10px;
}
.imod-profile-container .imod-profile-data {
	clear: both;
}
.imod-profile-container .imod-profile-data.imod-profile-row {
	margin-top: 5px;
}
.imod-profile-container .imod-profile-data.imod-profile-row label {
	font-weight: bold;	
	display: block;
	clear: both;	
}
.imod-profile-container .imod-profile-data.imod-profile-row span {
	font-weight: normal;
}
.imod-profile-container .imod-profile-data.imod-profile-row label,
.imod-profile-container .imod-profile-data.imod-profile-row span {
	font-style: normal;
}
.imod-profile-container .imod-profile-data.imod-profile-row span.italic {
	font-style: italic;
}
.imod-profile-container .imod-profile-data.imod-profile-row img#donationDetailHelpIcon {
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.imod-profile-container.imod-profile-payment-history {
	clear: both;
}
.imod-profile-container.imod-profile-payment-history ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	
.imod-profile-container.imod-profile-payment-history ul li {
	background: none;
	margin-bottom: 30px;
}
.imod-profile-container.imod-profile-payment-history ul li div > div > strong {
	font-style: normal;
}
.imod-profile-container > div {
    margin: 15px 0;
}
.imod-profile-container > div.imod_secondary-action {
    margin: 0;
}
/*************************************************************************
General Style End
*************************************************************************/

/*************************************************************************
steps.less start	
*************************************************************************/
.imod-profile-step {
	border-bottom: 1px solid #ccc;
	position: relative;
}

	.imod-profile-step:last-child {
		margin-bottom: 0;
	}

.imod-profile-mode-edit {
	box-shadow: 0 0 30px 15px black;
	position: relative;
	z-index: 1000;
}

.imod-profile-step-view {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	background-color: #fff;
}

	.imod-profile-step-view .imod-profile-step-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		cursor: default;
		box-shadow: 0 0 2px 1px black;
	}

	.imod-profile-step-view .imod-profile-step-content {
		margin-top: 40px;
	}

div.imod-profile-step-view div.imod-profile-step-header div.imod-profile-step-back-icon {
	font-size: 20px;
	display: block;
}

div.imod-profile-step-view div.imod-profile-step-header div.imod-profile-step-right-icons {
	display: none;
}

.imod-profile-step-header {
	background-color: grey;
	background: linear-gradient(#e0ffff, #b0c4de);
	background: linear-gradient(#a9a9a9, #808080);
	background: -webkit-linear-gradient(#a9a9a9, #808080);
	color: white;
	cursor: pointer;
	z-index: 100;
}

.imod-profile-step-header-inner {
	padding: 10px 80px 10px 10px;
	float: left;
	width: 100%;
}

.flexbox .imod-profile-step-header-inner {
	padding:10px;
	display:flex;
	align-items:center;
	justify-content: space-between;
}

.flexbox div.imod-profile-step-header div:nth-child(2),
div.imod-profile-step-header .imod-profile-header-text {
	flex: 1 0 auto;
	flex-basis: auto;
	padding-right:20px;
}

div.imod-profile-step-header .imod-profile-header-text:focus {
	outline:2px solid #e3e3e3;
}

	.imod-profile-step-header-inner .imod-profile-step-title {
		margin-left: 1.2em;
	}

.imod-profile-header-options {
	clear: both;
	padding: 15px 10px;
	float: left;
	width: 100%;
	background: #eee;
}

	.imod-profile-header-options a,
	.imod-profile-header-options button {
		float: right;
	}

	.imod-profile-header-options > span {
		float: right;
	}

	.imod-profile-header-options span a,
	.imod-profile-header-options span button {
		float: none;
	}


.imod-profile-step-icons {
	float: left;
	font-size: 16px;
	margin-right: 7px;
	width: 10px;
}

.imod-profile-step-opened .imod-profile-step-icon-open {
	display: none;
}

.imod-profile-step-closed .imod-profile-step-icon-open {
	display: block;
}

.imod-profile-step-opened .imod-profile-step-icon-close {
	display: block;
}

.imod-profile-step-closed .imod-profile-step-icon-close {
	display: none;
}

.imod-profile-step-opened .imod-profile-step-content {
	display: block;
}

.imod-profile-step-closed .imod-profile-step-content {
	display: none;
}

.imod-profile-mode-account #step2,
.imod-profile-mode-account #stepEmailSubscriptions {
	display: block;
}

.imod-profile-mode-public #step2,
.imod-profile-mode-public #stepEmailSubscriptions {
	display: none;
}

div.imod-profile-step-header div.imod-profile-form-buttons {
	float: right;
	background-color: transparent;
	margin: 0px 0 0 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 6px;
}

.flexbox div.imod-profile-step-header div.imod-profile-form-buttons {
	position:static;
}

div.imod-profile-step-header div.imod-profile-step-right-icons {
	float: right;
	background-color: transparent;
	margin: -4px 5px 0 0;
	padding: 0;
	font-size: 16px;
}

div.imod-profile-step-header div.imod-profile-step-back-icon {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40px;
	vertical-align: middle;
	line-height: 38px;
	border-right: 1px solid #ccc;
	cursor: pointer;
	display: none;
}

span.imod-profile-editing-label {
	display: none;
	float: right;
	text-transform: none;
	color: black;
}

div.imod-profile-editing-label {
	padding: 10px;
	padding-bottom: 20px;
	display: block !important;
	margin-bottom: 5px;
	margin: 0;
}

.imod-profile-mode-edit span.imod-profile-editing-label {
	display: inline;
}

.imod-profile-mode-edit .imod-profile-mode-view-item {
	display: none;
}

.imod-profile-mode-edit-item {
	display: none;
}

.imod-profile-mode-edit .imod-profile-mode-edit-item {
	display: block;
}

.imod-profile-email-subscription-list {
	margin: 10px 0;
}

	.imod-profile-email-subscription-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.imod-profile-email-subscription-list li {
		padding: 10px;
		margin: 10px 0;
		clear: left;
		border: 1px solid lightgrey;
		border-radius: 7px;
		cursor: pointer;
	}

		.imod-profile-email-subscription-list li label {
			cursor: pointer;
		}

		.imod-profile-email-subscription-list li:hover {
			background-color: #f0f8ff;
			background: linear-gradient(#ffffff, #f0f8ff);
		}

		.imod-profile-email-subscription-list li.selected {
			background-color: #eee;
			background: linear-gradient(#ffffff, #f5f5f5);
		}

			.imod-profile-email-subscription-list li.selected:hover {
				background-color: #f0f8ff;
				background: linear-gradient(#ffffff, #f0f8ff);
			}

	.imod-profile-email-subscription-list .imod-profile-no-hover li {
		cursor: default;
	}

		.imod-profile-email-subscription-list .imod-profile-no-hover li:hover {
			background-color: #eee;
			background: linear-gradient(#ffffff, #f5f5f5);
		}

		.imod-profile-email-subscription-list .imod-profile-no-hover li.selected:hover {
			background-color: #eee;
			background: linear-gradient(#ffffff, #f5f5f5);
		}

	.imod-profile-email-subscription-list li div.imod-profile-list-column:first-child {
		float: left;
	}

	.imod-profile-email-subscription-list li div.imod-profile-list-column:nth-child(2) {
		margin-left: 25px;
	}

.imod-profile-email-subscription-category-description {
	color: #555;
}

.imod-profile-email-subscription-community {
	margin: 10px 20px;
}

.imod-profile-email-subscription-community-control {
	margin-bottom: 5px;
}

div.imod-profile-email-subscription-list {
	display: none;
}

div.imod-profile-always-visible {
	display: block !important;
}

#cbEmailSubscriptionsCommunity:checked ~ div.imod-profile-email-subscription-list {
	display: block;
}

div.imod-profile-mode-edit div.imod-profile-step-header {
	cursor: default;
}

.imod-profile-mode-edit div.imod-profile-step-header i {
	display: none;
}

div.imod-profile-header {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #e3e3e3;
	color: #353535;
	padding: 10px;
	float: left;
	width: 100%;
}

	div.imod-profile-header:after {
		content: '';
		display: block;
		clear: both;
	}

div.imod-profile-fields ul {
	list-style: none;
	padding: 0!important;
	margin: 0!important;
	background-color: #eee;
}

	div.imod-profile-fields ul li {
		padding: 12px 10px;
		border-bottom: 1px solid #ddd;
		background-color: white;
		list-style:none!important;
	}

		div.imod-profile-fields ul li.imod-profile-hidden {
		}

			div.imod-profile-fields ul li.imod-profile-hidden div {
			}

				div.imod-profile-fields ul li.imod-profile-hidden div:last-child {
					opacity: 1;
				}

		div.imod-profile-fields ul li:last-child {
			margin-bottom: 0;
			border-bottom: none;
		}

		div.imod-profile-fields ul li div.imod-profile-field-label {
			word-wrap: break-word;
			float: left;
			width: 32%;
			padding-right: 20px;
		}

		div.imod-profile-fields ul li div.imod-profile-subscriptions-field-data {
			word-wrap: break-word;
			color: #999;
			float: left;
			width: 100%;
			padding-right: 20px;
		}

		div.imod-profile-fields ul li div.imod-profile-field-data {
			clear: right;
			padding: 0 85px 0 0px;
			float: left;
			width: 68%;
		}
		div.imod-profile-fields ul li div.imod-profile-field-data div.indent {
			width: 95%;
			margin: auto;
			font-size: 11px;
		}
		div.imod-profile-fields ul li div.imod-profile-field-data div.indent div.listItem {
			clear: both;
			padding: 4px;
		}
		div.imod-profile-fields ul li div.imod-profile-field-data div.indent div.listItem span {
			font-weight: bold;
			float: left;
			width: 22%;
			text-align: right;
		}
		div.imod-profile-fields ul li div.imod-profile-field-data div.indent div.listItem div {
			float: left;
			width: 74%;
			margin-top: 1px;
			margin-left: 4px;
		}
			div.imod-profile-fields ul li div.imod-profile-field-data.idbmsFieldControlCol3 {
				width: 100%;
				padding: 0;
			}

.imod-profile-header .imod-profile-field-visibility {
	float: right;
	padding-right: 5px;
}

.imod-profile-field-visibility {
	text-align: right;
}

	.imod-profile-field-visibility input,
	.imod-profile-field-visibility button {
		display: none;
	}

	.imod-profile-field-visibility a {
		font-size: 10px;
	}

		.imod-profile-field-visibility a:visited {
			color: blue;
		}

div.imod-profile-button {
	background: linear-gradient(#e0ffff, #1e90ff);
	border-radius: 7px;
	color: white;
	float: left;
	margin: 5px;
	padding: 5px 10px;
	cursor: pointer!important;
}

	div.imod-profile-button:active:hover {
		padding: 5px 9px 5px 11px;
		background: linear-gradient(#e0ffff, #1e90ff);
	}

	div.imod-profile-button:hover {
		background: linear-gradient(#e0ffff, #00bfff);
	}

div.imod-profile-step-navigation {
	text-align: right;
	padding: 10px 5px;
}

	div.imod-profile-step-navigation a {
		text-decoration: none;
	}

		div.imod-profile-step-navigation a:hover {
			text-decoration: underline;
		}
/*************************************************************************
steps.less end
*************************************************************************/
/*************************************************************************
profile-main.less start
*************************************************************************/
div.imod-profile-main {
	margin-bottom: 50px;
}

a.cancel-link,
a.cancel-link:visited {
	font-size: 11px;
}

div.imod-profile-wrapper {
}

div.imod-profile-edit-form-buttons {
	padding: 10px 0;
	background-color: grey;
	background: linear-gradient(#808080, #a9a9a9);
	background: -webkit-linear-gradient(#808080, #a9a9a9);
	background-color: lightgrey;
	background: linear-gradient(#d3d3d3, #808080);
	background: -webkit-linear-gradient(#d3d3d3, #808080);
	text-align: center;
	display: none;
}

div.imod-profile-form-buttons {
	background-color: #f5f5f5;
	padding: 5px;
	text-align: right;
}

a.imod-link-action {
	text-decoration: none;
}

	a.imod-link-action i {
		margin-right: 3px;
	}

	a.imod-link-action:hover {
		text-decoration: underline;
	}

		a.imod-link-action:hover i {
			text-decoration: none;
		}

span.imod-profile-pending-approval {
	font-size: .85em;
	font-style: italic;
	color: #f00;
	font-weight: normal;
	white-space: nowrap;
}

div.imod-profile-no-content {
	font-style: italic;
	padding: 20px 10px;
	float: left;
	width: 100%;
}

button.imod-profile-preview-button {
	color: #000;
	background-color: silver;
	background: linear-gradient(#eeeeee, #c0c0c0);
	border: 1px outset black;
	min-width: 125px;
	border-radius: 5px;
	padding: 10px 10px;
	cursor: pointer;
	line-height: 1.5em;
	transition-duration: .3s;
	opacity: 1;
}

button.imod-profile-preview-button-primary {
	color: #fff;
	background-color: #666;
	border: 1px outset darkblue;
}

button.imod-profile-preview-button:hover {
	opacity: .85;
	transition-duration: .3s;
}

button.imod-profile-preview-button:active {
	padding: 10px 9px 10px 11px;
	border-style: solid;
}
/*************************************************************************
profile-main.less end
*************************************************************************/

/*************************************************************************
profile-summary.less start
*************************************************************************/
.imod-profile-summary {
}

	.imod-profile-summary br {
		clear: left;
	}


.imod-profile-summary-row {
	clear: left;
	margin-bottom: 20px;
}

.imod-profile-summary-member-name {
	float: left;
	margin-right: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.imod-profile-summary-badges {
	float: left;
	padding: 4px;
}

	.imod-profile-summary-badges img {
		vertical-align: middle;
		border: none;
	}

	.imod-profile-summary-badges a {
		margin: 0 2px;
	}


.imod-profile-summary-details-left {
	float: left;
}

	.imod-profile-summary-details-left span {
		margin-right: 5px;
	}

.imod-profile-summary-details-right {
	text-align: right;
}

.imod-profile-summary-social-icons {
	float: left;
	padding: 4px;
}

	.imod-profile-summary-social-icons a {
		display: block;
		margin-right: 4px;
		float: left;
	}

	.imod-profile-summary-social-icons img {
		width: 32px;
		height: 32px;
		border: none;
	}
/*************************************************************************
profile-summary.less end
*************************************************************************/

/*************************************************************************
profile-left-side.less start
*************************************************************************/
.imod-profile-left {
	float: left;
	width: 175px;
}

/*PROFILE IMAGE */
.imod-profile-image {
	text-align: center;
}

	.imod-profile-image img {
		max-width: 175px;
		max-height: 250px;
	}

		.imod-profile-image img.pending {
			border: 1px dashed red;
			position: relative;
		}

		.imod-profile-image img[src='/images/icons/v2/common/no_photo.gif'] {
			width: 175px;
		}

.imod-profile-image-edit {
	background-color: #e8e8e8;
	padding: 5px 10px;
	margin: -5px 20px 0 20px;
	border-radius: 0 0 10px 10px;
	display: none;
	font-size: 12px;
}

	.imod-profile-image-edit label {
		cursor: pointer;
	}

.imod-profile-mode-account .imod-profile-image-edit {
	display: block;
}

.imod-profile-image-edit a {
	text-decoration: none;
}

	.imod-profile-image-edit a:hover {
		text-decoration: underline;
	}

/* LEFT NAV (tabbed) */
.imod-profile-left-nav {
	margin-top: 20px;
}

	.imod-profile-left-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}

		.imod-profile-left-nav ul li {
			background-color: #e8e8e8;
			margin: 2px 0 2px 3px;
			padding: 10px 5px;
			width: 165px;
			border-top: none;
			cursor: pointer;
		}

			.imod-profile-left-nav ul li:hover {
				background-color: skyblue;
				background: linear-gradient(to right, #ffffff, #87ceeb);
				margin-left: 0;
				border-left: 3px solid #33f;
				padding-left: 5px;
				color: black;
			}

			.imod-profile-left-nav ul li.before-selected {
				border-bottom: none;
				background-color: red;
			}

			.imod-profile-left-nav ul li.selected {
				background-color: #aaa;
				background: linear-gradient(to right, #ffffff, #aaaaaa);
				color: black;
				margin-left: 0;
				border-left: 3px solid #666;
				padding-left: 5px;
				box-shadow: -2px 2px 2px -2px #000000;
				position: relative;
				padding-top: 12px;
				padding-bottom: 12px;
			}

			.imod-profile-left-nav ul li.imod-profile-help {
				background-color: transparent;
			}

				.imod-profile-left-nav ul li.imod-profile-help div {
					margin: auto;
					width: 100px;
					background-color: cyan;
					text-align: center;
					padding: 5px 0;
					border-radius: 7px;
				}

				.imod-profile-left-nav ul li.imod-profile-help:hover {
					background-color: transparent;
					background: none;
					margin-left: 2px;
					border-left: none;
					padding-left: 5px;
				}

/* hide icons on release */
/* Lower Left Nav (link list) */
div.imod-profile-lower-nav {
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px #666;
	margin-top: 20px;
}

	div.imod-profile-lower-nav fieldset {
		border: 1px solid #ccc;
		border-radius: 5px;
	}

		div.imod-profile-lower-nav fieldset legend {
			font-style: italic;
		}

	div.imod-profile-lower-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		div.imod-profile-lower-nav ul li {
			padding: 5px;
			transition: .3s;
			background-color: white;
		}

			div.imod-profile-lower-nav ul li a {
				text-decoration: none;
			}

				div.imod-profile-lower-nav ul li a:hover {
					text-decoration: underline;
				}

			div.imod-profile-lower-nav ul li:last-child {
				border-radius: 0 0 5px 5px;
			}

.imod-profile-left-options {
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}

/* Delete */
div.imod-profile-help {
	display: none;
}
/*************************************************************************
profile-left-side.less end
*************************************************************************/

/*************************************************************************
profile-modes.less start
*************************************************************************/
div.imod-profile-options {
	padding: 5px 0;
	text-align: right;
}

	div.imod-profile-options > br {
		clear: right;
	}

div.imod-profile-options-inner {
	float: right;
}

div.imod-profile-options-inner button {
	height:35px;
	white-space:nowrap;
	padding:5px 15px;
	background:#ddd;
	border-color:#ccc;
	width:auto!important;
}

div.imod-profile-options-inner button.selected {
    background: #666;
	border-color:  #666;
}

div.imod-profile-mode-account div.imod-profile-form-buttons {
	display: block;
}

div.imod-profile-form-buttons .imod-profile-cancel-link {
	display: none;
}

div.imod-profile-mode-edit div.imod-profile-form-buttons input.imod-profile-button,
div.imod-profile-mode-edit div.imod-profile-form-buttons button.imod-profile-button {
}

div.imod-profile-mode-edit div.imod-profile-form-buttons input.imod-profile-cancel-link,
div.imod-profile-mode-edit div.imod-profile-form-buttons button.imod-profile-cancel-link {
	display: inline;
}

div.imod-profile-mode-edit div.imod-profile-edit-form-buttons {
	display: block;
}

div.imod-profile-mode-public ul li.imod-profile-hidden {
	display: none;
}

ul li .imod-profile-field-visibility {
	visibility: hidden;
}

div.imod-profile-mode-edit ul li .imod-profile-field-visibility {
	visibility: visible;
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
}

div.imod-profile-mode-public div.imod-profile-field-data a {
	display: inline;
}

div.imod-profile-field-data input,
div.imod-profile-field-data button,
div.imod-profile-field-data select,
div.imod-profile-field-data .imod-profile-edit-only {
	display: none;
}

div.imod-profile-mode-edit div.imod-profile-field-data input,
div.imod-profile-mode-edit div.imod-profile-field-data button,
div.imod-profile-mode-edit div.imod-profile-field-data select {
	display: inline;
}

div.imod-profile-mode-edit div.imod-profile-field-data div.imod-profile-edit-only {
	display: block;
}

	div.imod-profile-mode-edit div.imod-profile-field-data div.imod-profile-edit-only a {
		display: inline !important;
	}

.imod-profile-mode-account li#navStep1,
.imod-profile-mode-account li#navStep2,
.imod-profile-mode-account li#navStep3,
.imod-profile-mode-account li#navStep4,
.imod-profile-mode-account li#navStep5,
.imod-profile-mode-account li#navStep6,
.imod-profile-mode-account li#navStep7,
.imod-profile-mode-account li#navStep8,
.imod-profile-mode-account li#navStep10,
.imod-profile-mode-account li#navStep11 {
	display: block;
}

.imod-profile-mode-public li#navStep1,
.imod-profile-mode-public li#navStep3,
.imod-profile-mode-public li#navStep4 {
	display: block;
}

.imod-profile-mode-public li#navStep2,
.imod-profile-mode-public li#navStep5,
.imod-profile-mode-public li#navStep6,
.imod-profile-mode-public li#navStep7,
.imod-profile-mode-public li#navStep8,
.imod-profile-mode-public li#navStep10,
.imod-profile-mode-public li#navStep11 {
	display: none;
}

.imod-profile-start-hidden {
	display: none;
}

div.imod-profile-container {
	border: 3px solid #aaa;
	min-height: 560px;
	background-color: #fff;
	box-shadow: -3px 0 3px -3px #000000;
}

a.imod-profile-edit-field {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	empty-cells: show;
}

div.imod-profile-mode-public a.imod-profile-edit-field {
	cursor: text;
	display: inline;
}

div.imod-profile-visible-label {
	text-align: right;
}

div.imod-profile-mask {
	background-color: black;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 1;
	display: none;
}

.imod-profile-mode-account .imod-profile-mode-account-item {
	display: block;
}

.imod-profile-mode-account .imod-profile-mode-public-item,
.imod-profile-mode-edit .imod-profile-mode-public-item {
	display: none;
}

.imod-profile-field-visibility-status .fa {
	display: inline;
}
/*************************************************************************
profile-modes.less end
*************************************************************************/

/*************************************************************************
profileBase.less start
*************************************************************************/
/* CSS Document - iModules Profile Default Skin*/
/* general profile styles
-------------------------------------- */
div.imod-profile-main {
	margin: 0 0 2em;
}

	div.imod-profile-main * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
/* profile options buttons
-------------------------------------- */
/* left column 
-------------------------------------- */
div.imod-profile-left {
	float: left;
	width: 25%;
	padding-right: 20px;
}

/* profile image */
.imod-profile-image {
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	border: 4px solid #eee;
}

	.imod-profile-image img {
		max-width: 100%;
		display: block;
		-webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
	}

.imod-profile-mode-account .imod-profile-image-edit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	opacity: 0.8;
	margin: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* left col buttons */
.imod-profile-left-nav {
	margin-top: 10px;
}

	.imod-profile-left-nav ul li {
		margin: 0;
		border-bottom: 1px solid #ccc;
		background: none;
		width: 100%;
		padding: 7px 2px;
		color: #999;
	}

		.imod-profile-left-nav ul li:hover {
			background: none;
			border-bottom: 1px solid #ddd;
			padding: 7px 2px;
			border-left: none;
		}

		.imod-profile-left-nav ul li.selected {
			background: none;
			border-bottom: 1px solid #CCCCCC;
			box-shadow: none;
			color: #000;
			padding: 7px 2px;
			-webkit-box-shadow: none;
			border-left: none;
			font-weight: bold;
		}

		.imod-profile-left-nav ul li:last-child {
			border-bottom: none;
		}
/* left col view buttons */
div.imod-profile-options-inner h5 {
	margin: 10px 0 5px;
	text-transform: uppercase;
	line-height: normal;
}

div.imod-profile-lower-nav {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	div.imod-profile-lower-nav h5 {
		margin: 30px 0 0px;
		text-transform: uppercase;
	}

	div.imod-profile-lower-nav ul li {
		padding: 3px 2px;
	}

	div.imod-profile-lower-nav div.imod-profile-lower-nav-header {
		background: none;
		text-align: left;
		padding: 3px 2px;
		font-style: italic;
	}

	div.imod-profile-lower-nav ul li a {
	}

		div.imod-profile-lower-nav ul li a:hover {
			color: #00F;
			text-decoration: underline;
		}

div.imod-profile-lower-nav {
	border-radius: 5px;
	padding: 5px;
}

/* right (main) column 
-------------------------------------- */
div.imod-profile-wrapper {
	float: left;
	width: 75%;
}

div.imod-profile-container {
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	min-height: 1px;
	float: left;
	width: 100%;
}

.imod-profile-step {
	border: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.imod-profile-step-header {
	background: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
	float: left;
	width: 100%;
}

	.imod-profile-step-header:hover {
		color: #999;
	}

.imod-profile-step-header-inner {
	line-height: normal;
}

.imod-profile-step-icons {
}

.accountWrap {
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 1em;
	overflow: hidden;
}

hr.accountDivider {
	height: 2px;
	line-height: 2px;
	margin: 15px 0px 20px;
	clear: both;
	border: none;
	background: #ccc;
	color: #ccc;
	display: none;
}

.accountWrap .imod-profile-step {
	margin: 0;
	background: none;
}

.accountWrap .imod-profile-step-header {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 3px 3px 0 0px;
	border-radius: 3px 3px 0 0px;
	background: none;
	color: #333;
}

.accountWrap .imod-profile-step-opened .imod-profile-step-header {
	-webkit-border-radius: 3px 3px 0 0px;
	border-radius: 3px 3px 0 0px;
}

.imod-profile-mode-view-item {
	background: #fff;
	float: left;
	width: 100%;
}

.imod-profile-email-subscription-community {
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.imod-profile-email-subscription-list li.selected {
	background: #f5f5f5;
}

#stepEmailSubscriptions .imod-profile-step-header {
	border: none;
}

imod-profile-step-icons .fa {
	line-height: inherit;
}

.imod-profile-step-opened .imod-profile-step-header {
	background: #666;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
}

.imod-profile-step-opened .imod-profile-step-content {
	float: left;
	width: 100%;
}

.imod-profile-step-content {
	float: left;
	width: 100%;
}

div.imod-profile-fields ul li {
	float: left;
	width: 100%;
	margin: 0!important;
	padding: 12px 10px!important;
}

	div.imod-profile-fields ul li:nth-child(2n) {
		background: #f5f5f5;
	}

ul li .imod-profile-field-visibility {
	float: right;
}

.imod-profile-form-buttons input.imod-profile-button,
.imod-profile-form-buttons button.imod-profile-button {
	background: #09F;
	margin-top: 0px;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	text-transform: uppercase;
	font-size: 0.85em;
	padding: 3px 8px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	width:auto;
}

	.imod-profile-form-buttons input.imod-profile-button:hover,
	.imod-profile-form-buttons button.imod-profile-button:hover {
		background: #3af;
	}

	.imod-profile-form-buttons input.imod-profile-button:focus,
	.imod-profile-form-buttons button.imod-profile-button:focus {
		outline:2px solid #e3e3e3;
	}

/* edit modal */
div.imod-profile-mask {
	opacity: 0;
	display: none!important;
}

.imod-profile-mode-edit {
	box-shadow: none;
	-webkit-box-shadow: none;
}

div.imod-profile-fields ul li div.imod-profile-field-data input,
div.imod-profile-fields ul li div.imod-profile-field-data button {
	padding: 8px;
	border: 1px solid #ccc;
	max-width: 90%;
}

div.imod-profile-fields ul li div.imod-profile-field-data select {
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
}

div.imod-light-switch {
	width: 100%;
	border: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	height: 27px;
	font-family: inherit;
}

div.imod-light-switch-off-label,
div.imod-light-switch-on-label {
	line-height: 27px;
}

div.imod-light-switch div.imod-light-switch-button {
	background: #fff;
	border: none;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

div.imod-light-switch:hover div.imod-light-switch-button {
	box-shadow: 0px 0px 3px 0px #666;
	-webkit-box-shadow: 0px 0px 3px 0px #666;
	background: #fff;
}

div.imod-light-switch-on div.imod-light-switch-button {
	float: right;
}

div.imod-light-switch-on {
	background: #09F;
}

div.imod-light-switch-off {
	background: #ddd;
}

div.imod-light-switch-disabled {
	background: #fff;
}

div.imod-profile-edit-form-buttons {
	float: left;
	width: 100%;
	background: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

	div.imod-profile-edit-form-buttons input,
	div.imod-profile-edit-form-buttons button {
		border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #fff;
		font-family: inherit;
		font-weight: bold;
		border: none;
		cursor: pointer;
		background: linear-gradient(#fff, #aaa);
		padding-top: 5px;
		padding-bottom: 5px;
	}

		div.imod-profile-edit-form-buttons input:hover,
		div.imod-profile-edit-form-buttons button:hover {
			background: lightskyblue;
			background: linear-gradient(#eee, lightskyblue);
		}

	div.imod-profile-edit-form-buttons a {
		color: #fff;
	}

.imod-profile-step:last-child {
	margin-bottom: 5px;
}

.imod-profile-step-content {
	background-color: #fff;
}

.imod-profile-step-navigation {
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	div.imod-profile-wrapper {
		width: 100%;
		padding: 0;
	}

	.imod-profile-mode-edit div.imod-profile-fields ul li div.imod-profile-field-data {
	}

	div.imod-profile-fields ul li div.imod-profile-field-data {
		width: 100% !important;
		margin-top: 10px;
	}

	.imod-profile-steps-container {
		padding: 0 5px;
	}

	.imod-profile-step-view .imod-profile-step-header {
		font-size: 1.2em;
		border-radius: 0;
	}

	div.imod-profile-lower-nav {
		border: none;
		margin-top: 0;
		margin-left: 5px;
		font-size: 1em;
		padding: 0;
	}

		div.imod-profile-lower-nav ul li {
			margin: 10px;
		}
}
/*************************************************************************
profileBase.less end
*************************************************************************/

/*************************************************************************
visibility status fix start
*************************************************************************/
.imod-profile-field-visibility-status {
	font-size: 10px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

	.imod-profile-field-visibility-status i {
		font-size: 12px;
		margin-right: 3px;
	}

div.imod-profile-mode-edit .imod-profile-field-visibility-status {
	display: none;
}

div.imod-profile-fields ul li {
	position: relative;
}

	div.imod-profile-fields ul li div.imod-profile-field-label {
	}
/*************************************************************************
visibility status fix end
*************************************************************************/

/*************************************************************************
groups-communities.less start
*************************************************************************/
.imod-profile-groups-communities-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.imod-profile-groups-communities-nav ul li {
		font-size: 1.2em;
		background-color: #eee;
		height: 40px;
		vertical-align: middle;
		line-height: 40px;
		border-bottom: 1px solid lightgrey;
		border-top: 1px solid black;
		text-align: center;
		cursor: pointer;
	}

		.imod-profile-groups-communities-nav ul li:hover {
			background-color: lightsteelblue;
		}

		.imod-profile-groups-communities-nav ul li.selected {
			height: 41px;
			background-color: white;
			border-bottom-style: none;
			cursor: default;
		}

		.imod-profile-groups-communities-nav ul li:first-child {
			float: left;
			border-right: 1px solid lightgrey;
			width: 50%;
		}

.imod-profile-groups-communities-nav br {
	clear: left;
}

.imod-profile-groups-nav {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0;
	background-color: #eee;
}

	.imod-profile-groups-nav ul {
		width: 250px;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		margin: 0 100px;
	}

		.imod-profile-groups-nav ul li {
			padding: 3px;
			float: left;
		}

			.imod-profile-groups-nav ul li.selected a {
				text-decoration: none;
				color: black;
				font-weight: bold;
			}

	.imod-profile-groups-nav br {
		clear: left;
	}

.imod-profile-groups-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.imod-profile-groups-list ul li {
		clear: both;
		padding: 5px;
		float: left;
		width: 100%;
	}

.imod-profile-groups-thumbnail {
	max-width: 20%;
	height: auto;
	overflow: hidden;
	background-color: red;
	float: left;
}

	.imod-profile-groups-thumbnail img {
	}

.imod-profile-groups-details {
	float: left;
	width: 80%;
	padding: 5px 0 20px;
}

.imod-profile-groups-list br {
	clear: left;
}

.imod-profile-groups-description {
	font-size: .9em;
	margin: 5px 0;
}

.imod-profile-groups-tags {
	font-size: .8em;
	margin: 5px 0;
}

.imod-profile-groups-view div#divProfileGroups {
	display: block;
}

.imod-profile-communities-view div#divProfileGroups {
	display: none;
}

.imod-profile-groups-view div#divProfileCommunities {
	display: none;
}

.imod-profile-communities-view div#divProfileCommunities {
	display: block;
}

div.imod-profile-communities-list2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	div.imod-profile-communities-list2 ul li {
		padding: 20px 10px;
		clear: left;
		float: left;
		width: 100%;
	}

		div.imod-profile-communities-list2 ul li br {
			clear: left;
		}

div.imod-profile-communities-list2 div.imod-profile-communities-content {
}

div.imod-profile-communities-list2 div.imod-profile-communities-options {
	font-size: 1em;
	float: right;
	height: 100%;
}

div.imod-profile-communities-list2 span.imod-profile-communities-options {
	font-size: .8em;
	display: none;
}

div.imod-profile-communities-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	div.imod-profile-communities-list ul li {
		margin: 10px 0px;
		float: left;
		width: 100%;
	}

		div.imod-profile-communities-list ul li div.imod-profile-communities-options {
			float: left;
			width: 15%;
			text-align: center;
			font-size: 1em;
			font-weight: bold;
		}

			div.imod-profile-communities-list ul li div.imod-profile-communities-options span.imod-profile-communities-options-leave {
				font-weight: normal;
			}

			div.imod-profile-communities-list ul li div.imod-profile-communities-options span.imod-profile-communities-options-pending {
				font-weight: normal;
				font-style: italic;
			}

			div.imod-profile-communities-list ul li div.imod-profile-communities-options a,
			div.imod-profile-communities-list ul li div.imod-profile-communities-options a:visited {
				text-decoration: none;
			}

				div.imod-profile-communities-list ul li div.imod-profile-communities-options a:hover {
					text-decoration: underline;
				}

		div.imod-profile-communities-list ul li div.imod-profile-communities-content {
			max-width: 85%;
			margin-left: 0;
			word-wrap: break-word;
			float: left;
			padding-left: 10px;
		}

div.imod-profile-communities-list br.clearLeft {
	clear: left;
}

.imod-profile-groups-list {
	float: left;
	width: 100%;
}
/*************************************************************************
groups-communities.less end
*************************************************************************/

/*************************************************************************
transactions.less start
*************************************************************************/
.imod-profile-transactions-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid black;
	background-color: #eee;
	height: 41px;
}

	.imod-profile-transactions-nav ul li {
		font-size: 1.2em;
		background-color: #eee;
		height: 40px;
		vertical-align: middle;
		line-height: 40px;
		border-bottom: 1px solid lightgrey;
		text-align: center;
		cursor: pointer;
		float: left;
		width: 33%;
		border-right: 1px solid lightgrey;
	}

		.imod-profile-transactions-nav ul li:hover {
			background-color: lightsteelblue;
		}

		.imod-profile-transactions-nav ul li.selected {
			height: 41px;
			background-color: white;
			border-bottom-style: none;
			cursor: default;
		}

		.imod-profile-transactions-nav ul li:first-child {
			width: 33%;
		}

		.imod-profile-transactions-nav ul li:last-child {
			float: none;
			width: auto;
			border-right: none;
		}

.imod-profile-transactions-nav br {
	clear: left;
}

.imod-profile-event-date-header {
	font-style: italic;
	float: left;
	width: 140px;
}

.imod-profile-event-name-header {
	font-style: italic;
	float: left;
	margin-left: 10px;
}

.imod-profile-event-date {
	float: left;
	width: 140px;
}

.imod-profile-event-name {
	float: left;
	margin-left: 10px;
}

.imod-profile-event-amount {
}

	.imod-profile-event-amount span {
		font-style: normal;
		font-weight: bold;
		color: green;
	}

div.imod-profile-events-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	div.imod-profile-events-list ul li {
		clear: left;
		margin: 15px 0;
		line-height: 1.5em;
	}

span.imod-profile-memberships-date {
	font-style: italic;
}

span.imod-profile-memberships-amount {
	color: green;
	font-weight: bold;
}

div#divProfileTransactionEvents {
}

div#divProfileTransactionDonations {
}

div#divProfileTransactionMemberships {
}

.imod-profile-transaction-content {
	padding: 0 10px;
}

.imod-profile-transactions-events-view div#divProfileTransactionEvents {
	display: block;
}

.imod-profile-transactions-events-view div#divProfileTransactionMemberships,
.imod-profile-transactions-events-view div#divProfileTransactionDonations {
	display: none;
}

.imod-profile-transactions-donations-view div#divProfileTransactionDonations {
	display: block;
}

.imod-profile-transactions-donations-view div#divProfileTransactionMemberships,
.imod-profile-transactions-donations-view div#divProfileTransactionEvents {
	display: none;
}

.imod-profile-transactions-memberships-view div#divProfileTransactionMemberships {
	display: block;
}

.imod-profile-transactions-memberships-view div#divProfileTransactionDonations,
.imod-profile-transactions-memberships-view div#divProfileTransactionEvents {
	display: none;
}

.imod-profile-event-amount {
	font-style: italic;
}

.imod-profile-transaction-detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.imod-profile-transaction-detail-list li {
		margin: 15px 0;
	}

.imod-profile-transaction-detail-label {
	color: steelblue;
}

.imod-profile-transaction-detail-history {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.imod-profile-transaction-detail-history li {
		margin: 5px 0 20px 0;
		padding: 0;
		clear: left;
	}

.imod-profile-transaction-detail-history-left {
	float: left;
}

.imod-profile-transaction-detail-history-right {
	float: left;
	margin-left: 20px;
}

.imod-profile-transaction-breadcrumb {
	font-size: 12px;
	text-transform: none;
	padding: 5px 10px;
	background-color: #e3e3e3;
	background-color: white;
}

.imod-profile-transaction-breadcrumb-current {
	font-weight: bold;
}

.imod-profile-transaction-header {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #e3e3e3;
	color: #606060;
	padding: 10px;
}

div.imod-profile-view-all {
	padding: 10px;
	text-align: center;
}

	div.imod-profile-view-all a,
	div.imod-profile-view-all a:visited {
		color: blue;
		text-decoration: underline;
	}
/*************************************************************************
transactions.less end
*************************************************************************/

/*************************************************************************
class-notes.less start
*************************************************************************/
.imod-profile-class-notes {
	background-color: #fff;
	padding: 5px;
}

.imod-profile-class-note {
	padding: 20px;
	line-height: 1.4em;
	background-color: white;
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
}

.imod-profile-class-notes div.imod-profile-class-note:first-child {
}

.imod-profile-class-notes div.imod-profile-class-note:nth-child(even) {
	background: #eee;
}

.imod-profile-class-note-header {
	margin-bottom: 5px;
	display: none;
}

.imod-profile-class-note-member-name {
	font-weight: bold;
}

.imod-profile-class-note-class-year {
	font-style: italic;
}

.imod-profile-class-note-date {
	font-weight: bold;
}

.imod-profile-class-note-text {
	clear: both;
}

	.imod-profile-class-note-text img {
		max-width: 125px;
		max-height: 200px;
		display: block;
		margin: 5px auto;
		cursor: pointer;
	}

.imod-profile-class-note-footer {
	margin-top: 5px;
	font-style: italic;
	font-size: .8em;
	color: #666;
}

	.imod-profile-class-note-footer a {
		text-decoration: none;
	}

		.imod-profile-class-note-footer a:hover {
			text-decoration: underline;
		}

.imod-profile-class-note-buttons {
	text-align: center;
	margin: 25px;
}

#ClassNoteDummy {
	display: none;
}

.imod-profile-class-notes hr {
	width: 30%;
	border: none;
	background-color: grey;
	height: 1px;
	display: none;
}

.imod-profile-class-note-image-caption {
	font-size: 10px;
	color: grey;
	text-align: center;
}

.imod-profile-class-notes-header {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px;
}

.imod-profile-class-notes-options {
	padding: 15px 15px;
	background-color: #eee;
}

	.imod-profile-class-notes-options ul {
		margin: 0;
		padding: 0;
	}

		.imod-profile-class-notes-options ul li {
			list-style: none;
			text-align: right;
		}

div.imod-profile-class-notes-options2 {
	float: right;
	text-transform: none;
}

	div.imod-profile-class-notes-options2 a {
		font-size: .9em;
		text-decoration: none;
	}

		div.imod-profile-class-notes-options2 a:hover {
			text-decoration: underline;
		}
/*************************************************************************
class-notes.less end
*************************************************************************/

/*************************************************************************
classifieds.less start
*************************************************************************/
.imod-profile-classifieds {
	float: left;
	width: 100%;
}

	.imod-profile-classifieds a {
		text-decoration: none;
	}

		.imod-profile-classifieds a:hover {
			text-decoration: underline;
		}

.imod-profile-classifieds-nav {
	margin: 10px;
	text-align: left;
}

.imod-profile-classifieds-itemname {
	font-weight: bold;
}

.imod-profile-classifieds-instruction {
	font-style: italic;
	padding: 15px 20px;
	float: left;
	width: 100%;
}

.imod-profile-classifieds ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.imod-profile-classifieds ul li {
		padding: 20px;
		float: left;
		width: 100%;
		border-top: 1px solid #ccc;
	}

		.imod-profile-classifieds ul li:first-child {
		}

		.imod-profile-classifieds ul li:nth-child(even) {
			background: #eee;
		}

		.imod-profile-classifieds ul li div {
			margin-top: 5px;
		}

			.imod-profile-classifieds ul li div.imod-profile-classifieds-postdata {
				font-style: italic;
				font-size: .8em;
				color: #666;
				display: block;
			}

			.imod-profile-classifieds ul li div.imod-profile-classifieds-postdata2 {
				display: block;
			}

			.imod-profile-classifieds ul li div.imod-profile-classifieds-content {
				overflow: hidden;
			}

			.imod-profile-classifieds ul li div.imod-profile-classifieds-content-more {
				display: none;
				text-align: center;
				margin: 0;
				padding: 0;
				border-top: 1px solid grey;
				margin-bottom: 10px;
				cursor: pointer;
				color: blue;
				font-size: 12px;
				box-shadow: 0 -2px 1px -1px #808080;
				padding: 2px;
			}

				.imod-profile-classifieds ul li div.imod-profile-classifieds-content-more:hover {
					text-decoration: underline;
					background-color: #ddd;
					border-radius: 0 0 7px 7px;
				}

		.imod-profile-classifieds ul li hr {
			display: none;
			width: 50%;
			border-width: 1px;
			border-color: grey;
			border-style: none;
			border-top-style: solid;
			margin-top: 30px;
		}

.imod-profile-classifieds-paging {
	padding: 10px 15px;
}

	.imod-profile-classifieds-paging div:first-child {
		float: left;
		width: 25%;
	}

	.imod-profile-classifieds-paging div:nth-child(2) {
		float: left;
		text-align: center;
		width: 50%;
	}

	.imod-profile-classifieds-paging div:nth-child(3) {
		float: left;
		width: 25%;
		text-align: right;
	}

	.imod-profile-classifieds-paging br {
		clear: left;
	}

div.imod-profile-classifieds-edit {
	float: right;
	font-weight: normal;
	margin: 0 !important;
}
/*************************************************************************
classifieds.less end
*************************************************************************/

/*************************************************************************
photos-section.less start
*************************************************************************/
.imod-profile-photos {
	padding: 10px;
	background-color: #fff;
}

	.imod-profile-photos img {
		cursor: pointer;
	}

.imod-album-folderImage {
	position: relative;
	width: 75px;
	height: 75px;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.imod-album-emptyFolder {
	background-color: #ccc;
}

.imod-album-folderImage div {
	position: absolute;
	width: 50px;
	height: 50px;
}

	.imod-album-folderImage div img {
		width: 95%;
		height: 95%;
		border-radius: 5px;
	}

div.imod-album-folderImage1 {
	left: 0;
	top: 0;
	height: 75px;
	z-index: 1;
}

div.imod-album-folderImage1-single {
	left: 0;
	top: 0;
	height: 75px;
	width: 75px;
	z-index: 1;
}

div.imod-album-folderImage2 {
	top: 0;
	left: 50px;
	width: 25px;
	height: 25px;
	z-index: 2;
}

div.imod-album-folderImage3 {
	left: 50px;
	top: 25px;
	width: 25px;
	height: 25px;
	z-index: 3;
}

div.imod-album-folderImage4 {
	left: 50px;
	top: 50px;
	width: 25px;
	height: 25px;
	z-index: 4;
}

.imod-album-folderImage5 {
	left: 25px;
	top: 25px;
	z-index: 5;
	display: none;
}

.imod-album-folderImage {
	float: left;
	width: 20%;
}

.imod-album-name a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

.imod-album-item a:hover {
	text-decoration: underline;
}

.imod-album-name a:visited {
}

.imod-album-item {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0 0;
	position: relative;
	float: left;
	width: 100%;
}

	.imod-album-item:after {
		content: '';
		display: block;
		clear: both;
	}

.imod-album-delete-section {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1em;
}

.imod-profile-mode-public .imod-album-delete-section {
	display: none;
}

.imod-profile-mode-account .imod-album-delete-section {
	display: block;
}
/*************************************************************************
photos-section.less end
*************************************************************************/

/*************************************************************************
first-time-modal.less start
*************************************************************************/
div.imod-profile-first-time div.imod-profile-first-time-button {
	text-align: center;
}
/*************************************************************************
first-time-modal.less end
*************************************************************************/

/*************************************************************************
mobile.less start
*************************************************************************/
.imod-profile-mobile-only {
	display: none;
}

@media screen and (min-width: 641px) {
	.imod-profile-mobile-only ~ .imod-profile-step-content {
		display: block;
	}
}

@media screen and (max-width: 640px) {

	.imod-profile-summary-social-icons,
	.imod-profile-summary-badges {
		width: 100%;
		text-align: center;
		padding: 4px 0;
	}

	.imod-profile-left-nav,
	div.imod-profile-lower-nav {
		display: none;
	}

	.csstransforms3d.csstransitions.js-ready #inner-wrap.imod-mobile-profile-transform-fix {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	div.imod-profile-main {
		margin-bottom: 0;
	}

	div.imod-profile-left {
		width: 100%;
	}

	.imod-profile-image {
		max-width: 50%;
		margin: 0 auto 20px;
	}

	div.imod-profile-wrapper {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	div.imod-profile-container {
		min-height: 0;
		box-shadow: none;
		border: none;
	}

	div.imod-profile-fields ul {
		margin: 0!important;
		padding: 0!important;
	}

		div.imod-profile-fields ul li div.imod-profile-field-label {
			width: 100%;
			padding-right: 85px;
		}

		div.imod-profile-fields ul li div.imod-profile-field-data {
			float: left;
			width: 100%;
			padding: 0;
			margin-top: 5px;
		}

			div.imod-profile-fields ul li div.imod-profile-field-data select {
				max-width: 90%;
			}

		div.imod-profile-fields ul li {
			position: relative;
			padding: 10px!important;
			margin: 0!important;
		}

	ul li .imod-profile-field-visibility {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 11px;
		line-height: 1em;
	}

	.imod-profile-start-hidden {
		display: block;
	}

	.imod-profile-mobile-only {
		display: block;
	}

	.imod-profile-summary {
		text-align: center;
		margin-bottom: 10px;
	}

	.imod-profile-summary-row {
		clear: none;
		margin-bottom: 10px;
	}

	.imod-profile-summary-member-name {
		float: none;
	}

	.imod-profile-summary-badges img {
		vertical-align: middle;
		border:none;
	}

	.imod-profile-summary-details-left {
		float: none;
	}

	.imod-profile-summary-detail-icon {
		display: none;
	}

	.imod-profile-summary-details-right {
		text-align: center;
	}

	.imod-profile-summary-social-icons a {
		display: inline;
		float: none;
	}

	div.imod-profile-options {
		text-align: center;
		border-bottom: 1px solid grey;
		position: relative;
		padding: 10px;
		border-bottom: none;
	}

		div.imod-profile-options > br {
			display: none;
		}

	div.imod-profile-options-inner {
		float: none;
		width: auto;
		height: 40px;
	}

	.imod-profile-mobile-edit-mode {
		margin-bottom: 20px !important;
	}

		.imod-profile-mobile-edit-mode .imod-profile-options,
		.imod-profile-mobile-edit-mode .imod-profile-summary,
		.imod-profile-mobile-edit-mode .imod-profile-step {
			display: none !important;
		}

		.imod-profile-mobile-edit-mode div.imod-profile-mode-edit {
			display: block !important;
		}

		.imod-profile-mobile-edit-mode div.imod-profile-step-view {
			display: block !important;
			padding: 40px 0px 0;
		}

		.imod-profile-mobile-edit-mode .imod-profile-step-content {
			margin-top: 0px;
			height: 100%;
		}

		.imod-profile-mobile-edit-mode div.imod-profile-step-header {
			width: 100%;
			padding-left: 40px;
		}

		.imod-profile-mobile-edit-mode div.imod-profile-step-header-inner {
			padding: 10px 10px 10px 0;
		}

		.imod-profile-mobile-edit-mode div.imod-profile-step-header div.imod-profile-step-icons i {
			display: none;
		}

	.imod-profile-mode-edit .imod-profile-editing-label {
		display: none;
	}

	.imod-profile-mobile-edit-mode div.imod-profile-edit-form-buttons {
		padding: 0 15px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		box-shadow: 0 0 3px 1px black;
		padding: 0;
	}

	.imod-profile-desktop-only {
		display: none;
	}

	div.imod-profile-communities-list ul li div.imod-profile-communities-options {
		width: 25%;
	}

	div.imod-profile-communities-list ul li div.imod-profile-communities-content {
		width: 75%;
		margin-left: auto;
	}

	button.imod-profile-preview-button {
		width: 100%;
	}

	.imod-profile-header-options {
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}
}
/*************************************************************************
mobile.less end
*************************************************************************/
