* {
	margin: 0;
	padding: 0;
	font-family: Roboto;
	font-weight: 300;
}
html, body {
	background: #efefef;
	position: relative
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    color: rgb(96, 131, 47); /*rgb(0,155,151);*/
}
a {
	text-decoration: none;
	color: rgb(0,155,151); /*rgb(96, 131, 47);*/
}
h1.site_title {
	bottom: 5px;
	color: #fff;
	margin: 0;
	padding: .1em 0 0.2em .5in;
	position: absolute;
	right: 25px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.66);
}
i.fa {
    font-size: 1.33em;
}
.relative {
	position: relative;
}
.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.view_policy
{	
	color: blue !important;
	margin-top: .5em;
	display: block;
}
#legal_wording_dialog p {
	margin-bottom: .3em;
}
#legal_wording_dialog ul {
	margin-left: 1em;
}
#legal_wording_dialog ul li {
	padding-bottom: .3em;
}
#header {
	background-image: url(/img/proof_banner.jpg);
	height: 330px;
	position: relative;
}
#logo {
	width: 250px;
	position: absolute;
	top: 20px;
	left: 50px;
}
#wrapper {
	background: white;
	margin: auto;
	max-width: 1296px;
	padding: 2em;
	padding-bottom: 3em;
	width: 80%;
}
#content_wrapper {
	margin: auto;
	margin-top: 2em;
	width: 90%;
	padding-bottom: 2em;
}
ul {
	margin-bottom: 1em;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
}
table thead tr th {
	background-image: url('/img/greenWoodgrain.png');
	border: solid 1px silver;
	color: #FFF;
	padding: .5em;
	text-align: left;
}
table tbody tr td {
	border: solid 1px silver;
	padding: .5em;
}
table tbody tr td.notes {
	padding-right: 2.33em;
}
.table_label
{
	width: 15%;
}
.status_bubble {
	text-align: center;
	border-radius: 4px;
	width: 80%;
	padding: .4em;
	margin: auto;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
	font-size: .8em;
	font-weight: 700;
}
form {
	margin-top: 1em;
}
.field_wrapper{
	margin-bottom: .5em;
}
.field_wrapper label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
.field_wrapper input[type="email"], .field_wrapper input[type="text"],  .field_wrapper input[type="password"] {
	width: 300px;
	padding: .4em;
}
.field_wrapper textarea {
	width: 300px;
	height: 50px;
	padding: .4em;
}
#dropzone {
	background: white;
	border: 2px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
	min-height: 150px;
	padding: 20px 20px;
}
.status_button_wrapper {
	margin-bottom: .5em;
}
.set_status {
	display: inline-block;
	margin: auto;
	width: 100%;
}
#file_list 
{
	list-style: none;
}
#file_list li {
	margin-bottom: .5em;
	color: royalblue;
}
#file_list li a
{
	color: royalblue;
}
#client_notes {
	height: 200px;
	margin-bottom: 1em;
	width: 540px;
}
.delete_note {
	color: rgb(240,78,85);
	position: absolute;
	right: 10px;
	top: 10px;
}
.note_row {
	height: 40px;
}

#notes_form_textarea {
	width: 97%;
	height: 220px;
}
.clear
{
	clear: both;
}
.note_container {
	padding: 1.5em;
	margin-bottom: 2em;
	border-radius: 20px;
	position: relative;
	width: 40%;
	color: white;
	box-sizing: border-box;
}
.note_date {
	position: absolute;
	bottom: -18px;
	right: 6px;
	font-size: .8em;
	color: #666;
}
.note_from {
	font-weight: bold;
	padding-bottom: .5em;
}
.note_message {
	font-size: 1.3em;
	padding-bottom: 1em;
}
.delete_note {
	display: none;
}
.section_wrapper {
	margin-top: .5em;
	border: solid 1px silver;
	padding: 1em;
	border-radius: 10px;
}
.macore_note {
	border-bottom-right-radius: 0;
	background: #A1C95B;
	float: right;
}
.client_note {
	float: left;
	border-bottom-left-radius: 0;
	background: #53B787;
}
.download_button
{
	width: calc(33% - 2.1em);
	padding: 2em;
	box-sizing: border-box;
	display: inline-block;
	margin: 1em;
	text-align: center;
	border-radius: 4px;
	font-size: 0.8em;
	min-height: 150px;
	background: #efefef;

}
.download_button:hover
{
	background: silver;
	cursor: pointer;
}
.download_button i
{
	margin: auto;
	padding-bottom: .4em;
	display: block;
	font-size: 4em;
}
.download_file_name
{
	display: block;
	word-break: keep-all;
	overflow: hidden;
}
.sortable
{
	color: white;
}

@media screen and (max-width: 1599px) {

}

@media screen and (max-width: 1439px) {

}

@media screen and (max-width: 1179px) {

}

@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 929px) {
	h1.site_title
	{
		margin: auto;
		text-align: center;
		position: static;
		padding: 0;
		display: block;
		margin-top: 1em;
	}
	#logo
	{
		margin: auto;
		display: block;
		position: static;
	}
	#wrapper
	{
		width: 100%;
		padding: 0;
	}

	.note_container, .client_note, .macore_note
	{
		width: 90%;
	}
	.button
	{
		width: 100%;
		display: block;
		margin-bottom: .5em;
	}
	.field_wrapper
	{
		width: 100%;
	}
	.field_wrapper label
	{
		display: block;
		margin-bottom: .2em;
		width: 100%;
	}
	.field_wrapper input[type="email"], 
	.field_wrapper input[type="text"], 
	.field_wrapper input[type="password"],
	.field_wrapper textarea,
	.field_wrapper select
	{
		box-sizing: border-box;
		width: 100%;
		padding: .5em;
	}
	.field_wrapper textarea {
		height: 150px;
	}
	.table_label
	{
		width: 25%;
	}
	.download_button
	{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

}

@media screen and (max-width: 799px) {

}

@media screen and (max-width: 639px) {

}

@media screen and (max-width: 584px) {

	.table_label
	{
		width: 35%;
	}
}
@media screen and (max-width: 479px) {
	.table_label
	{
		width: auto;
	}
}
@media screen and (max-width: 389px) {
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}