.tree {
	border-collapse:collapse;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	display:table;
}
.tree h3 {
	font-size:0.80em;
	font-weight:normal;
	margin: 0 10px;
	padding:0;
	color:#666;
	text-transform:uppercase;
}

td.gridtable {
	vertical-align: top;
	padding:8px 10px;
}
td.gridtable label {
	display:block;
	color:#333;
	font-size: 0.80em;
	padding:2px;
	text-align:left;
}
.block-2 td.gridtable p{
	font-size:1.0em !important;
	margin-left:3px;
	margin-bottom:0;
}

.block-2 td.gridtable label {
	display:block;
	color:#60C7D7;
	font-weight:normal;
	font-size: 0.80em;
	padding:2px;
	text-align:left;
}

td.gridtable input[type=text], input[type=password], select {
	text-align:left;
	background: #FBFBFB;
	border: 1px solid #bbb;
	color: #333;
	padding: 6px !important;
	outline: none;
	vertical-align: middle;
	border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
td.gridtable textarea {
	text-align:left;
	background: #FBFBFB;
	border: 1px solid #bbb;
	color: #333;
	padding: 6px !important;
	outline: none;
	vertical-align: top;
	border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
	height: auto;
	width: 90%;
}

td.thinner {
	vertical-align: top;
	padding:0;
	margin:0;
}

th.gridtable {
	padding:5px;
}
.treegrid-header {
	background-color:#191364;
	font-size:0.80em;
	font-weight:normal;
	color:#fff;
	text-align:left;
	padding:5px 10px;
}

th.sortable {
	cursor:pointer;
}
th.sortable:hover {
	text-decoration:underline;
}
td.gridtable a {
	white-space: nowrap;
	color: #248997 !important;
	text-decoration:underline;
}
td.gridtable a:hover {
	color: #30AEC0 !important;
	text-decoration:underline;
}
td.gridtable a.deleteImage {
	color: #FF6600 !important;
	text-decoration: underline;
}
td.gridtable a.deleteImage:hover {
	color: #C44F00 !important;
	text-decoration: underline;
}

td.gridtable ul {
	font-weight: normal;
	font-size:100%;
}
td.gridtable li {
}

td.gridtable img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
td.resizeImage {
	max-width: 300px;
	min-width: 300px;
}
td.thisLeft {
	text-align:left;
}
td.thisRight {
	text-align:right;
}
input.thisRight {
	text-align:right;
}

td.thisCenter {
	text-align:center;
}
label {
	vertical-align: baseline;
}
.treegrid-lt {
	background-color:#F2F2F2;
	border-bottom:1px solid #e5e5e5;
}
.treegrid-dk {
	background-color:#F8F8F8;
	border-bottom:1px solid #e5e5e5;
}
.treegrid-wt {
	background-color:#FFFFFF;
}
.treegrid-lt-no-border {
	background-color:#F2F2F2;
}

.treegrid-wt-border {
	background-color:#FFFFFF;
	border-bottom:1px solid #e5e5e5;
}
.this-bold {
	font-weight:bold;
}
.no-wrap {
	white-space: nowrap;
}
#evictionArchivedTable {
	display:none;
}
.add-multi-bullet {
	/*display:none;*/
}
#providersTable td {
	line-height:1.6;
}
#tenantsTable tr.pastTenant {
	display:none;
}
#tenantsTable tr.unassignedTenant {
	display:none;
}

@media screen and (max-width: 600px) {
.box-management-right-stuff {
	margin:15px 0 0 0 ;
	width:95%;
}
////////
/* Force table to not be like tables anymore */
#fullMemberTable {
	width:100%;
}

#fullMemberTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}
/* Hide table headers (but not display: none;, for accessibility) */
#fullMemberTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#fullMemberTable tr {
	border: 1px solid #ccc;
	margin-top:10px;
}
#fullMemberTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 25%;
}

#fullMemberTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#fullMemberTable td:nth-of-type(1) {
	display:none;
}

#fullMemberTable td:nth-of-type(2):before {
	content: "Member";
}
#fullMemberTable td:nth-of-type(3):before {
	content: "Contact";
}
#fullMemberTable td:nth-of-type(4):before {
	content: "Mailing";
}

