﻿/*--------------------------------------------------------
 * NOTE: We use LESS syntax in this project for our CSS.
 * "LESS extends CSS with: variables, mixins, operations,
 * and nested rules."
 * -http://lesscss.org/
 *--------------------------------------------------------*/
/* MIXINS   
----------------------------------------------------------*/
/*--------------------------------------------------------
 * NOTE: We use LESS syntax in this project for our CSS.
 * "LESS extends CSS with: variables, mixins, operations,
 * and nested rules."
 * -http://lesscss.org/
 *--------------------------------------------------------*/
/* COLORS   
----------------------------------------------------------*/
/* WIDTHS   
----------------------------------------------------------*/
/* GENERIC REUSABLE CLASSES
----------------------------------------------------------*/
.center {
  margin: 0 auto 0 auto;
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.middle-align {
  vertical-align: middle !important;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.none {
  display: none !important;
}
.hide {
  display: none;
  visibility: hidden;
}
.bold {
  font-weight: bold;
}
.bold label {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.pointer {
  cursor: pointer;
}
.small {
  font-size: 11px !important;
}
.large-font {
  font-size: 18px;
}
input.small {
  width: 50px;
}
input.smallish {
  width: 85px;
}
input.medium {
  width: 120px;
}
input.large {
  width: 150px;
}
input.actual-size,
select.actual-size,
div.actual-size {
  width: auto !important;
}
.wrap {
  word-wrap: break-word;
}
.red {
  color: #f00;
}
.red label {
  color: #f00;
}
.red span {
  color: Red;
}
.red h3 {
  color: Red;
}
.green {
  color: Green;
}
.green label {
  color: Green;
}
.green span {
  color: Green;
}
.green h3 {
  color: Green;
}
.green span.label-success {
  color: #fff;
}
.blue {
  color: #007aff;
}
.gray {
  color: #c6c4c4;
}
.dark-gray {
  color: #adadad;
}
.darker-gray {
  color: #737373;
}
.error {
  background: #FBE3E4;
  border-color: #FBC2C4;
  color: #8a1f11;
}
.error a {
  background: #FBE3E4;
  border-color: #FBC2C4;
  color: #8a1f11;
}
.required-tip {
  margin-top: 20px;
  color: #adadad;
  display: inline-block;
}
.modal-body .required-tip {
  position: absolute;
  top: -18px;
  right: 20px;
  font-size: 11px;
}
.required-asterisk {
  margin-left: 5px;
  font-weight: bold;
  color: #f00;
}
.landlord-color {
  color: #004ccc !important;
}
.property-manager-color {
  color: #c31919 !important;
}
.tenant-color {
  color: #40a92b !important;
}
.vendor-color {
  color: #932494 !important;
}
.btn-property-manager,
.btn-property-manager:focus {
  background-color: #c31919 !important;
  border-color: #7c0505 !important;
}
.btn-property-manager:hover {
  background-color: #7c0505 !important;
}
.btn-tenant,
.btn-tenant:focus {
  background-color: #40a92b !important;
  border-color: #155a08 !important;
}
.btn-tenant:hover {
  background-color: #155a08 !important;
}
.btn-vendor,
.btn-vendor:focus {
  background-color: #932494 !important;
  border-color: #650e66 !important;
}
.btn-vendor:hover {
  background-color: #650e66 !important;
}
.pad-top {
  padding-top: 10px;
}
.pad-top-x {
  padding-top: 20px;
}
.pad-top-small {
  padding-top: 5px;
}
.pad-bottom {
  padding-bottom: 10px;
}
.pad-left {
  padding-left: 10px;
}
.pad-right {
  padding-right: 10px;
}
.no-padding {
  padding: 0px !important;
}
.no-left-padding {
  padding-left: 0px !important;
}
.margin-top {
  margin-top: 10px;
}
.margin-top-small {
  margin-top: 5px;
}
.margin-top-large {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-bottom-small {
  margin-bottom: 5px;
}
.margin-bottom-large {
  margin-bottom: 20px;
}
.margin-left {
  margin-left: 10px;
}
.margin-left-x {
  margin-left: 20px;
}
.margin-right {
  margin-right: 10px;
}
.no-margin {
  margin: 0px !important;
}
.no-top-margin {
  margin-top: 0px;
}
.no-left-margin {
  margin-left: 0px !important;
}
.no-bottom-margin {
  margin-bottom: 0px !important;
}
.front {
  z-index: 1;
}
.mobile-show {
  display: none;
}
.busy img {
  display: inline-block;
  margin-top: -10px;
}
.busy span {
  display: inline-block;
  color: #b2b1b1;
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
}
.blockUI .busy img {
  margin-top: 0px;
}
.blockUI .busy span {
  font-size: 14px;
  color: #717171;
}
.drop-shadow {
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}
.glow {
  box-shadow: 0 5px 15px #b0b0b0;
  -webkit-box-shadow: 0 5px 15px #b0b0b0;
  -moz-box-shadow: 0 5px 15px #b0b0b0;
}
h3.section {
  border-bottom: 1px dotted #b2b1b1;
  padding-bottom: 5px;
  margin-bottom: 12px;
  margin-top: 0px;
}
.alert-info {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #000;
}
.col-icon {
  width: 40px;
}
.icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  background-color: #ddd;
  border-radius: 3px;
  position: relative;
}
.icon img {
  width: 100%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.icon span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 8px;
}
.icon-container {
  height: 40px;
  display: table;
}
.icon-align {
  display: table-cell;
  vertical-align: middle;
}
.sticky-success {
  background-color: #E6EFC2;
  border-color: #C6D880;
  color: #264409;
  padding: 10px;
  text-align: center;
}
.pulse {
  overflow: visible;
  position: relative;
}
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 0.3s, transform 0.3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}