/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 2.7
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */
.dashboad-tooltip {
  width: 40px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  margin: 0px 0px;
  border-radius: 3px;
  color: #c3b4b4;
  color: #7db128;
  padding: 0px;
  display: inline-block;
  font-size: 40px;
}

.dashboad-tooltip:hover{
  background-color: #e2e517;
  color: #8837ed;
}
.logo img {
       max-height: 80px;
}
.submit_mandatory {
display: none;
    padding: 0px;
    font-size: 13px;
    background-color: #ffffff;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    border-radius: 5px;
    color: #fff;
}
[id="property_price_before_label"] {
display: none!important;
}
[for="property_price_before_label"] {
display: none!important;
}

[id="property_price_after_label"] {
display: none!important;
}
[for="property_price_after_label"] {
display: none!important;
}

.col-md-12 #instant_booking {
    margin-left: 15px;
    display: none;
}
[for="instant_booking"] {
display: none!important;
}
.custom_day_wrapper {
    display: none;
}

@media only screen and (max-width: 1024px){
.custom_day_wrapper_mobile {
    display: none!important;
}

}
/* Esto elimina el acceso superior al menu de propietario
#user_menu_open{
display: none!important;
}
.user_menu.user_loged{
display: none!important;
}
*/
//esto elimina el boton book now
.snap-drawer-right{
display: none!important;
}
.mobile-trigger-user{
display: none!important;
}
.submit_booking_front_wrapper {
display: none!important;
}
/*esto elimina añadir a favoritos y contactar propietario*/
.third-form-wrapper {
display: none!important;
padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 991px)
.third-form-wrapper {
display: none!important;
}
#add_favorites {
display: none!important;
}
.reservation_buttons {
display: none!important;
}
.prop_social {
display: none!important;
}

[id="live_in"] { display: none!important; }
[for="live_in"] { display: none!important; }
[id="usertwitter"] { display: none!important; }
[for="usertwitter"] { display: none!important; }
[id="userskype"] { display: none!important; }
[for="userskype"] { display: none!important; }
[id="paypal_payments_to"] { display: none!important; }
[for="paypal_payments_to"] { display: none!important; }
[id="usermobile"] { display: none!important; }
[for="usermobile"] { display: none!important; }
[id="secondname"] { display: none!important; }
[for="secondname"] { display: none!important; }
[id="payment_info"] { display: none!important; }
[for="payment_info"] { display: none!important; }
[id="userlinkedin"] { display: none!important; }
[for="userlinkedin"] { display: none!important; }
[id="userpinterest"] { display: none!important; }
[for="userpinterest"] { display: none!important; }
[id="private_notes"] { display: none!important; }
[for="private_notes"] { display: none!important; }
[id="private notes"] { display: none!important; }
[for="private notes"] { display: none!important; }
#user-id-image {
    display: none;
}

#user-id-uploader {
    display: none;
}
.list_detail_prop_rooms {
display: none!important
}
/*con esto elimino los cuadraditos que salen al pulsar el icono de perfil: favoritos, facturas, etc*/
.active_fav{
display: none!important
}
/*Modifico los estilos del calendario del booking system*/
.booking_unit_period
{
color: #ff0000;
font-weight: bold;
    width: 20%;
 }
/*Modifico los estilos de: Mis Reservas*/
.booking_unit_owner
{
display: none!important
 }
.col-md-6 {
    width: 45%;
}

/*el estilo de modificar anuncio*/

.info-container {
    margin-top: 15px !important;
}
.dashboad-tooltip {
    width: 30px !important;
    height: 34px !important;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin: 7px 0px !important;
    border-radius: 3px;
    color: #c3b4b4;
    color: #8A8F9A;
    padding: 0px;
    display: inline-block;
     font-size: 23px !important;
}
/*Para cambiar el color de la cabecera en la version de movil*/
.mobile_header {
    background-color: rgb(255 255 255 / 15%);
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0px;
    display: none;
    z-index: 9999;
}
.mobile_header i {
    color: #1e1e1e;
    font-size: 17px;
    margin: 26px 23px;
}

.property_dashboard_status {
    flex-direction: inherit !important;
    justify-content: center;
    font-weight: 600;
}
/*Quito los iconos del mapa de los listings*/
.google_map_poi_marker{
display: none;
}