//////
/* Force table to not be like tables anymore */
#propertyTable {
	width:100%;
}

#propertyTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}
/* Hide table headers (but not display: none;, for accessibility) */
#propertyTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#propertyTable tr {
	border: 1px solid #ccc;
}
#propertyTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 25%;
}

#propertyTable img {
	/* min-width:220px; */
	width:12px;
}

#propertyTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#propertyTable td:nth-of-type(1):before {
	content: "Num.";
}
#propertyTable td:nth-of-type(2):before {
	content: "Active";
}

#propertyTable td:nth-of-type(3):before {
	content: "Address";
}
#propertyTable td:nth-of-type(4):before {
	content: "Type";
}
#propertyTable td:nth-of-type(5):before {
	content: "Unit";
}
#propertyTable td:nth-of-type(6) {
	display:none;
}
.add-multi-bullet {
	display:inline-block;
}
.multi-bullet {
	display:none;
}

#propertyTable tr.hideRow {
	border: none !important;
}

#propertyTable .hideRow td:nth-of-type(1) {
	display:none;
}
#propertyTable .hideRow td:nth-of-type(2) {
	display:none;
}
#propertyTable .hideRow td:nth-of-type(3):before {
	content: "";
}
#propertyTable .hideRow td:nth-of-type(3) {
	background-color:#FFFFFF;
	white-space: nowrap;
	border-color:#FFFFFF !important;
	line-height:1.6;
}

#propertyTable .hideRow td:nth-of-type(4) {
	display:none;
}
#propertyTable .hideRow td:nth-of-type(5) {
	display:none;
}
#propertyTable .hideRow td:nth-of-type(6) {
	display:none;
}
#propertyTable .hideRow td:nth-of-type(7) {
	display:none;
}

/* Force table to not be like tables anymore */
#tenantsTable {
	width:100%;
}

#tenantsTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}
/* Hide table headers (but not display: none;, for accessibility) */
#tenantsTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#tenantsTable tr {
	border: 1px solid #ccc;
}
#tenantsTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 25%;
}

#tenantsTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#tenantsTable td:nth-of-type(1):before {
	content: "Num.";
}

#tenantsTable td:nth-of-type(2):before {
	content: "Name";
}
#tenantsTable td:nth-of-type(3):before {
	content: "Driver Lisc.";
}
#tenantsTable td:nth-of-type(4):before {
	content: "";
}
/* Force table to not be like tables anymore */
#tenancyTable {
	width:100%;
}
#tenancyTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}
/* Hide table headers (but not display: none;, for accessibility) */
#tenancyTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#tenancyTable tr {
	border: 1px solid #ccc;
}
#tenancyTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 30%;
}
#tenancyTable img {
	min-width:220px;
}

#tenancyTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#tenancyTable td:nth-of-type(1):before {
	content: "Started";
}

#tenancyTable td:nth-of-type(2):before {
	content: "Ended";
}
#tenancyTable td:nth-of-type(3):before {
	content: "Property";
}
/* Force table to not be like tables anymore */
#evictionTable {
	width:100%;
}

#evictionTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}

/* Hide table headers (but not display: none;, for accessibility) */
#evictionTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#evictionTable tr {
	border: 1px solid #ccc;
}
#evictionTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 25%;
}
#evictionTable img {
	min-width:220px;
}
#evictionTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#evictionTable td:nth-of-type(1):before {
	content: "Num.";
}

#evictionTable td:nth-of-type(2):before {
	content: "Notice";
}
#evictionTable td:nth-of-type(3):before {
	content: "Court Order";
}
#evictionTable td:nth-of-type(4):before {
	content: "";
}
/* Force table to not be like tables anymore */
#evictionArchivedTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}
/* Hide table headers (but not display: none;, for accessibility) */
#evictionArchivedTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#evictionArchivedTable tr {
	border: 1px solid #ccc;
}
#evictionArchivedTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 25%;
}
#evictionArchivedTable img {
	min-width:220px;
}

#evictionArchivedTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#evictionArchivedTable td:nth-of-type(1):before {
	content: "Tenant";
}

#evictionArchivedTable td:nth-of-type(2):before {
	content: "Court Order";
}
#evictionArchivedTable td:nth-of-type(3):before {
	content: "Property";
}
/* Force table to not be like tables anymore */
#providersTable {
	width:100%;
}

#providersTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}
/* Force table to not be like tables anymore */
#judgmentTable table, thead, tbody, th, td, tr {
	display:inline-block;
	width:100%;
}

/* Hide table headers (but not display: none;, for accessibility) */
#judgmentTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#judgmentTable tr {
	border: 1px solid #ccc;
}
#judgmentTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 25%;
}
#judgmentTable img {
	min-width:220px;
}
#judgmentTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#judgmentTable td:nth-of-type(1):before {
	content: "Num.";
}

#judgmentTable td:nth-of-type(2):before {
	content: "Notice";
}
#judgmentTable td:nth-of-type(3):before {
	content: "Court Order";
}
#judgmentTable td:nth-of-type(4):before {
	content: "";
}

/* Hide table headers (but not display: none;, for accessibility) */
#providersTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#providersTable tr {
	border: 1px solid #ccc;
}
#providersTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 25%;
}

#providersTable td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
/* none table - list format for Tenants Table */
#providersTable td:nth-of-type(1):before {
	content: "Provider";
}
#providersTable td:nth-of-type(2):before {
	content: "Contact";
}
#providersTable td:nth-of-type(3):before {
	content: "Overall Rating";
}
#providersTable td:nth-of-type(4):before {
	content: "Your Rating";
}

td.thisCenter {
	text-align:left;
}
td.thisRight {
	text-align:left;
}
td.gridtable {
	vertical-align: top;
	padding:8px 10px 0 10px;
}
.treegrid-wt-border {
	border-bottom:none;
}
td.thisBlank {
	display:none;
}
.mobile-spacer {
	padding-bottom:10px;
}
.click-header {
	display:none;
}
.full-experience {
	display:block !important;
	margin:0 0 5px 10px !important;
	text-align:left !important;
	font-size:70% !important;
	color:#999999 !important;
}

}
a.membershipGoBack:link {
	color: #248997 !important;
	text-decoration: underline;
	font-size:1.0em;
	margin:0;
	padding:0;
}
a.membershipGoBack:visited {
	color: #248997 !important;
}
a.membershipGoBack:hover {
	color: #30AEC0 !important;
}
a.membershipGoBack:active {
	color: #30AEC0 !important;
}
textarea:focus, input:focus{
    outline: none !important;
}
.block-3 {
	display:none;
	margin:0 auto;
}

#form_error {
	color:#B31B1B;
	font-size:12px;
	display:none;
	margin-bottom:5px;
	font-weight:bold;
}
form#applicationForm {
	max-width:950px;
}

form#applicationForm input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="search"], textarea {
	display:block;
	/*margin-bottom:10px;*/
	padding:5px;
	width:70%;
}
form#applicationForm input.error {
	border:1px solid #CC0000;
	padding:5px;
}
form#applicationForm textarea.error {
	border:1px solid #CC0000;
}
form#applicationForm .error {
	font-size:1.0em;
	color:#EE452D;
	margin: 0px 0px 20px 20px;
	font-weight:bold;
}
#stripe_payment_success {
	font-size:1.0em;
	color:#36BACD;
	margin: 0px 0px 20px 20px;
}
#stripe_payment_errors {
	font-size:1.0em;
	color:#EE452D;
	margin: 0px 0px 20px 20px;
	font-weight:bold;
}
.treegridClickable tr {
	cursor:pointer;
}
.rowClickable {
	cursor:pointer;
}

.this_float_left {
	float:left;
}
.this_float_right {
	float:right;
}
.click-header {
	margin:0 0 5px 10px;
	text-align:left;
	font-size:70%;
	color:#999999;
}
.full-experience {
	display:none;
}
.StripeElement {
    background: #FBFBFB;
    padding: 0 4px;
    border: 1px solid #bbb;
	border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
	color:#333333;
}
