/* colors */
.grey-custom{
    background-color: #F6F6F6 !important;
}
.grey-custom-color{
    color: #F6F6F6 !important;
}
.dark-grey-custom{
    background-color: #dcdcdc !important;
}
.dark-grey-custom-color{
    color: #dcdcdc !important;
}
.green-custom{
    background-color: #00a03e !important;
}
.green-custom-color{
    color: #00a03e !important;
}
.green-custom-rgb{
    background-color: rgba(0, 160, 62, 0.25);
}
.blue-custom{
    background-color: #28abe3 !important;
}
.blue-custom-color{
    color: #28abe3 !important;
}
.blue-custom-rgb{
    background-color: rgba(40, 171, 227, 0.25);
}
.tan-custom{
    background-color: #F7EAC8 !important;
}
.tan-custom-color{
    color: #F7EAC8 !important;
}
.tan-custom-rgb{
    background-color: rgba(247, 234, 200, 0.25);
}
.orange-custom{
    background: #e8b71a !important;
}
.orange-custom-color{
    color: #e8b71a !important;
}
.orange-custom-rgb{
    background-color: rgba(232, 183, 26, 0.25);
}
.red-custom{
    background: #db3340 !important;
}
.red-custom-color{
    color: #db3340 !important;
}
.red-custom-rgb{
    background-color: rgba(219, 51, 64, 0.25);
}

.bold-text {
    font-weight: bold;
}

.a-active{
    cursor: pointer;
}
.a-active:hover{
    text-decoration: underline !important;
}
.a-disabled{
    color: #a3a3a3 !important;
    cursor: default;
}
.a-disabled:hover{
    color: #a3a3a3;
    cursor: not-allowed;
    text-decoration: none;
}
.mini-stat-panel{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 30px;
    background-color: rgba(177, 177, 177, 0.15);
}

.mini-stat-panel-no-margin{
    margin-bottom: 5px;
}

.mini-stat-image{
    padding: 15px;
    float: left;
    font-size:30px;
}

.mini-stat-number{
    overflow: hidden;
    color: rgba(0, 0, 0, 0.9);
    padding: 16px 12px;
}

.mini-stat-panel .mini-stat-number > h2 {
    margin: 0;
    line-height: 100%;
    font-size: 22px;
    font-weight: 300;

}

.mini-stat-panel .mini-stat-number > small {
    margin-bottom: 2px;
    display: block;
}

.mini-stat-panel .mini-stat-number > h2,
.mini-stat-panel .mini-stat-number > small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt-56{
    padding-top:56px;
    padding-left: 15px;
}

.pt-56-only{
    padding-top:56px;
    padding-left: 15px;
}

.pt-56-bar{
    padding-top:56px;
    padding-left: 75px;
}

