﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (min-width: 1450px) {
    .container {
        width: 1400px;
    }
}


/* here you can put your own css to customize and override the theme */
.login {
    background: url(/assets/global/img/acceso/login-backoffice.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .login .logo {
        margin: 60px auto 0px auto;
        text-align: center;
        background-color: #fff;
        width: 360px;
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }

    .login .content {
        -webkit-border-radius: 0 0 7px 7px;
        -moz-border-radius: 0 0 7px 7px;
        -ms-border-radius: 0 0 7px 7px;
        -o-border-radius: 0 0 7px 7px;
        border-radius: 0 0 7px 7px;
        padding: 20px 40px;
    }

        .login .content h3 {
            margin-top: 0;
            font-weight: 100;
            text-align: center;
            color: #fff;
            font-size: 28px;
            line-height: 20px;
        }

            .login .content h3 small {
                color: #fff;
                font-size: 14px;
            }

        .login .content .form-control {
            height: 50px;
        }

        .login .content .input-icon > i {
            margin: 18px 2px 4px 10px;
        }

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    padding: 16px 14px 15px 14px;
}
/***
Perfiles / Resúmenes / Fichas 
***/
.profile-pic img {
    float: none;
    margin: 0px auto;
    width: 50%;
    height: 50%;
}

.profile-pic-usr img {
    float: none;
    margin: 0px auto;
    width: 50%;
    height: 50%;
    border-radius: 50%;
}

.profile-pic-prop img {
    float: none;
    margin: 0px auto;
    width: 50%;
    height: 50%;
}
/***
Listados
***/
.table > tbody > tr > td.fit {
    border-right: 0;
}

.table > tbody > tr > td .logo-pic {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    max-width: 60px;
}

.table > tbody > tr > td .user-pic {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    max-width: 60px;
    border-radius: 50%;
}

.table > tbody > tr > td .prop-pic {
    display: inline-block;
    vertical-align: middle;
    max-height: 100px;
    max-width: 100px;
}

.table.table-bordered thead > tr > th {
    position: relative;
}

.table > tbody > tr > td.center {
    text-align: center;
}

.table > tbody > tr > td.hand {
    cursor: pointer;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr.par > td {
    background-color: #fff;
}

.table > tbody > tr.impar > td {
    background-color: #F9F9F9;
}

.table > tbody > tr.detalles > td {
    background-color: #ddd;
}

.filaBusqueda th {
    background-color: #8ab6dd;
    border-bottom: solid 1px #ddd;
}

.filaBusqueda_show {
    width: 100%;
    text-align: center;
    margin-bottom: -6px;
    padding: 0;
    border-bottom: solid 3px #4b8df8;
}

    .filaBusqueda_show a {
        border-radius: 0 0 !important;
    }

.portlet.light > .titleShort > .caption, .portlet.light > .titleShort > .tools {
    padding: 2px 0px;
}

.portlet.light > .titleShort {
    min-height: 25px;
}

.feedsSinCol2 li .col1 > .cont {
    margin-right: 0;
}

.propiedadSeleccionada {
    background-color: #ffff99 !important;
}

#propiedadesPS.tabbable-line > .tab-content {
    padding: 15px 10px;
}

#propiedadesPS .form-actions .btn {
    width: 100%;
}



.accTipoListadoCont {
    margin-right: 20px;
}

    .accTipoListadoCont label, .accTipoListadoCont label i {
        font-size: 15px !important;
    }

    .accTipoListadoCont .btn.default:active, .btn.default.active {
        background-color: #1a6ef6 !important;
        color: #fff !important;
    }

.propCaractInline {
    font-size: 11px;
    color: #65A5A6;
    margin-bottom: 0 !important;
}

    .propCaractInline li {
        padding: 5px 10px;
        text-align: center;
        width: auto;
    }

        .propCaractInline li span {
            font-size: 12px;
            color: #333;
        }

.labelPrice {
    position: relative;
    background-color: #67809F;
    text-shadow: none !important;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    line-height: 1.25em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

    .labelPrice.arriendo {
        background-color: #4B77BE;
    }

    .labelPrice span {
        font-size: 12px;
        font-weight: normal;
    }

    .labelPrice .secondPrice {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        text-align: right;
        font-style: italic;
        line-height: 5px;
        color: #ccc;
    }

.listCodProp {
    position: absolute;
    top: 20px;
    left: 20px;
}

    .listCodProp label {
        background-color: #000;
        color: #fff;
    }

.listEstadoProp {
    position: absolute;
    top: 20px;
    right: 20px;
}

.rowList {
    cursor: pointer;
    padding: 10px 0;
}

    .rowList .listAcciones {
        position: absolute;
        bottom: 0;
        right: 0;
        display: none;
    }

.article-blog > .rowList:nth-of-type(2n) {
    background-color: #ffffff;
}

.article-blog > .rowList:nth-of-type(2n-1) {
    background-color: #fafafa;
}

.rowList:hover {
    background-color: #e9edef !important;
}

    .rowList:hover .listAcciones {
        display: block;
    }

.portlet.light > .portlet-title-listado .caption {
    color: #666;
    padding: 10px 0;
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}

    .portlet.light > .portlet-title-listado .caption > .caption-subject {
        font-size: 16px;
    }

.portlet > .portlet-title-listado .caption > .caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

.portlet.light > .portlet-title-listado .actions {
    padding: 6px 0 14px 0;
    float: right;
    display: inline-block;
}

.portlet > .portlet-title-listado .actions > .btn, .portlet > .portlet-title-listado .actions > .btn.btn-sm, .portlet > .portlet-title-listado .actions > .btn-group > .btn, .portlet > .portlet-title-listado .actions > .btn-group > .btn.btn-sm {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.listadoGrid .thumbnail {
    position: relative;
    background-color: #fafafa;
}

    .listadoGrid .thumbnail:hover {
        background-color: #e9edef !important;
    }

        .listadoGrid .thumbnail:hover .listAcciones {
            display: block;
        }

    .listadoGrid .img-responsive, .listadoGrid .thumbnail > img {
        max-height: 245px;
    }

.listadoGrid .listAcciones {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.img-responsiveCont {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #bfbfbf;
    text-align: center;
}

    .img-responsiveCont .img-responsive {
        display: inline;
        height: 250px;
        width: auto !important;
        max-width: none !important;
    }

#thumbsImgPropiedad .thumb-img-Container {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    /*background-color: #f6f5f9;*/
    text-align: center;
}
    #thumbsImgPropiedad .thumb-img-Container a {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
        text-align: center;
    }
    #thumbsImgPropiedad .thumb-img-Container img {
        position: relative;
        width: auto;
        max-width: 100%;
        max-height: 200px;
        top: 50%;
        transform: translateY(-50%);
    }
#thumbsImgPropiedad .thumbnail .caption {
    padding: 4px 0 0;
    color: #333;
}
    #thumbsImgPropiedad .thumbnail .caption p {
        margin: 0;
    }
    #thumbsImgPropiedad .thumbnail .caption .btn {
        color: #666;
        background-color: #ccc;
        padding: 7px 10px;
    }
        #thumbsImgPropiedad .thumbnail .caption .btn.blue {
            border-top: solid 2px #4B8DF8;
        }
        #thumbsImgPropiedad .thumbnail .caption .btn.green {
            border-top: solid 2px #35aa47;
        }
        #thumbsImgPropiedad .thumbnail .caption .btn.red {
            border-top: solid 2px #d84a38;
        }
        #thumbsImgPropiedad .thumbnail .caption .btn:hover {
            color: #fff;
            -moz-transition: all .25s ease-in;
            -webkit-transition: all .25s ease-in;
            -o-transition: all .25s ease-in;
            transition: all .25s ease-in;
        }
        #thumbsImgPropiedad .thumbnail .caption .btn.blue:hover {
            background-color: #4B8DF8;
        }
        #thumbsImgPropiedad .thumbnail .caption .btn.red:hover {
            background-color: #d84a38;
        }
        #thumbsImgPropiedad .thumbnail .caption .btn.green:hover {
            background-color: #35aa47;
        }

