body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Open Sans", sans-serif;
	background-repeat: repeat-x;
	background-position: center 0;
}

a {
	color: #000;
}

#boardWrapper {
	/*background: #273e50;*/
	/*padding-bottom: 50px;*/
}

#content {
	font-size: 0;
	/*padding: 10px 20px;*/
	background: #fff;
	margin-top: 25px;
	margin-bottom: 30px;
	/*border-radius: 3px;*/
	z-index: 1;
	position: relative;
	min-height: 150px;
	max-width: 960px;
	margin-top: 0px;
	/*border-top: 3px dashed #ddd;*/
	text-align: left;
}

#content p {
	font-size: 16px !important;
	line-height: 36px;
	padding: 40px 20px 0 20px;
	text-align: center;
	/*font-family: "Libre Baskerville", serif;*/
}

#content p a {
	color: #92b350;;
}

#content p.address {
	font-family: "Open Sans", sans-serif;
}

#content h2 {
	font-size: 20px;
}

#content h4 {
	font-size: 16px;
	padding: 0 20px;
	margin: 25px 0 0 0;
}

#content hr {
	margin: 30px 0;
	border: none;
	border-bottom: 2px solid #333;
}

#content ul {
	padding: 0 0 0 65px;
	margin: 0;
}

#content ul li {
	font-size: 15px;
	list-style: none;
	padding: 3px 0 3px 15px;
	line-height: 24px;
	display: block;
	position: relative;
	display: block;
	font-family: "Libre Baskerville", serif;
}

#content ul li:before {
	content: "\25CF";
	font-size: 15px;
	position: absolute;
	top: 4px;
	color: #555;
	left: 1px;
}

#content.boardMembers .quickInputWrapper {
	padding-left: 120px;
}

#content.boardMembers .quickInputWrapper.hidden {
	display: none;
}

#content.boardMembers .quickInput {
	font-size: 13px;
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 3px;
	display: inline-block;
	padding: 3px 10px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content.boardMembers .qiSelect {
	margin-left: 5px !important;
	height: 22px !important;
	line-height: 22px !important;
	font-size: 13px !important;
	margin-top: 5px !important;
}

#content h2.pageTitle {
	/*border-bottom: 4px double #e0ccaf;*/
	/*box-shadow: 0 1px 0 #e0ccaf, 0 3px 0 #fff, 0 4px 0 #e0ccaf;*/
	/*border-bottom: 2px solid #555;*/
	/*color: #ba9d53;*/
	text-align: center;
	font-size: 32px;
	/*max-width: 550px;*/
	margin: 0;
	padding-bottom: 10px;
}

.clearfix {
	display: block;
	clear: both;
}

form {
	/*max-width: calc(100% - 20px);*/
	margin: 0 auto;
}

form input,
form textarea,
form select {
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	outline: none;
	width: calc(100% - 210px);
	min-width: calc(100% - 210px);
	max-width: calc(100% - 210px);
	margin-left: 210px;
	-webkit-appearance: none;
}

form .g-recaptcha {
	margin-left: calc(50% - 92px);
}

.workRequests form .g-recaptcha {
	margin-left: calc(50% - 50px);
}

form.viewForm,
form.deleteForm {
	margin: 0;
	min-width: 100%;
	position: relative;
}

form.viewForm input,
form.deleteForm input {
	-webkit-appearance: button;
	margin: 0;
	height: 100%;
	padding: 2px 0;
	line-height: 22px;
	background: transparent;
	width: 35px;
	font-size: 12px;
	box-shadow: none;
	min-width: auto;
	max-width: 100%;
	cursor: pointer;
}


form.viewForm input:hover + svg {
	fill: #fff !important;
	background: #2273b7;
	border-radius: 5px;
	box-shadow: 0 0 0 3px #2273b7;
}


form.deleteForm input:hover + svg {
	fill: #fff !important;
	background: red;
	border-radius: 5px;
	box-shadow: 0 0 0 3px red;
}

form.viewForm svg,
form.deleteForm svg {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 5px;
}

form input.checkbox {
	-webkit-appearance: checkbox;
	height: 25px;
	width: 25px;
	cursor: pointer;
	display: block;
	box-shadow: none;
}

form input.deleteCheckbox {
	min-width: 30px !important;
}

