
/* UTILITY CLASSES */
.clickable { cursor: pointer; }
.text-center { text-align: center; }
.text-gray { color: #444; }
.fs-14 { font-size: 14px !important; }

.red { color: red; }
.green { color: green; }
.orange { color: orange; }
.gray { color: #444; }
.light-green { color: #71dd75; }

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

.login-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
    color: #444;
    background-color: rgb(229 231 235);
}

.btn-rounded {
    border-radius: 50%;
}

.badge {
    position: relative;
    top: -1px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 25px;
}

.badge-warning {
    color: #444;
    background-color: #ffc107;
}

.badge-success {
    color: #fff;
    background-color: #3d8b3d;
}

.badge-danger {
    color: #fff;
    background-color: #e96868;
}

.badge-secondary {
    color: #fff;
    background-color: #747474;
}

th {
    white-space: nowrap;
}

/* ALERTS */
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  
  .alert-primary {
    color: #8f0549;
    background-color: #fccee4;
    border-color: #fab5d7;
  }
  .alert-primary .alert-link {
    color: #72043a;
  }
  
  .alert-secondary {
    color: #994000;
    background-color: #ffe1cc;
    border-color: #ffd2b3;
  }
  .alert-secondary .alert-link {
    color: #7a3300;
  }
  
  .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
  }
  .alert-success .alert-link {
    color: #0c4128;
  }
  
  .alert-info {
    color: #087990;
    background-color: #cff4fc;
    border-color: #b6effb;
  }
  .alert-info .alert-link {
    color: #066173;
  }
  
  .alert-warning {
    color: #997404;
    background-color: #fff3cd;
    border-color: #ffecb5;
  }
  .alert-warning .alert-link {
    color: #7a5d03;
  }
  
  .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
  }
  .alert-danger .alert-link {
    color: #6a1a21;
  }
  
  .alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  .alert-light .alert-link {
    color: #4f5050;
  }
  
  .alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
  }
  .alert-dark .alert-link {
    color: #101214;
  }
  

/* AUTH */
.bg-login {
    background-image: url('/img/bg-login.jpg');
    background-position: center top;
    background-size: cover;
}

.login-title {
    font-size: 30px;
    color: #fff;
}

/* HEADER */
.profile-img-rounded {
    border-radius: 50%;
}

/* UNITS */
.unit-single-page-title {
    font-size: 24px;
    font-weight: bold;
}

.unit-single-title {
    font-size: 18px;
    font-weight: bold;
}

.unit-single-text {
    font-size: 18px;
}

.unit-single-image {
    max-width:100%;
    height:auto;
    object-fit: contain;

    /* object-fit:contain; */
    /* max-width: 160px; 
    max-height: 160px; */
}

.spotlight-row {
    background-color: #f5f4ca !important;
}

/* REPORTS */
.nav-link.active {
    background-color: #6f6b6b !important;
}

