﻿/*.container {
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

header{
    flex: 0 0 100px;
    border-bottom: 1px solid #d7d7d7;
    background-color:white;
}

.page-content{
    flex: 1;
}*/

.container {
    min-height: 100%;
    position: relative;
    height: 100%;
}

header {
    height: 100px;
    border-bottom: 1px solid #d7d7d7;
    background-color: white;
    position: relative;
    box-shadow: 0px 2px 31px -4px rgba(178, 178, 178, 0.58);
    border-bottom: 1px solid #cbcbcb;
    padding: 5px;
}

#property-logo {
    margin: 12px;
    height: 60px;
}

#property-name {
    position: absolute;
    /*top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .3rem;
    padding: 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;*/
    top: 35px;
    left: 20px;
    font-weight: bold;
    letter-spacing: .15rem;
    font-size: 1.7em;
    padding: 2px 9px;

}

.property-info {
    width: 500px;
    position: absolute;
    top: 5px;
    right: 15px;
}

#property-address {
    text-align:right;
    /*position: absolute;
    top: 80px;
    right: 15px;*/
    color: #454545;
    font-size: 1em;
    letter-spacing: .1rem;
    margin-top: 5px;
}

    #property-address div {
        display: inline-block;
    }

    /*#property-address i {
        position: relative;
        vertical-align: top;
        top: 5px;
    }*/

#property-phone {
    text-align: right;
    /*position: absolute;
    top:40px;
    right: 15px;*/
    color: #454545;
    font-size: 1em;
    letter-spacing: .1rem;
    margin-top: 8px;
}

#property-email {
    text-align: right;
    /*position: absolute;
    right: 15px;
    top: 60px;*/
    color: #454545;
    font-size: 1em;
    letter-spacing: .1rem;
    margin-top: 8px;
}

    #property-email i {
        position: relative;
        top: 2px;
    }

.page-content {
    height: calc(100% - 115px);
}

.page-buttons {
    padding: 20px;
    text-align: center;
}

#feedback-description textarea {
    min-height: 150px;
}

#submit-feedback-external-btn {
    color: #303844;
    position: absolute;
    right: 10px;
    bottom: 3px;
}

submit-feedback-external-btn:hover {
    color: #303844;
}

.layout-footer {
    height: 15px;
    text-align: center;
    color: white;
    font-size: .8em;
    background: #303844;
    padding-top: 2px;
    z-index:99;
}

#powered-by-firefly{
    cursor:pointer;
}
    #powered-by-firefly:hover {
        color: #0275d8;
    }