/***************************************************************************/
/* Order table and forms */
.customers-order-table {
	width: 100%;
}

.customers-order-table th, .customers-order-table td {
	padding: 5px;
	vertical-align: top;
}

/***************************************************************************/
/* License info box */
.customers-info-box {
	background: white;
	border: 1px solid #E9E9E9;
	margin-bottom: 25px;
	border-bottom: 0;
}

.customers-info-box .box-title {
	background: #D4E5F2;
	color: #666666;
	font-size: 14px;
	padding: 8px 20px;
	font-weight: bold;
	border-bottom: 1px solid #E9E9E9;
}

.customers-info-box .box-title .fa {
	margin-right: 5px;
}

.customers-info-box .box-content {
	padding: 16px 20px;
	border-bottom: 1px solid #E9E9E9;
}

.customers-info-box .box-content-gray {
	background: #FAFAFA;
}

.customers-info-box .downloads {
	margin-bottom: 25px;
}

.customers-info-box .downloads:last-child {
	margin-bottom: 0;
}

.customers-info-box .downloads .icon {
	float: left;
}

.customers-info-box .downloads .description {
	margin-left: 60px;
}

.customers-info-box .downloads .description .title {
	font-weight: bold;
	margin-bottom: 0;
}

.customers-info-box .downloads .description .title span {
	color: #777777;
	font-weight: normal;
}

.customers-info-box .downloads .description .hint {
	color: #777777;
	font-size: 12px;
	margin-bottom: 0;
}


/* Styling for the paginated block in listing of invoices in subscriptions */
.subscription_pagination_block{
	margin-top: 1rem;
}

.auto-renew-toggle-label .is-on {
	display: none;		
} 
.auto-renew-toggle-label.is-on .is-on {
	display: inline-block;
}
.auto-renew-toggle-label.is-on .is-off {
	display: none;
}
