
/*--------------------------------------------------------------------------------*/
/*       DASHBORD                                                                 */
/*--------------------------------------------------------------------------------*/

    /*--- Sidebar --------------------------- */

    .dashbord {
        background-color: cyan;
        padding: 0;
    }
    .sidebar {
        background-color: #8CB93A;
    }
    .main-right {
        padding: 20px 30px;
        background-color: #fff;
    }

    .sidebar-menu-ul {
        width: 100%;
        overflow: hidden;
    }
    .sidebar-menu-ul .title {
        color: #08296c;
        line-height: 1.1;
        margin-top: 10px;
        padding-left: 10px;
    }
    .subtitle {
        padding-left: 30px;
    }

    .sidebar-menu-ul li a {
        display: block;
        padding: 0 15px;
        font-size: 14px;
        font-family: "Nunito";
        line-height: 1.8;
        color: #08296c;
        text-decoration: none;
        border-left: 2px solid transparent;
        border-left-color: transparent;
    }

    .sidebar-menu-ul li:hover a, .sidebar-menu-ul li.active a {
        color: #fff;
    }

    /* --- Main Right ---------------------------------------- */

    .my_dashboard_review, .my_listing_single {
        background-color: #EFEFEF;
        border-radius: 10px;
    }

    .my_dashboard_review, .my_listing_single.fblanco {
        border: 2px solid #ccc;
        background-color: #f7f6f5;
        border-radius: 10px;
    }

    .vinculo{ 
        color: blue; 
    }

/*--------------------------------------------------------------------------------*/
/*      TABLERO                                                                   */
/*--------------------------------------------------------------------------------*/

    /*--- Texto de las tablas ---------------------------------*/

    .packages_table .table td, .packages_table .table th, 
    .savesearched_table .table td, .savesearched_table .table th, 
    .property_table .table td, .property_table .table th {
        font-size: 14px !important;
    }

    .fa.fa-times-circle, .fa.fa-hand-paper-o{
        font-size: 50px;
    }


    .dashbord.tablero {
        background-color: #fff;
        padding: 0;
    }

    .ff_one {
        background-color: #EFEFEF;
        border: 1px solid rgb(235, 235, 235);
        border-radius: 8px;
        height: 125px;
        margin-bottom: 30px;
        position: relative;
        padding: 0px 20px 0px 20px;
    }

    .ff_one .icon {
        width: 110px;
        height: 110px;
        line-height: 110px;
        text-align: center;
        border-radius: 50%;
        float: right;
        background-color: transparent;
    }

    .ff_one .detais p {
        font-size: 12px;
        font-family: "Nunito";
        color: rgb(119, 119, 119);
        margin-bottom: 0;
        font-weight: bold;
    }

    /* revisar, si no son necesarias, borrarlas */
    .marco-iconos-tablero {
        background-color: #EFEFEF;
        border: 1px solid rgb(235, 235, 235);
        border-radius: 8px;
    }

    .detalles-info,.icono-info{
        display: inline-block;
    }

    .numero{
      font-size: 26px;
      line-height: 26px;
      font-weight: bold;
      text-align: left;
      margin:0;
      padding:0;
    }

    .propiedades{
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      margin:0;
      padding:0;
    }
    .imagen-info{
        max-width: 50%;
    }

/*--------------------------------------------------------------------------------*/
/*       PROPIEDADES                                                              */
/*--------------------------------------------------------------------------------*/

    .feat_property .details .tc_content h4 {
        font-size: 16px !important;
    }
    .feat_property .details .tc_content p {
        font-size: 14px !important;
    }
    p.fp_price.propiedades.text-thm.mt-4 {
        font-size: 22px !important;
    }
    
    /* --- Agregar Nueva Propiedad ------------------------------------ */

    #habilitar_resi_cond{
        font-size: 12px;
        color: blue;
        cursor:pointer;
        margin-left: 10px;
    }
    .small.rojo {
        color: red;
    }

