/*
Plugin Name: Justimmo Api Plugin CSS
Plugin URI: http://www.justimmo.at/wordpress-api-plugin
Description: Plugin is showing the Justimmo API results
Author: bgcc
Version: 1.0
Author URI: http://www.bgcc.at
*/


/* Justimmo Objekt Liste
***************************************************************/
.bg_content {
    float: left;
    width: 70%;
}

.bg_listTitle {
    margin-bottom: 10px;
}

.bg_listTitle a {
    text-decoration: none;
}

#bg_compactInfos {
    float: left;
    width: 390px;
}

.bg_smallImage {
    float: left;
    width: 220px;
    margin-right: 10px;
}

.bg_objectSearchListHeader {
    margin-bottom: 20px;
}

.bg_objectSearchListEntry {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.bg_listAddress {
    margin-bottom: 10px;
}

.bg_objectSearchListMeta table td {
    padding: 3px 3px 5px 0;
}

.bg_pager01 {
    float: left;
}

.bg_pager02 {
    float: left;
}

.bg_pager03 {
    float: left;
}

.bg_pager02 span {
    display: inline-block;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    padding: 5px 3px 1px 3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.bg_pager01 a, .bg_pager03 a {
    display: inline-block;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    padding: 3px;
    line-height: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/* Justimmo Objekt Detailseite
***************************************************************/

#bg_objectDetailMetaNav ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

#bg_objektBeschreibung p {
    margin-bottom: 5px;
}

#detailImage img {
    width: 100%;
}

#objekt_vorschaubilder {
    margin-bottom: 15px;
}

#objekt_vorschaubilder a {
    text-decoration: none;
    height:65px;
    display: block;
    width: 100px;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}

#bg_objectDetailInformation h2 {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#bg_objectDetailInformation ul li {
    margin-bottom: 5px;
}

#bg_objectDetailInformation ul, #bg_objectDetailInterior {
    margin-bottom: 15px;
}

.bg_address { margin-bottom: 10px;}

/* Justimmo Searchbox Widget
***************************************************************/
.JiApiWpSearchBarWidget {
    float: right;
    width: 260px !important;
}

#immobilien_schnellsuche {
    font-size: 13px;
}

#immobilien_schnellsuche h3 {
    margin-bottom: 5px;
}

.bg_formRow {
    margin-bottom: 10px;
}

.bg_formRow label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}

#bg_formInputMiete {
    float: left;
    margin-right: 10px;
}

.bg_formInput .bg_textfield {
    width: 34%;
}

#object_own_id {
    width: 60%;
}

body .bg_formInput .bg_fluidTextfield {
    width: 100%;
}

/* Justimmo sonstige Helper
***************************************************************/
.clear {
    clear: both;
}

.bg_rightLink {
    float: right;
    margin-top: 8px;
}

.bg_property_request input, .bg_property_request textarea {
    width: 100%;
}

.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
}

.bg_property_request div.alert {
    margin-top: 20px;
}

.bg_objectDetailMetaNav ul, .bg_objectDetailInformation ul {
    list-style: outside none none;
}

