﻿.infoDiv {
    height: 150px;
    width: 200px;
    -webkit-user-select: none;
    background-color: white;
}


/* Validation */
.form-group div.form-error {
    display: none;
}

.form-group.validation-error div.form-error {
    display: block;
}

.form-group.validation-error input.form-control {
    border: 1px solid #e54646;
}

/* End Validation */

/* PopUps */

.overlay {
    width: 100%;
    height: 50%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

    .overlay.visible {
        width: 100%;
        height: 50%;
        opacity: 1;
        pointer-events: auto;
    }

    .overlay .popup {
        width: 90%;
        max-width: 640px;
        background: #fff;
        padding: 20px;
        position: relative;
        box-shadow: 0 0 30px rgba(0,0,0,0.8);
    }

        .overlay .popup.popup-conditions {
            max-width: 800px;
            height: 90%;
            max-height: 90%;
            overflow: hidden;
            position: relative;
            padding: 0;
        }

            .overlay .popup.popup-conditions .popup-content {
                width: 100%;
                height: 100%;
                overflow-y: auto;
                position: absolute;
                top: 0;
                left: 0;
                padding: 30px;
            }

.hp {
    display: none;
}

/*********************************************  Property Insurance Page  ********************************************************/
.housing_sec .inner .select_info {
    color: #16181b;
    font-size: 1rem;
    background-color: #fff;
}

/*aboutus page*/

.about_sec p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    color: #292929;
    line-height: 23px;
    font-weight: 500;
}

.sitemap-container span {
    color: #007bff;
}

.sitemap-container .list-group-item {
    border: none;
}

.orange a {
    background: #D05706;
    color: #fff;
}

.orange-custom {
    padding: 15px 35px !important;
    font-size: 20px !important;
    font-weight: 700;
}

.wizard .nav-tabs > li.active > a {
    cursor: pointer !important;
}

.wizard .nav-tabs > li.disabled > a {
    cursor: default !important;
}

.custom-control-label {
    cursor: pointer !important;
}

.control-disabled {
    pointer-events: none !important;
}

/*autocomplete*/

.ui-autocomplete {
    background: #fff;
    border: 1px solid #c2c2c4;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
    padding-left: 0.5rem;
    width: 100% !important;
    position: absolute !important;
    left: 0;
    font-size: 0.875rem;
    overflow: hidden;
    z-index: 1000;
}

    .ui-autocomplete li {
        cursor: pointer;
        padding: 0.5rem 0.85rem;
        list-style: none;
        -webkit-transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

@media (min-width: 1200px) {
    .ui-autocomplete li:hover {
        background: rgba(0, 0, 0, 0.05);
    }
}

.ui-autocomplete li + li {
    border-top: 1px dotted #c2c2c4;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: none !important;
    font-weight: bold !important;
   /* color: #ffffff !important;*/
} 

.modal {
    top: 10px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}

.input-group-text
{
    height:63%;
}

.form_sec .form_inn {
    width: 100%;
    float: left;
    margin: -90px 0 0 0 !important;
    padding: 30px 50px 30px 50px;
    background: rgba(255,255,255,0.90);
    border: 1px solid #e0e0e0;
    border-top: 4px solid #0860a8;
    position: relative;
    z-index: 9;
}

.wizard .nav-tabs > li a i {   
    font-weight: normal;  
}

.wizard .nav-tabs > li.current a i {
    font-weight: 700;
}

.wizard .nav-tabs > li.disabled a i {
    color: #CCCCCC;
}

.more_btn
{
    cursor:pointer !important;
}