/* loading page*/
.loading-percent{
    font-size: 50px;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
@keyframes flash {
    0% { opacity: 0.2; }
    100% { opacity: 1; }
}
.loading-margin{
    margin-top: 200px;
}

.loading-description{
    animation: flash 3s linear infinite;
}
/* end loading page*/
.rr-button{
    float: right;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    content:"\e025";
}
.rent-roll-form{
    margin-top: 8px;
}

.empty-div{
    width: 100%;
    font-size: 25px;
}

.custom-dropdown{
    min-width:200px;
}
.input-group-margin{
    margin: 5px;
}
.btn-margin-top{
    margin-top:10px;
}
.btn-margin-top-20{
    margin-top:20px;
}
.form-margin-left{
    margin-left: 10px;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.chart-legend ul{
    list-style: none;
}
.navbar{
    margin-bottom:0px;
}

.list{
    border: 1px solid black;
    border-collapse: collapse;
    text-align:center;
}
.header{
    text-align:center;
    border: 0.5px solid transparent;
    border-collapse: collapse;
}
.page-header{
    margin: 10px 0px 20px;
}
.progress-no-bottom{
    margin-bottom: 0px;
}
/*Section heading*/
.section-heading {
  width: 70%;
  margin: .7em auto;
  overflow: hidden;
  text-align: center;
  font-weight:300;
  color: #000;
  font-size: 1.7em;
}
.section-heading:before, .section-heading:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid;
}
.section-heading:after {
  margin: 0 -55% 0 .5em;
}

.red {
    color: #ff1919;
}
.green {
    color: #006600;
}

.panel-table{
    padding: 10px;
}
 .form-modal{
    width: 400px;
 }
 .lease-form-modal{
    width: 80%;
    max-width: 100%;
 }
 .renew-form-modal{
    width: 60%;
 }
 .call-form-modal{
     width: 40%;
 }
 .close-end-workorder{
    float: right;
    opacity: 1;
    margin-top:-10px;
 }
 .close-dark{
    opacity: 1;
 }
 .end-workorder-width{
    padding: 10px;
    width:250px;
 }
 .fade-background{
    padding-right:0px;
 }
 .fade-background:hover{
    background-color:#f2f2f2;
 }
 .workorder-dropup-btn{
    border:none;
    height:63px;
    width:100%;
 }
 .close-finished-workorder{
    float: right;
    opacity: 1;
    margin-top: 12px;
    margin-right: 0px;
 }

.completed-wo{
    background-color:#d8d8d8;
    opacity: 0.8;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.days-label{
    float: right;
}

/*timeline*/
.timeline-options{
    max-height:600px;
    overflow-y:auto;
}
.timeline-date{
    float: right;
}
.timeline-hr{
    margin: 0px;
    padding:0px;
    border-top: 1px solid #a0a0a0;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px 30px;
  position: relative;
}
/* this is the line, change left to 0% to move to left */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 0%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
/* change this */
  /* width: 46%; */
  width:80%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  /* left 0% */
  left: 0%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
/* change this to float right */
  margin-left: 30px;
  float: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.empty-div{
    height: 25px;
}

/*Typeahead*/
.typeahead-options{
    position:absolute;
    z-index: 10;
    max-height: 300px;
    width: 90%;
    overflow-y:auto;
    display: block;
}

.search-options {
    position: absolute;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    display: block;
    top: 56px;
    width: 300px;
    right: 0px;
}

.search-options-item{
    text-decoration: none;
    color: black;
}
.search-options-item:hover{
   text-decoration: none;
   color: black;
   background-color: #f8f9fa;
}

.search-options-form {
    position: absolute;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    display: block;
    width: 300px;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 56px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li{
    width: 100%;
    height: 30px;
}
.nav-sidebar > li > a {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    color: #000;
    width: 100%;
    height: 100%;
}
.nav-sidebar > li > a:hover{
    text-decoration: none;
    background-color: #e6e6e6;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: rgba(40, 171, 227, 0.75); /*#428bca;*/
}

.navbar-expansion{
    background-color: rgb(200, 200, 200);
    width: 100%;
}
.navbar-expansion:hover, .navbar-expansion:focus{
    background-color: rgb(170, 170, 170);
}

.pointer{
    cursor: pointer;
}

/* Certify navbar */
.certify-menu {
    background-color:#f5f5f5;
    border-right:1px solid #eee;
    position:absolute;
    top:0;
    bottom:0;
    height:100%;
    left:15px;
    width:175px;
    overflow:hidden;
    z-index:100;
}

.certify-menu>ul {
    margin:16px 0;
    padding-left: 0px;
}

.certify-menu li {
    position:relative;
    display:block;
}

.certify-menu li>a {
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing:0;
    color:#000;
    text-decoration:none;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border: 5px solid transparent
}

.certify-menu li>a:hover{
    text-decoration: none;
    background-color: #e6e6e6;
}

.certify-menu-selected {
    background-color: #0E67B4 !important;
    color: white !important;
}

.certify-menu-form {
    padding-left: 200px
}

/* required due to moving navbar*/
.fluid-body { padding-top: 60px; }

/*
 Main Page
*/
.banner-image {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.banner-image-style{
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.image-text {
    font-weight: 100;
    position: absolute;
    top: 225px;
    left: 0;
    width: 100%;
    color: white;
    font: 40px/40px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    padding: 10px 75px;
}

.image-sub-text{
    font-weight: 100;
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    color: white;
    font: 20px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    padding: 10px 75px;
}

.features-container{
    margin-top:15px;
}

.feature-divider{
    border: 3px solid #0e67b4;
    margin-right: 45%;
    margin-left: 45%;
}

.circle-image-container{
    padding: 11px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 3px solid #0e67b4;
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
}

.circle-image{
    width: 50px;
    height: 50px;
}

.pricing-container{
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.pricing-container>img{
    width: 100%;
}

.pricing-container>div{
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-color: #222;
    color: white;
    padding: 20px;
    opacity: 0.8;
}

.pricing-left{
    left: 0px;
    right: 50%;
}

.pricing-right{
    left: 50%;
    right: 0px;
}

.pricing-container>div>div{
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 5%;
    bottom: 0;
    right: 5%;
}

.pricing-right>div{
    height: 100px;
}

.pricing-left>div{
    height: 300px;
}

.contact-button{
    background-color: #00a03e;
    border: 1px solid #00a03e;
    margin-right: 15px;
}
/*
div.card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 15px;
    min-height: 90px;
}
*/
.data-number{
    font-size: 40px;
}
.data-unit{
    font-size: 25px;
}

.main-page-circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 100px;
    float: left;
    font-size:100px;
}

.main-page-gly{
    font-size: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

.main-page-title-margin{
    margin-top: 25px;
    margin-bottom: 25px;
}

.full-page-height{
    height: 100%
}

.main-page-footer{
    background-color: rgb(51, 51, 51);
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
    padding: 15px;
}

.login-card{
    margin-top: 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: black;
    padding: 20px;
    border-radius: 5px;
    color: white;
    opacity: 0.8;
}

.login-card-white{
    margin-top: 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    color: black;
    opacity: 0.95;
}

.qr-code{
    background-color: white;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner {
  content: '';
  box-sizing: border-box;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #000;
  animation: spinner 1.2s linear infinite;
  margin-top: 15px;
  margin-bottom: 15px;
}

.path {
  position: relative;
  min-width: 80px;
  height: 100%;
}
.shape {
  position: absolute;
  background-color: #fff;
  width: 20%;
  height: 100%;
  border-radius:10px;
  display: block;
	top: 0;

  x-transition: all 1s ease-in-out;
  animation: ani 1.7s infinite;
}
@keyframes ani {
  0% {
    width: 20%;
    left: 0;
  }
  25% {
    width: 100%;
    left:0;
  }
  50% {
    width: 20%;
    left: 80%;
  }
  75% {
    width: 100%;
    left:0;
  }
  100% {
    width: 20%;
    left: 0;
  }
}

.heat-map-square:hover{
    opacity: 0.5;
}

.heatmap-building{
    margin: 15px
}

/*
Apartment Settings Page
*/
.mini-header-card{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 30px;
    background-color: rgba(177, 177, 177, 0.15);
}

.mini-header-card-no-margin{
    margin-bottom: 5px;
}

.mini-header-action{
    padding: 8px;
    float: left;
    font-size: 16px;
}

.mini-header-title{
    overflow: hidden;
    color: rgba(0, 0, 0, 0.9);
    padding: 10px 12px;
}

.mini-header-card .mini-header-title > h2 {
    margin: 0;
    line-height: 100%;
    font-size: 16px;
    font-weight: 300;

}

.mini-header-card .mini-header-title > small {
    margin-bottom: 2px;
    display: block;
}

.mini-header-card .mini-header-title > h2,
.mini-header-card .mini-header-title > small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mini-header-btn{
    float: right;
}
.mini-header-btn>button{
    background: transparent;
    border: none;
}

.call-log-table{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.unit-list-title{
    font-size: 22px;
}

/*
Resident Page
*/
.resident-card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.resident-card-section{
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 12px 12px 16px;
}
.resident-card-data{
    font-size: 35px;
    text-align: center;
}
.resident-card-label{
    font-size: 15px;
    text-align: center;
}
.resident-card-data-last{
    margin-top: 10px;
    font-size: 25px;
    text-align: center;
}
.resident-card-label-last{
    font-size: 15px;
    text-align: center;
}

.resident-table-hover:hover{
    background-color: #AFAFAF;
    cursor: pointer;
}

.resident-table-closed{
    background-color: #AFAFAF;
}

.resident-table-reversed{
    background-color: #e8b71a;
}

.resident-table-reversed:hover{
    background-color: #AFAFAF;
    cursor: pointer;
}

.paragraph-column{
    max-width: 300px;
    word-wrap: break-word;
}

/*
resident page table like list
*/
.resident-card-paging-buttons{
    text-align: left;
    padding: 10px 10px 0px 10px;
}

.resident-list-ul{
    list-style:none;
    padding-left:0;
}

.resident-list-panel{
    list-style-position: outside;
    list-style-type: none;
    background-color: rgb(244, 244, 244);
    margin: 10px;
    padding: 5px;
    border-radius: 10px;
}
.resident-list-panel:hover{
    background-color: rgb(200, 200, 200);
}
.resident-list-icon{
    font-size: 25px;
    padding:5px;
}

.resident-list-text{
    padding: 5px;
}

.resident-list-data{
    font-size: 15px;
    font-weight: lighter;
}

.resident-list-label{
    color: rgb(100, 100, 100);
    font-size: 10px;
    font-weight: bold;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.resident-panel-title{
    font-size: 30px;
    padding-left: 30px;
    font-weight: 100;
}
.resident-panel-button{
    font-size: 20px;
    margin-top: 25px;
    padding-right: 30px;
}
.resident-link{
     text-decoration: none;
     color: black;
 }
.resident-link:hover{
    text-decoration: none;
    color: black;
}

.add-margin{
    margin-top: 5px;
}

.edit-image {
    height: 200px;
}

/*
Company Page
*/

.border-panel{
    width: 100%;
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    border-radius: 2px;
    box-shadow: 3px 3px 14px 0px #888888;
}

.border-panel-padding{
    padding: 10px;
}

.green-border{
    border-color: #00a03e;
}

.blue-border{
    border-color: #28abe3;
}

.tan-border{
    border-color: #F7EAC8;
}

.orange-border{
    border-color: #e8b71a;
}

.red-border{
    border-color: #db3340;
}

.header-image{
    height:40px;
    width: 40px;
}

.recent-logs-panel{
    list-style-position: outside;
    list-style-type: none;
    background-color: rgb(248, 248, 248);
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.recent-logs-title{
    margin-top: 10px;
    font-size: 15px;
    display: inline;
    font-weight: bold;
}
.recent-logs-by{
    margin-top: 10px;
    font-size: 15px;
    display: inline;
    color: rgb(100,100,100);
}

.recent-logs-time{
    color:rgb(150, 150, 150);
    font-size: 10px;
    font-weight: bold;
}

.recent-logs-icon{
    font-size: 25px;
    padding-left: 15px;
    padding-top: 15px;
}

.settings-margin-bottom{
    margin-bottom: 35px;
}

/*
KPI data
*/

.kpi-table-date{
    color:rgb(150, 150, 150);
    font-size: 10px;
    padding: 8px;
    font-weight: bold;
    vertical-align: top;
}

.kpi-table-data{
    color:rgb(0,0,0);
    font-size: 30px;
    font-weight: 100;
}

.custom-card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 15px;
}

/*
Add
*/
@media (min-width: 768px) {
    .icon-selector{
        font-size: 60px;
    }
}

@media (min-width: 992px) {
    .icon-selector{
        font-size: 120px;
    }
}

.add-block{
    display: inline-block;
}

.add-gly-size{
    font-size: 100px;
}

.add-image-width{
    width: 50%;
}

.navigation-image-width{
    width: 10%;
    margin-right: 10px;
}

.icon-image-width{
    width: 10%;
    margin-right: 10px;
    float: left;
}

.company-image-width{
    width: 50px;
    float: left;
    margin: 5px
}

.fa-icon-width{
    font-size: 35px;
    float: left;
    margin: 5px
}

.stat-panel-image-container{
    font-size: 35px;
    padding: 10px;
    float: left;
}
.stat-panel-image-container>span>img{
    width: 73px
}
.stat-panel-data-container{
    width: 66%;
    display: inline-block
}
.clickable-row{
    cursor: pointer;
}
.clickable-row:hover{
    border-left: 3px solid black;
}
.sort-row>th{
    cursor: pointer;
}
.residents-container{
    max-height: 200px;
    overflow: scroll;
}
/*
Reports
*/

.report-form-margin{
    margin-bottom: 20px;
}

.report-border{
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.report-iframe{
    width: 100%;
    height: 500px;
}

.report-table-font{
    font-size: 10px;
}

/*
User Page
*/

.workorder-image-width{
    width: 40px;
}

.fa-nav {
    position: relative;
    width: 60px;
    padding: 10px;
    text-align: center;
    font-size:20px;
    vertical-align: middle;
}


.main-menu:hover,nav.main-menu.expanded {
    width:175px;
    overflow:visible;
}

/*
position: fixed;
top: 56px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5f5;
border-right: 1px solid #eee;
*/

.main-menu {
    background-color:#f5f5f5;
    border-right:1px solid #eee;
    position:fixed;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    width:60px;
    overflow:hidden;
    -webkit-transition:width .1s linear;
    transition:width .1s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index:100;
}

.main-menu>ul {
    margin:56px 0;
    padding-left: 0px;
}

.main-menu li {
    position:relative;
    display:block;
    width:175px;
}

.main-menu li>a {
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing:0;
    color:#000;
    text-decoration:none;
    -webkit-transform:translateZ(0) scale(1,1);
    -webkit-transition:all .1s linear;
    transition:all .1s linear;
}

.main-menu li>a:hover{
    text-decoration: none;
    background-color: #e6e6e6;
}

.main-menu .nav-icon {
    position:relative;
    display:table-cell;
    width:60px;
    height:36px;
    text-align:center;
    vertical-align:middle;
    font-size:18px;
}

.main-menu .nav-text {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:190px;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 175px;
    top: 0px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.dropdown-content a:hover {
    text-decoration: none;
    background-color: #e6e6e6;
    cursor: pointer;
}

.custom-dropdown:hover .dropdown-content {display: block;}

/*
Multi Select
*/
.select-container{
    position: relative;
}

.select-input-container{
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.select-input{
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0px 10px;
    outline: none;
    line-height: 17px;
    padding: 8px 0 12px;
    -webkit-appearance: none;
}

.select-list-container{
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    background-color:#fff;
    border:1px solid #ccc;
    border-top-color:#e6e6e6;
    box-shadow:0 1px 0 rgba(0,0,0,.06);
    box-sizing:border-box;
    margin-top:-6px;
    max-height:200px;
    position:absolute;
    top:100%;
    width:100%;
    z-index:1;
    -webkit-overflow-scrolling:touch
}

.select-list{
    max-height: 200px;
    overflow-y:auto;
}

.select-list-item{
    box-sizing:border-box;
    background-color:#fff;
    color:#666;
    cursor:pointer;
    display:block;
    padding:8px 10px
}

.select-list-item:last-child {
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}

.select-list-item:hover{
    background-color: rgba(0, 160, 62, 0.75);
    color: #000;
}

.selected-option{
    display: inline-block;
    background-color: rgba(0, 160, 62, 0.75);
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 5px;
}

.selected-option-text{
    padding: 0px 5px;
}

.remove-option{
    padding: 0px 5px;
    border-right: 1px solid black;
}

.remove-option:hover{
    background-color: rgba(0, 160, 62, 0.9);
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    cursor: pointer;
}

.select-navigation{
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

.select-navigation:hover{
    background-color: rgba(200, 200, 200, 0.5);
}

/* New Location page styles */
.icon-panel{
    border: 1px solid #ddd;
    padding: 15px;
}

.lease-border-style{
    border-top-color: #28abe3;
}

.resident-border-style{
    border-top-color: #e8b71a;
}

.location-border-style{
    border-top-color: #e8b71a;
}

.user-border-style{
    border-top-color: #e8b71a;
}

.table-panel{
    border: 1px solid #ddd;
    padding: 15px;
}

.table-panel-flush{
    border: 1px solid #ddd;
    padding: 0px;
}

.table-panel-button-left-radius{
    border-bottom-left-radius: 0px;
}

.table-panel-button-right-radius{
    border-bottom-right-radius: 0px;
}

.page-title{
    font-size: 22px;
    text-transform: uppercase;
}

.detail-list-item{
    border-left: 1px solid #ddd;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .icon-container{
        display: none;
    }
}

.icon-container{
    padding: 0px;
}

.icon-container>div{
    position: absolute;
    width: 100%;
    height: 100%;
}

.icon-container>div>i{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    background: white;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
}

.no-vertical-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

/*
Table Calendar
*/
/* declare a 7 column grid on the table */
#calendar {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

#calendar tr, #calendar tbody {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}

#calendar td, #calendar th {
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #ccc;
}

#calendar .weekdays th {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	font-size: 13px;
}

#calendar td {
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

#calendar td:hover {
    cursor: pointer;
}

#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
    flex: 0 0 auto;
    align-self: flex-end;
}

#calendar .event {
    flex: 0 0 auto;
	font-size: 13px;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 5px;
    line-height: 14px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-top-color: #d8d8d8;
    border-bottom-color: #d8d8d8;
    border-right-color: #d8d8d8;
}

.grey-border{
    border-left-color: #F6F6F6;
}
.grey-border:hover{
    border-color: #F6F6F6!important;
}
.green-border{
    border-left-color: #00a03e;
}
.green-border:hover{
    border-color: #00a03e!important;
}
.blue-border{
    border-left-color: #28abe3;
}
.blue-border:hover{
    border-color: #28abe3!important;
}
.tan-border{
    border-left-color: #F7EAC8;
}
.tan-border:hover{
    border-color: #F7EAC8!important;
}
.red-border{
    border-left-color: #db3340;
}
.red-border:hover{
    border-color: #db3340!important;
}
.black-border{
    border-left-color: #000;
}
.black-border:hover{
    border-color: #000!important;
}

#calendar .event-desc {
	color: #000;
	text-decoration: none;	
}

#calendar .other-month {
	background: #f5f5f5;
	color: #000;
}

#calendar .other-month:hover {
	cursor: default;
}

#calendar .no-click:hover {
	cursor: default;
}

#calendar .today {
	border: 1px solid #000
}

.calendar-modal-table-row:hover {
    cursor: pointer;
}

/* ============================
	Mobile Responsiveness
============================*/


@media(max-width: 768px) {

	#calendar .weekdays, #calendar .other-month {
		display: none;
	}
  
    #calendar, #calendar tr, #calendar tbody {
      grid-template-columns: 1fr;
    }
  
    #calendar  tr {
      grid-column: 1 / 2;
    }

	#calendar .date {
		align-self: flex-start;
	}
}