form input {
	line-height: 34px;
	border-radius: 0px;
	border: none;
	background: #f7f7f7;
	box-shadow: inset  0 0 5px rgba(0,0,0,.2);
	border-radius: 2px;
	padding: 0 10px;
	font-size: 16px;
}

form input.radio {
	-webkit-appearance: none;
	left: 12px;
	top: 10px;
	width: 14px !important;
	height: 14px;
	min-width: 14px !important;
	max-width: 14px !important;
	display: block;
	position: absolute;
	box-shadow: none;
	line-height: 0px !important;
	padding: 0 !important;
	margin-top: 0 !important;
	box-shadow: 0 0 0 1px #999;
	border-radius: 100%;
	background: #f9f9f9;
	z-index: 1;
	pointer-events: none;
}

form input.radio:checked {
	box-shadow:0 0 0 1px #999, inset 0 0 0 3px #f9f9f9;
	background: #ba9d53;
}

form .radioWrapper {
	position: relative;
}

form label.radio {
	font-size: 16px;
	display: block;
	width: auto;
	line-height: 20px;
	text-align: left;
	padding: 5px 10px 5px 0;
	box-sizing: border-box;
	position: relative;
	margin-left: 210px;
	margin-top: 6px;
	padding-left: 35px;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 5px;
}

form label.radio:hover {
	background: #f9f9f9;
	z-index: 0;
}

form label.radio span {
	display: block;
	font-size: 12px;
	color: #888;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: 600;
}

form label.note {
	font-size: 14px;
	display: block;
	width: auto;
	/*line-height: 20px;*/
	text-align: left;
	padding: 5px 10px 5px 0;
	box-sizing: border-box;
	position: relative;
	margin-left: 210px;
	margin-top: 6px;
	/*padding-left: 35px;*/
	/*cursor: pointer;*/
	/*border: 1px solid #eee;*/
	border-radius: 5px;
}

form label.note.total {
	font-size: 16px;
	padding-top: 0;
}

form label.radio.noborder {
	border: none;
}

form textarea {
	min-height: 300px;
	max-height: 600px;
	border-radius: 0px;
	border: none;
	background: #f7f7f7;
	box-shadow: inset  0 0 5px rgba(0,0,0,.2);
	border-radius: 2px;
	padding: 10px;
	font-size: 14px;
}

form input.workRequestFile {
	background: none;
	box-shadow: none;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
}

body.iOS form textarea {
	font-size: 16px !important;
}

form select {
	height: 30px;
	font-size: 18px;
	padding: 0 10px;
	-webkit-appearance: menulist !important;
}

form select.locked {
	-webkit-appearance: none !important;
	border: none;
	background: none;
	pointer-events: none;
}

form select {
	font-size: 16px !important;
}

form label {
	font-size: 16px;
	display: inline-block;
	width: 200px;
	line-height: 20px;
	margin-top: 2px;
	text-align: right;
	padding: 5px 10px 0 0;
	box-sizing: border-box;
	position: absolute;
}

form .submitButton {
	/*background: #92b351;*/
	/*color: #fff;*/
	/*border-color: #58bc39;*/
	/*font-size: 20px;*/
	/*line-height: 34px;*/
	/*letter-spacing: -.5px;*/
	/*text-shadow: 0 1px 0 rgba(0,0,0,.2);*/
	/*font-weight: 700;*/
	cursor: pointer;
	/*box-shadow: none;*/
	/*border-radius: 3px;*/
	margin-top: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
}

form .submitButton:hover {
	/*background: #7fa533;*/
}

form .formSection {
	display: block;
	padding: 10px 150px 10px 10px;
	position: relative;
	border-bottom: 2px solid #eee;
}

form .formSection p {
	margin: 0 !important;
	padding: 0 !important;
}

form.loginForm {
	margin: 0 0;
}

form.loginForm .formSection {
	border: none;
	max-width: 400px;
	margin: 0 auto;
	padding: 5px;
}

form.loginForm input {
	margin-left: 0px;
	min-width: 100%;
}

form.loginForm label {
	display: block;
	position: relative;
	text-align: left;
	margin-top: 0;
	padding: 5px 0 5px 0;
}

form .formSection.hidden {
	display: none;
}

form .formSection:last-of-type {
	border: none;
}


form.propertyEditor textarea {
	max-width: calc(100% - 210px) !important;
	min-width: calc(100% - 210px) !important;
	width: calc(100% - 210px) !important;
	min-height: 200px !important;
}

