#content .left .inner {
    min-height: 10px;
    height: auto !important;
    height: 10px;
}

#cbtgeosearch {
    margin-bottom: 40px;
}

#cbtgeosearch * {
    box-sizing: border-box;
}

#cbtgeosearch_inputs {
    padding: 20px;
    /*margin-bottom: 25px;*/
    background-color: #E5E5E5;
}
#cbtgeosearch_inputs h2 {
    color: rgb(119, 119, 119);
}
#cbtgeosearch_inputs input {
    /*border: 1px solid  rgba(0, 0, 0, 0.5);*/
    /*width: auto;*/
}

#cbtgeosearch_inputs input.notfound {
    border-color: rgba(255, 0, 0, 0.4);
}
div#cbtgeosearch_input_fields input,
div#cbtgeosearch_input_fields select {
    display: inline-block;
    background-color: #fff;
}
div#cbtgeosearch_input_fields input {
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    border-radius: 0;
    /*margin-left: 5%;*/
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    height: 32px;
}
div#cbtgeosearch_input_fields select {
/*    margin-left: 5%;
    width: 90%;*/
    border-radius: 0;
}
/*.cbtgeosearch_input_subfields {
    display: inline-block;
    width: 50%;
}*/

#cbtgeosearch_dropdown {
    width: 100%;
    height: 31px;
    margin: 10px 0px 10px 0px;
    max-width: 100%;
}

#cbtgeosearch_textfield {
    width: 480px;
}

#cbtgeosearch_content {

}

#cbtgeosearch_content .all_results {
    height: 550px;
    overflow: auto;
}

#cbtgeosearch_content .results_map {

}

#cbt_geo_search_map  {
    height: 550px;
    width: 100%;
}

#cbtgeosearch_content .map_header,
#cbtgeosearch_content .map_items,
#cbtgeosearch_content .result_items {
    /*margin: 5px 20px;
    border-bottom: 1px solid #000;*/
}

#cbtgeosearch_content .map_header {
    border: 0px;
}

/*#cbtgeosearch_content .map_header * {
    color: #B4032F;
}*/
#cbtgeosearch_content .map_items:hover * {
    color: inherit;
}
#cbtgeosearch_content .map_items,
#cbtgeosearch_content .result_items {
    /*padding-left: 1.5%;*/
}
#cbtgeosearch_content .result_items {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#cbtgeosearch_content .result_items:hover {
    background-color: rgba(229, 229, 229, 0.5);
}

#cbtgeosearch_content .result_items:last-child {
    border-bottom: 0px;
}

#cbtgeosearch_details_modal .uk-modal-dialog {
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: 1050;
    width: 600px;
    margin-left: -250px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
}

#cbtgeosearch_details_modal .uk-modal-header {
    border-bottom: none;
    padding-bottom: 0;
    border-radius: 6px;
    text-align: right;
}

#cbtgeosearch_details_modal .uk-modal-header .uk-close {
    float: none;
    margin-left: auto;
    display: block;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #e4e4e4;
    text-shadow: 0 1px 0 #ffffff;
    margin-top: 2px;
    font-family: Roboto,sans-serif;
    text-decoration: none;
}
#cbtgeosearch_details_modal .uk-modal-header .uk-close:hover {
    color: #c9c9c9;
}

#cbtgeosearch_details_modal .uk-modal-body {
    padding: 0;
    padding-bottom: 10px;
}

#cbtgeosearch_details_modal table {
    width: 100%;
}

#cbtgeosearch_details_modal td {
    vertical-align: top;
    width: 50%;
}

#cbtgeosearch_details_modal a {
    text-decoration: underline;
}

#cbtgeosearch_details_back,
.cbtgeosearch_back_button {
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
    /*font-family: 'c063006t';*/
}

#cbtgeosearch_details_back {
    margin-top: 10px;
}

#cbtgeosearch_details_modal #cbtgeosearch_details_back {
    display: none;
}

.cbtgeosearch_details_button {
    cursor: pointer;
}
.cbtgeosearch_details_button .cbtgeosearch_name {
    text-decoration: underline;
}
.cbtgeosearch_details_button .coords {
    display: none;
}

#cbtgeosearch_details_content {
    background: #FFF;
    padding: 10px 20px;
}

#cbtgeosearch_details_content img {
    float: right;
    max-width: 64px;
}

.cbtgeosearch_filters {
    position: absolute;
    margin-left: 80px;
    margin-top: -25px
}

