.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.property-container
{
/*    max-height: 350px;*/
}

.property-image
{
    text-align:center;
}

@media all and (max-width: 800px) {
    .property-image img
    {
        
    }
}

@media all and (min-width: 800px) {
    .property-image img
    {
/*        width: 261px;
        height: 200px;*/
    }
}

.property-image-list
{
    text-align:center;
}

.property-image-list img
{
/*    height:280px;*/
/*    width:auto;*/
}

#slider-property .carousel-inner .item img
{
/*    height:350px;*/
/*    width:auto;*/
}

.property-content
{
    height:120px;
}

.itemResultados
{
    cursor:pointer;
}

.itemResultados .property-container:hover
{
    border:1px solid lightblue;
}

.dropdown .mi-cuenta small
{
    font-size:65%;
}

ul
{
    list-style-type:none;
}

.quick-search
{
    background: rgba(0,0,0,.7);
}

.btn
{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn.active, .btn:active
{
    -webkit-box-shadow:none;
    box-shadow:none;    
}

.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover
{
    background-color: #3bafda;
    color: white;
}

.quick-search .btn-group button
{
    width:100%;
}

.no-padding
{
    padding:0 !important
}

#content.propiedad
{
    background-color:white;
}

#content.propiedad h2
{
    margin-top:auto;
}

#content.propiedad table td
{
    border-top:none;
}

#content.propiedad .cert_en
{
    background-color:green;
    color:white;
    height:40px;
    width:40px;
    text-align:center;
    padding-top:8px;
    font-size:20px;
}

.team-description
{
    background-color:lightgray;
}

#note-holder
{
    width: 100%;    
    bottom: 0;
    font-weight: bold;    
    z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/
    text-align: center;
    position: fixed;
}

#note-holder .alert
{
    margin-bottom: 2px;
    border-radius: 0px;
}

#modal-signup .modal-body .titulo
{
    text-align:center;
    color:#4fc1e9;
    font-weight: 100;
}

#modal-signup .modal-body .info
{
    text-align:center;
    display: block;
    font-size: 19px;
}

#modal-signup .modal-body .campos
{
    border-top: 1px solid #e5e5e5;
    padding-top:15px;
}