﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: #525252;*/
    background-color: #3f3f3f;
    color: floralwhite;
}

.modal-content {
    background-color: #3f3f3f !important;
    color: floralwhite !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
.MakeSelectWidth {
    max-width: 280px;
}

.container {
    width: 100% !important;
}

.mainTextColor {
    color: white;
}

/* this is the hover effect to raise link boxes */
.box {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.30,.10,.30,1);
}

.box:hover {
    animation-name: example;
    animation-duration: 0.25s;
    box-shadow: 0 14px 28px rgba(0,0,0,0.4), 0 10px 10px rgba(0,0,0,0.4);
}

a {
    color: #00FFFF;
    text-decoration: none;
}

.hidden {
    display: none;
}

textarea {
    height: 300px !important;
    width: 100% !important;
    margin: auto !important;
    background-color: #7EBEC5 !important;
    border-radius: 10px;
    color: white;
}

#doorcloudsgiphy {
    width: 90%;
}

input[type='text'], input[type='number'], input[type='month'], input[type='date'], input[type='time'] {
    font-size: 1.2em;
    border: 1px solid #7EBEC5 !important;
    background-color: #7EBEC5 !important;
    padding: 10px !important;
    border-radius: 10px;
    color: white;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
}

.radio-toolbar input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #bbb;
}

.form-control {
    font-size: 1.2em !important;
    border: 1px solid #7EBEC5;
    background-color: #7EBEC5;
    padding: 10px !important;
    border-radius: 10px;
    color: white !important;
}

.bootstrap-select .dropdown-toggle:focus{
    outline: hidden 0px none none !important;
}

.bootstrap-select.form-control {
    max-width: 280px;
}

.bootstrap-select>.dropdown-toggle {
    background-color: #7EBEC5;
}

.bootstrap-select .dropdown-menu {
    background-color: #3f3f3f
}

.bootstrap-select .dropdown-menu li a {
    color: white !important;
}

/*.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
    background-color: transparent !important;
}
*/
#bs-select-1 {
    background-color: #3f3f3f
}

#bs-select-1::-webkit-scrollbar {
    display: none;
}

/*.btn:hover, .btn:focus{
    color: transparent !important;
}*/

.form-control-smaller-text {
    font-size: 1.0em !important;
    min-height: 50px !important;
}

h2, h3, h4, h5, h6 {
font-family: "Bevan", 'Roboto', Helvetica, san-serif !important;
}

.no-padding {
    padding: 0px !important;
}

.margin20 {
    margin: 20px;
}

.navbar {
    padding-left: 125px;
    padding-right: 125px;
}

.navbar-nav li a {
    color: white !important;
}

.navbar-nav li a:hover {
    color: #7EBEC5 !important;
}

.btn-group {
    margin-bottom: 15px;
}

#submit {
    background-color: #ffffff;
    color: #333333;
    border-color: #7EBEC5;
    border-width: 3px;
    max-width: 280px;
    background-repeat: no-repeat;
    background-position: center;
}

    #submit a {
        color: #333333 !important;
        text-decoration: none;
    }

        #submit:hover, #submit a:hover {
            background-color: #7EBEC5 !important;
            color: #ffffff !important;
        }

input.toggle-btn {
    visibility: hidden;
}
input.toggle-btn::before {
    content: attr(value);
    display: inline-block;
    padding: 5px;
    background: #fff;
    font-size: 14pt;
    color: #aaa;
    border-radius: 5px;
    border: 1px solid #aaa;
    visibility: visible;
}
input.toggle-btn:checked::before {
    background: rgb(50,150,250);
    color: #eee;
    border-color: #eee;
}

#requiredLabel {
    color: tomato !important;
    /*float: right;*/
}

#evictButton, #hasEmailButton, #approveButton, #badTenantButton, #latefeeButton, #isHiddenButton, #IsExpiredButton, #IsAutoSelectedButton {
    text-indent: -9999px;
    /*background-color: white;
    background: url('/images/check_white_blue_back.png') no-repeat top left;*/
    border-color: #7EBEC5 !important;
    width: 27px !important;
    height: 27px !important;
    padding: 0px !important;
}

.dropdown {
  float: left;
  /*overflow: hidden;*/
}

.dropdown .dropbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  min-height: 100px;
}