/*--------------------------------------------------------------------------------*/
/*       PLANES                                                                   */
/*--------------------------------------------------------------------------------*/

    .btn.btn-success.btn-block.propietarios, .btn.btn-success.btn-block.agencias {
        width: 200px;
        height: 50px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 18px;
        line-height: 34px;
        background-color: #08296c;
        border: none;
    }

    .btn.btn-success.btn-block.propietarios {
        background-color: #08296c;
    }

    .btn.btn-success.btn-block.agencias {
        background-color: #ff8e01;
    }

    .btn.btn-info.btn-lg.regresar {
        width: 200px;
        height: 50px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 18px;
        line-height: 34px;
        background-color: #08296c;
        border: none;
    }

    .our-service{
        padding: 15px 0 15px 0;
        background: #EFEFEF;
        border-radius: 15px;
    }
    .pricing_table {
        background-color: #fff;
        border: 1px solid #e27f06;
    }
    .pricing_table .pricing_header {
        padding: 0;
    }
    .pricing_table .pricing_header .price {
        font-size: 40px;
        color: #e27f06;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .pricing_table .pricing_header .dollar {
        position: relative;
        top: -4px;
        font-size: 25px;
        color: #e27f06;
        font-weight: bold;
    }
    .pricing_table .pricing_header h4 {
        font-size: 30px;
        line-height: 1;
    }
    .pricing_table .pricing_content ul li {
        font-size: 14px;
        line-height: 2.5;
    }
    .pricing_table .pricing_footer .btn.pricing_btn.bronce,
    .pricing_table .pricing_footer .btn.pricing_btn.plata,
    .pricing_table .pricing_footer .btn.pricing_btn.oro {
        height: 50px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 18px;
        line-height: 34px;
        background-color: #08296c;
        border: none;
    }

    .status_tag.badge.activo {
        background: #04ff00;
        color: #08296c;
    }

    .inactivo {
        background: #ff0023;
        color: #ffffff;
    }

/*--------------------------------------------------------------------------------*/
/*       REVISAR (CHECKOUT)                                                       */
/*--------------------------------------------------------------------------------*/

    .checkout_form .checkout_coupon form button {
        background-color: #ffffff;
        color: #272626;
    }

    .shop-checkouts {
        padding: 15px 0 15px 0;
        background: #EFEFEF;
        border-radius: 15px;
    }

    #direccion::placeholder, #ciudad::placeholder, #movil::placeholder{
        color: #484848;
    }

    #asunto:focus,#direccion:focus, #pais:focus, #ciudad:focus,#telefono:focus,#movil:focus{
        border: 1px solid #d1780c;
        box-shadow: 2px 4px 6px #ccc;
    }

    .custom-control-label::before {
        width: 18px;
        height: 18px;
        top: .25rem;
        background-color: #ffffff;
        border: 1px solid #006B9D;
    }


    .btn.btn-info.btn-lg.pagar {
        height: 50px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 18px;
        line-height: 34px;
        background-color: green;
        border: none;
    }

    .btn.btn-info.btn-lg.cancelar {
        height: 50px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 18px;
        line-height: 34px;
        background-color: red;
        border: none;
    }

    .barraDOS{
        width: 150px;
        height: 30px;
        border-radius: 5px;
        background-color: #ff8e01; 
        color: white;
        text-align: center;
        margin:0 auto;
        font-weight: bold;
    }
    #cuerpoDOS{
        width: 100%;
        height: 30px;
        background-color: #08296c;
        border-radius: 5px 0 0 5px;
    }
    .textoDOS{
        padding-top: 3px;
    }
     
    .barraDOS > div{
       -webkit-animation: progress-barraDOS 3s;
       -moz-animation: progress-barraDOS 3s;
    }
     
    @-webkit-keyframes progress-barraDOS {
      0% { width: 0; }
    } 
     
    @-moz-keyframes progress-barraDOS {
       0% { width: 0; }
    }


/*--------------------------------------------------------------------------------*/
/*      CREAR BANNER                                                              */
/*--------------------------------------------------------------------------------*/

    #cliente:focus, #posicion:focus, #url:focus{
        border: 1px solid #d1780c;
        box-shadow: 2px 4px 6px #ccc;
    }

    #tiempo, #posicion{
        z-index: 1000;
    }

    .col-lg-12.banners{
        height: 325px;
        min-height: 325px;
        max-height: 325px;
    }

    .wrap-custom-file.banner {
        position: relative;
        display: inline-block;
        width: 850px;
        height: 300px;
        text-align: center;
        border-radius: 8px;
        background: white;
    }
    .wrap-custom-file.banner label {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        cursor: pointer;
        background-image: url(../images/banners/bg_home.png);
        border-radius: 8px;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        z-index: 1;
    }

    .wrap-custom-file.square {
        position: relative;
        display: inline-block;
        width: 250px;
        height: 230px;
        text-align: center;
        border-radius: 8px;
        padding: 10px;
        background: white;
    }
    .wrap-custom-file.square label {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        cursor: pointer;
        background-image: url(../images/banners/bg_square.png);
        border-radius: 8px;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        z-index: 1;
    }

    .img-fluid.largo{
        width: 100%;
    }
    .img-fluid.cuadro{
        width: 47%;
    }