#thumbsImgPropiedad .thumb-img-Fondo {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: .3;
    background-repeat: no-repeat;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    text-align: center;
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
}

.lnkAccListado {
    font-size: 15px !important;
}

    .lnkAccListado i {
        font-size: 15px !important;
    }
/***
    Mapa en listado
*/
#listing_containerNet {
    overflow-x: hidden;
}

.mapList h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.mapList {
    padding: 10px 0;
}

    .mapList h3 a {
        font-size: 14px;
    }

    .mapList .labelPrice {
        background-color: transparent !important;
        font-size: 14px;
        font-weight: bold;
        padding: 0;
        color: #67809F;
        display: inline-block;
        line-height: 14px;
        text-align: left;
    }

        .mapList .labelPrice.arriendo {
            background-color: transparent !important;
            color: #4B77BE;
        }

    .mapList ul {
        margin-bottom: 0;
    }

    .mapList .labelPrice span {
        font-size: 11px;
    }

    .mapList .labelPrice .secondPrice {
        display: none;
    }

    .mapList .propCaractInline li {
        padding: 0 5px;
    }

.blog-page .blog-tag-data img, .blog-page .blog-tag-data {
    margin-bottom: 0;
}

.listadoMoverContenedor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

    .listadoMoverContenedor .listadoMover:hover {
        cursor: pointer;
        background-color: #e87e04 !important;
    }

/***
File list
***/
.files .preview {
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

    .files .preview img {
        max-width: 80px;
        max-height: 80px;
    }

.files .preview-file {
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

.drop-area {
    background-color: #f6f5f9;
    border: dotted 3px #ddd;
}
.drop-area-hover {
    background-color: #f1e05e;
    border: dotted 3px #999;
}
#form_upload {
    padding-left: 10px;
    padding-right: 10px;
}
/***
Dashboard
***/
.dashboard-stat .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-weight: 300;
}

/***
Filtros
*/
.rowOfFilters label.control-label {
    width: 100%;
}

.rowOfFilters {
    border-bottom: solid 1px #eee;
}

    .rowOfFilters .form-inline .form-control {
        width: 45%;
    }

    .rowOfFilters .form-inline .form-group {
        margin-bottom: 15px !important;
    }

#filtroOperacion .btn-default {
    padding: 4px 8px !important;
}

.btn-fixedWidth {
    width: 30px !important;
}

@media (max-width: 980px) {
}

/**
Botones
*/
.rowOfFilters .btn-default.btn:active, .btn-default.btn.active {
    background-color: #26c281;
    color: #fff !important;
}

.rowOfFilters .btnNo.btn-default.btn:active, .btnNo.btn-default.btn.active {
    background-color: #95a5a6;
    color: #fff !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #eee;
}

/**
Wizard
*/
.steps > li > a.step .number {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    text-align: center !important;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 15px 13px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
}

.steps > li > a.step > .desc > i, .steps > li.active > a.step > .desc > i {
    display: none;
}

.steps > li.active > a.step .number {
    background-color: #89c4f4;
}

.steps > li > a.step, .steps > li.active > a.step {
    color: #ccc;
    background-color: #fff;
    background-image: none;
    filter: none;
    border: 0px none;
    box-shadow: none;
}

.steps > li.active > a.step {
    color: #89c4f4;
}

.steps > li.active > a:hover {
    color: #89c4f4;
    background-color: #fff;
}

.steps > li.done > a.step .number {
    background-color: #1ba39c;
}

.steps > li.done > a.step {
    color: #1ba39c;
}

    .steps > li.done > a.step > .desc > i.fa-check {
        display: inline-block;
    }

    .steps > li.done > a.step > .desc > i.fa-exclamation-triangle, .steps > li.done > a.step > .desc > i.fa-times {
        display: none;
    }

.steps > li.warning > a.step .number {
    background-color: #f3c200;
}

.steps > li.warning > a.step {
    color: #f3c200;
}

    .steps > li.warning > a.step > .desc > i {
        display: inline-block;
    }

        .steps > li.warning > a.step > .desc > i.fa-exclamation-triangle {
            display: inline-block;
        }

        .steps > li.warning > a.step > .desc > i.fa-check, .steps > li.warning > a.step > .desc > i.fa-times {
            display: none;
        }

.steps > li.danger > a.step .number {
    background-color: #d91e18;
}

.steps > li.danger > a.step {
    color: #d91e18;
}

    .steps > li.danger > a.step > .desc > i {
        display: inline-block;
    }

        .steps > li.danger > a.step > .desc > i.fa-times {
            display: inline-block;
        }

        .steps > li.danger > a.step > .desc > i.fa-check, .steps > li.danger > a.step > .desc > i.fa-exclamation-triangle {
            display: none;
        }


/**
    Menú principal
*/
.menu-misListados {
    background-color: #578ebe;
    min-height: 150px;
    max-height: 400px;
    overflow: auto;
    padding: 10px 20px !important;
}

@media (max-width: 991px) {
    .menu-misListados {
        background-color: #fff;
    }
}

/***LOGO DE CABECERA***/
.page-header .page-header-top .page-logo .logo-default {
    max-height: 41px;
}

/**
    Agenda
*/
.imgAgenda {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #eee;
}

.img-centrada {
    margin: 0 auto;
}

/**
    Grado de interés
*/
.contGradoInteres {
    width: 90px;
}

    .contGradoInteres > li {
        padding-right: 0;
        padding-left: 0;
    }

/**
    Fichas
*/
.profile-sidebar-portlet {
    padding: 0px !important;
}

.portlet.light > .portlet-title {
    min-height: 20px !important;
}

.resumenRegistroMax .portlet-title, .resumenRegistroMin .portlet-title {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    min-height: 20px !important;
}

.minmaxPanel {
    margin-bottom: 10px;
    border-radius: 4px 4px 0 0;
    min-height: 25px;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;
    cursor: pointer;
}

.resumenRegistroMax {
    width: 250px;
}

.resumenRegistroMin {
    width: 50px;
}

@media (max-width: 980px) {
    .resumenRegistroMin .profile-usermenu ul.nav > li {
        display: inline;
        float: left;
    }
}
/**
    Maestros
*/
.menuMaestro li {
    cursor: pointer;
}

    .menuMaestro li:hover {
        background-color: #eee;
    }

/**
    Print
*/
.printOV .printOV-logo {
    margin-bottom: 20px;
}

.printOV .printOV-logo-space {
    margin-bottom: 15px;
}

.printOV .printOV-logo p {
    padding: 5px 0px;
    font-size: 26px;
    line-height: 28px;
    text-align: right;
}

    .printOV .printOV-logo p span {
        display: block;
        font-size: 14px;
    }