.cbtgeosearch_filters img {
    margin-right: 5px;
/*    width: 16px;*/
    height: 25px;
}

#cbtgeosearch_textfield_country, #cbtgeosearch_textfield {
    display: block;
}

#cbt_geo_search_modal {
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: 1050;
    width: 970px;
    margin-left: -485px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

#cbt_geo_search_modal .uk-modal-header {
    border-bottom: none;
}
#cbt_geo_search_modal .uk-modal-header .uk-close {
    float: none;
    margin-left: auto;
    display: block;
}

#cbt_geo_search_modal .uk-modal-body {
    max-height: none; /*todo*/
    width: 950px;
    height: 630px;
    padding: 10px;
}

#cbt_geo_search_modal_map {
    width: 950px;
    height: 630px;
}

#cbtgeosearch_filter_buttons {
    display: none;
    margin-bottom: 20px;
    /*border-left: 1px solid #E5E5E5;*/
}
div.cbtgeosearch_filter_button {
/*    display: block;
    float: left;
    width: 12.5%;*/
    height: 60px;
    border: 1px solid #E5E5E5;
    border-left: 0 none;
    border-top: 0 none;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    /*text-align: center;*/
    cursor: pointer;
/*    background-repeat: no-repeat;
    background-position: 10px center;*/
    box-sizing: border-box;
    overflow: auto;
}
#cbtgeosearch_filter_buttons div:first-child div.cbtgeosearch_filter_button {
    border-left: 1px solid #E5E5E5;
}
.cbtgeosearch_filter_button > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#cbtgeosearch_filter_buttons div.cbtgeosearch_filter_button:first-child {

}
/*#cbtgeosearch_filter_button_1 {
    background-image: url('../../../../../media/cbtgeosearch/icons/client.gif');
}
#cbtgeosearch_filter_button_2 {
    background-image: url('../../../../../media/cbtgeosearch/icons/full.gif');
}
#cbtgeosearch_filter_button_3 {
    background-image: url('../../../../../media/cbtgeosearch/icons/montage.gif');
}
#cbtgeosearch_filter_button_4 {
    background-image: url('../../../../../media/cbtgeosearch/icons/pattern.gif');
}*/
.cbtgeosearch_filter_button.selected,
.cbtgeosearch_filter_button:hover {
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 10px #E5E5E5 inset;
}
.cbtgeosearch_filter_button input[type="radio"] {
    vertical-align: text-top;
}
.cbtgeosearch_filter_button label {
    display: inline;
}

/* tablets portrait */
@media (min-width: 768px) {

    .uk-grid-width-medium-1-8 > div { width: 12.5%; }
/*    .uk-width-medium-2-12 { width: 16.666%; }
    .uk-width-medium-3-12 { width: 25%; }
    .uk-width-medium-4-12 { width: 33.333%; }
    .uk-width-medium-5-12 { width: 41.666%; }
    .uk-width-medium-6-12 { width: 50%; }
    .uk-width-medium-7-12 { width: 58.333%; }
    .uk-width-medium-8-12 { width: 66.666%; }
    .uk-width-medium-9-12 { width: 75%; }
    .uk-width-medium-10-12 { width: 83.333%; }
    .uk-width-medium-11-12 { width: 91.666%; }*/

}

/* Desktops & tablets landscape */
@media (min-width: 960px) {

    .uk-grid-width-large-1-8 > div { width: 12.5%; }
/*    .uk-width-large-2-12 { width: 16.666%; }
    .uk-width-large-3-12 { width: 25%; }
    .uk-width-large-4-12 { width: 33.333%; }
    .uk-width-large-5-12 { width: 41.666%; }
    .uk-width-large-6-12 { width: 50%; }
    .uk-width-large-7-12 { width: 58.333%; }
    .uk-width-large-8-12 { width: 66.666%; }
    .uk-width-large-9-12 { width: 75%; }
    .uk-width-large-10-12 { width: 83.333%; }
    .uk-width-large-11-12 { width: 91.666%; }*/

}

@media (max-width: 767px) {
    div#cbtgeosearch_input_fields input, .cbtgeosearch_input_subfields {
        width: 100%;
        box-sizing: border-box;
    }

    div#cbtgeosearch_input_fields input {
        min-height: 40px;
    }
}

body:not(.cbgeosearch-init) .cbgeosearch-isnt-loaded,
body.cbgeosearch-loaded .cbgeosearch-isnt-loaded  {
    display: none;
}
body:not(.cbgeosearch-loaded) .cbgeosearch-is-loaded  {
    display: none;
}