/* 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);
}


.pt-56{
    padding-top:56px;
    padding-left: 15px;
}

.custom-green {
    background-color: #0E67B4c2 !important;/*#245004c2;*/
}

.bold-text {
    font-weight: bold;
}

.pull-left{
    float: left;
}
.pull-right{
    float: right;
}

.list-community-padding {
    padding: 10px;
}

.name-title {
    font-size: 36px;
    text-align: center;
}

.contact-group {
    border-bottom: 1px solid black;
    padding: 20px;
    margin: 0px 35px;
}

.contact-title {
    font-size: 24px;
    color: gray;
    font-weight: 300;
}

.contact-details {
    font-size: 18px
}

.bedroom-list-wrapper {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.collapse-btn {
    float: right;
}

.bedroom-title {
    font-style: bold;
    font-size: 36px;
    border: 1px solid lightgray;
    padding: 0px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.list-container {
    width: 100%;
    padding: 0px 10px;
    overflow-x: hidden;
    background-color: whitesmoke;
    border-radius: 3px
}

.list-card {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #9fa0a3;
    overflow: hidden;
    border-radius: 3px
}

.list-card-no-shadow {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 3px
}

.list-details-button {
    position: absolute;
    top: 140px;
    right: 10px;
    font-size: 20px;
    padding: 10px 50px;
}

@media (min-width: 992px) {
    .list-card-image-container {
        float: left;
        width: 285px;
        height: 365px;
        overflow: hidden;
        display: block;
    }

    .list-card-image {
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    
    .list-card-text-container {
        padding: 10px 15px 0 10px;
        margin-left: 300px;
        position: relative;
    }
    
    .see-all-button{
        color: #fff !important;
        background-color: #0E67B4;/*#245004;*/
        border-color: #1171c5;/*#2c6006;*/
        min-width: 300px;
    }
}

@media (max-width: 992px) {
    .list-card-image-container {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
    }

    .list-card-image {
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        width: 285px;
        height: 365px;
        margin: auto;
    }
    
    .list-card-text-container {
        padding: 10px 15px 0 10px;
        position: relative
    }
    
    .see-all-button{
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
        display: block;
        color: #fff !important;
        background-color: #0E67B4;/*#245004;*/
        border-color: #1171c5;/*#2c6006;*/
        width: 100%;
    }
}

.see-all-button:hover{
    background-color: #1171c5;
    border-color: #1171c5;
    color: #fff !important;
}

.see-all-button:focus, .form-button.focus {
    box-shadow: 0 0 0 0.2rem #1171c5;
}

.list-card-name {
    width: 100%;
    font-style: bold;
    font-size: 20px;
}

.list-card-sub-name {
    width: 100%;
    font-style: italic;
    font-size: 20px;
}

.list-card-city {
    width: 100%;
    font-size: 16px;
}

.list-card-contact {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
    color: #0E67B4;/*#245004;*/
    font-weight: 700;
}

.select-button{
    color: #fff !important;
    background-color: #0E67B4;/*#245004;*/
    border-color: #1171c5;/*#2c6006;*/
}

/*
 * Sidebar
 */

 .navbar-spacing {
    padding-left: 60px;
 }

 .main-menu {
    background-color:#f5f5f5;
    border-right:1px solid #eee;
    position:fixed;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    width:60px;
    overflow:hidden;
    z-index:100;
}

.main-menu>ul {
    margin:56px 0;
    padding-left: 0px;
}

.main-menu li {
    position:relative;
    display:block;
}

.main-menu li>a {
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing:0;
    color:#000;
    text-decoration:none;
    font-size: 50px;
    width: 100%;
    text-align: center;
    border: 5px solid transparent
}

.main-menu li>a:hover{
    text-decoration: none;
    background-color: #e6e6e6;
}

.selected-step {
    border: 5px solid grey !important;
}

.selected-unit-container {
    width: 100%
}

/*
Loading Button
*/

.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;
    }
  }

.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;
}

.italic-row {
    font-style: italic;
}
