
/*
.login-background {
	background-color: #b0d5f3 !important;
}
*/

.text-bronze {
	color: #65451f !important;
}

.text-silver {
	color: #87868c !important;
}

.text-gold {
	color: #ae8625 !important;
}

.theme-bronze > .plan-header {
	background: rgb(143,93,41);
	background: linear-gradient(180deg, rgba(143,93,41,1) 5%, rgba(255,195,108,1) 50%, rgba(143,93,41,1) 95%);
}

.theme-silver > .plan-header {
	background: rgb(135,134,140) !important;
	background: linear-gradient(180deg, rgba(135,134,140,1) 5%, rgba(213,213,215,1) 50%, rgba(135,134,140,1) 95%) !important;
}

.theme-gold > .plan-header {
	background: rgb(174,134,37)  !important;
	background: linear-gradient(180deg, rgba(174,134,37,1) 5%, rgba(235,226,119,1) 50%, rgba(174,134,37,1) 95%)  !important;
}

.btn-bronze {
	/*
	background: rgb(143,93,41);
	background: linear-gradient(180deg, rgba(143,93,41,1) 5%, rgba(255,195,108,1) 50%, rgba(143,93,41,1) 95%);
	*/
	background: #EC5626;
	color: #ffffff !important;
}

.btn-silver {
	/*
	background: rgb(135,134,140) !important;
	background: linear-gradient(180deg, rgba(135,134,140,1) 5%, rgba(213,213,215,1) 50%, rgba(135,134,140,1) 95%) !important;
	*/
	background: #55556A;
	color: #ffffff !important;
}

.btn-gold {
	/*
	background: rgb(174,134,37)  !important;
	background: linear-gradient(180deg, rgba(174,134,37,1) 5%, rgba(235,226,119,1) 50%, rgba(174,134,37,1) 95%)  !important;
	*/
	background: #EA9E0C;
	color: #ffffff !important;
}

.badge-bronze {
	background: rgb(143,93,41);
	background: linear-gradient(180deg, rgba(143,93,41,1) 5%, rgba(255,195,108,1) 50%, rgba(143,93,41,1) 95%);
	color: #ffffff !important;
}

.badge-silver {
	background: rgb(135,134,140) !important;
	background: linear-gradient(180deg, rgba(135,134,140,1) 5%, rgba(213,213,215,1) 50%, rgba(135,134,140,1) 95%) !important;
	color: #ffffff !important;
}

.badge-gold {
	background: rgb(174,134,37)  !important;
	background: linear-gradient(180deg, rgba(174,134,37,1) 5%, rgba(235,226,119,1) 50%, rgba(174,134,37,1) 95%)  !important;
	color: #ffffff !important;
}

.text-starter {
	/*color: #7F7F7F !important;*/
	color: #000000 !important;
}

.theme-starter > .plan-header {
	background: rgb(135,134,140) !important;
	background: linear-gradient(180deg, rgba(135,134,140,1) 5%, rgba(213,213,215,1) 50%, rgba(135,134,140,1) 95%) !important;
}

.btn-starter {
	/*
	background: rgb(135,134,140) !important;
	background: linear-gradient(180deg, rgba(135,134,140,1) 5%, rgba(213,213,215,1) 50%, rgba(135,134,140,1) 95%) !important;
	*/
	background: #2F2F36;
	color: #ffffff !important;
}

.pricing-plan {
	margin-top: 5px !important;
	margin-left: 0px !important;
	margin-bottom: 5px !important;
	margin-right: 0px !important;
}

.pricing-plan-theme {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

@media (max-width: 768px) {
	.plan-center {
		margin-left: 0% !important;
	}
}

@media (min-width: 768px) {
	.plan-center {
		margin-left: 25% !important;
	}
}

@media (min-width: 992px) {
	.plan-center {
		margin-left: 25% !important;
	}
}

@media (min-width: 1200px) {
	.plan-center {
		margin-left: 25% !important; 
	}
}


/* NOTIFICATIONS - START */

.notification-bar {
	/*max-height: 350px;*/
	overflow-y: scroll;
}


/* NOTIFICATIONS - END */