/*--------------------------------------------------------------------------------*/
/*      BANNERS - CAMBIAR ESTADO                                                  */
/*--------------------------------------------------------------------------------*/

    .editar-banner {
        width: auto;
        height: 350px;
        max-height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .status_tag.badge.activo{
        background: #04ff00;
        color:#08296c;
    }
    .status_tag.badge.inactivo{
        background: red;
        color:white;
    }
    .opacar{
        opacity: 0.5;
    }

    .table.banners td, .property_table .table.banners th {
        font-size: 14px;
        padding: 5px;
    }
    .fa.fa-eye-slash.desactivar, .fa.fa-eye.activar, .fa.fa-pencil.editar{
        color: #ffffff;
        font-size: 14px;
    }

    .view_edit_delete_list.propiedades li.desactivar {
        background: #777171;
    }
    .view_edit_delete_list.propiedades li.activar {
        background: #ff8e01;
    }
    .view_edit_delete_list.propiedades li.editar {
        background: #08296c;
    }
    .view_edit_delete_list.propiedades li.editar a span,
    .view_edit_delete_list.propiedades li.eliminar a span {
        color: white;
        font-size: 20px;
    }
    .view_edit_delete_list.propiedades li.eliminar {
        background: #8c0808;
    }

    .table.banners td.fechas{
        font-size: 12px;
    }

    .fa.fa-exclamation-triangle.big{
        font-size: 30px;
        color:#C82433;
    }

/*--------------------------------------------------------------------------------*/
/*      CREAR POST                                                                */
/*--------------------------------------------------------------------------------*/

    .wrap-custom-file.foto {
        display: inline-block;
        width: 450px;
        height: 225px;
        text-align: center;
    }
    .wrap-custom-file.foto label {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        cursor: pointer;
        background-image: url(../images/banners/bg_post.png);
        border-radius: 8px;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        z-index: 1;
    }

    .wrap-custom-file label span.foto {
        background-color: #e6e6e6;
        bottom: 20px;
        color: #484848;
        font-size: 14px;
        font-family: "Nunito";
        line-height: 2.2;
        height: 50px;
        left: 120px;
        position: absolute;
        width: 220px;
    }

/*--------------------------------------------------------------------------------*/
/*       ACTUALIZAR POST                                                          */
/*--------------------------------------------------------------------------------*/

    img.img-fluid.w-100.actual {
        width: 90% !important;
        border-radius: 7px;
        border: 2px solid #ff8e01;
    }

/*--------------------------------------------------------------------------------*/
/*       PROPIEDADES                                                              */
/*--------------------------------------------------------------------------------*/

    .custom-height{
        height:600px;
        overflow-y: hidden;
    }
    /*
    .custom-scroll{
        height:425px;
        max-height: 425px;
        min-height: 425px;
        overflow-y: scroll;
    }
    */
    .custom-scroll{
        height:570px;
        max-height: 570px;
        min-height: 570px;
        overflow-y: hidden;
    }

    .table-responsive.propiedades {
        background: white;
    }

    .img-fluid.propiedades {
        max-width: 100%;
        height: 420px;
    }

    .feat_property.home7.agent .thumb.propiedades img {
        height: 300px !important;
    }

    .thumb .thmb_cntnt ul.tag.propiedades {
        top: 30px;
        left: 30px;
    }

    .feat_property .details.propiedades {
        position: relative;
        top:15px;
        left: 0 !important;
    }

    .address.propiedades {
        font-size: 14px ;
        margin-top: 5px;
    }

    .fp_price.propiedades {
        font-size: 18px !important;
        color: #ff8e01 !important;
        font-weight: bold;
        margin-top: 20px;
    }

    .status_tag.badge.propiedades{
        background: #04ff00;
        color:#08296c;
    }

    .view_edit_delete_list.propiedades li {
        width: 33px;
        height: 36px;
        font-size: 14px;
        line-height: 2.85;
        background-color: #8CB93A;
    }

    .view_edit_delete_list.propiedades li.editar {
        background-color: #006B9D;
    }

    .view_edit_delete_list.propiedades li.fotos {
        background-color: #FF8E01;
    }

    .flaticon-edit.propiedades, .flaticon-garbage.propiedades, .flaticon-view.propiedades{
        color:white; 
    }

    .view_edit_delete_list.multimedia li {
        width: 33px;
        height: 36px;
        font-size: 14px;
        line-height: 2.85;
        background-color: #ff8e01;

    }

    .fa.fa-camera.color, .fa.fa-file.color, .fa.fa-th-large.color {
        color: #08296c;
        font-size: 18px;
    }

/*--------------------------------------------------------------------------------*/
/*       AGREGAR PROPIEDAD                                                        */
/*--------------------------------------------------------------------------------*/

    .progress {
        display: -ms-flexbox;
        display: flex;
        height: 1.75rem;
        font-size: .75rem;
        background-color: #EFEFEF;
        border-radius: 0;
        border: 1px solid #c6c6c6;
        overflow: hidden;
    }

    #regiration_form fieldset:not(:first-of-type) {
        display: none;
    }

    #frmAgregarPropiedad fieldset:not(:first-of-type) {
        display: none;
    }

    .next{
        font-size: 14px;
        color: #fff;
        padding: 8px 20px;
        background-color: #08296c;
        border-color: #08296c;
    }
    .previous{
        font-size: 14px;
        color: #000;
        padding: 8px 20px;
        background-color: #ff8e01; 
        border-color: #ff8e01; 
    }

    .next:hover{
        background-color: #f6f6f6;
        border-color: #8CB93A;
    }
    .previous:hover{
        background-color: #f6f6f6; 
        border-color: #8CB93A; 
    }

    #municipio {
        width: 290px;
        height: 50px;
        display: block;
        padding-left: 15px !important;
        color: #6d6d6d !important;
        border: none;
        background: url("../images/resource/down-arrow.png") no-repeat right #fff;
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        appearance: none;
    }

    #municipio .btn {
          background-color: #FFF;
          border-style: solid;
          border-left-width: 3px;
          border-left-color: #CCC;
          border-top: none;
          border-bottom: none;
          border-right: none;
          color: white;
          font-weight: 200;
          padding: 12px 12px;
          font-size: 16px;
          margin-bottom: 10px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
    }
    #municipio .dropdown-menu {
        margin: 15px 0 0;
    }
    #municipio select::-ms-expand {
        /* for IE 11 */
        display: none;
    }

    .btn-white:hover, .btn-white:active, .btn-white:focus {
        color: #6d6d6d !important;
    }

    #desc_corta::placeholder, #desc_larga::placeholder{
        color: #484848;
    }

    #precio_venta:focus,#precio_alquiler:focus,#deposito:focus,
    #year_const:focus,#year_remod:focus,#deposito:focus,#youtube:focus{
        border: 1px solid #d1780c;
        box-shadow: 2px 4px 6px #ccc;
    }

    /*--- Subir Imagenes (Galeria) ------------------------------------------- */

    .wrap-custom-file.galeria label {
        width: 260px;
        height: 90px;
        text-align: center;
        background-image: url(../images/propiedades/upload_image.png) !important;
    }

    .wrap-custom-file {
        position: relative;
        display: inline-block;
        width: 250px;
        height: 90px;
        text-align: center;
    }

    .wrap-custom-file label i {
        display: inline-block;
        font-size: 24px;
        color: #006B9D;
    }

    .wrap-custom-file label span {
        background-color: #e6e6e6;
        bottom: 20px;
        color: #484848;
        font-size: 14px;
        font-family: "Nunito";
        line-height: 2.2;
        height: 50px;
        left: 20px;
        position: absolute;
        width: 220px;
    }

    #archivo {
        height: 52px;
        padding: 10px 20px;
        font-size: 16px;
        color: #e27f06;
        border: 1px solid #ff8e01;
        border-radius: 7px;
        background-color: #fff;
        margin-bottom: 15px;
    }

    #multiples {
        padding: 12px 20px;
        margin-left: 10px;
        border-radius: 6px;
        background-color: #08296c;
        border-color: #08296c;
        margin-bottom: 10px;
    }
    #multiples:hover {
        background-color: 021233; 
        border-color: 021233; 
    }

    #publish {
        padding: 12px 20px;
        border-radius: 6px;
        background-color: #ff8e01;
        border-color: #ff8e01;
    }

    #publish:hover {
        background-color: #c9740c;
        border-color: #c9740c;
    }

    .ui_kit_checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color:  #ff8e01; 
        border-color:  #ff8e01; 
    }

    .resume_uploader .upload {
        background-color: #ff8e01;
        border: 1px solid #ff8e01;
        color: #fff;
    }

    .resume_uploader .upload:hover {
        background-color: #e27f06; 
        border: 2px solid #e27f06; 
        color: #fff;
    }

    .my_profile_setting_input .btn2.btn-cancel {
        background-color: #ff0000;
        border: 2px solid #ff0000;
    }
    .my_profile_setting_input .btn2.btn-cancel:hover {
        background-color: #c10b0b;
        border: 2px solid  #c10b0b;
        color: #fff;
    }

    .my_profile_setting_input .btn2.btn-crear {
        background-color: #FF8E01;
        border: 2px solid #FF8E01;
        margin-left: 25px;
    }
    .my_profile_setting_input .btn2.btn-crear:hover {
        background-color: #e27f06; 
        border: 2px solid #e27f06; 
        color: #fff;
    }