.dropdown:hover .dropbtn {
  background-color: #7EBEC5;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222222;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
  color: white;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #7EBEC5 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.fa-caret-down {
    color: white;
}

/*.nav > li > button {
    position: relative;
    display: block;
    padding: 10px 15px;
}*/

table { 
  width: 100%; 
  border-collapse: collapse; 
}
tr:nth-of-type(even) { 
  background: rgba(126, 190, 197, .6); 
}
th { 
  background: #7EBEC5; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  border: 1px solid #ccc; 
  text-align: left; 
}

#WorkOrderPropertyTable {
    width: 25% !important;
    border-collapse: collapse;
}

.ui-state-active {
    background: #7EBEC5 !important;
    border-color: #7EBEC5 !important;
}

.ui-accordian-header-collapsed {
    background: #222222 !important;
    color: white !important;
}

.OddRow {
    background: rgba(126, 190, 197, .3); 
    padding: 10px;
}

.EvenRow {
    padding: 10px;
}

.highlighted {
    background-color: yellow;
    color: black;
}

.AccordianColumn {
    max-height: 300px !important;
}

#accordion-resizer, #accordion-resizer-property {
    padding: 0px;
    width: 350px;
    height: auto;
}

#PropertyCard {
    border: 1px solid grey !important;
    margin-top: 10px;
}

#FairmontSection {
    /*background-color: #7EBEC5;*/
}

#HomeCardImage {
    width: 100% !important;
    height: 250px !important;
    webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: url(data:image/svg+xml;utf8,#grayscale);
    filter: grayscale(100%);
}

#UnavailableImage {
    margin: auto;
    width: 80%;
    top: 120px;
    position: absolute;
}

.BlackBackground {
    background-color: black;
}

.darkenImage {
    opacity: .5;
}

#ColorInsideHomeCard {
    /*background-color: #7EBEC5;*/
    background-color: #3f5f63;
    color: white;
    font-size: medium !important;
}

.row {
    /*background-color: #7EBEC5 !important;*/
    padding: 10px;
}

#TopHomeSection {
    text-align: center;
    background-color: #3f3f3f !important;
    color: #7EBEC5;
    font-size: 85px !important;
    margin-left: -15px;
    margin-right: -15px;
}

#TopHomeSectionHeader {
    font-weight: bolder !important; 
    font-size: 90px !important; 
    font-family: 'Baloo Bhai','Roboto',Helvetica,san-serif !important;
    margin-top: 0px;
}

#LocationsButton {
    border: 3px solid white;
    color: white;
    padding: 10px !important;
    font-size: 20px !important;
    margin-top: 30px !important;
    font-family: 'Pacifico','Roboto',Helvetica,san-serif !important;
}

#LocationsButton:hover {
    border: 3px solid #7EBEC5;
    background-color: white;
    color: #7EBEC5;
    text-decoration: none;
    padding: 10px !important;
    font-size: 20px !important;
}

/*select[multiple] {
height: 200px !important;

}*/


/*Custom Radio Button Section*/

/*The container*/
.radioBtn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioBtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radioMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioBtn:hover input ~ .radioMark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioBtn input:checked ~ .radioMark {
  background-color: #7EBEC5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioMark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioBtn input:checked ~ .radioMark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioBtn .radioMark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    background: #222;
    color: #fff;
    transition: all 0.3s;
    margin-left: -250px;
    overflow-y: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #sidebar.active {
        margin-left: 0;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #7EBEC5;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
    text-decoration: none;
    color: white !important;
}

    #sidebar ul li a:hover {
        color: #7EBEC5 !important;
        /*background: #7EBEC5;*/
    }

    #sidebar ul li a:focus {
        color: #7EBEC5 !important;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    /*background: #7EBEC5;*/
}

.navbar-toggle {
    display: block !important;
    float: right !important;
}

.navbar-header {
    float: none !important;
}

.navbar-nav {
    margin: 7.5px 0px
}

/* Hide scrollbar for Chrome, Safari and Opera */
#sidebar::-webkit-scrollbar {
    display: none;
}

#MassEmailTextArea {
    font-size: 1.0em; max-width: 80%; 
    /*rows: "10";
    cols: "100";*/
}

