/*
	GRN: #8AD18A;
	BLU: #6BA3A3;

*/

@media(min-width: 768px){
	div.pic_row{
		margin-bottom: 2em;
	}
}
@media(max_width: 768px){
	div.pic_tile{
		padding: 10px;
		margin-bottom: 10px !important;
	}
}

h1, h2, h3, h4{
	color: #69be28 !important;
}
input, textarea{
	background: #00162b !important;
	color: #fff !important;
	padding: 5px;
}

table{
	width: 100%;
	border: 2px solid #fff;
	border-spacing: 0;
	font-size: 1em;

}

th{
	background: #00162b;
}

td, th{
	padding: 10px;
	text-align: right;
}
td.revenueLabel, th.revenueLabel{
	text-align: left !important;
}
td.totalRow{
	border-top: 2px solid #fff;
	background: #00162b;
	color: #69be28;
}

span.req{
	color: #f50;
	font-weight: bold;
	font-size: 1.25em;
}
#content{
	padding-top: 4em;
	padding-bottom: 2em;
}

img {
	width: 100%;
	height: auto;
}
div.pic_tile{
	padding: 5px;
	background: #00162b;
}
div.pic_tile:hover{
	background: #69be28;
}

#notification_message{
	display: none;
}
#notification_section{
	position: fixed;
	top: 0;
	z-index: 2000;
	width: 33%;
	left: 50%;
	margin-left: -16.5%;
}

button, div.pic_tile, img, button.btn, #notification_message{
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/************ FANCY BOX OVERWRITES **********/
div.fancybox-skin{
	background: #002244;
}
a.fancybox-next{
	
}

/*
#nav{
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #6BA3A3;
}*/