/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.main-bg {
	background: #fff url("../img/main-bg-back.png") repeat-x;
	padding-bottom: 0;
}

.inner-bg {
	background: transparent url("../img/main-bg.png") repeat;
}

.jimmy-bg {
	background: transparent url("../img/jimmy_s.png") no-repeat bottom right;
	min-height: 750px;
	padding-bottom: 30px;
}

.page-header {
	margin-bottom: 30px;
	text-align: center;
}

.page-header h3 {
	color: #2e7d32;
	margin-bottom: 5px;
}

.page-header h6 {
	font-size: 1.2rem;
	color: #616161;
	text-transform: uppercase;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	height: 160px;
	line-height: 160px;
}

nav .brand-logo {
    background: rgba(0, 0, 0, 0) url("../img/fiesta_communities_logo_s.png") no-repeat scroll center center;
    height: 96px;
    margin: 5px;
    text-indent: -9999px;
    width: 150px;
}

.selfhead {
	color: #2e7d32;
	margin: 10px 0 0 0;
	padding: 5px;
	text-transform: uppercase;
	border: 1px solid #2e7d32;
	font-size: 1.80rem;
	text-align: center;
}

.fci-error .help-block{
	color: #fd7022;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.card .card-content .card-title {
	font-size: 18px;
	line-height: 24px;
}


#fci-form td, th {
	padding: 5px 5px;
}

label {
   color: #424242;
}

.fci-green {
	color: #2e7d32;
	font-weight: bold;
}

.fci-grey {
	color: #616161;
	font-weight: bold;
}

.opaque {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(255, 255, 255);
  /* RGBa with 0.6 opacity */
  background-color: rgba(255, 255, 255, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFF, endColorstr=#99FFFFF);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFF, endColorstr=#99FFFFF)";
  padding: 10px;
}

#income-table th.income-th {
	padding: 15px 10px 0 0;
	text-align: center;
}

#income-table td {
	vertical-align: top;
}

.income-i {
  border: 1px solid #cccccc;
}

.income-i td{ 
	padding: 10px;
}
 
#income-table input {
	margin-bottom: 0px;
	height: 2rem;
}

footer.page-footer {
	padding-top: 0;
	margin-top: 0;
}

@media (min-width: 768px) {  }
@media (min-width: 992px) {  }
@media (min-width: 1200px) {
	.jimmy-bg {
		background: transparent url("../img/jimmy.png") no-repeat bottom right;
	}
	nav .brand-logo {
	    background: rgba(0, 0, 0, 0) url("../img/fiesta_communities_logo.png") no-repeat scroll center center;
	    height: 152px;
	    margin: 10px 10px 10px 0;
	    text-indent: -9999px;
	    width: 250px;
	}
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
		height: 170px;
		line-height: 170px;
	}
	.page-header {
		text-align: left;
	}
	.selfhead {
		margin-top: 60px;
		font-size: 2.80rem;
	}
}


