﻿body {
    padding-top: 50px;
    padding-bottom: 20px;   
    font-family: 'Roboto', sans-serif;
}

.clickable:hover {
    cursor: pointer;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

table.table-hover {
    cursor: pointer;
}

.error { color: red; }

input.error, div.error, select.error {
    border:solid 1px red;
}

.required:after {
    content: "*";
    color: red;
    vertical-align: super;
    font-size: smaller;
}

div.Shaddow {
    display:none;
    position:fixed;
    display:block;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.2);

}
div#dOneMomentPlease {
    display:none;
    position:fixed;
    display:block;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index: 10001;
}
div.OneMomentMessage {
    height:100px;
    width:300px;
    text-align:center;
    background-color:#fff;
    border-radius:10px;
    margin:25% auto 0 auto;
    font-size: 25px;
    line-height: 100px;
}

 .fancyCheckbox input[type="checkbox"] {
        display: none;
    }

        .fancyCheckbox input[type="checkbox"] + .btn-group > label span {
            width: 20px;
        }

            .fancyCheckbox input[type="checkbox"] + .btn-group > label span:first-child {
                display: none;
            }

            .fancyCheckbox input[type="checkbox"] + .btn-group > label span:last-child {
                display: inline-block;
            }

        .fancyCheckbox input[type="checkbox"]:checked + .btn-group > label span:first-child {
            display: inline-block;
        }

        .fancyCheckbox input[type="checkbox"]:checked + .btn-group > label span:last-child {
            display: none;
        }


/***********************************************************************************************
    Type Ahead
    ***********************************************************************************************/

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

/***********************************************************************************************
    END Type Ahead
    ***********************************************************************************************/


div.topBar {
        background-color:#f0f0f0;
        position:fixed;
        top: 60px;
        left: 0;
        height:50px;
        width: 100%;
        z-index: 100;
    }
        div.topBar .btn {
            margin: 5px;
        }


div.stickyTop {
        position: -webkit-sticky; /*  required for Safari position: sticky;*/
        position: fixed;
        z-index: 20;
        top: 60px;
        left: 0px;
        height: 50px;
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px #000;
    }

    div.stickyTop .btn {
        margin:5px;
    }


    div.droplist.customer {
        left: calc(100% - 480px);
    }


    
    div.droplist {
        background-color:#fff;
        height: 0;
        position:fixed;
        top: 112px;
        width: 300px;
        left: calc(100% - 300px);
        border:solid 1px #333;
        border-top:none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0;
        z-index: 1000;
    }

        div.droplist .footer {
            text-align: center;
            color: #fff;
            padding:2px 0 2px 0;
            background-color:#000;
            position:absolute;
            bottom: 0;
            height: 20px;
            width: 100%;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            div.droplist .footer a {
                color: #fff;
            }
            
            
            div.droplist .results {
                height: 100%;
                width: 100%;
                overflow-y: scroll;
                overflow-x: hidden;
            }
        
         div.droplist .property {
            padding: 5px 0 5px 0;
            border-bottom: solid 1px #333;
        }
        
        
        div.droplist .propertyPhoto {
            float: left;
            min-height: 30px;
            height: 100%;
            width: 20%;
            border-right: solid 1px #333;
            background-color: #f0f0f0;
            border-top-left-radius: 10px;
            background-position: center center;
            background-size: cover;
        }

        div.droplist .propertyInfo {
            padding: 5px;
            float: left;
        }
    