/*End Custom Radio Button Section*/
@media only screen and (max-width: 760px), (min-device-width: 780px) and (max-device-width: 1023px) and (orientation:portrait) {
    /*.navbar-toggle {
        display: none !important;
    }*/
    /*#sidebar {
        margin-left: -250px;
    }*/
    /*#sidebar.active {
            margin-left: 0;
        }*/
    .navbar-collapse.collapse {
        display: block !important;
    }

    #TopHomeSectionHeader {
        font-size: 70px !important;
    }

    .AccordianColumn {
        max-height: 200px !important;
    }

    .dropdown {
        float: none !important;
        /*display: block;*/
        /*overflow: hidden;*/
    }

    .dropbtn, .dropdown {
        display: block;
        width: 100%;
        text-align: left;
    }

    .dropdown-content {
        position: relative;
    }

    .navbar {
        padding-left: 5px;
        padding-right: 5px;
    }

    textarea {
        width: 90%;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        margin-bottom: 20px;
        border: 5px solid #7EBEC5;
    }

    td, th {
        padding: 10px 0px 10px 0px !important;
        padding-left: 40% !important;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
    }

        td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 25%;
            padding-right: 10px;
            white-space: nowrap;
        }

    #WorkOrderPropertyTable {
        width: 100% !important;
    }

    .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    #UsersTable td:nth-of-type(1):before {
        content: "PropID";
    }

    #UsersTable td:nth-of-type(2):before {
        content: "Address";
    }

    #UsersTable td:nth-of-type(3):before {
        content: "Name";
    }

    /*#UsersTable td:nth-of-type(3):before {
        content: "Username";
    }*/

    #UsersTable td:nth-of-type(4):before {
        content: "Email";
    }

    /*#UsersTable td:nth-of-type(5):before {
        content: "Has Email";
    }*/

    #UsersTable td:nth-of-type(5):before {
        content: "Rent";
    }

    #UsersTable td:nth-of-type(6):before {
        content: "Deposit";
    }

    #UsersTable td:nth-of-type(7):before {
        content: "Prorated Rent";
    }

    #UsersTable td:nth-of-type(8):before {
        content: "Prepayment";
    }

    /*#UsersTable td:nth-of-type(10):before {
        content: "Water Bill Weight";
    }*/

    #UsersTable td:nth-of-type(9):before {
        content: "Lease Date";
    }

    #UsersTable td:nth-of-type(10):before {
        content: "Move In";
    }

    #UsersTable td:nth-of-type(11):before {
        content: "Move Out";
    }

    #UsersTable td:nth-of-type(12):before {
        content: "Phone";
    }

    #UsersTable td:nth-of-type(13):before {
        content: "Role";
    }

    #UsersTable td:nth-of-type(14):before {
        content: "Agreements";
    }

    /*#UsersTable td:nth-of-type(17):before {
        content: "Evicted";
    }

    #UsersTable td:nth-of-type(18):before {
        content: "Was Bad Tenant";
    }

    #UsersTable td:nth-of-type(19):before {
        content: "Left Owing";
    }*/

    #UsersTable td:nth-of-type(15):before {
        content: "Modify";
    }

    #BillsTable td:nth-of-type(1):before {
        content: "Name";
    }

    #BillsTable td:nth-of-type(2):before {
        content: "Description";
    }

    #BillsTable td:nth-of-type(3):before {
        content: "Type";
    }

    #BillsTable td:nth-of-type(4):before {
        content: "Due Date";
    }

    #BillsTable td:nth-of-type(5):before {
        content: "Amount";
    }

    #BillsTable td:nth-of-type(6):before {
        content: "Late Fee";
    }

    #BillsTable td:nth-of-type(7):before {
        content: "Remaining";
    }

    #BillsTable td:nth-of-type(8):before {
        content: "Payments";
    }

    #BillsTable td:nth-of-type(9):before {
        content: "Modifiy";
    }

    #OwedSingleTable tr:nth-of-type(1):before {
        content: "Balance: ";
    }

    #OwedSingleTable tr:nth-of-type(2):before {
        content: "Reminder: ";
    }

    #OwedDoubleTable td:nth-of-type(1):before {
        content: "Balance: ";
    }

    #OwedDoubleTable td:nth-of-type(2):before {
        content: "Gallons Used: ";
    }

    #SplitOwedDoubleTable td:nth-of-type(1):before {
        content: "Total Cost: ";
    }

    #SplitOwedDoubleTable td:nth-of-type(2):before {
        content: "Calculate";
    }

    #MassEmailTable td:nth-of-type(1):before {
        content: "Message: ";
    }

    #MassEmailTable td:nth-of-type(2):before {
        content: "Submit Emails";
    }

    #SearchPaymentsByBillTable td:nth-of-type(1):before {
        content: "Prop ID: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(2):before {
        content: "Bill ID: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(3):before {
        content: "Notice ID: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(4):before {
        content: "Payment ID: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(5):before {
        content: "Name: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(6):before {
        content: "Description: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(7):before {
        content: "Payment Type: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(8):before {
        content: "Delivery: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(9):before {
        content: "Convenience Fee: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(10):before {
        content: "Date Received: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(11):before {
        content: "Amount: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(12):before {
        content: "Labor Time: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(13):before {
        content: "Labor Amount: ";
    }

    #SearchPaymentsByBillTable td:nth-of-type(14):before {
        content: "Modify: ";
    }

    WeekOfYearTable

    #WeekOfYearTable td:nth-of-type(1):before {
        content: "Dates: ";
    }

    #WeekOfYearTable td:nth-of-type(2):before {
        content: "Total Hours: ";
    }

    #WeekOfYearTable td:nth-of-type(3):before {
        content: "Total Cost: ";
    }

    #WeekOfYearTable td:nth-of-type(4):before {
        content: "Total Supplies: ";
    }

    #WeekOfYearTable td:nth-of-type(5):before {
        content: "Grand Total: ";
    }

    #WeekOfYearTable td:nth-of-type(6):before {
        content: "Paid: ";
    }

    #WeekOfYearTable td:nth-of-type(7):before {
        content: "Modify: ";
    }

    #DaysOfWeekTable td:nth-of-type(1):before {
        content: "Date: ";
    }

    #DaysOfWeekTable td:nth-of-type(2):before {
        content: "Total Hours: ";
    }

    #DaysOfWeekTable td:nth-of-type(3):before {
        content: "Total Cost: ";
    }

    #DaysOfWeekTable td:nth-of-type(4):before {
        content: "Total Supplies: ";
    }

    #DaysOfWeekTable td:nth-of-type(5):before {
        content: "Props: ";
    }

    #DaysOfWeekTable td:nth-of-type(5):before {
        content: "Description: ";
    }

    #DaysOfWeekTable td:nth-of-type(5):before {
        content: "Paid: ";
    }

    #DaysOfWeekTable td:nth-of-type(6):before {
        content: "Edit: ";
    }

    #DaysOfWeekTable td:nth-of-type(7):before {
        content: "Delete: ";
    }

    #WaterBillsTable td:nth-of-type(1):before {
        content: "Name: ";
    }

    #WaterBillsTable td:nth-of-type(2):before {
        content: "Address: ";
    }

    #WaterBillsTable td:nth-of-type(3):before {
        content: "Due Date: ";
    }

    #WaterBillsTable td:nth-of-type(4):before {
        content: "Reading: ";
    }

    #WaterBillsTable td:nth-of-type(5):before {
        content: "Previous Reading: ";
    }

    #WaterBillsTable td:nth-of-type(6):before {
        content: "Modify: ";
    }

    #WaterBillsTable td:nth-of-type(7):before {
        content: "Delivery: ";
    }

    #SplitSeeWaterBillReportTable td:nth-of-type(1):before {
        content: "PropID: ";
    }

    #SplitSeeWaterBillReportTable td:nth-of-type(2):before {
        content: "Name: ";
    }

    #SplitSeeWaterBillReportTable td:nth-of-type(3):before {
        content: "Current Due Date: ";
    }

    #SplitSeeWaterBillReportTable td:nth-of-type(4):before {
        content: "Current Rent: ";
    }

    #SplitSeeWaterBillReportTable td:nth-of-type(5):before {
        content: "Balance Forward: ";
    }

    #SplitSeeWaterBillReportTable td:nth-of-type(6):before {
        content: "Total Owed: ";
    }

    #SplitSeeWaterBillReportTable td:nth-of-type(7):before {
        content: "Create Report: ";
    }

    #SplitWaterBillsTable td:nth-of-type(1):before {
        content: "PropID: ";
    }

    #SplitWaterBillsTable td:nth-of-type(2):before {
        content: "Name: ";
    }

    #SplitWaterBillsTable td:nth-of-type(3):before {
        content: "Due Date: ";
    }

    #SplitWaterBillsTable td:nth-of-type(4):before {
        content: "Amount: ";
    }

    #PropertiesTable td:nth-of-type(1):before {
        content: "PropID: ";
    }

    #PropertiesTable td:nth-of-type(2):before {
        content: "Address: ";
    }

    /*#PropertiesTable td:nth-of-type(3):before {
        content: "Street Address: ";
    }*/

    #PropertiesTable td:nth-of-type(3):before {
        content: "City: ";
    }

    /*#PropertiesTable td:nth-of-type(5):before {
        content: "State: ";
    }

    #PropertiesTable td:nth-of-type(6):before {
        content: "ZipCode: ";
    }*/

    #PropertiesTable td:nth-of-type(4):before {
        content: "Rent: ";
    }

    #PropertiesTable td:nth-of-type(5):before {
        content: "Deposit: ";
    }

    #PropertiesTable td:nth-of-type(6):before {
        content: "Prepayment: "
    }

    #PropertiesTable td:nth-of-type(7):before {
        content: "Bedrooms: ";
    }

    #PropertiesTable td:nth-of-type(8):before {
        content: "Bathrooms: ";
    }

    /*#PropertiesTable td:nth-of-type(12):before {
        content: "Owned: ";
    }*/

    #PropertiesTable td:nth-of-type(9):before {
        content: "Available: ";
    }

    #PropertiesTable td:nth-of-type(10):before {
        content: "Modify: ";
    }

    #PropertiesTable td:nth-of-type(11):before {
        content: "Decomm Date: ";
    }

    #ApplicationsIndexTable td:nth-of-type(1):before {
        content: "First Name: ";
    }

    #ApplicationsIndexTable td:nth-of-type(2):before {
        content: "Last Name: ";
    }

    #ApplicationsIndexTable td:nth-of-type(3):before {
        content: "Address: ";
    }

    #ApplicationsIndexTable td:nth-of-type(4):before {
        content: "Date of App: ";
    }

    #ApplicationsIndexTable td:nth-of-type(5):before {
        content: "Modifiy: ";
    }

    #ApplicationsIndexTable td:nth-of-type(6):before {
        content: "Approved: ";
    }


    #BackRentTable td:nth-of-type(1):before {
        content: "PropID: ";
    }

    #BackRentTable td:nth-of-type(2):before {
        content: "Name: ";
    }

    #BackRentTable td:nth-of-type(3):before {
        content: "Last Month Paid: ";
    }

    #BackRentTable td:nth-of-type(4):before {
        content: "Last Date Received: ";
    }

    #BackRentTable td:nth-of-type(5):before {
        content: "Last Amount Paid: ";
    }

    #BackRentTable td:nth-of-type(6):before {
        content: "Current Remaining: ";
    }

    #BackRentTable td:nth-of-type(7):before {
        content: "Total Owed: ";
    }

    #BackRentTable td:nth-of-type(8):before {
        content: "Last Notice Date: ";
    }

    #BackRentTable td:nth-of-type(9):before {
        content: "Create Notice: ";
    }

    #BackRentTable td:nth-of-type(10):before {
        content: "Phone: ";
    }

    #NoticesIndexTable td:nth-of-type(1):before {
        content: "PropID: ";
    }

    #NoticesIndexTable td:nth-of-type(2):before {
        content: "Name: ";
    }

    #NoticesIndexTable td:nth-of-type(3):before {
        content: "Type: ";
    }

    #NoticesIndexTable td:nth-of-type(4):before {
        content: "Comments: ";
    }

    #NoticesIndexTable td:nth-of-type(5):before {
        content: "Date: ";
    }

    #NoticesIndexTable td:nth-of-type(6):before {
        content: "Min Payment: ";
    }

    #NoticesIndexTable td:nth-of-type(7):before {
        content: "Total Owed: ";
    }

    #NoticesIndexTable td:nth-of-type(8):before {
        content: "Emailed: ";
    }

    #NoticesIndexTable td:nth-of-type(9):before {
        content: "Last Date Received: ";
    }

    #NoticesIndexTable td:nth-of-type(10):before {
        content: "Modify: ";
    }

    #NoticesIndexTable td:nth-of-type(11):before {
        content: "Payments: ";
    }

    /*______*/
    #TotalsAllExpensesTable td:nth-of-type(1):before {
        content: "Total Income: ";
    }

    #TotalsAllExpensesTable td:nth-of-type(2):before {
        content: "Essential: ";
    }

    #TotalsAllExpensesTable td:nth-of-type(3):before {
        content: "Non-Essential: ";
    }

    #TotalsAllExpensesTable td:nth-of-type(4):before {
        content: "Carry Over: ";
    }

    #TotalsAllExpensesTable td:nth-of-type(5):before {
        content: "Total Remaining: ";
    }

    #TotalsAllExpensesTable td:nth-of-type(6):before {
        content: "Cumulative: ";
    }

    /*______*/
    #AllExpensesTable td:nth-of-type(1):before {
        content: "Date: ";
    }

    #AllExpensesTable td:nth-of-type(2):before {
        content: "Expense Name: ";
    }

    #AllExpensesTable td:nth-of-type(3):before {
        content: "Desc: ";
    }

    #AllExpensesTable td:nth-of-type(4):before {
        content: "Category: ";
    }

    #AllExpensesTable td:nth-of-type(5):before {
        content: "Tags: ";
    }

    #AllExpensesTable td:nth-of-type(6):before {
        content: "Amount: ";
    }

    #AllExpensesTable td:nth-of-type(7):before {
        content: "Modify: ";
    }

    /*______*/
    #BusAllExpensesTable td:nth-of-type(1):before {
        content: "Date: ";
    }

    #BusAllExpensesTable td:nth-of-type(2):before {
        content: "Expense Name: ";
    }

    #BusAllExpensesTable td:nth-of-type(3):before {
        content: "Desc: ";
    }

    #BusAllExpensesTable td:nth-of-type(4):before {
        content: "Category: ";
    }

    #BusAllExpensesTable td:nth-of-type(5):before {
        content: "Prop Tags: ";
    }

    #BusAllExpensesTable td:nth-of-type(6):before {
        content: "Tags: ";
    }

    #BusAllExpensesTable td:nth-of-type(7):before {
        content: "Amount: ";
    }

    #BusAllExpensesTable td:nth-of-type(8):before {
        content: "Modify: ";
    }

    /*______*/
    #AllExpenseCategoriesTable td:nth-of-type(1):before {
        content: "Name: ";
    }

    #AllExpenseCategoriesTable td:nth-of-type(2):before {
        content: "Business Type: ";
    }

    #AllExpenseCategoriesTable td:nth-of-type(3):before {
        content: "Modifiy: ";
    }

    /*______*/
    #AllEssentialExpensesTable td:nth-of-type(1):before {
        content: "Date: ";
    }

    #AllEssentialExpensesTable td:nth-of-type(2):before {
        content: "Name: ";
    }

    #AllEssentialExpensesTable td:nth-of-type(3):before {
        content: "Desc: ";
    }

    #AllEssentialExpensesTable td:nth-of-type(4):before {
        content: "Category: ";
    }
    /*#AllEssentialExpensesTable td:nth-of-type(5):before {
        content: "Tags: ";
    }*/
    #AllEssentialExpensesTable td:nth-of-type(5):before {
        content: "Tags: ";
    }

    #AllEssentialExpensesTable td:nth-of-type(6):before {
        content: "Amount: ";
    }

    #AllEssentialExpensesTable td:nth-of-type(7):before {
        content: "Cumulative: ";
    }

    #AllEssentialExpensesTable td:nth-of-type(8):before {
        content: "Modify: ";
    }

    /*______*/
    #AllExpenseTagsTable td:nth-of-type(1):before {
        content: "Parent: ";
    }

    #AllExpenseTagsTable td:nth-of-type(2):before {
        content: "Name: ";
    }

    #AllExpenseTagsTable td:nth-of-type(3):before {
        content: "Category Type: ";
    }

    #AllExpenseTagsTable td:nth-of-type(4):before {
        content: "Business Type: ";
    }

    #AllExpenseTagsTable td:nth-of-type(5):before {
        content: "Modfiy: ";
    }

    /*______*/
    #TotalsCategoryReportDetailsTable td:nth-of-type(1):before {
        content: "Total: ";
    }

    #TotalsCategoryReportDetailsTable td:nth-of-type(2):before {
        content: "Amount: ";
    }

    /*______*/
    #CategoryReportDetailsTable td:nth-of-type(1):before {
        content: "Date: ";
    }

    #CategoryReportDetailsTable td:nth-of-type(2):before {
        content: "Name: ";
    }

    #CategoryReportDetailsTable td:nth-of-type(3):before {
        content: "Category: ";
    }

    #CategoryReportDetailsTable td:nth-of-type(4):before {
        content: "Total: ";
    }

    #CategoryReportDetailsTable td:nth-of-type(5):before {
        content: "Modfiy: ";
    }

    /*______*/
    #TenantIndexTable td:nth-of-type(1):before {
        content: "Name";
    }

    #TenantIndexTable td:nth-of-type(2):before {
        content: "Address";
    }

    #TenantIndexTable td:nth-of-type(3):before {
        content: "Due Date";
    }

    #TenantIndexTable td:nth-of-type(4):before {
        content: "Total Owed";
    }

    #TenantIndexTable td:nth-of-type(5):before {
        content: "Details";
    }

    #LoginActivityIndexTable td:nth-of-type(1):before {
        content: "Name";
    }

    #LoginActivityIndexTable td:nth-of-type(2):before {
        content: "PropID";
    }

    #LoginActivityIndexTable td:nth-of-type(3):before {
        content: "User Role";
    }

    #LoginActivityIndexTable td:nth-of-type(4):before {
        content: "Date Time Of Login";
    }

    /* Saved Password Details */
    #SavedPasswordDetailsTable td:nth-of-type(1):before {
        content: "Username";
    }

    #SavedPasswordDetailsTable td:nth-of-type(2):before {
        content: "Password";
    }

    #SavedPasswordDetailsTable td:nth-of-type(3):before {
        content: "URL";
    }
    /*#SavedPasswordDetailsTable td:nth-of-type(4):before {
        content: "Hide From Others";
    }*/
    #SavedPasswordDetailsTable td:nth-of-type(5):before {
        content: "Modify";
    }

    #ActivityLogIndexTable td:nth-of-type(1):before {
        content: "Dates"
    }

    #ActivityLogIndexTable td:nth-of-type(2):before {
        content: "Amount of Time"
    }

    #ActivityLogIndexTable td:nth-of-type(3):before {
        content: "Modify"
    }

    #WeeklyLogsTable td:nth-of-type(1):before {
        content: "Date"
    }

    #WeeklyLogsTable td:nth-of-type(2):before {
        content: "Log Name"
    }

    #WeeklyLogsTable td:nth-of-type(3):before {
        content: "Amount of Time"
    }

    #WeeklyLogsTable td:nth-of-type(4):before {
        content: "Business Type"
    }

    #WeeklyLogsTable td:nth-of-type(5):before {
        content: "Modify"
    }

    #AllInventoriesTable td:nth-of-type(1):before {
        content: "Name"
    }

    #AllInventoriesTable td:nth-of-type(2):before {
        content: "Description"
    }

    #AllInventoriesTable td:nth-of-type(3):before {
        content: "Date Bought"
    }

    #AllInventoriesTable td:nth-of-type(4):before {
        content: "Category"
    }

    #AllInventoriesTable td:nth-of-type(5):before {
        content: "Original Quantity"
    }

    #AllInventoriesTable td:nth-of-type(6):before {
        content: "Original Amount"
    }

    #AllInventoriesTable td:nth-of-type(7):before {
        content: "Remaining Quantity"
    }

    #AllInventoriesTable td:nth-of-type(8):before {
        content: "Remaining Amount"
    }

    #AllInventoriesTable td:nth-of-type(9):before {
        content: "Last Changed By"
    }

    #AllInventoriesTable td:nth-of-type(10):before {
        content: "Last Date Changed"
    }

    #AllInventoriesTable td:nth-of-type(11):before {
        content: "Modify"
    }
}