/**
    ICONOS
*/
.iconConvecta {
    display: inline-block;
    height: 20px;
    margin-right: 2px;
    vertical-align: -5px;
    width: 20px !important;
}

    .iconConvecta.icon-supConstruida {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/supConstruida.png") no-repeat scroll left center;
    }

    .iconConvecta.icon-supTerreno {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/supTerreno.png") no-repeat scroll left center;
    }

    .iconConvecta.icon-dormitorios {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/bed.png") no-repeat scroll left center;
    }

    .iconConvecta.icon-banos {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/bath.png") no-repeat scroll left center;
    }

    .iconConvecta.icon-amoblado {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/furnished.png") no-repeat scroll left center;
    }

    .iconConvecta.icon-garage {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/garage.png") no-repeat scroll left center;
    }

    .iconConvecta.icon-piscina {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/pool.png") no-repeat scroll left center;
    }

    .iconConvecta.icon-direccion {
        background: rgba(0, 0, 0, 0) url("../../../global/img/icons/sqft.png") no-repeat scroll left center;
    }

.badge-small {
    font-size: 10px !important;
    padding: 2px 4px !important;
    height: 14px;
    position: absolute;
    top: -5px;
    left: 5px;
}

#sortable1, #sortable2 {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

    #sortable1 li, #sortable2 li {
        margin: 0 5px 5px 5px;
        padding: 3px 5px;
        font-size: 12px;
        background-color: #3598dc;
        color: #fff;
        cursor: move;
    }

    #sortable2 li {
        background-color: #e5e5e5;
        color: #38383f;
    }

/*Tutoriales*/
.popover {
    max-width: 800px !important;
}

.tutoList li {
    margin: 5px 0;
}

/*Multimedia*/
#butVerOriginal {
    position: absolute;
    top: 5px;
    left: 5px;
}


/*--------------------------------------------------
	[Widgets]
----------------------------------------------------*/
.dashboard-stat .details .number {
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
}

/*** Widget Estads ***/
.bg-white {
    background-color: #fff;
}

.widget-estads {
    min-height: 210px;
    padding: 20px 10px 0 10px;
}

    .widget-estads .widget-estads-title {
        font-size: 25px;
        font-weight: 100;
        color: #fff;
        margin: 0 0 10px;
        text-align: right;
    }

    .widget-estads .widget-estads-number {
        font-size: 45px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        text-align: right;
    }

    .widget-estads h3 {
        margin: 0 0 10px 0;
    }

    .widget-estads .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 35px;
        position: absolute;
        top: 10px;
        left: 0;
    }

        .widget-estads .visual > i {
            color: #FFFFFF;
            opacity: 0.1;
            filter: alpha(opacity=10);
        }

        .widget-estads .visual > i {
            margin-left: -35px;
            font-size: 150px;
            line-height: 150px;
        }

.widget-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

    .widget-bottom > div {
        margin: 5px 0 !important;
        height: 40px;
    }

.subNumber {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.widget-estads .feeds li .desc, .widget-estads .feeds li .value {
    line-height: 23px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.widget-estads .feeds li {
    margin-bottom: 4px;
    max-height: 23px;
    overflow: hidden;
}

    .widget-estads .feeds li .col1 > .cont > .cont-col2 > .desc {
        margin-left: 25px;
    }

    .widget-estads .feeds li .value {
        text-align: right;
        font-style: italic;
        color: #666;
        padding-right: 9px;
    }

    .widget-estads .feeds li .col2 {
        width: 65px;
        margin-left: -65px;
    }

.widget-props {
    height: 210px;
    padding: 20px 10px 0 10px;
    background-color: #000;
    overflow: hidden;
}

    .widget-props img {
        width: 100%;
    }

.rowAvisos .label {
    font-size: 20px;
    margin: 2px auto;
    display: inline-block;
    padding: 3px 10px;
}

.rowAvisos .portlet {
    padding: 0 5px 5px 5px !important;
}

.rowAvisos .portlet-body {
    padding-top: 5px;
}

    .rowAvisos .portlet-body span {
        font-size: 11px;
    }

.mt-element-step .row {
    margin: 0;
}

.mt-element-step .step-default .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mt-element-step .step-default .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 3px 14px;
    margin-bottom: 20px;
}

.mt-element-step .step-default .mt-step-title {
    font-size: 30px;
    font-weight: 100;
}

.mt-element-step .step-default .active {
    background-color: #32c5d2 !important;
}

    .mt-element-step .step-default .active .mt-step-number {
        color: #32c5d2 !important;
    }

    .mt-element-step .step-default .active .mt-step-title,
    .mt-element-step .step-default .active .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-default .done {
    background-color: #26C281 !important;
}

    .mt-element-step .step-default .done .mt-step-number {
        color: #26C281 !important;
    }

    .mt-element-step .step-default .done .mt-step-title,
    .mt-element-step .step-default .done .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-default .error {
    background-color: #E7505A !important;
}

    .mt-element-step .step-default .error .mt-step-number {
        color: #E7505A !important;
    }

    .mt-element-step .step-default .error .mt-step-title,
    .mt-element-step .step-default .error .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mt-element-step .step-thin .stepOferta {
    width: 20%;
    padding: 5px;
}

.mt-element-step .step-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 14px;
}

.mt-element-step .step-thin .stepOferta .mt-step-number {
    font-size: 16px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 7px;
}

.mt-element-step .step-thin .mt-step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -4px;
}

.mt-element-step .step-thin .stepOferta .mt-step-title {
    font-size: 12px;
    font-weight: 100;
    padding-left: 35px;
    margin-top: 0;
}

.mt-element-step .step-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px;
}

.mt-element-step .step-thin .stepOferta .mt-step-content {
    padding-left: 35px;
    margin-top: -5px;
}

.mt-element-step .step-thin .active {
    background-color: #32c5d2 !important;
}

    .mt-element-step .step-thin .active .mt-step-number {
        color: #32c5d2 !important;
    }

    .mt-element-step .step-thin .active .mt-step-title,
    .mt-element-step .step-thin .active .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-thin .done {
    background-color: #26C281 !important;
}

    .mt-element-step .step-thin .done .mt-step-number {
        color: #26C281 !important;
    }

    .mt-element-step .step-thin .done .mt-step-title,
    .mt-element-step .step-thin .done .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-thin .error {
    background-color: #E7505A !important;
}

    .mt-element-step .step-thin .error .mt-step-number {
        color: #E7505A !important;
    }

    .mt-element-step .step-thin .error .mt-step-title,
    .mt-element-step .step-thin .error .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-background .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    height: 160px;
}

.mt-element-step .step-background .mt-step-number {
    font-size: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.79em;
    color: #dae1e4;
    z-index: 4;
}

