﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.page_error {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    color: red;
    font-weight: 600;
    padding-left: 25px;
}

.page_notify {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #c7c8c9;
    padding-left: 25px;
}


fieldset.page-block {
    border: 1px solid #c7c8c9;
    border-radius: 5px;
    padding: 5px;
}

    fieldset.page-block legend {
        width: max-content;
        margin: -27px 0px 0 20px;
        background: white;
        padding: 0 5px 0 5px;
        border: none;
    }



.pager li.active {
    font-size: 21px;
}
.pager a {
    color: #686161;
    font-size: 16px;
    font-weight: 600;
}

.pager li.active a 
{
    font-size: 21px;
}
.pager li.arrow a {
    font-size: 21px;
}




.property_image {
    width: 200px;
}


    .property_image img {
        width: 100%;
        height: auto;
    }


.description_container {
    max-height: 300px;
    overflow: auto;
    word-break: break-word;
}


.property_tr_top_level {
    border-top: 2px solid #696161!important;
}

.filter_search_form_field {
    margin-bottom: 10px;
}


.navbar-brand {
    font-size: 16px!important;
}

.navbar-brand.logo {
    font-weight: 600!important;
    color:#fff;
}
.source_container {
    min-width: 150px;
}


.f_company_page {


}

    .f_company_page .company_data_container 
    {

    }

    .f_company_page .company_data_container .title {
        font-size: 20px;    
    
    }

        .f_company_page .company_data_container .property 
        {
            font-size: 16px;
        }


.anychart-credits {
    display:none;
}


.hidden {
    display: none;
}

.day_value {
    width: 150px;
    height: 210px;
    vertical-align: top;
}

.day_info {
    font-size: 20px;
    font-weight: 600;
    color: #5b5757;
}

.day_value .nowrap {
    white-space: nowrap;
}

.day_info_col {
    border: 1px solid;
    height: 130px;
}
.block-button {
min-height:28px;
}

.day_info_col.today {
    border: 2px solid #5a5757;
}

.simple_pager {
    text-align: center;
    font-size: 18px;
}
    .simple_pager a {
        margin: 10px;
    }



hr {
    margin-top: 5px;
    margin-bottom: 5px;
}


.show_hide_block {
    margin: 10px 0 10px 0;
}


.navbar-nav > li {
    float: left;
    margin: 0 5px 0 5px;
}


button.btn.btn-default:focus-visible {
    outline: none;
}

.btn:focus {
    outline: none;
 
}


.free_search_container {
    max-height: 500px;

}

.search_results_container
{
    padding-top: 8px;
}
.search_results_container .container_data {
    max-height: 400px;
    overflow: auto;
    margin-top: 10px;
}

.model_item_label:hover {
    text-decoration:underline;
}


.search_results_city_container .container_data {
    height: 400px;
    overflow: auto;
    padding-top: 8px;
}


.free_search_filter input {
    margin-right:10px;
}