.reports-page-title { font-size: 26px; }
td.bg-owner { background-color: #efdc87; }
td.bg-guest-owner { background-color: #eda26d; }
td.bg-comp { background-color: #9897cf; }
td.bg-vrbo { background-color: #b8a2e2; }

.report-occupancy-row { padding: 10px 0px 10px 0px; }
.report-occupancy-text { font-size: 20px; color: #444;}
.report-occupancy-number { font-size: 20px; color: #444; text-shadow: 0px 1px 1px #000; }
.report-occupancy-checkin { color: green; }

/* MODALS */
.modal-close { background-color: #9e9797; color: #fff; border-radius: 50%; }
.modal-close:hover { background-color: #a69d9d; color: #fff; border-radius: 50%; } 
.modal-title { font-size: 22px; color: #939ba2; font-weight: 600; }

/* ERROR PAGES */
.error-link-text { text-decoration: underline; font-weight: 600; }

/* ADMIN */
.card-title-metrics { font-size: 18px; }
.card-text-admin { font-size: 16px; }
.metric-danger { border: 4px solid red }
.metric-warning { border: 4px solid orange }
.metric-success { border: 4px solid green }
.no-wrap { white-space: nowrap; }


/* CONTENT */
.text-right { text-align: right; }

/* SIDEBAR */

.sidebar_icon {
  margin-left: 5px;
  
}


/* REAL ESTATE */
.real-estate-edit-input-text {
  border-radius: 5px;
  height: 32px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 14px;
}

.real-estate-edit-input-textarea {
  border-radius: 5px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 14px;
}

.real-estate-edit-text-label {
  font-size: 16px;
  color: #444;
}

.re-image-badge {
  font-size: 16px;
  padding: 3px;
}

.real-estate-image-edit-label {
  font-size: 16px;
}

.real-estate-tools-wrapper {
  margin: 10px 0px 20px 0px;
  padding: 10px;
  border: 3px solid rgb(61, 106, 158);
  background-color: rgb(34, 46, 60);
  color: #fff;
  border-radius: 10px;
}

.real-estate-tools-text {
  font-size: 16px;
}

.re-baths-input {
  width: 50px;
}

.real-estate-row-scheduled {
  background-color: #f5f4ca !important;
}
.real-estate-row-published {
  background-color: #7ef47e !important;
}

.gc-discount-code-row-current {
  background-color: #f5f4ca !important;
}

/* FORMS */

.form-submission-title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.publish_date_block {
  padding-left: 0px;
}


div.dt-length, div.dt-search {
  padding: 20px 20px 8px 20px;
}
div.dt-info, div.dt-buttons {
  padding: 10px 20px 0px 20px;
}
div.dt-paging {
  padding: 10px 20px 20px 20px;
}

/* RECIPIENTS */
.recipient-add-label-title {
  font-size: 20px;
  color: #666;
  text-align: right;
}
.recipient-add-label {
  font-size: 16px;
  color: #666;
  text-align: right;
}
.recipient-add-input {
  border-radius: 7px;
  height: 38px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 18px;
  color: #666;
}


/* GIFT CERTIFICATES */

.gc-modal-title {
  font-size: 20px;
  color: #444;
  font-weight: 600;
}

.gc-modal-text {
  font-size: 18px;
  color: #444;
}

.gc-modal-input {
  border-radius: 5px;
  height: 32px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}

.input-symbol-dollar {
    position: relative;
}
.input-symbol-dollar input {
    padding-left:22px;
    font-size: 18px;
    color: #444;
}
.input-symbol-dollar:before {
    position: absolute;
    top: 0;
    font-size: 18px;
    content:"$";
    left: 8px;
    top: -6px;
    color: #666;
}

.navbar-bg-dev {
  background-color: #1cbb8c !important;
}
.navbar-bg-sandbox{
  background-color: #fcb92c !important;
}

.gc-date-input {
  border-radius: 5px;
  height: 32px;
  width: 160px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}

.gc-date-label {
  font-size: 18px;
  color: #666;
}

.gc-modal-input {
  border-radius: 7px;
  height: 32px;
  width: 150px;
  border: 1px solid #cfcccc;
  margin-top: 0px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}

.link-reservation-modal-title {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.link-reservation-modal-text {
  font-size: 16px;
  color: #444;
}

.failedjobs-review-row {
  background-color: #f5f4ca !important;
}

.failedjobs-cell-align-top {
  vertical-align: top;
}

.failedjobs-cell {
  min-width: 200px;
}

.failedjobs-cell-md {
  max-width: 475px;
}

.spam-cell-sm {
  max-width: 225px;
}

.spam-cell-lg {
  max-width: 750px;
}

.invite-modal-title {
  font-size: 20px;
  color: #444;
  font-weight: 600;
}

.invite-modal-text {
  font-size: 18px;
  color: #444;
}

.invite-modal-input {
  border-radius: 7px;
  height: 32px;
  width: 340px;
  border: 1px solid #cfcccc;
  margin-top: 0px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}

.gc-create-input-textarea {
  border-radius: 5px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 14px;
  width: 50%;
}

/* DASHBOARD */
.dashboard-badge-label {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.dashboard-column-label {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  border-bottom: 1px solid #444;
}

.dashboard-count-text {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #444;
  padding: 5px;
}

.dashboard-amount-text {
  font-size: 18px;
  color: #444;
  font-weight: 300;
  padding: 5px;
}

.dashboard-amount-label {
  font-size: 18px;
  color: #444;
  font-weight: 600;
}

.dashboard-row-shaded {
  background-color: #f1f1d5 !important;
}

.gc-code-modal-title {
  font-size: 20px;
  color: #444;
  font-weight: 400;
}

.gc-code-modal-input {
  border-radius: 7px;
  height: 32px;
  width: 120px;
  border: 1px solid #cfcccc;
  margin-top: 0px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}

.gc-code-modal-input-md {
  border-radius: 7px;
  height: 32px;
  width: 160px;
  border: 1px solid #cfcccc;
  margin-top: 0px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}

.gc-code-modal-input-small {
  border-radius: 7px;
  height: 32px;
  width: 65px;
  border: 1px solid #cfcccc;
  margin-top: 0px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}

.gc-code-modal-input-large {
  border-radius: 7px;
  height: 32px;
  width: 65%;
  border: 1px solid #cfcccc;
  margin-top: 0px;
  padding-left: 7px;
  font-size: 18px;
  color: #444;
}


.edit-role-user-title {
  font-size: 30px;
  color: #444;
  font-weight: 600;
}

.edit-role-user {
  font-size: 26px;
  color: #444;
  padding-left: 10px;
}

.search-stats-info-text {
  font-size: 18px;
  color: #444;
}

.openhouse-active {
  background-color: #7ef47e !important;
}



.openhouse-label {
  font-size: 16px;
  color: #444;
}
.openhouse-input-text {
  border-radius: 7px;
  height: 32px;
  width: 100%;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 16px;
  color: #444;
}

.openhouse-input-date {
  border-radius: 7px;
  height: 32px;
  width: 130px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 16px;
  color: #444;
}

.openhouse-input-textarea {
  border-radius: 7px;
  border: 1px solid #cfcccc;
  margin-top: 3px;
  padding-left: 7px;
  font-size: 16px;
  color: #444;
}

.form-control {
  border-radius: 6px;
}