.mt-element-step .step-background .mt-step-title {
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.mt-element-step .step-background .mt-step-content {
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.mt-element-step .step-background .active {
    background-color: #32c5d2 !important;
}

    .mt-element-step .step-background .active .mt-step-number {
        color: #2ab4c0 !important;
    }

    .mt-element-step .step-background .active .mt-step-title,
    .mt-element-step .step-background .active .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-background .done {
    background-color: #26C281 !important;
}

    .mt-element-step .step-background .done .mt-step-number {
        color: #22ad73 !important;
    }

    .mt-element-step .step-background .done .mt-step-title,
    .mt-element-step .step-background .done .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-background .error {
    background-color: #E7505A !important;
}

    .mt-element-step .step-background .error .mt-step-number {
        color: #e43a45 !important;
    }

    .mt-element-step .step-background .error .mt-step-title,
    .mt-element-step .step-background .error .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-background-thin .mt-step-col {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.mt-element-step .step-background-thin .mt-step-number {
    font-size: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.79em;
    color: #dae1e4;
    z-index: 4;
}

.mt-element-step .step-background-thin .mt-step-title {
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.mt-element-step .step-background-thin .mt-step-content {
    text-align: right;
    position: relative;
    padding-right: 25%;
    z-index: 5;
}

.mt-element-step .step-background-thin .active {
    background-color: #32c5d2 !important;
}

    .mt-element-step .step-background-thin .active .mt-step-number {
        color: #2ab4c0 !important;
    }

    .mt-element-step .step-background-thin .active .mt-step-title,
    .mt-element-step .step-background-thin .active .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-background-thin .done {
    background-color: #26C281 !important;
}

    .mt-element-step .step-background-thin .done .mt-step-number {
        color: #22ad73 !important;
    }

    .mt-element-step .step-background-thin .done .mt-step-title,
    .mt-element-step .step-background-thin .done .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-background-thin .error {
    background-color: #E7505A !important;
}

    .mt-element-step .step-background-thin .error .mt-step-number {
        color: #e43a45 !important;
    }

    .mt-element-step .step-background-thin .error .mt-step-title,
    .mt-element-step .step-background-thin .error .mt-step-content {
        color: #fff !important;
    }

.mt-element-step .step-no-background .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mt-element-step .step-no-background .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 3px 14px;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #e5e5e5;
}

.mt-element-step .step-no-background .mt-step-title {
    font-size: 30px;
    font-weight: 100;
}

.mt-element-step .step-no-background .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .active .mt-step-title,
.mt-element-step .step-no-background .active .mt-step-content {
    color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-title,
.mt-element-step .step-no-background .done .mt-step-content {
    color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-title,
.mt-element-step .step-no-background .error .mt-step-content {
    color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mt-element-step .step-no-background-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 14px;
    border: 1px solid;
    border-color: #e5e5e5;
}

.mt-element-step .step-no-background-thin .mt-step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -4px;
}

.mt-element-step .step-no-background-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px;
}

.mt-element-step .step-no-background-thin .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .active .mt-step-title,
.mt-element-step .step-no-background-thin .active .mt-step-content {
    color: #32c5d2 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-title,
.mt-element-step .step-no-background-thin .done .mt-step-content {
    color: #26C281 !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-title,
.mt-element-step .step-no-background-thin .error .mt-step-content {
    color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-line .mt-step-col {
    padding: 15px 0;
    text-align: center;
}

.mt-element-step .step-line .mt-step-number {
    color: #e5e5e5;
    font-size: 20px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 4px;
    margin-bottom: 5px;
    border: 3px solid;
    border-color: #e5e5e5;
    position: relative;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
}

    .mt-element-step .step-line .mt-step-number > i {
        position: relative;
        top: 50%;
        transform: translateY(-120%);
    }

.mt-element-step .step-line .mt-step-title {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

    .mt-element-step .step-line .mt-step-title:after {
        content: '';
        height: 3px;
        width: 50%;
        position: absolute;
        background-color: #e5e5e5;
        top: -22px;
        left: 50%;
        z-index: 4;
        transform: translateY(-100%);
    }

    .mt-element-step .step-line .mt-step-title:before {
        content: '';
        height: 3px;
        width: 50%;
        position: absolute;
        background-color: #e5e5e5;
        top: -22px;
        right: 50%;
        z-index: 4;
        transform: translateY(-100%);
    }

.mt-element-step .step-line .first .mt-step-title:before {
    content: none;
}

.mt-element-step .step-line .last .mt-step-title:after {
    content: none;
}

.mt-element-step .step-line .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}

.mt-element-step .step-line .active .mt-step-title,
.mt-element-step .step-line .active .mt-step-content {
    color: #32c5d2 !important;
}

    .mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
        background-color: #32c5d2;
    }

.mt-element-step .step-line .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
}

.mt-element-step .step-line .done .mt-step-title,
.mt-element-step .step-line .done .mt-step-content {
    color: #26C281 !important;
}

    .mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
        background-color: #26C281;
    }

.mt-element-step .step-line .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
}

.mt-element-step .step-line .error .mt-step-title,
.mt-element-step .step-line .error .mt-step-content {
    color: #E7505A !important;
}

    .mt-element-step .step-line .error .mt-step-title:after, .mt-element-step .step-line .error .mt-step-title:before {
        background-color: #E7505A;
    }

@media (max-width: 991px) {
    /* 991px */
    .mt-element-step .step-line .mt-step-title:after {
        content: none;
    }

    .mt-element-step .step-line .mt-step-title:before {
        content: none;
    }
}

.rowCiclo {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #eee;
    margin-right: 0;
    margin-left: 0;
}

.tablaSticky {
    background-color: #fff;
    z-index: 9999;
}

.cabeceraTablaSticky {
    position: fixed;
    top: 51px;
    visibility: hidden;
}

/*Formularios*/
#form_caracteristicas fieldset {
    padding: 10px;
    margin: 0 0 20px;
    border: 0;
    background-color: #eff3f8;
}

    #form_caracteristicas fieldset.subgrupo {
        border: solid 1px #ddd;
        padding: 10px;
        margin: 0 0 10px;
    }

#form_caracteristicas legend {
    width: calc(100% + 20px);
    padding: 5px 10px 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    margin: 0 -10px;
    color: #67809f;
}

#form_caracteristicas fieldset.subgrupo legend {
    font-weight: bold;
    width: auto;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 13px;
    border: 0;
    background-color: #eff3f8;
    margin: 0;
    color: #444;
}

    #form_caracteristicas fieldset.subgrupo legend a {
        color: #444;
    }

#form_caracteristicas label {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}

#form_caracteristicas fieldset .col-md-3, #form_caracteristicas fieldset .col-md-4, #form_caracteristicas fieldset .col-md-6 {
    height: 65px;
    /*overflow: hidden;*/
}

#form_caracteristicas fieldset.form-horizontal .col-md-3, #form_caracteristicas fieldset.form-horizontal .col-md-4, #form_caracteristicas fieldset.form-horizontal .col-md-6 {
    height: 45px;
    /*overflow: hidden;*/
}

#form_caracteristicas fieldset.form-horizontal .col-md-3, #form_caracteristicas fieldset.form-horizontal .col-md-4, #form_caracteristicas fieldset.form-horizontal .col-md-6 {
    clear: right;
}

#form_caracteristicas fieldset .iluminati {
    background-color: #fffac2;
    height: 65px;
    /*overflow: hidden;*/
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    /*width:100%;*/
}

#form_caracteristicas fieldset.form-horizontal .iluminati {
    background-color: #fffac2;
    height: 45px;
    /*overflow: hidden;*/
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    /*width:100%;*/
}

#form_caracteristicas fieldset.form-horizontal .col-sm-6,
#form_caracteristicas fieldset.form-horizontal .col-sm-3,
#form_caracteristicas fieldset.form-horizontal .col-sm-9 {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    /*width:100%;*/
}

#form_caracteristicas fieldset .col-md-12 {
    height: 150px;
    /*overflow: hidden;*/
}

#form_caracteristicas fieldset i.fa-navicon {
    color: #ccc;
    cursor: move;
}

#form_caracteristicas .tooltip hr {
    margin: 3px 0;
}






/*--------------------------------------------------
	[Widgets]
----------------------------------------------------*/
/*** Widget Background Colors ***/
.widget-bg-color-purple {
    background: #9a7caf;
}

.widget-bg-color-purple-dark {
    background: #4b365a;
}

.widget-bg-color-purple-light {
    background: #674d79;
}

.widget-bg-color-green {
    background: #4db3a4;
}

.widget-bg-color-red {
    background: #f36a5a;
}

.widget-bg-color-blue {
    background: #5b9bd1;
}

.widget-bg-color-gray {
    background: #323c45;
}

.widget-bg-color-gray-dark {
    background: #144f57;
}

.widget-bg-color-white {
    background: #fff;
}

.widget-bg-color-dark {
    background: #3e4f5e;
}

