/*!
 * Customer panel styling.
 */

.customer_panel_actions {
	clear: both;
}

#customer_email {
	font-size: 20px;
	float: left;
}

#customer_logout {
	float: right;
}

#customer_panel_tabs {
	margin-top: 20px;
	clear: both;
}

#customer_products_table {
	margin-top: 20px;
}

#customer_products_table .table-cell {
	min-width: 80px;
}

.dialog .order_form_row,
.renewal-dialog .order_form_row {
	display: table;
}

.dialog .order_form_row .label,
.dialog .order_form_row .field,
.renewal-dialog .order_form_row .label,
.renewal-dialog .order_form_row .field {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
}

.dialog .order_form_row .field span,
.renewal-dialog .order_form_row .field span {
	vertical-align: top;
	margin-right: 5px;
}

.dialog .order_form_row .label,
.renewal-dialog .order_form_row .label {
	padding: 0;
}

.edit-websites,
.no-edit-websites {
	font-size: 14px;
}

.edit-websites .al-box {
	font-size: 13px;
}

.edit-websites input {
	border: none;
	padding-left: 0;
}

.edit-websites span.delete:before,
.edit-websites span.delete {
	cursor: pointer;
	color: red;
	content: "\f158";
	font-family: dashicons;
	font-size: 18px;
}

.edit-websites table,
.edit-websites table tr,
.edit-websites table td {
	border: none;
}

.edit-websites table td.lp-td,
.edit-websites table td.delete-td {
	max-width: 25px;
	width: 25px;
	vertical-align: middle;
}

#customer_panel_tabs span.active,
#customer_panel_tabs span.expired {
	padding: 2px 4px;
	border-radius: 5px;
	color: #fff;
	max-width: 67px;
	text-align: center;
}

#customer_panel_tabs span.active {
	border: 1px solid green;
	background: green;
}

#customer_panel_tabs span.expired {
	border: 1px solid red;
	background: red;
}

.spinner_gif {
	margin-right: 3px;
	position: relative;
	top: 5px;
}

#customer_panel_tabs-password input {
	max-width: 300px;
	width: 50%;
}

#customer_panel_tabs-password label {
	min-width: 220px;
	display: inline-block;
}

#customer_panel_tabs-password .new-password-button {
	display: table;
}

#customer_panel_tabs-password .new-password,
#customer_panel_tabs-password .repeat-new-password {
	margin-bottom: 10px;
}

#customer_panel_tabs-password .spinner {
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
}

#customer_panel_tabs-password .spinner img {
	display: none;
}

.upgrade-dialog h3,
.renewal-dialog h3 {
	margin: 15px 0;
}

.upgrade-dialog .upgrade_types,
.upgrade-dialog .payment-options,
.renewal-dialog .payment-options {
	margin: 10px;
}

.ui-dialog.edit-websites .ui-dialog-titlebar-close span,
.ui-dialog.upgrade-dialog .ui-dialog-titlebar-close span,
.ui-dialog.renew-license .ui-dialog-titlebar-close span {
	margin: 0;
	left: 0;
	top: 0;
}

.upgrade-dialog #license_upgrade_price {
	display: inline-block;
}

#customer_products_table .expiry-date {
	font-size: 0.9em;
}

.ui-dialog.renew-license .renew-normal-price div,
.ui-dialog.renew-license .renew-renewal-price div {
	display: inline-block;
}

.ui-dialog.renew-license .renew-normal-price div {
	text-decoration: line-through;
}

.ui-dialog.renew-license .renew-renewal-price {
	color: #027e02;
}

.ui-dialog.renew-license .renew-normal-price,
.ui-dialog.renew-license .renew-normal-price div,
.ui-dialog.renew-license .renew-renewal-price,
.ui-dialog.renew-license .renew-renewal-price div,
.ui-dialog.renew-license .renewed-valid-until {
	font-size: 1.2em;
	margin: 5px 0;
}

.renewal-dialog .order_form_row .label {
	padding-top: 6px;
}

#customer_panel .add-to-shopping-cart button.button {
	padding: 12px;
	min-width: 185px;
}

#customer_orders_table .table-row .table-cell .dashicons {
	cursor: pointer;
	vertical-align: bottom;
	font-size: 1em;
}

#customer_orders_table .order-name-edit {
	padding: 0;
}

.ic-user-type-panel-logout-inside {
	text-align: right;
}

.ic-user-type-panel-logout-inside > div {
	display: inline-block;
}
