/* Developer CSS */



.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2000;
}


.preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 150px;
    margin: 0px auto;
}


.no-results{padding: 10px; text-align: center; margin-bottom: 0px auto; text-transform: capitalize;margin: 0 auto;}


label.error{
    color: #de3c3c;
    font-size: 12px;
    margin: 0;
}


.error-page{
    text-align: center;
}


.error-content-html button {
    background-color: #eb3909;
    color: #fff;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
    min-width: 100px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}


.error-content-html {
    text-align: center;
    position: relative;
    z-index: 10;
}



.pagination .active a{
    background-color : #f2d6c4 !important;
}



.post-map {
    min-height: 400px;
    border: none;
    margin-bottom: 10px;
    width: 100%;
}


.upload-row-large {
    width: 100%;
    margin: 10px 0;
    float: left;
    padding: 0;
    list-style-type: none;
    padding-left: 15px;
}


.upload-cell-large:first-child {
    margin-left: 0;
}

.upload-cell-large:last-child {
    margin-right: 0;
}

.upload-cell-large {
    position: relative;
    display: inline-block;
    width: 23%;
    margin: 0 2% 15px 0;
        margin-right: 2%;
        margin-left: 0px;
    border: 1px solid #d3d3d3;
}

.upload-cell-large img {
    width: 100%;
}


.upload-row-large .remove-img {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 26px;
    height: 26px;
    line-height: 25px;
    background-color: #f0e5e3;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
}

.tags{
    padding-top: 8px;
}


#frmEditReview .form-group {
    margin-left: 15px;
    margin-right: 15px;
}


.search-right-map-div{
    width: 100%;
    height: 100%;
}



.main-search-map {
    min-height: 400px;
    border: none;
    margin-bottom: 10px;
    width: 100%;
}


#frmPostAd .upload-adv {
    padding-left: 15px;
    padding-right: 15px;
}


#frmPostAd .upload-edt {
    top: 40%;
}


.post-ad-vertical-image {
    width: 287px;
    margin: 0px auto;
}


.blog-list-sec .list-group .list-group-item.active{
    z-index: 10;
    color: #fff;
    background-color: #f2e0c4;
    border-color: #f2e0c4;
}





.thumb-like small i {
    cursor: pointer;
}

.share-suggest-bx .social-footer .social-icons a{
    width: 35px;
    height: 35px;
}

.share-suggest-bx .buss-info-rgt a{
    margin-bottom: 6px;
}


.dropdown-menu li a {white-space: normal;}



.admin-bx .thumb-like small {
    padding: 10px 0;
    line-height: 1;
    font-size: 30px;
}

.admin-bx .thumb-like small i.icon-thumb-o{
    color:  #898f95;
}


.bootstrap-select ::-webkit-scrollbar {
    width: 5px;
    background:#d2d2d2;
}

.bootstrap-select ::-webkit-scrollbar-track {
    border-radius: 10px;
}

.bootstrap-select ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#eb3909;
} 


.fam-image{
    margin-top: 12px;
}



.gen-bx-dtl h3 span {
    font-family: 'Roboto', sans-serif;
    color: #232c33;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #eb3909;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    padding: 5px 0;
    margin-right: 5px;
}



.filter-grid .results-found{
    font-size: 15px;
    font-weight: 300;
    padding: 10px 20px 10px 14px;
}


.invi-frnd{
    font-size: 15px;
    text-align: center;
}    


span.form-control-feedback{
    margin-right: 16px;
    margin-top: 16px;
    cursor: pointer;
}


#frmPostAd .post-ad-anchor{
    font-size: 15px;
}

.time-post-span{
    font-size: 12px;
}

.mi-dtl{
    font-size: 14px;
}

.mi-dtl small{
    font-size: 14px;
}

.social-icons-span{
    font-size: 16px;
    font-family: 'Rancho', cursive;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.detail-extra-social{
    text-align: center;
    border: 1px solid lightblue;
    padding-top: 26px;
    padding-bottom: 22px;
}

.profile-info-rgt .small-info label{
    width: 25%;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .profile-info-rgt .small-info label{
        width: 100%;
    }

    .social-icons-span{
        float: left;
        /*padding: 8px;*/
    }        
}

.mi-dtl span{
    width: 200px;
}