.widget-bg-color-dark-light {
    background: #8e9daa;
}

.widget-bg-color-fb {
    background: #475e98;
}

.widget-bg-color-tw {
    background: #55acee;
}

/*** Widget Title Colors ***/
.widget-title-color-purple {
    color: #9a7caf;
}

.widget-title-color-purple-dark {
    color: #4b365a;
}

.widget-title-color-purple-light {
    color: #674d79;
}

.widget-title-color-green {
    color: #4db3a4;
}

.widget-title-color-red {
    color: #f36a5a;
}

.widget-title-color-blue {
    color: #5b9bd1;
}

.widget-title-color-gray {
    color: #323c45;
}

.widget-title-color-gray-dark {
    color: #144f57;
}

.widget-title-color-white {
    color: #fff;
}

.widget-title-color-dark {
    color: #3e4f5e;
}

.widget-title-color-dark-light {
    color: #8e9daa;
}

.widget-title-color-fb {
    color: #475e98;
}

.widget-title-color-tw {
    color: #55acee;
}

.overflow-h {
    overflow: hidden;
}

/*** Widget Carousel ***/
.widget-carousel .carousel-indicators {
    left: -18%;
    bottom: 10px;
    margin-left: 0;
}

.widget-carousel .carousel-indicators-red > li {
    border-color: #f36a5a;
}

    .widget-carousel .carousel-indicators-red > li.active {
        background: #f36a5a;
    }

