﻿.megsisMap {
    height: 900px;
    border-radius: 3px;
}

.megsisMap-container {
    height: 900px;
    position: relative;
    padding-top: 5px;
    display: block;
}

.left-side .menu-button {
    background: #44b272;
    color: #FFF;
    font-size: 14px;
    float: right;
    margin: 12px 0 1px 15px;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
}

.left-side .menu-button-vehicle {
    background: #274abb;
    color: #FFF;
    font-size: 14px;
    float: right;
    margin: 12px 0 1px 15px;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
}

.left-side .menu-nav a {
    color: #FFF;
}

.sidebar.right-search {
    padding-left: 0;
    margin-top: 0px;
}

.images-area .slim {
    margin-bottom: 12px;
}

.file-drop-zone, .file-slim-zone {
    min-height: 160px;
    margin-bottom: 10px;
    border: 2px dashed #4384B1;
    background: #e6e6e6;
    cursor: pointer;
}
    .file-drop-zone:hover, .file-slim-zone:hover {
        background: #dddddd;
    }

    .file-slim-zone .file-drop-message {
        text-align: center;
        margin: 50px 0;
        font-size: 18px;
        color: #4384B1;
        transition: all 0.3s linear;
        position: relative;
        z-index: 11;
    }

    .file-drop-zone label {
        display: block;
        padding-top: 40px;
        min-height: 150px;
        font-size: 18px;
        text-align: center;
        color: #4384B1;
        cursor: pointer;
    }

.mobile-nav {
    display: none;
}

.search-nav {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

    .search-nav:last-child {
        margin-bottom: 20px;
        border: none;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

        .search-nav li a {
            color: #3d3e40;
        }

            .search-nav li a.current, .search-nav li a:hover {
                color: #00a651;
            }

    .search-nav .r1 {
        list-style: none;
        padding: 1px 0 2px 1px;
        margin: 0;
    }

    .search-nav .r2 {
        list-style: none;
        padding: 1px 0 2px 10px;
        margin: 0;
    }

    .search-nav .r3 {
        list-style: none;
        padding: 1px 0 2px 20px;
        margin: 0;
    }

    .search-nav .r4 {
        list-style: none;
        padding: 1px 0 2px 30px;
        margin: 0;
    }

input.parsley-error {
    color: #B94A48 !important;
    border: 1px solid red !important;
}

textarea.parsley-error {
    color: #B94A48 !important;
    border: 1px solid red !important;
}

div.parsley-error {
    color: #B94A48 !important;
    border: 1px solid red !important;
}

.post-review-text p {
    white-space: pre-wrap;
}

#membertitlebar {
    background-color: #ffffff;
    position: relative;
    padding: 30px 0;
    margin-bottom: 5px;
}

    #membertitlebar span a, #membertitlebar span {
        font-size: 20px;
        color: #888;
        margin-bottom: 3px;
        margin-top: 6px;
        display: inline-block;
    }

    #membertitlebar #breadcrumbs span {
        font-size: 13px
    }

    #membertitlebar h1, #membertitlebar h2 {
        font-size: 28px;
        line-height: 40px;
        margin: 1px 0 3px 0;
    }

.add-image label.upload-image2 {
    width: 100%;
    height: 65px;
    max-width: 250px;
    position: relative;
    margin-bottom: 60px;
    margin-left: 0px;
}