.today-stat{
    text-decoration: none;
    color: black;
    border: 1px black solid;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.today-stat:hover{
    text-decoration: none;
    color: black;
}

.green-custom-rgb-today{
    background-color: rgba(0, 160, 62, 0.25);
    border: 1px solid rgba(0, 160, 62, 0.5);
}
.green-custom-rgb-today-active{
    border: 2px solid rgba(0, 160, 62, 1);
}
.green-custom-rgb-today:hover{
    background-color: rgba(0, 160, 62, 1);
}
.green-custom-rgb-today:focus{
    outline-color: rgba(0, 160, 62, 0.5);
}
.blue-custom-rgb-today{
    background-color: rgba(40, 171, 227, 0.25);
    border: 1px solid rgba(40, 171, 227, 0.5);
}
.blue-custom-rgb-today-active{
    border: 2px solid rgba(40, 171, 227, 1);
}
.blue-custom-rgb-today:hover{
    background-color: rgba(40, 171, 227, 1);
}
.blue-custom-rgb-today:focus{
    outline-color: rgba(40, 171, 227, 0.5);
}
.tan-custom-rgb-today{
    background-color: rgba(247, 234, 200, 0.25);
    border: 1px solid rgba(247, 234, 200, 0.5);
}
.tan-custom-rgb-today-active{
    border: 2px solid rgba(247, 234, 200, 1);
}
.tan-custom-rgb-today:hover{
    background-color: rgba(247, 234, 200, 1);
}
.tan-custom-rgb-today:focus{
    outline-color: rgba(247, 234, 200, 0.5);
}
.orange-custom-rgb-today{
    background-color: rgba(232, 183, 26, 0.25);
    border: 1px solid rgba(232, 183, 26, 0.5);
}
.orange-custom-rgb-today-active{
    border: 2px solid rgba(232, 183, 26, 1);
}
.orange-custom-rgb-today:hover{
    background-color: rgba(232, 183, 26, 1);
}
.orange-custom-rgb-today:focus{
    outline-color: rgba(232, 183, 26, 0.5);
}
.red-custom-rgb-today{
    background-color: rgba(219, 51, 64, 0.25);
    border: 1px solid rgba(219, 51, 64, 0.5);
}
.red-custom-rgb-today-active{
    border: 2px solid rgba(219, 51, 64, 1);
}
.red-custom-rgb-today:hover{
    background-color: rgba(219, 51, 64, 1);
}
.red-custom-rgb-today:focus{
    outline-color:  rgba(219, 51, 64, 0.5);
}

.white-background {
    background-color: white;
}

.list-group-item-action:hover {
    cursor: pointer;
    background-color: rgba(0, 160, 62, .1);
}

.list-group-item-action-portal:hover {
    cursor: pointer;
    background-color: rgba(14, 80, 103, .1);
}

.list-group-item-action-portal-active{
    color: #fff !important;
    background-color: #0E67B4;/*#245004;*/
    border-color: #1171c5;/*#2c6006;*/
}

.list-group-item-action-portal-active:focus{
    color: #fff !important;
    background-color: #0E67B4;/*#245004;*/
    border-color: #1171c5;/*#2c6006;*/
}

.list-group-item-action-portal-active:hover{
    color: #fff !important;
    background-color: #0E67B4;/*#245004;*/
    border-color: #1171c5;/*#2c6006;*/
}

.list-group-solid {
    background-color: white;
}

.conversation-selected {
    background-color: rgba(0, 160, 62, 0.4);
}

.messages-container {
    padding:10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
}

.message-board-title {
    text-align: center;
    color: black;
    font-size: 20px;
    border-bottom: 1px solid grey;
    padding: 10px;
    margin: -10px -10px 0px -10px;
    background-color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.message-container {
    border: 1px solid grey;
    border-radius: 2px;
    padding: 10px;
    width: 75%;
    box-shadow: 2px 2px 3px 0px #888888;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
}

.message-right {
    margin-left: 25%;
}

.message-date {
    float: right;
    color: grey;
}

.message-title {
    font-weight: bold;
}

.unread-message { 
    border: 3px solid #00a03e !important;
}

.message-form-height {
    height: 45px;
}

.message-list-container {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    flex-direction: column-reverse;
    display: flex;
    padding: 5px;
    border-bottom: 2px solid lightgrey;
    border-top: 2px solid lightgrey;
}

.message-container-background {
    background-color: whitesmoke;
    padding: 30px 30px 60px 30px;
    border-radius: 5px;
}

.email-list-container {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}