/*** Widget Gradient ***/
.widget-gradient {
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

    .widget-gradient .widget-gradient-body {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        padding: 20px;
    }

        .widget-gradient .widget-gradient-body .widget-gradient-title {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            margin: -10px 0;
            line-height: 1.4;
        }

            .widget-gradient .widget-gradient-body .widget-gradient-title a {
                color: #fff;
            }

        .widget-gradient .widget-gradient-body .widget-gradient-body-actions {
            position: absolute;
            right: 20px;
            bottom: 20px;
            padding: 0;
            margin: 0;
        }

            .widget-gradient .widget-gradient-body .widget-gradient-body-actions li {
                font-size: 14px;
                padding: 0 0 0 8px;
            }

                .widget-gradient .widget-gradient-body .widget-gradient-body-actions li:first-child {
                    padding-left: 0;
                }

                .widget-gradient .widget-gradient-body .widget-gradient-body-actions li a {
                    color: #fff;
                }

                    .widget-gradient .widget-gradient-body .widget-gradient-body-actions li a:hover {
                        color: #a1afbb;
                        text-decoration: none;
                    }

    .widget-gradient.widget-gradient-img-v1 {
        background: url(http://localhost:603/assets/img/propiedades/47433_05-login-backoffice_20170728105537.jpg);
        background-size: cover;
        background-position: 50% 50%;
    }

.widget-gradient-notice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 75px;
}

    .widget-gradient-notice p {
        color: #fff;
        padding: 10px;
        height: 65px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*** Widget Gradient ***/
.widget-wrap-img {
    position: relative;
    min-height: 350px;
    padding: 20px;
}

    .widget-wrap-img .widget-wrap-img-title {
        font-size: 21px;
        font-weight: 600;
        color: #3e4f5e;
        margin: 0 0 20px;
    }

    .widget-wrap-img .widget-wrap-img-element {
        position: absolute;
        bottom: 0;
        right: 0;
    }

/*** Widget Tab ***/
.widget-tab {
    min-height: 420px;
}

    .widget-tab .nav-tabs {
        margin: 0;
        border-color: #eff1f3;
    }

        .widget-tab .nav-tabs > li {
            margin: 0 10px;
        }

            .widget-tab .nav-tabs > li:first-child {
                margin-left: 20px;
            }

            .widget-tab .nav-tabs > li > a {
                border: 0;
                font-weight: bold;
                color: #8e9daa;
                text-transform: uppercase;
                padding: 20px 0;
            }

                .widget-tab .nav-tabs > li > a > i {
                    color: #8e9daa;
                }

            .widget-tab .nav-tabs > li.open, .widget-tab .nav-tabs > li:hover {
                border-bottom: 1px solid #f36a5a;
            }

                .widget-tab .nav-tabs > li.open > a, .widget-tab .nav-tabs > li:hover > a {
                    border: 0;
                    background: inherit;
                    color: #f36a5a;
                }

                    .widget-tab .nav-tabs > li.open > a > i, .widget-tab .nav-tabs > li:hover > a > i {
                        color: #f36a5a;
                    }

            .widget-tab .nav-tabs > li.active {
                border-bottom: 1px solid #f36a5a;
                position: relative;
            }

                .widget-tab .nav-tabs > li.active > a {
                    border: 0;
                    color: #f36a5a;
                }

                    .widget-tab .nav-tabs > li.active > a > i {
                        color: #f36a5a;
                    }

    .widget-tab .tab-content {
        padding: 20px;
        color: #8e9daa;
    }

    .widget-tab .slimScrollBar {
        right: 10px !important;
        margin-top: 17px !important;
        margin-bottom: 17px !important;
    }

/*** Widget News ***/
.widget-news {
    overflow: hidden;
    margin-right: 10px;
}

    .widget-news .widget-news-left-elem {
        float: left;
        width: 100px;
        height: auto;
        margin-right: 15px;
    }

    .widget-news .widget-news-right-body {
        overflow: hidden;
    }

        .widget-news .widget-news-right-body .widget-news-right-body-title {
            font-size: 16px;
            font-weight: 600;
            color: #3e4f5e;
            margin: 0 0 5px;
            clear: both;
        }

            .widget-news .widget-news-right-body .widget-news-right-body-title .label {
                float: right;
                font-weight: 600;
                background: #a1afbb;
                border-radius: 3px !important;
            }

        .widget-news .widget-news-right-body p {
            font-size: 13px;
        }

/*** Widget Thumb ***/
.widget-thumb {
    padding: 10px;
    border: solid 1px #ddd;
    border-bottom: solid 3px #ddd;
}

    .widget-thumb .widget-thumb-heading {
        font-size: 14px;
        font-weight: bold;
        color: #8e9daa;
        margin: 0 0 5px;
    }

    .widget-thumb .widget-thumb-wrap {
        overflow: hidden;
    }

        .widget-thumb .widget-thumb-wrap .widget-thumb-icon {
            float: left;
            width: 44px;
            height: 44px;
            display: inline-block;
            font-size: 20px;
            line-height: 27px;
            color: #fff;
            text-align: center;
            padding: 10px;
            margin-right: 15px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

    .widget-thumb .widget-thumb-body {
        overflow: hidden;
    }

        .widget-thumb .widget-thumb-body .widget-thumb-subtitle {
            padding-top: 2px;
            display: block;
            font-size: 14px;
            font-weight: 600;
        }

        .widget-thumb .widget-thumb-body .widget-thumb-body-stat {
            display: inline;
            font-size: 24px;
            font-weight: 600;
            color: #3e4f5e;
        }

/*** Widget Socials ***/
.widget-socials {
    min-height: 250px;
    padding: 20px;
}

    .widget-socials .widget-socials-title {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.4;
        color: #fff;
        margin: 0 0 20px;
    }

    .widget-socials .widget-social-subtitle {
        color: #fff;
        font-weight: 200;
        line-height: 1.4;
    }

        .widget-socials .widget-social-subtitle a {
            color: #fff;
        }

    .widget-socials .widget-socials-paragraph {
        display: block;
        color: #65727d;
    }

    .widget-socials .widget-social-icon-fb, .widget-socials .widget-social-icon-tw {
        font-size: 30px;
        margin: 30px 0;
    }

    .widget-socials .widget-social-icon-fb {
        color: #2b3f72;
    }

    .widget-socials .widget-social-icon-tw {
        color: #3686c3;
    }

/*** Widget Comments ***/
.widget-comments {
    min-height: 420px;
}

/*** Widget Media ***/
.widget-media {
    border-bottom: 1px solid #f6f9fc;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .widget-media .widget-media-elements {
        float: left;
        margin-right: 20px;
    }

    .widget-media .widget-media-avatar {
        width: 55px;
        height: 55px;
        display: block;
    }

    .widget-media .widget-btn-default {
        display: inline-block;
        font-size: 12px;
        color: #96a2b1;
        border: 1px solid #ebf0f6;
        padding: 3px 10px;
    }

        .widget-media .widget-btn-default .widget-btn-icon {
            line-height: 1.5;
        }

        .widget-media .widget-btn-default:hover {
            background: #ebf0f6;
            text-decoration: none;
        }

    .widget-media .widget-btn-red {
        display: inline-block;
        font-size: 12px;
        color: #f36a5a;
        border: 1px solid #ebf0f6;
        padding: 3px 10px;
    }

        .widget-media .widget-btn-red .widget-btn-icon {
            line-height: 1.5;
        }

        .widget-media .widget-btn-red:hover {
            color: #fff;
            background: #f36a5a;
            text-decoration: none;
        }

    .widget-media .widget-btn-blue {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        border: 1px solid #ebf0f6;
        padding: 3px 10px;
        background: #5b9bd1;
    }

        .widget-media .widget-btn-blue .widget-btn-icon {
            line-height: 1.5;
        }

        .widget-media .widget-btn-blue:hover {
            color: #5b9bd1;
            background: #fff;
            text-decoration: none;
        }

    .widget-media .widget-media-body {
        overflow: hidden;
    }

        .widget-media .widget-media-body .widget-media-body-title {
            font-size: 15px;
            font-weight: 600;
            color: #5b9bd1;
            margin: 0 0 7px;
        }

        .widget-media .widget-media-body .widget-media-body-subtitle {
            font-size: 13px;
            color: #7e8c9e;
        }

/*** Widget Blog ***/
.widget-blog {
    background: #fff;
    padding: 20px;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
}

    .widget-blog .widget-blog-heading {
        position: relative;
        margin-bottom: 30px;
    }

        .widget-blog .widget-blog-heading:before {
            position: absolute;
            bottom: -15px;
            left: 50%;
            width: 50px;
            height: 1px;
            border-width: 1px;
            background: #8e9daa;
            margin-left: -25px;
            content: " ";
        }

    .widget-blog .widget-blog-title {
        font-size: 20px;
        font-weight: 400;
        color: #3e4f5e;
        margin: 0 0 15px;
    }

        .widget-blog .widget-blog-title a {
            color: #3e4f5e;
        }

    .widget-blog .widget-blog-subtitle {
        display: block;
        font-size: 13px;
        color: #8e9daa;
        letter-spacing: 3px;
    }

    .widget-blog .btn-widget-purple {
        display: inline-block;
        font-size: 13px;
        color: #8e9daa;
        border: 1px solid #8e9daa;
        padding: 7px 17px;
    }

        .widget-blog .btn-widget-purple:hover {
            color: #fff;
            background: #8e9daa;
            text-decoration: none;
        }

/*** Widget Progress ***/
.widget-progress {
    min-height: 420px;
}

    .widget-progress .widget-progress-element {
        overflow: hidden;
        padding: 30px 10px;
    }

    .widget-progress .widget-progress-title {
        display: block;
        color: #fff;
        margin-bottom: 5px;
    }

    .widget-progress .progress {
        height: 3px;
        background: rgba(255, 255, 255, 0.2);
        margin-bottom: 0;
    }

/*** Widget Gradient ***/
.widget-map {
    min-height: 350px;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

    .widget-map .widget-map-mapplic {
        border-top-right-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }

        .widget-map .widget-map-mapplic .mapplic-container {
            background: #5b9bd1;
        }

        .widget-map .widget-map-mapplic .mapplic-layer.world > img {
            opacity: .3;
        }

    .widget-map .widget-map-body {
        background: #fff;
        border-bottom-right-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
        padding: 20px;
        overflow: hidden;
    }

    .widget-map .widget-sparkline-chart {
        width: 25%;
        float: left;
        border-left: 1px solid #e7eff7;
        padding: 0 15px;
    }

        .widget-map .widget-sparkline-chart:first-child {
            border-left: none;
        }

        .widget-map .widget-sparkline-chart .widget-sparkline-title {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #a1afbb;
        }

/* Widget Map for max-width 480px */
@media (max-width: 480px) {
    /* 480px */
    .widget-map .widget-sparkline-chart {
        width: 50%;
        border-left: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/*** Widget Subscribe ***/
.widget-subscribe {
    height: 250px;
    overflow: hidden;
    padding: 20px;
    border-bottom: 2px solid #dadadc;
    background-color: #eef3f7;
}

.widget-subscribe-borderRight {
    border-right: 1px solid #eee;
}

.widget-subscribe .list-unstyled {
    margin-bottom: 0;
}

    .widget-subscribe .list-unstyled li {
        padding-bottom: 0;
    }

.widget-subscribe .widget-subscribe-no {
    float: left;
    font-size: 67px;
    font-weight: 600;
    line-height: 1;
    color: #9a7caf;
}

.widget-subscribe .widget-subscribe-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: -10px 0 10px 0;
}

.widget-subscribe .widget-subscribe-subtitle {
    font-size: 15px;
    font-weight: 600;
}

.widget-subscribe .widget-subscribe-subtitle-link {
    color: #cab0dd;
}

.widget-subscribe.widget-subscribe-quote {
    position: relative;
}

    .widget-subscribe.widget-subscribe-quote:before {
        position: absolute;
        top: 2px;
        font-size: 70px;
        color: #fff;
        content: "\201C";
    }

/* Widget Subscribe for media queries */
@media (max-width: 767px) {
    /* 767px */
    /*.widget-subscribe.widget-subscribe-border {
    border-top: 1px solid #f5f8fb;
    border-bottom: 1px solid #f5f8fb;
    border-right: none;
  }*/
}

@media (min-width: 768px) {
    /* 768px */
    /*.widget-subscribe.widget-subscribe-border {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }*/
}

@media (min-width: 767px) and (max-width: 991px) {
    /* 767px & 991px */
    /*.widget-subscribe.widget-subscribe-border {
    border-left: none;
  }
  .widget-subscribe.widget-subscribe-border-top {
    border-top: 1px solid #f5f8fb;
  }*/
}

.widget-subscribe .media {
    height: 100px;
    overflow: hidden;
    position: relative;
}

    .widget-subscribe .media .mediaOver {
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(238,243,247,0);
        background: -moz-linear-gradient(top, rgba(238,243,247,0) 0%, rgba(238,243,247,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,243,247,0)), color-stop(100%, rgba(238,243,247,1)));
        background: -webkit-linear-gradient(top, rgba(238,243,247,0) 0%, rgba(238,243,247,1) 100%);
        background: -o-linear-gradient(top, rgba(238,243,247,0) 0%, rgba(238,243,247,1) 100%);
        background: -ms-linear-gradient(top, rgba(238,243,247,0) 0%, rgba(238,243,247,1) 100%);
        background: linear-gradient(to bottom, rgba(238,243,247,0) 0%, rgba(238,243,247,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f7', endColorstr='#eef3f7', GradientType=0 );
    }

#flujoPropiedades h5 {
    margin-top: 5px;
    margin-bottom: 2px;
}

.rowContenidos h5 {
    margin-top: 5px;
    margin-bottom: 0;
    background-color: #618eb5;
    padding: 10px;
    color: #fff;
}

    .rowContenidos h5 a, .rowContenidos h5 a i {
        color: #fff;
    }

    .rowContenidos h5 i {
        color: #456480;
        position: relative;
        top: 1px;
    }

.rowContenidos .media-object {
    max-width: 64px;
    max-height: 64px;
}

.indicador {
    text-align: center;
    width: 100%;
    background-color: #eef3f7;
    padding: 5px 0;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.lnkContenido {
    cursor: pointer;
}

#flujoPropiedades .portlet {
    /*min-height: 100px;*/
}

#avisosClientesYOV a:hover, #avisosClientesYOV a:focus {
    text-decoration: none;
}

    #avisosClientesYOV a:hover .widget-thumb {
        background-color: #fcffac;
    }


.widget-thumb-icon[class^="flaticon-"]:before, .widget-thumb-icon[class*=" flaticon-"]:before, .widget-thumb-icon[class^="flaticon-"]:after, .widget-thumb-icon[class*=" flaticon-"]:after {
    font-size: 30px;
    margin-left: -2px;
}

#camposOrder {
    max-height: 300px;
    border: solid 1px #999;
    overflow: auto;
    padding: 10px;
    margin: 0;
}

    #camposOrder .fa-arrows-v {
        color: #999;
        cursor: pointer;
    }

.cbCampoOV {
    border-bottom: solid 1px #eee;
}

    .cbCampoOV small {
        color: #999;
    }

.faOrder {
    margin: 5px;
    padding: 5px;
    background-color: #ddd;
    cursor: pointer;
    color: #999;
}

/*CROP*/
.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 5px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 253px;
    height: 163px;
}