.formSection span.info {
	font-size: 13px;
	padding-left: 210px;
	padding-top: 7px;
	color: #333;
	display: block;
}


form.contact {
	display: inline-block;
	width: 50%;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
}


form.contact textarea,
form.contact input,
form.contact textarea,
form.contact select {
	min-width: calc(100% - 120px);
	margin-left: 120px;
}

form.contact .formSection {
	padding: 10px 0;
}


form.contact label {
	font-size: 15px;
	width: 120px;
	line-height: 32px;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
}

#sentMessage {
	font-size: 13px;
}

#sentMessage .copy {
	display: block;
	padding: 50px 50px;
	max-width: 500px;
	margin: 20px auto 0 auto;
	box-shadow: 0 5px 20px rgba(0,0,0,.15), 0 0 0 1px rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.15);
}

#content .printable h3 {
	display: none;
}

#content .printable h5 {
	display:block;
	font-size:14px;
	background:#aaa;
	color:#fff;
	margin:0;
	padding:3px 5px;
	border-radius:3px;
}

#content .printable p {
	margin:10px 0;
	padding:0;
	font-size: 12px;
	font-family: "Open sans", sans-serif;
	line-height: 16px
}

#content.boardMembers table {
	width: 100%;
}

/*
#content.boardMembers table {
	padding: 0 4px;
}
#content.boardMembers ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 11px;
	background-color: rgba(0,0,0,.1);
}
#content.boardMembers ::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/

#content.boardMembers table .edit {
	width: 35px !important;
	text-decoration: none;
	text-align: center !important;
}
#content.boardMembers table .view,
#content.boardMembers table .delete {
	width: 45px !important;
	text-decoration: none;
}


#content.boardMembers table tr .downloads {
	text-decoration: none;
	text-align: center !important;
	padding: 0;
	font-weight: 700;
}

#content.boardMembers table tr:hover .edit {
	fill: #fff;
}

.accessLog {
	padding-top: 60px
}

.accessLog h4 {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	line-height: 40px;
	padding: 0 20px;
	background: #4286f4;
	color: #fff;
	text-shadow: 0 1px 1px #1d5bbf;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.accessLog .scrollArea {
	position: absolute;
	top: 50px;
	bottom: 60px;
	left: 0;
	right: 0;
	overflow: scroll;
	font-weight: 600;
}

.accessLog .logEntry {
	padding: 10px 15px;
	margin: 5px 5px 0 5px;
	font-size: 14px;
	position: relative;
	border-bottom: 2px solid #ddd;
}

.accessLog .logEntry .accessDate {
	float: right;
	margin-top: 6px;
}

.accessLog .logEntry:nth-of-type(2n) {
	/*background: #eee;*/
}

.accessLog .logEntry span {
	font-weight: 500;
	color: #777;
}

.accessLog .noHistory {
	text-align: center;
	padding-top: 50px;
	color: #888;
}

#accessLogPanel iframe {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 50px;
}

#accessLogPanel button {
	position: absolute;
	bottom: 10px;
	left: 130px;
	right: 130px;
	height: 40px;
	font-size: 18px;
	cursor: pointer;
	background: #eee !important;
	border: 1px solid #aaa !important;
	color: #333 !important;
	text-shadow: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	max-width: auto !important;
	width: auto !important;
	min-width: auto !important;
	border-radius: 4px;
}

#accessLogPanel button:hover {
	background: #ddd !important;
}

#accessLogPanel {
	position: fixed;
	left: calc(50% - 250px);
	right: calc(50% - 250px);
	top: calc(50% - 250px);
	width: 500px;
	bottom: calc(50% - 250px);
	background: #fff;;
	box-shadow: 0 0 40px rgba(0,0,0,.4), 0 0 0 1000px rgba(20, 37, 50,.9);
	border-top: 5px solid #4286f4;
	z-index: 10;
	border-radius: 4px;
	overflow: hidden;
}

#content.boardMembers table tr:hover .downloads.title {
	fill: #000 !important;
}

#content.boardMembers table tr:hover .edit:hover,
#content.boardMembers table tr:hover .downloads:hover {
	background: #1d5bbf;
}

#content.boardMembers table tr:hover .edit.title {
	background: none !important;
}

#content.boardMembers .userAdmin td {
	font-weight: 600;
	font-style: italic;
	color: #54be2d;
}