/*--------------------------------------------------------------------------------*/
/*       EDITAR PLANOS                                                            */
/*--------------------------------------------------------------------------------*/

    /* --- Subir Imagenes (Editar Planos) --------------------- */

    .ocultar{ 
        display: none; 
    }
    .mostrar{ 
        display: block; 
    }
    .fa-input {
      font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    #img-p{
        border: 3px solid #08296c;
        margin: 5px 0 10px 0;
    }
    .fila1{
        height: 270px;
        min-height: 270px;
    }
    .fila2{
        height: 100px;
        min-height: 100px;
    }

    /*--- Estilos Tabla (Editar Planos)  ----------------------- */

    /* No las uso, pero afectan a la Tabla Editar Galeria */

    .row.planos {
        background: #E6E6E6;
    }
    .table.planos {
        width: 100%;
    }
    .ui_kit_table .table.planos {
        background-color: #ffffff;
        border-radius: 0;
        border: 1px solid #ccc;
    }
    .ui_kit_table .table.planos th {
        padding: .2rem;
        padding-left: 0.2rem;
        vertical-align: top;
        border-top: none;
    }
    .ui_kit_table .table.planos th, .ui_kit_table .table.planos td {
        padding-left: 0;
    }

    #espacio{    
        width: 100%;
        height: 200px;
    }
    .wrap-custom-file.planos label {
        position: relative;
        display: inline-block;
        width: 250px;
        height: 200px;
        text-align: center;
        background-image: url(../images/icons/planos.png);
    }
    .flaticon-garbage.planos{
        font-size: 30px;
    }

    .wrap-custom-file.main label {
        position: relative;
        display: inline-block;
        width: 400px;
        height: 250px;
        text-align: center;
        border: 1px solid #878181;
        background-image: url(../images/propiedades/upload_image_main.png);
    }