.cropit-preview-image-container {
    cursor: move;
}

.cropit-preview-background {
    opacity: .2;
    cursor: auto;
}

.image-size-label {
    margin-top: 10px;
}

.slider-wrapper {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
    width: 252px;
}

.slider-wrapper {
    display: inline-block;
    position: relative;
}

input[type=range].cropit-image-zoom-input {
    width: 202px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    margin: 10px 20px;
}

.slider-wrapper * {
    vertical-align: middle;
}
/*END CROP*/

/*Ribbon*/
.ribbon {
    z-index: 5;
    position: absolute;
    top:1px;
}
.ribbon.ribbon-vertical-right {
    clear: none;
    right:15px;
    margin: -2px 10px 0 0;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 41px;
    text-align: center;
}
.ribbon.ribbon-color-info {
    background-color: #659be0;
    color: #fff;
}
.ribbon.ribbon-shadow.ribbon-right, .ribbon.ribbon-shadow.ribbon-vertical-right {
    box-shadow: -2px 2px 7px rgba(0,0,0,.4);
}
.ribbon.ribbon-round.ribbon-vertical-left, .ribbon.ribbon-round.ribbon-vertical-right {
    border-radius: 0 0 5px 5px !important;
}
.cursorOrden{
    cursor: move;
}
.ui-state-highlight{
    /*background-color:#900;*/
    /*height:200px;*/
    /*width:auto;*/
}
/*End Ribbon*/

/*Imágenes en listado y fichas*/
.imgContainer {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #eee;
    padding: 3px;
    overflow: hidden;
    border: solid 1px #ccc;
}
.table > tbody > tr > td .imgContainer .prop-pic {
    display: inline-block;
    vertical-align: middle;
    max-height: 92px;
    max-width: 92px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.conVideo {
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 10px;
    background-color: #d91e18;
    color: #fff;
    padding: 1px 5px;
    z-index: 10;
}
.conVideoFicha {
    position: absolute;
    bottom: 7px;
    right: 22px;
    font-size: 12px;
    background-color: #d91e18;
    color: #fff;
    padding: 3px 8px;
    z-index: 10;
}
.conVideo:hover, .conVideoFicha:hover, .conVideo:visited, .conVideoFicha:visited {
    background-color: #E87E04;
    text-decoration: none;
    color: #fff;
}
/*End Imágenes en listado y fichas*/



/***********LISTADO DE PROPIEDADES DEL PB******************/
.rowList {
    padding: 5px 0;
    margin: 0 0 10px 0;
    border: solid 1px #ddd;
    background-color: #fefefe !important;
    position: relative;
}

    .rowList .codigo {
        font-size: 12px;
        color: #666;
        padding-right: 5px;
    }

    .rowList .estado {
        padding-left: 5px;
        font-size: 12px;
    }

        .rowList .estado i {
            font-size: 9px;
        }

    .rowList h3 {
        font-size: 14px;
        margin: 2px 0;
        font-weight: 400;
    }

    .rowList .datosPropiedad li {
        font-size: 11px;
        color: #666;
        margin-bottom: 3px;
    }

        .rowList .datosPropiedad li i {
            width: initial;
            margin-right: 5px;
            font-size: 12px;
            line-height: 12px;
        }

    .rowList .datosPropiedad {
        margin-bottom: 0;
    }

        .rowList .datosPropiedad li.precio .firstPrice {
            font-size: 16px;
            color: #3175af;
        }

        .rowList .datosPropiedad li.precio .secondPrice {
            color: #999;
        }

        .rowList .datosPropiedad li.precio div {
            display: inline-block;
        }

            .rowList .datosPropiedad li.precio div:first-child {
                padding-right: 5px;
                margin-right: 5px;
                border-right: solid 1px #ccc;
            }

    .rowList .propCaractContenedor {
        background-color: #eee;
        position: absolute;
        left: 26%;
        left: calc(25% + 10px);
        bottom: 5px;
    }

    .rowList .propCaractInline {
        background-color: #eee;
    }

        .rowList .propCaractInline li {
            margin: 0;
            border-right: solid 1px #ddd;
            color: #999;
            padding: 2px 10px;
            font-size: 9px;
        }

            .rowList .propCaractInline li span {
                color: #333;
            }

            .rowList .propCaractInline li.accCliente {
                background-color: #ddd;
                border-right: solid 1px #eee;
            }

            .rowList .propCaractInline li.accMapa {
                background-color: #EF4836;
                border-right: none;
                color: #fff;
            }

    .rowList .btnAcc {
        position: absolute;
        text-align: left;
        right: 0;
        top: 35px;
        border-color: rgba(0,0,0,.5);
        border-width: 4px;
        border-right: none;
        width: 35px;
        overflow: hidden;
        -webkit-transition: width .5s; /* Safari */
        transition: width .5s;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        -moz-border-radius-topleft: 5px !important;
        -moz-border-radius-bottomleft: 5px !important;
        -webkit-border-bottom-left-radius: 5px !important;
        -webkit-border-top-left-radius: 5px !important;
        z-index: 5;
    }

        .rowList .btnAcc i {
            margin-right: 10px;
        }

        .rowList .btnAcc.lnkMiniFicha {
            top: 75px;
        }

        .rowList .btnAcc.lnkRechazo, .rowList .btnAcc.lnkReingresar, .rowList .btnAcc.lnkEdit {
            top: 115px;
        }

        .rowList .btnAcc:hover {
            width: 110px;
        }

.masPropiedadesCont {
    border-top: solid 1px #999;
    text-align: center;
}

.lnkMasPropiedades {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    border-top: none;
}

@media(max-width:767px) {
    .rowList .propCaractContenedor {
        position: relative;
        left: 10px;
        max-width: 100%;
        bottom: 0;
        width: calc(100% - 15px);
    }

    #botEnCaption.bntCambioPest {
        margin-top: 0;
    }
}