#content.boardMembers .userOther td {
	font-weight: 600;
	font-style: italic;
	color: #000;
}

#content.boardMembers .userAgent td {
	font-weight: 600;
	font-style: italic;
	color: #2273b7;
}

#content.boardMembers .userAgent td:first-of-type:after {
	color: #2273b7;
	content: " [pm]";
}


#content.boardMembers td:first-of-type:after {
	font-size: 10px;
	position: relative;
	font-weight: bold;
	top: -7px;
	left: 3px;
}

#content.boardMembers .userAdmin td:first-of-type:after {
	color: #54be2d;
	content: " [ad]";
}


#content.boardMembers .userOther td:first-of-type:after {
	color: #000;
	content: " [ot]";
}

#content.boardMembers .userInactive td {
	color: #dd3b04;
	font-style: italic;
}

#content.boardMembers .userInactive td:first-of-type:after {
	color: #dd3b04;
	content: " [i]";
}

#content.boardMembers .legend span {
	font-weight: 600;
	font-style: italic;
	font-family: "Open Sans", sans-serif;
}

#content.boardMembers .legend  {
	font-size: 12px !important;
	color: #444;
	margin: -10px 0 -60px 0;
}

#content.boardMembers table tr:first-of-type td {
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	text-decoration: none;
	box-shadow: none;
}

#content.boardMembers span {
	font-size: 11px;
}

.adminPanel.hidden {
	display: none;
}

.adminButtons {
	text-align: center;
}

.adminButton:hover,
.boardCornerButton:hover {
	background: #dbeeff;
	color: #4286f4;
}

.adminButton.active,
.adminButton.active:hover,
.boardCornerButton.active,
.boardCornerButton.active:hover {
	/*background: #555;*/
	background: #4286f4 !important;
	color: #fff !important;
	/*text-shadow: 0 1px 2px #756028;*/
	/*box-shadow: inset 0 1px 5px rgba(0,0,0,.5);*/
}

.adminButton, .boardCornerButton {
	cursor: pointer;
	display: block;
	font-size: 14px !important;
	display: inline-block;
	background: #eee;
	padding: 10px;
	margin: 0 5px 5px 5px;
	border-radius: 3px;
	font-weight: 600;
	color: rgba(0,0,0,.6) !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	width: calc(20% - 30px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none !important;
	font-weight: 700 !important;
}

form .fileInput {
	background: none;
	box-shadow: none;
	padding: 7px 0 0 0;
	font-size: 14px;
}


#content.boardMembers .tableWrapper {
	width: 100%;
	max-height: 300px !important;
	overflow: auto !important;
}

#content.boardMembers .tableWrapper.admin {
	width: 100%;
	max-height: 500px !important;
	overflow: auto !important;
}

#content.boardMembers .tableWrapper.agent {
	width: 100%;
	max-height: 300px !important;
	overflow: auto !important;
	margin-bottom: 20px;
}

#content.boardMembers tr {
	min-width: 100%;
	background: #fff;
}

#content.boardMembers table {
	table-layout:fixed;
}
#content.boardMembers table td {
	padding: 10px;
	white-space: nowrap;
	max-width: 33% !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

#content.boardMembers table tr:nth-of-type(even) {
	background: #f4f4f4;
}

#content.boardMembers table tr td {
	border-bottom: 1px solid #eee;
}

#content.boardMembers table tr td:first-of-type {
	/*min-width: 66%;*/
	/*border-bottom-left-radius: 5px;*/
	/*border-top-left-radius: 5px;*/
}

table.boardMembersList td,
table.allDocumentsList td {
	/*width: 33% !important;*/
	text-align: left !important;
}

#content.boardMembers table tr td:last-of-type {
	/*border-bottom-right-radius: 5px;*/
	/*border-top-right-radius: 5px;*/
}


#content.boardMembers table.allDocumentsList tr td.folder {
	width: 120px !important;
}

#content.boardMembers table.documentsList tr td.date,
#content.boardMembers table.allDocumentsList tr td.date {
	width: 190px !important;
	/*text-align: right !important;*/
	/*text-decoration: none;*/
}

table.allDocumentsList tr:hover td,
table.documentsList tr:hover td {
	color: #fff;
	background: #4286f4;
	/*box-shadow: inset 0 0 0 1px #ba9d53;*/
	cursor: pointer;
	text-decoration: underline;
}

