
/* Palette generated by Material Palette - materialpalette.com/light-blue/indigo */

.dark-primary-color    { background: #0288D1; }
.default-primary-color { background: #03A9F4; }
.light-primary-color   { background: #B3E5FC; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #536DFE; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #727272; }
.divider-color         { border-color: #B6B6B6; }
.grayTxt{color:#777;}
.greenTxt{color:darkgreen;}
.orangeTxt{color:orange;}
.md-green{
	background-color:green !important;
	color:#fff !important;;
}
.md-purple{
	background-color:purple !important;
	color:#fff !important;;
}
.md-orange{
	background-color:orange !important;
	color:#fff !important;;
}
.logoTxt{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 38px;
  text-shadow: 4px 4px 4px #aaa;
  cursor:pointer;
  font-family: 'Poiret One', cursive;
}
.logo_1{
	color:#a17c15;
}
.logo_2{
	color:#8b3016;
}
.Paid{
	text-decoration: line-through;
}
.Negative{
	color:maroon;
}

.Positive{
	color:darkgreen;
}
.TotalRow{
	background-color:#eee;
}
.Bill{
	background:#EEEFF9;
}
.Income{
	background:#EEEFF9;
}
.FilterSection{
	background:rgba(253, 253, 253, 1);
	padding:10px;
	border:solid 1px #e8e8e8;
}
.header{
	font-size:18px;
}
.headerrow{
	background:#eee;
	color:rgb(13,71,161);
}
.headerrow p{
	color:rgb(13,71,161);
}
.subMessage{
	color:red;
}
.md-button.leftAlign{
	text-align:left;
}
.md-button.rightAlign{
	text-align:right;
}
.md-button{
	min-width:50px;
}
.Padding5{
	padding:5px;
}
.Padding15{
	padding:15px;
}
.DateLabel{
	color:#cccccc;
}
.TransDateSmall{
	color:#888;
	font-size:10pt;
}
.addButton{
	position: absolute;
	top:0;
	right:5px;
	padding:5px;
	z-index:9999;
}
.footerSpacer{
	height:60px;
	margin-bottom:50px;
	margin-top:100px;
	padding:20px;
	text-align:center;
}
.DescriptionTxt{
	font-size:11px;
	display:block;
	line-height:15px;
	color:#777;
}
.leftNavigationContainer{
	min-height: 600px;
}
.grayMessage{
	color:#777;
	font-size:12px;
	text-align: center;
}
.tablerow{
	cursor:pointer;
}
.lineitemheader{
	background:#eee;
}

.linethrough{
	text-decoration: line-through !important;
}
.bold{
	font-weight:bold;
}

.active { 
	color:rgb(13,71,161);
	font-weight:bold;

}
.subheader{
	color:rgb(13,71,161);
	font-size:13px;
}
.md-cell{
	font-size:16px !important;
}
.greenButton{
	background:darkgreen;
}
.ActiveButton{
	background:red !important;
}
.poweredBy {
	margin-top:80px;
	margin-bottom: 20px;
	text-align: center;

}
.poweredBy a{
	color: #FFF;
}