@media(min-width:768px) {
    .rowList .propCaractContenedor {
        left: 35%;
        left: calc(33.333333% + 10px);
        width: calc(66.666666% - 15px);
    }
}

@media(min-width:992px) {
    .rowList .propCaractContenedor {
        left: 26%;
        left: calc(25% + 10px);
        width: calc(75% - 15px);
    }
}

.rowList .propiedadTop {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

    .rowList .propiedadTop i {
        color: #aaa;
    }

    .rowList .propiedadTop.selected {
        background-color: #fff;
    }

        .rowList .propiedadTop.selected i {
            color: #a00;
        }

.ribbon {
    position: absolute;
    top: 0;
    right: -10px;
    width: auto;
    height: auto;
    margin: 0;
    box-shadow: -2px 2px 7px rgba(0,0,0,.4);
    background-color: #337ab7;
    color: #fff;
    padding: 3px 0;
}

.ribbon-left {
    right: initial;
    left: -10px;
    box-shadow: -2px 2px -7px rgba(0,0,0,.4);
}

.ribbon-red {
    background-color: #d84a38;
}

.ribbon .ribbon-sub {
    padding: 0 10px;
    border-top: 1px;
    border-bottom: 1px;
    border-left: none;
    border-right: none;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-color: #286090;
    font-size: 9px;
    color: #FFF;
    text-align: center;
}

.ribbon.ribbon-red .ribbon-sub {
    border-top: 1px;
    border-bottom: 1px;
    border-left: none;
    border-right: none;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-color: #ed6b75;
}

.ribbon .ribbon-sub span {
    font-size: 14px;
}

.ribbon .ribbon-sub:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
    border-width: 0 0 10px 10px;
    border-left-color: #222 !important;
    right: 0;
}

.ribbon.ribbon-left .ribbon-sub:after {
    border: none;
}

.ribbon.ribbon-left .ribbon-sub:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
    border-width: 0 10px 10px 0;
    border-right-color: #222 !important;
    left: 0;
}
.rowList .imgListado3 {
    padding: 0;
    height: 150px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #eee;
}
    .rowList .imgListado3 img {
        margin: 0 auto;
        height: 175px;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        width: auto;
        max-width: initial;
    }
/*----------END LISTADO DE PROPIEDADES DEL PB-------------*/

/***********TO DO******************/
.todo-tasklist-item {
    margin-bottom: 5px;
}
    .todo-tasklist {
    padding: 5px;
    background-color: #b1c6e0;
    min-height:200px;
}
.todo-tasklist-placeholder {
    border: dotted 1px #333;
    background-color: #fff2b6;
    height: 100px;
    margin:0 auto 5px;
}
.todo-tasklist .ui-sortable-helper{
    transform: rotate(3deg);
    box-shadow: rgba(0,0,0,1) 0 0 10px;
    border-radius:10px;
}
.todo-tasklist-item-title {
    font-size: 13px;
    color: #2b4a5c;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 0px;
}
#tareasSort h4 {
    text-align: left;
    margin: 5px 0 0 0;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    background-color: #b1c6e0;
}
.todo-taskbody-tasktitle {
    font-size: 15px;
    color: #778d96;
}
.todo-tasklist-edit {
    color: #637b89 !important;
    float:right;
}
.todo-tasklist-user {
    display: block;
    font-size: 11px;
    color: #6d9cd6;
    font-style: italic;
    padding:5px 0;
}
.todo-tasklist-actions {
    border-top: solid 1px #b1c6e0;
    margin-top: 5px;
    padding-top: 5px;
}
.todo-task-history > li {
    padding: 5px 0;
    border-bottom: solid 1px #eee;
    list-style: none;
}
.listado-tasksContainer{
    position:relative;
    width:100%;
    text-align:right;
    margin-top:10px;
}
.listado-tasksContainer h6 {
    margin: 0;
    font-size: 9px;
    color: #666;
    display:inline-block;
    margin-right:5px;
}
    .listado-tasksContainer .badge {
        line-height: 1.2;
    }
/*----------END TO DO-------------*/

/***********NUEVO INICIO******************/
.bg-blue-chambray {
    border-color: #1b283f !important;
    background-color: #1b283f !important;
}
.divider, .dividerLeft {
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider > span:first-child {
    width: 100%;
    height: 1px;
    flex: 1;
    background: #EBECF1;
    display: inline-block;
}
    .dividerLeft > span:first-child {
        padding: 0 10px 0 0;
        color: #889dc3;
    }
    .divider > span:not(:first-child):not(:last-child) {
        padding: 0 2rem;
        color: #889dc3;
    }
    .divider > span:last-child, .dividerLeft > span:last-child {
        width: 100%;
        height: 1px;
        flex: 1;
        background: #EBECF1;
        display: inline-block;
    }
#flujoPropiedades .portlet.light .portlet-body {
    padding-top: 15px;
}
#flujoPropiedades .label {
    font-size: 25px;
    margin: 5px auto 0 auto !important;
    display: block;
    width: 75%;
    cursor: pointer;
    border-radius: 0;
    height: 34px;
    line-height: 34px;
    padding: 0;
}
.cnvct_container {
}
.cnvct_cardContainer {
    padding: 12px 20px 15px 20px;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    border-radius: 8px;
}
    .cnvct_cardContainer.card-calendario {
        margin-bottom: 15px;
    }
    .cnvct_cardContainer .card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 70px;
        padding: 0 calc(15px + 1.5%);
        margin-bottom: 0;
        background-color: #a0bce0;
        border-radius: 8px;
    }
    .cnvct_cardContainer .card-header h3{
        color:#fff;
        margin:0;
        line-height:60px;
    }
    .cnvct_cardContainer .card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0;
        /*overflow:hidden;*/
        position:relative;
        height:266px;
        background-color:#fff;
        border-radius:8px;
    }
    .cnvct_cardContainer.card-calendario .card-body {
        height: 150px;
    }
    .cnvct_cardContainer .card-spacer {
        padding: 15px !important;
        margin-top: -10px !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
        .cnvct_cardContainer .card-spacer div {
            width: calc(50% - 10px);
            background-color: #eff3f8;
            margin: 5px;
            height: 100px;
            border-radius: 8px !important;
            display: flex;
            align-items:center;
            flex-wrap:wrap;
            align-content:center;
        }

    .cnvct_cardContainer.card-calendario .card-spacer div {
        width: calc(50% - 10px);
    }
    .cnvct_cardContainer.card-nube .card-spacer div {
        width: calc(100% - 10px);
        height:220px;
    }
    .cnvct_cardContainer.card-nube .card-spacer div:first-child {
        margin-top:10px;
    }
.cnvct_cardContainer .card-spacer div.cnvct_danger {
    background-color: #ffe2e5;
}
    .cnvct_tile{
        width:100%;
        margin:0;
        padding:0;
        background-color:#333;
        height:100px;
        border-radius:4px;
    }
.cnvct_avisoIcon {
    display: block;
    font-size:20px;
    height:20px;
    width:20px;
    color: #f64e60;
    margin: 0 auto;
    line-height:20px;
}
.cnvct_numero {
    display: block;
    font-size: 20px;
    height: 30px;
    width: 100%;
    color: #f64e60;
    margin: 0 auto;
    line-height: 30px;
    text-align:center;
}
.cnvct_leyenda {
    display: block;
    font-size: 10px;
    width: 100%;
    padding:0 10%;
    color: #646c9a;
    margin: 0 auto;
    line-height: 13px;
    text-align: center;
}

    /***********END NUEVO INICIO******************/