/*--------------------------------------------------------------------------------*/
/*       EDITAR GALERIA                                                           */
/*--------------------------------------------------------------------------------*/

    /*--- Subir Imagenes (Editar Galeria) -----------------------------------*/

    .wrap-custom-file.editar-galeria label {
        position: relative;
        display: inline-block;
        width: 250px;
        height: 200px;
        text-align: left;
        background-image: url(../images/icons/planos.png);
    }

    #archivo, #subir {
        padding: 12px 20px;
        margin-left: 10px;
        border-radius: 6px;
        background-color: #08296c;
        border-color: #08296c;
    }
    #subir:hover {
        background-color: 021233; 
        border-color: 021233; 
    }

/*--------------------------------------------------------------------------------*/
/*      PERFIL                                                                    */
/*--------------------------------------------------------------------------------*/

    .focus:focus {
        font-weight: bold;
        color: #08296c;
        border: 1px solid #FF8E01;
        box-shadow: 2px 4px 6px #ccc
    }
    /*
    select:focus{
          border: 2px solid #d1780c !important;
          box-shadow: 0 0 3pt 2pt red !important; 
    }
    */
    #update-perfil:focus, #update-redes:focus, #update-password:focus {
        border: 2px solid #d1780c;
        text-shadow: 1px 1px 2px #000000;
    }


    .w-55.foto_actual {
        width: 260px !important;
        height: 260px !important;
    }

    .wrap-custom-file.main.user label {
        position: relative;
        display: inline-block;
        width: 260px;
        height: 260px;
        text-align: center;
        background-image: url(../images/team/upload_image.png);
    }

    .my_profile_setting_input .btn-update {
        font-family: "Nunito";
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        border-radius: 8px;
        border: 2px solid #FF8E01;
        background-color: #FF8E01;
    }
    .my_profile_setting_input .btn-update:hover {
        border: 2px solid #e27f06; 
        background-color: #e27f06; 
    }