.add-image label.upload-image {
    width: 100%;
    height: 95px;
    max-width: 250px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 0px;
    cursor: pointer;
}

    .add-image label.upload-image:first-child {
        margin-left: 0;
    }

    .add-image label.upload-image:before {
        position: absolute;
        content: "\f055";
        font-family: 'FontAwesome';
        top: 50%;
        left: 50%;
        font-size: 30px;
        color: #c2c2c2;
        cursor: pointer;
        margin-top: -14px;
        margin-left: -14px;
        line-height: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .add-image label.upload-image:hover:before {
        color: #00a651;
    }

    .add-image label.upload-image input {
        display: none;
    }

    .add-image label.upload-image2 a i {
        color: red;
        cursor: pointer;
    }


.agent-details2 {
    margin-left: 1px;
}

    .agent-details2 span i {
        font-size: 17px;
        top: 3px;
        margin-right: 10px;
    }

    .agent-details2 span {
        color: #999;
    }


.main-search-group {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}

    .main-search-group button {
        background-color: #4384B1;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        padding: 9px 18px;
        margin: 0 2px 9px 0;
        transition: all 0.2s;
        border-radius: 3px;
        border: 0;
        -webkit-appearance: none;
    }

        .main-search-group button:hover, .main-search-group button.active {
            background-color: #66676b;
            color: #fff;
        }


.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

.containerRadio {
    width: 100%;
    padding-bottom: 30px;
}

    .containerRadio input[type=radio].css-radio {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        .containerRadio input[type=radio].css-radio + label.css-label {
            padding-left: 26px;
            height: 21px;
            display: inline-block;
            line-height: 21px;
            background-repeat: no-repeat;
            background-position: 0 0;
            font-size: 18px;
            vertical-align: middle;
            cursor: pointer;
        }

        .containerRadio input[type=radio].css-radio:checked + label.css-label {
            background-position: 0 -21px;
        }

.containerRadio label.css-label {
    background-image: url(../images/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 25px;
}


.my-account .header {
    padding: 1px 0 9px 0;
    margin-bottom: 35px;
    border: none;
    border-bottom: 1px solid #00a651;
    font-size: 16px;
    color: #00a651;
}

.agent-details h4 {
    font-size: 17px;
}

.agent-details h5 {
    font-size: 15px;
}

.rightButton {
    float: right;
    position: relative;
    background-color: red;
}

table.manage-table .title-container .img2 {
    border-radius: 50%;
    max-width: 72px;
    flex: 1.1;
    margin-right: 26px;
}

table.manage-table .title-container .img3 {
    max-width: 172px;
    flex: 1.1;
    margin-right: 26px;
}

mark.notify-color {
    padding: 2px 5px 1px 5px;
    background-color: #f11010;
    color: #fff;
    border-radius: 15px;
    font-size: 14px; 
}

.customButton {
    background-color: #4384B1;
    top: 0;
    padding: 5px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 3px;
}

    .customButton:before {
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.2s;
    }

    .customButton:hover:before {
        opacity: 0.1;
    }


.headerBox span {
    color: #fff;
    display: inline-block;
    background-color: rgba(74,74,76,0.4);
    padding: 3px;
    border-radius: 9px;
}


table.search-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

    table.search-table th {
        border: none;
        background-color: #44b272;
        text-align: left;
        padding: 17px 20px;
        color: #fff;
        vertical-align: top;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        z-index: 9;
        line-height: 22px;
        margin-left: 33px !important;
    }

        table.search-table th i {
            margin-right: 3px;
            font-size: 14px;
        }

    table.search-table .table-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

        table.search-table .table-row a {
            width: 100%;
            border-radius: 3px;
            flex: 1.1;
            margin-right: 20px;
            min-width: 100px;
            max-width: 150px;
        }

        table.search-table .table-row .row-desc {
            flex: 2;
        }

            table.search-table .table-row .row-desc h4 {
                margin-bottom: 4px;
                margin-top: 0px;
                display: block;
                line-height: 20px;
                font-size: 16px;
            }

                table.search-table .table-row .row-desc h4 a {
                    color: #000000;
                }

                    table.search-table .table-row .row-desc h4 a:hover {
                        color: #00a651;
                    }

            table.search-table .table-row .row-desc span {
                display: block;
                line-height: 30px;
            }

                table.search-table .table-row .row-desc span a {
                    margin-top: 9px;
                    color: #909090;
                }

                table.search-table .table-row .row-desc span a i {
                    margin-right: 3px;
                }

            table.search-table .table-row .row-desc .row-price-box {
                display: inline-block;
                background: #CA4449;
                color: #ffffff;
                border-radius: 2px;
                font-size: 13px;
                margin-top: 9px;
                padding: 2px 10px;
            }

            table.search-table .table-row .row-desc .row-square-box {
                display: inline-block;
                background: #428BCA;
                color: #ffffff;
                border-radius: 2px;
                font-size: 13px;
                margin-top: 9px;
                padding: 2px 10px;
            }

            table.search-table .table-row .row-desc .row-date-box {
                display: inline-block;
                background: #44b272;
                color: #ffffff;
                border-radius: 2px;
                font-size: 13px;
                margin-top: 9px;
                padding: 2px 10px;
            }

    table.search-table th:first-child {
        width: 100%;
        border-radius: 3px 0 0 3px
    }

    table.search-table th:first-child i {
        left: 35px;
    }

    table.search-table td:first-child {
        padding-left: 0px;
        line-height: 25px;
    }

    table.search-table td {
        padding: 15px 20px;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
    }

        table.search-table td.centered {
            text-align: center;
        }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

@media (max-width: 767px) {
    .main-search-group {
        width: 100%;
    }

        .main-search-group button {
            width: 100%;
            margin-bottom: 10px;
        }

    .add-image label.upload-image2 {
        width: 100%;
        height: 65px;
        max-width: 250px;
        position: relative;
        margin-bottom: 160px;
        margin-left: 0px;
    }

    table.search-table .table-row .row-desc h4 {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    table.search-table .table-row .row-desc h4 {
        font-size: 13px;
    }

    table.search-table .table-row .row-desc span {
        font-size: 13px;
    }

    table.search-table .table-row .row-desc .row-price-box, 
    table.search-table .table-row .row-desc .row-square-box, 
    table.search-table .table-row .row-desc .row-date-box {
        font-size: 11px;
    }

    table.search-table .table-row a {
        margin-right: 9px;
    }
}