#content.boardMembers textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 300px;
	outline: none;
	font-family: monospace;
	font-size: 16px;
	padding: 15px;
}

#content.boardMembers .textareaWrapper form textarea {
	margin-left: 0;
}

#content.boardMembers .textareaWrapper form .updateHTML {
	min-width: 200px !important;
	margin-left: 0;
	min-width: 100% !important;
	margin-top: 5px;
}

.uploadButton,
.updateHTML {
	background: #eee !important;
	border: 1px solid #aaa !important;
	color: #333 !important;
	text-shadow: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	max-width: auto !important;
	width: auto !important;
	min-width: auto !important;
}

.uploadButton:hover,
.updateHTML:hover {
	background: #ddd !important;
}

form.uploadForm input,
form.uploadForm select,
form.editForm input,
form.editForm select {
	margin-left: 120px !important;
}

form.uploadForm span,
form.editForm span {
	font-size: 13px;
	display: block;
	padding-left: 120px;
	padding-bottom: 10px;
	max-width: 450px;
}

form.uploadForm,
form.editForm {
	width: auto !important;
}

form.uploadForm select {
	width: auto !important;
	min-width: auto !important;
	max-width: auto !important;
}

form.uploadForm input {
	/*width: auto !important;*/
	min-width: auto !important;
	max-width: auto !important;
	padding: 0 10px;
	box-sizing: border-box;
}

form.loginForm .formSection {
	border: none !important;
}

form .formSection:nth-last-child(2) {
	border-bottom: 2px solid #eee;
}

form.uploadForm input[type="submit"] {
	padding: 0 30px;
	margin-top: 5px;
	line-height: 30px;
	border-radius: 4px;
}

form.editForm input {
	min-width: 100%;
}

form.uploadForm label,
form.editForm label {
	width: 120px !important;
}

#content .subHeading {
	border-bottom: 2px solid #555;
	padding-left: 5px;
	margin-top: 30px;
	position: relative;
	text-align: left;
	color: #000;
	font-weight: 700;
	text-transform: none;
}

#content .subHeading:nth-of-type(2) {
	margin-top: 30px !important;
}


#content.boardMembers .jumpbuttons {
	display: block;
	margin: 0 0 15px 0;
	text-align: center;
}

#content.boardMembers .jumpbuttons h2 {
	display: block;
	text-transform: none;
	color: #000;
	font-weight: 700;
	margin: 10px auto 20px auto;
	text-align: left;
}

#content .notificationSettings {
	font-size: 12px;
	color: #000;
	margin: 6px auto 16px auto;
	background: #eee;
	display: block;
	padding: 5px 10px;
	border-radius: 4px;
}

#content .notificationSettings form {
	display: inline;
	margin: 0;
	padding: 0;
}

#content .notificationSettings input[type="submit"] {
	padding: 0;
	height: 16px;
	line-height: 16px;
	min-width: 0 !important;
	max-width: 130px !important;
	display: inline;
	margin: 0;
	font-size: 12px;
	color: #000;
	background: transparent;
	text-shadow: none;
	text-decoration: underline;
	border-radius: none;
}

#content .notificationSettings a {
	color: #000;
}

#content.boardMembers .jumpbuttons a {
	padding: 5px 20px;
	margin: 0 5px 10px 5px;
	text-decoration: none;
	background: #eee;
	border-radius: 5px;
	width: calc(33.33% - 10px);
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 30px;
	background: #dbeeff;
	color: #4286f4;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content.boardMembers .jumpbuttons a:hover {
	background: #2273b7;
	color: #fff;
}

#content.boardMembers .subHeadingWrapper {
	height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#content.boardMembers .subHeading.folder {
	background: #2273b7;
	margin-bottom: 0;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: none;
	margin-top: 5px !important;
	line-height: 40px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #fff;
	padding: 0 15px;
	color: rgba(255,255,255,.65);
	font-weight: 500;
	/*color: #dbeeff;*/
	position: relative;
	margin-right: 10px;
}

#content.boardMembers .subHeadingWrapper {
	background: none;
	color: #888;
	margin: 0 0 -5px 0 !important;
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

#content.boardMembers .subHeading.folder:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	/*background: red;*/
	position: absolute;
	right: -10px;
	bottom: 0;
	border-radius: 100%;
	box-shadow: -5px 5px 0 #2273b7;
}

