/**
 * CSS Overrides for the Customer's Member Panel Pages
 *
 * (c)2014 Virtual Wonders Web Solutions.
 */

/* background colors ================*/
.bg-d-brown {
	background: #3D3119;
}

.bg-d-turquoise {
	background: #00acc1;
}

.bg-orange {
	background: #ffa726;
}

.bg-l-orange {
	background: #F3A006;
}

.bg-l-green {
	background: #8bc34a;
}

.bg-d-green {
	background: #7AA607;
}

.bg-green {
	background: #93D051;
}

.bg-dr-green {
	background: #5CB85C;
}
 
.bg-magenta {
	background: #AB47BC ;
}

.bg-l-blue {
	background: #00b0ff;
}

.bg-l-yellow {
	background: #ffdb01;
}

.bg-purple {
	background: #9972b5;
}

.bg-d-red {
	background: #d02727;
}

.bg-l-red {
	background: #ff1a1a;
}

.bg-d-blue {
	background: #136eae;
}

.bg-lr-grey {
	background: #F0F0F0;
}

.bg-l-grey {
	background: #9e9e9e;
}

.bg-l-grey02 {
	background: #e9e9e9;
}

.bg-d-grey {
	background: #e0e0e0;
}

.bg-dr-grey {
	background: #dadada;
}

.bg-dr-grey02 {
	background: #9e9e9e;
}

.bg-dr-grey03 {
	background: #707070;
}

.bg-dr-grey04 {
	background: #808080;
}

.bg-white {
	background: #ffffff;
}

.bg-d-white {
	background: #F5F5F5;
}

.bg-red {
	background: #D80100;
}

.bg-aquamarine {
	background: #F0F0F0;
}

.bg-aqua {
	background: #A0DAF3;
}

/*hover color ======================*/

.bg-l-green:hover {
	background: #9ddc54;
}

.bg-purple:hover {
	background: #b586d6;
}

.bg-orange:hover {
	background: #ffb447;
}

.bg-d-turquoise:hover {
	background: #01cee7;
}

.bg-dr-grey:hover {
	background: #f5f4f4;
}

.hover-dr-grey02:hover {
	background: #e9e9e9;
}

.hover-t-white:hover {
	color: #ffffff !important;
}

.hover-bg-dr-green:hover {
	background: #4CAE4C !important;
}

.hover-bg-orange:hover {
	background-color: #FFB13D !important;
}

.hover-bg-d-turquoise:hover {
	background: #00acc1 !important;
}

.hover-t-grey:hover {
	color: #727272 !important;
}

.hover-t-l-black:hover,
.hover-t-l-black:focus   {
	color: #4c4c4c !important;
}

/* text formatting ================*/

.text-camou {
	color: #322C2C;
}

.text-d-camou {
	color: #3b3e3d;
}

.t-white-grey {
	color: #727272;
}

.text-white {
	color: #ffffff;
}

.text-d-blue {
	color: #0277bd;
}

.text-l-black {
	color: #4c4c4c;
}

.text-green {
	color: #8bc34a;
}

.text-grey {
	color: #727272;
}

.text-lr-grey {
	color: #9e9e9e;
}

.text-md-grey {
	color: #bbbbbb;
}

.text-l-orange {
	color: #F3A006;
}

.text-orange {
	color: #ffa726;
}

.text-red {
	color: #D80100;
}

.text-d-turquoise {
	color: #00acc1;
}

.text-l-turquoise {
	color: #0EC0FF;
}

.text-purple {
	color: #9972B5;
}
.text-aqua-teal {
	color: #1BBC9B;
}

.color-aqua-teal {
	background: #1BBC9B;
}

.color-grey01 {
	background: #F9F8F6;
}

.color-black01 {
	background: #121D0C;
}

/* BLUE */

.color-blue01 {
	background: #3090C0;
}

.color-grey02 {
	background: #E1E1E1;
}

.color-black02 {
	background: #323232;
}

/* PINK */

.color-pink01 {
	background: #FF528F;
}

.color-green01 {
	background: #70D472;
}

.color-white {
	background: #ffffff;
}

/* LIGHT BLUE */

.color-l-blue01 {
	background: #0C90F5;
}

.color-green02 {
	background: #54B92F;
}

.color-d-blue {
	background: #1B2B45;
}

/* RED */

.color-red01 {
	background: #EE6457;
}

.color-green03 {
	background: #8EBE44;
}

.color-grey03 {
	background: #DDDDDD;
}

/* PURPLE */

.color-purple01 {
	background: #B79DBA;
}

.color-grey04 {
	background: #E5E5E5;
}