/* Custom page CSS */

.reset-pw-output {
    margin-top: 25px;
}

.terms-box {
    height: 500px;
    overflow-y: scroll;
}

.actions-toggle {
    margin-top: 20px;
}

.tenants-table .no-border {
    border: 0;
}

.tenants-table .no-border-top {
    border-top: 0;
}

.forgot-pw {
    line-height: 34px;
}

.no-info-found {
    text-align: center;
}

.tenants-table > thead:first-child > tr:first-child > th.header {
    border: 2px solid #ddd;
    border-top: 2px solid #ddd;
    text-align: center;
}

.tenants-table > thead > tr:nth-child(2) > th:nth-child(3) {
    border-left: 2px solid #ddd;
}

.tenants-table > thead > tr:nth-child(2) > th:nth-child(5) {
    border-right: 2px solid #ddd;
}

.tenants-table > tbody tr > td:nth-child(3) {
    border-left: 2px solid #ddd;
}

.tenants-table > tbody tr > td:nth-child(5) {
    border-right: 2px solid #ddd;
}

/* my css */
.container-body a {
    cursor: pointer;
}

a .panel {
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.container-body .text-label {
    font-weight: 600;
    color: #818080;
}

.container-body .text-strong {
    font-weight: 600;
}

.well-custom {
    background: rgb(22, 105, 173);
}

.login-box {
    margin-top: 80px;
}

.footer a {
    color: #777;
    text-decoration: underline;
}

.signup-box {
    margin-top: 40px;
}

.bank-icon {
    margin-top: 5px;
}

.tab-lease-custom {
    padding: 30px;

    border: 1px solid rgb(221, 221, 221);
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tab-custom {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;

    border: 1px solid rgb(221, 221, 221);
    border-top: 0;
    border-radius: 5px;
}

.tab-table tr:first-child td {
    border: none;
}

.deposit-tab {
    padding: 15px;
}

.deposit-tab-row {
    margin-top: 5px;
}

input.related-month.form-control[readonly] {
    background-color: white;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

div > .lease-contract-item {
    border-top-width: 1px;
}

div > .lease-contract-item ~ .lease-contract-item {
    border-top-width: 0;
}

.search-label {
    line-height: 34px;
}

.lease-contract-item {
    margin-bottom: 0;
    border-radius: 0;
}

.specify-amount {
    padding-top: 7px;
}

.remove-tenant {
    font-size: 18px;
}

.lease-contract-item .panel-body {
    padding-left: 10px;
    border-left: 5px solid #f5f5f5;
}

.lease-contract-item.payment-received .panel-body {
    padding-left: 10px;
    border-left: 5px solid green;
}

.lease-contract-item.payment-sent .panel-body {
    padding-left: 10px;
    border-left: 5px solid #0389de;
}

.logo {
    width: 140px;
    margin: 7px 0;
}

.tenant-item .arrow-down {
    float: right;
    display: none;
    color: #a5a5a5;
}

.tenant-item .arrow-up {
    float: right;
    display: inline-block;
    color: #a5a5a5;
}

.tenant-item.collapsed .arrow-up {
    display: none;
}

.tenant-item.collapsed .arrow-down {
    display: inline-block;
}

.lease-contract-item.payment-due .panel-body {
    padding-left: 10px;
    border-left: 5px solid #ff3600;
}

.tenants-detail-table {
    font-size: 14px;
}

.tenants-detail-table thead td {
    font-weight: 800;
}

.tenant-item,
.tenant-item:hover,
.tenant-item:active,
.tenant-item:focus {
    color: rgb(51, 51, 51);
}

.lease-contract-item .panel-body:first-child:hover {
    background-color: #f0f0f0;
}

.amount-paid-check {
    padding: 5px;
    font-size: 21px;
}

.amount-paid-check .highlighted {
    color: green;
}

.amount-paid-check .not-highlighted {
    color: grey;
}

.remove-tenant-tab {
    margin-left: 10px;
}
.remove-tenant-tab:hover {
    cursor: pointer;
}

/* Sorting caret */
.sort-caret:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.sort-caret.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: "";
    position: relative;
    top: 13px;
    right: -5px;
}

.sort-caret.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.small-title {
    text-decoration: underline;
}
.alert.contract-added-success {
    margin-bottom: 0;
}

.menu-bar-left{
    margin-left: 20px;
}

.input-group.date.datepicker {
    margin-top: -4px;
}

.payment-to-schedule{
    margin-bottom: 5px;
}

/* rent manager */
.payment-schedule-box {
    height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
}

table.rent-manager-table td:first-child {
    white-space: nowrap;
    padding-right: 5px;
}
table.rent-manager-table td {
    min-width: 60px;
}
table.rent-manager-table {
    font-size: 14px;
}

table.rent-manager-table input {
    max-width: 150px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}