#content.boardMembers .subHeading.folder:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #2273b7;
	position: absolute;
	left: 0px;
	bottom: -5px;
	border-bottom-right-radius: 100%;
	box-shadow: -5px 5px 0 ;
}

#content.boardMembers .subHeading.folder span:last-of-type {
	color: #fff;
	font-weight: 700;
}


#content.boardMembers .subHeading .subInfo {
	font-size: 12px;
	padding-left: 10px;
	color: #888;
	position: relative;
	top: -3px;
}

#content.boardMembers .subHeading .subInfo a {
	padding-left: 10px;
}

#content.boardMembers .subHeading.folder span {
	font-size: 20px
}

#content.boardMembers .tableWrapper.folder {
	border: 3px solid #2273b7;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	border-radius: 6px;
	/* border-top-left-radius: 0; */
	/* display: none; */
}

#content .subHeading.failure {
	color: red;
}

#content .subHeading.success {
	color: green;
}

#content .subHeading .filters {
	position: absolute;
	right: 0;
	height: 30px;
	line-height: 15px;
}

#content .subHeading .filters input {
	width: 170px;
	border-radius: 3px;
	border: 1px solid #aaa;
	padding: 0 5px;
	line-height: 20px;
	outline: none;
}

#content .subHeading .filters select {
	outline: none;
	height: 22px;
	max-width: 180px;
}

/*.logoutBoardMember {
	display: block;
	font-size: 12px;
	position: absolute;
	padding: 0 12px;
	line-height: 30px;
	border-radius: 4px;
	background: #eee;
	border: 1px solid #aaa;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	top: -200px;
	right: 0;
}

.logoutBoardMember:hover {
	background: #ddd !important;
}*/

.popupForm {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	z-index: 1000;
}

.popupForm form {
	display: block;
	position: fixed;
	top: calc(50% - 250px);
	left: calc(50% - 400px);
	width: 800px !important;
	border-radius: 4px;
	background: #fff;
}

.popupForm .cancelEdit {
	font-weight: bold;
	cursor: pointer;
	display: inline;
}

.popupForm .cancelEdit:hover {
	text-decoration: underline;
}



.reorderPhotos img {
	max-width: 150px;
	max-height: 100px;
	padding: 0 5px 5px 0;
	cursor: pointer;
}

.reorderPhotos.inactive {
	display: none !important;
}

.transactionMessage {
	font-family: "Open Sans", sans-serif;
	max-width: 510px;
	margin: 0 auto;
	line-height: 23px;
}

a.forgotKey {
	font-size: 12px;
	margin-top: 15px;
	display: block;
	color: #333;
}

a.forgotKey:hover {
	text-decoration: underline;
	color: #000;
}

.formSection span.note {
	font-size: 12px;
}

#documentNotificationOn,
#documentNotificationOff {
	display: block;
	-webkit-appearance: radio;
	height: 25px;
	width: 25px;
	cursor: pointer;
	display: inline-block;
	box-shadow: none;
}

form label.radioLabel {
	margin-left: 0;
	text-align: left;
	width: 50px !important;
	margin-top: 0px;
}

#documentNotificationOn {
	margin-left: 60px !important;
}


@media screen and (max-width: 875px) {
	form .formSection {
		padding: 10px 0;
	}
}

@media screen and (max-width: 600px) {
	form input,
	form textarea,
	form select {
		margin: 0 !important;
		min-width: 100%  !important;
	}
	form .g-recaptcha,
	.workRequests form .g-recaptcha {
		margin-left: calc(50% - 150px);
	}
	form input.radio {
	}
	body.iOS form input.dateInput {
		-webkit-appearance: menulist;
		min-width: 95% !important;
	}
	form label {
		width: auto;
		margin-top: -5px;
		margin-bottom: 7px;
	}
	form.contact label {
		margin-top: -7px !important;
		margin-bottom: -2px !important;
	}
	form label.radio {
		margin-left: 0;
		padding-left: 35px;
		margin-top: 2px;
	}
	form label.note {
		margin-left: 0;
		/*padding-left: 0px;*/
		margin-top: 2px;
	}
	form label {
		position: relative;
		display: block;
		text-align: left;
	}
	.formSection span.info {
		padding-left: 0;
	}
}

@media screen and (max-width: 500px) {
	#content p {
		padding: 0;
	}
	#content h4 {
		padding: 0;
	}
	#content ul {
		padding-left: 20px;
	}
}
