html,
body {
    font-family: 'Roboto';
}

.cursor-pointer {
    cursor: pointer;
}

.bg-gray {
    background-color: #ededed;
}

.bg-kairos-blue {
    background-color: rgb(61, 87, 167);
}

.border-kairos-blue {
    border-color: rgb(61, 87, 167) !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.bg-success-light {
    background-color: #d4edda;
}

.btn-outline-success,
.btn-outline-danger {
    background-color: #fff;
}

.tooltip .popover-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.text-kairos-blue {
    color: rgb(61, 87, 167);
}

a.text-kairos-blue:hover {
    color: rgb(79, 111, 209);
}

.bg-kairos-orange {
    background-color: rgb(241, 80, 18);
}

.text-kairos-orange {
    color: rgb(241, 80, 18);
}

.btn {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .5);
    font-weight: 300;
}

.btn.btn-xs {
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .5);
}

.form-control {
    border: 1px solid #999;
}

.form-on-image .form-control {
    border: none;
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btn:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}

.btn-light {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:hover {
    color: #212529;
    background-color: #d8dbdd;
    border-color: #cfd4d8;
}

.btn-zillow {
    color: #333;
    background-color: rgb(175, 208, 255);
    border-color: rgb(175, 208, 255);
}

.btn-zillow:hover {
    color: #000;
    background-color: rgb(133, 184, 255);
    border-color: rgb(133, 184, 255);
}

.btn-redfin {
    color: #333;
    background-color: #cc9b9b;
    border-color: #cc9b9b;
}

.btn-redfin:hover {
    color: #000;
    background-color: #cc8484;
    border-color: #cc8484;
}

.btn-realtor {
    color: #333;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.btn-realtor:hover {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}

.btn-google {
    color: #333;
    background-color: #c5d6be;
    border-color: #c5d6be;
}

.btn-google:hover {
    color: #000;
    background-color: #b8d6ac;
    border-color: #b8d6ac;
}

.btn-comp {
    color: #333;
    background-color: rgb(154, 162, 187);
    border-color: rgb(154, 162, 187);
}

.btn-comp:hover {
    color: #000;
    background-color: rgb(121, 133, 170);
    border-color: rgb(121, 133, 170);
}

.btn-kairos-blue {
    color: #eee;
    background-color: rgb(61, 87, 167);
    background-image: none;
    border-color: rgb(61, 87, 167);

}

.btn-xs {
    padding: 0.1rem 0.25rem;
    font-size: .75rem;
    line-height: 1.4;
    border-radius: 0.2rem;
}

.tooltip {
    z-index: 2300;
}

.text-black-25 {
    color: rgba(0, 0, 0, .25) !important;
}

.btn-kairos-blue:hover {
    color: #fff;
    background-color: rgb(79, 111, 209);
    border-color: rgb(79, 111, 209);
}

.alert-kairos-blue {
    background-color: rgb(61, 87, 167) !important;
    color: #eaeaea;
    border-color: rgb(61, 87, 167) !important;
}

.badge-kairos-blue {
    background-color: rgb(61, 87, 167) !important;
    color: #fff;
}

.alert-kairos-blue a:not(.btn),
.alert-kairos-orange a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

.hover-underline:hover {
    text-decoration: underline;
}

.btn-kairos-orange {
    color: #eee;
    background-color: rgb(241, 80, 18);
    background-image: none;
    border-color: rgb(241, 80, 18);

}

.btn-kairos-orange:hover {
    color: #fff;
    background-color: rgb(245 108 56);
    border-color: rgb(245 108 56);
}

.opacity-75 {
    opacity: .75 !important;
}

.popover {
    z-index: 2200;
}

.logged-out-background-image {
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(#00000033, #00000033), url(/static/appraisals/images/request-background.jpg);
    min-height: 100vh;
}

.box-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

@media (max-width: 575px) {
    .logged-out-background-image {
        background-position: none;
        background-size: none;
        background-image: none;
    }
    
    .box-shadow {
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    #sidebar {
        flex: 0 1 300px;
        position: sticky;
        top: 100px;
        z-index: 1000;
        height: calc(100vh - 100px);
    }

    #header {
        position: sticky;
        top: 0;
        z-index: 1040;
        height: 100px;
    }

    .h-lg-100 {
        height: 100%;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}