.table-bordered > tbody > tr > td.conVerticalAlignMiddle {
    vertical-align: middle;
}

.capaPass {
    display: none;
}

.logo {
    height: 35px;
}

.logo img {
    height: 100px;
    margin-top: -31px;
}

.logo-container .logo img {
    height: 35px;
    margin-top: 0px;
}

.colorpicker {
    z-index: 9999999;
}


.center-sign .logo img {
    height: 35px;
    margin-top: 20px;
}

.header {
    background-color: #1D2127;
    background-image: none;
    border-bottom: 1px solid #1D2127;
    border-top: 3px solid #1D2127;
}

.conFondo {
    background-color: rgba(0, 0, 0, 1);
    overflow: hidden;
}

.conFondo:after {
    content: "";
    background-image: url(../images/fondo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.8;
}

.conFondo .body-sign {
    position: relative;
    z-index: 999;
}

.smsKodigo a {
    color: white;
}

.select2-container--bootstrap {
    width: 100% !important;
}

.select2-container.select2-container--bootstrap.select2-container--open {
    z-index: 99999;
}

.btn-group {
    width: 100%;
}

.btn-group > .multiselect.dropdown-toggle.btn:first-child {
    width: 100%;
    text-align: right;
}

.btn-group > .multiselect.dropdown-toggle.btn:first-child > span {
    float: left;
    text-align: left;
}

.table-responsive, .table-responsive table {
    width: 100% !important;
}

.note-toolbar .btn-group {
    float: left !important;
    width: auto !important;
}

.note-editor .note-toolbar {
    height: 52px;
}

.cantComentarios {
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 10px !important;
    padding: 2px 3px !important;
}

.cantComentarios2 {
    position: absolute;
    top: 7px;
    left: 15px;
    right: auto;
}


#sortable2, #sortable1 {
    position: relative;
    padding: 10px;
    background-color: rgb(236, 237, 240);
    border-radius: 5px;
}

#sortable2 li, #sortable1 li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid black;
    clear: both;
    float: none;
    position: relative;
}

#sortable1 li > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: red;
    cursor: pointer;
}


#sortable2 .ui-sortable-placeholder, #sortable1 .ui-sortable-placeholder {
    margin: 0px;
    margin-bottom: 10px;
    float: none;
    min-width: 100%;
    min-height: 10px;
    background: yellow !important;
    visibility: visible !important;

}

.dataTable .visibility {
    max-width: 50px !important;
    min-width: 50px !important;
    width: 50px !important;
}

.dataTable .actions {
    max-width: 250px !important;
    min-width: 250px !important;
    width: 250px !important;
}

div.dataTables_length {
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
}

div.dataTables_length select {

    display: inline-block;
}

div.dataTables_info {
    float: left;
    padding-top: 5px;
}

.pagination {
    margin-top: 5px;
}

#sortable2-bloques, #sortable1-bloques {
    position: relative;
    padding: 10px;
    background-color: rgb(236, 237, 240);
    border-radius: 5px;
}

#sortable2-bloques li, #sortable1-bloques li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid black;
    clear: both;
    float: none;
    position: relative;
}

#sortable2-bloques li .nombreBloque, #sortable1-bloques li .nombreB {
    text-align: center;
}


#sortable2-bloques .ui-sortable-placeholder, #sortable1-bloques .ui-sortable-placeholder {
    margin: 0px;
    margin-bottom: 10px;
    float: none;
    min-width: 100%;
    min-height: 10px;
    background: yellow !important;
    visibility: visible !important;

}

.eliminarBloque {
    font-size: 15px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    color: red !important;
    cursor: pointer !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-decoration: none;
    z-index: 99;
    background-color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
}

.eliminarBloque:before {
    content: "\f1f8";
}

.editarBloque {
    font-size: 15px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    color: blue !important;
    cursor: pointer !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-decoration: none;
    z-index: 99;
    background-color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
}

.editarBloque:before {
    content: "\f044";
}

.popover-content {
    white-space: nowrap;
    min-width: 180px;
    text-align: center;
}

.popover-title {
    text-align: center;
}


.capaNCatsAtri .select2-container--bootstrap {
    width: 100% !important;
}

.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}

.dz-remove {
    font-size: 15px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    color: red !important;
    cursor: pointer !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-decoration: none;
    z-index: 99;
    background-color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
}

.dz-remove:before {
    content: "\f1f8";
}

.dz-remove i {
    cursor: pointer !important;
}

.editImageDropzone {
    font-size: 15px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    color: blue !important;
    cursor: pointer !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-decoration: none;
    z-index: 99;
    background-color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
}

.editImageDropzone:before {
    content: "\f044";
}

.editImageDropzone i {
    cursor: pointer !important;
}

.dz-filename, .dz-size {
    display: none !important;
}

.note-editor ul {
    list-style: initial;
}

.note-editor ol {
    list-style: decimal;
}

.header .logo-container > a {
    margin: 0;
    margin-left: 15px;
}

.header .logo-container > a img {
    height: 35px;
    margin-top: 4px;
}

.userbox .name,
.userbox .role,
.userbox .custom-caret {
    color: white;
}

.userbox.open .name,
.userbox.open .role,
.userbox.open .custom-caret {
    color: #7d7d7d;
}

.page-header .breadcrumbs {
    padding-right: 20px;
}

.panel-body .bg-default {
    background: #ebebeb;
    color: #777;
}

.conSummer2 .note-toolbar {
    height: 0 !important;
    padding: 0 !important;
    border-bottom: 0px !important;
    overflow: visible;
    z-index: 99;
}

.conSummer2 .note-font {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    margin-top: -1px !important;
    margin-right: -1px !important;
}

.conSummer2 .note-font button {
    padding: 8px 10px !important;
    width: 40px !important;
}

.conSummer2 .note-editable {
    padding: 6px 10px !important;
}

.conSummer2 .note-editor {
    margin-bottom: 0;
}

.ui-state-highlight {
    height: 52px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fileupload-exists .uneditable-input {
}

.fileupload .btn {
    margin-left: -1px;
}

.ui-pnotify {
    z-index: 999999999 !important;
}

.dropzone.dz-started .dz-message {
    display: block !important;
    margin: 0;
    margin-bottom: 10px;
}

.dropzone .dz-preview .dz-progress {
    display: none;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.dropzone.dz-clickable {
    padding: 10px;
    text-align: center;
}

.dropzone .dz-preview {
    margin: 5px;
}

.dropzone .dz-preview .dz-image.activeis0 {
    background-color: red;
}

.dropzone .dz-preview .dz-image.activeis0:after {
    content: "X";
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    z-index: 99;
    width: 100%;
    height: 20px;
    color: red;
    font-size: 50px;
    line-height: 50px;
    margin-top: -25px;
}

.dropzone .dz-preview .dz-image.activeis0 img {
    opacity: 0.5;
}

#losDiasEditables li a.btn-xs {
    float: right;
    margin-left: 10px;
}

#losDiasEditables li {
    font-size: 20px;
    list-style: none;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    padding: 10px 0;
}

#losDiasEditables ul {
    padding-left: 0;
}

#losDiasEditables .panel-body {
    padding-top: 0;
}

.fc-ltr .fc-basic-view .fc-day-number {
    cursor: pointer;
    font-weight: bold;
}

.fc-ltr .fc-basic-view .fc-day-number:hover {
    background-color: #CCC;
}

.loaderFull .loading-overlay {
    z-index: 999;
}

.dataTables_wrapper {
    position: relative;
}

.ColVis.TableTools {
    float: right;
    margin-bottom: 15px;
}

.ColVis_collection .ColVis_Button.btn.append {
    border-radius: 0px;
    text-align: left;
    display: block;
    margin: 5px auto;
    width: 150px !important;
}

.ColVis_collection {
    background-color: #CCC;
    width: 160px !important;
}

.ColVis_collection .separator {
    display: none;
}

.ColVis_collection .ColVis_Button {
    display: block;
    margin: 5px auto;
    width: 150px !important;
}

.ColVis_collection {
    padding: 0 10px;
}

.ColVis_catcher {
    position: absolute;
}

.fc-day-grid-event .fc-content .fc-title {
    font-weight: bold;
}

.modal-special .mfp-close {
    background-color: white;
    opacity: 1;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    line-height: 9px;
    padding: 0;
    top: 13px;
    right: 10px;
}

.select2-results__options {
    padding-left: 10px;
}

.select2-container--bootstrap .select2-results__group {
    text-transform: uppercase;
}

.inner-spacer .row .input-daterange {
    padding-left: 15px;
    padding-right: 15px;
}


#modalNuevoBloque {
    max-width: 1024px;
}

div.deBaja {

    color: red;
    background-color: rgba(255, 0, 0, 0.1);
}

div.deActivo {

    color: #203395;
    background-color: rgba(32, 58, 145, 0.1);
}


.ui-menu-item-wrapper > div {
    white-space: nowrap;
}


.containerCliente #formPropietario .panel-body {
    max-height: 415px;
    overflow-y: scroll;
}

.containerBusqueda #formDemanda .panel-body {
    max-height: 415px;
    overflow-y: scroll;
}

.containerTarget #formPropietarioTarget .panel-body {
    max-height: 355px;
    overflow-y: scroll;
}

.containerInjerencias .panel-body {
    min-height: 308px;
    overflow-y: scroll;
}

.containerMatching .panel-body {
    max-height: 700px;
    overflow-y: scroll;
}

.containerTarget .panel-heading,
.containerInjerencias .panel-heading,
.containerInjerencias .panel-heading,
.containerRegitroVisitas .panel-heading,
.containerContratos .panel-heading,
.containerCalendario .panel-heading,
.containerMatching .panel-heading {
    margin-top: 0px;
}

#datatable-ajax-lista_injerencias_length {
    width: 300px;
}

#datatable-ajax-lista_injerencias_length label {
    width: 300px;
}

#datatable-ajax-lista_injerencias_length label > span {
    width: 75px !important;
    display: inline-block;
}

.select2-container {
    z-index: 999999;
    width: 100% !important;
}

#formRegistrarVisita .select2-container {
    z-index: 999999;
    width: 100% !important;
}

ul#ui-id-1 > *,
ul#ui-id-1 {
    border-color: transparent !important;
}

ul#ui-id-2 > *,
ul#ui-id-2 {
    border-color: transparent !important;
}

.dropdown-menu {
    z-index: 1000000;
}

.ui-widget {
    background-image: none !important;
}
/* Base */
a,
.btn-link {
    color: #203495;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    color: #253baa;
}
a:active,
.btn-link:active {
    color: #1b2d80;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #203495;
}
@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
        color: #203495;
    }
    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
        background-color: #203495;
    }
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
    html.boxed .header {
        border-top-color: #203495;
    }
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
    html.boxed .header {
        border-top-color: #203495;
    }
    html.boxed .sidebar-right {
        border-top-color: #203495;
        min-height: 0;
    }
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
    background: #203495;
}
/* Mailbox */
.mailbox .mailbox-mail-list li.active {
    background: #203495;
}
.mailbox .mailbox-mail .mailbox-close-mail {
    color: #203495;
}
.mailbox .mailbox-mail .mailbox-close-mail:hover {
    color: #253baa;
}
.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
    color: #203495;
}
/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
    background-color: #203495;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
    background-color: #203495;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
    background-color: #203495;
}
.media-gallery .mg-files .thumbnail.thumbnail-selected {
    box-shadow: 0 0 8px -1px #203495;
}
/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
    background-color: #203495;
}
.body-sign .panel-sign .panel-body {
    border-top-color: #203495;
}
/* Lock Screen */
.body-locked .current-user .user-image {
    border-color: #203495;
}
/* Blockquote */
blockquote.primary {
    border-color: #203495;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
    color: #203495;
    background-color: #c2caf2;
}
.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
    background-color: #203495;
}
/* Dropdown Menu */
.dropdown-menu  > .active  > a,
.dropdown-menu  > .active  > a:hover,
.dropdown-menu  > .active  > a:focus {
    background-color: #203495;
}
.open > .dropdown-toggle.btn-primary {
    background: #203495;
    border-color: #1b2d80;
}
body .btn-primary.dropdown-toggle {
    border-left-color: #2740b7;
}
/* Buttons */
body .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #203495;
    border-color: #203495;
}
body .btn-primary:hover {
    border-color: #253baa !important;
    background-color: #253baa;
}
body .btn-primary:active,
body .btn-primary:focus {
    border-color: #1b2d80 !important;
    background-color: #1b2d80;
}
body .btn-primary[disabled] {
    border-color: #445dd7 !important;
    background-color: #445dd7;
}
body .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #47a447;
    border-color: #47a447;
}
body .btn-success:hover {
    border-color: #51b451 !important;
    background-color: #51b451;
}
body .btn-success:active,
body .btn-success:focus {
    border-color: #3f923f !important;
    background-color: #3f923f;
}
body .btn-success[disabled] {
    border-color: #86cb86 !important;
    background-color: #86cb86;
}
body .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ed9c28;
    border-color: #ed9c28;
}
body .btn-warning:hover {
    border-color: #efa740 !important;
    background-color: #efa740;
}
body .btn-warning:active,
body .btn-warning:focus {
    border-color: #e89113 !important;
    background-color: #e89113;
}
body .btn-warning[disabled] {
    border-color: #f5c786 !important;
    background-color: #f5c786;
}
body .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d2322d;
    border-color: #d2322d;
}
body .btn-danger:hover {
    border-color: #d64742 !important;
    background-color: #d64742;
}
body .btn-danger:active,
body .btn-danger:focus {
    border-color: #bd2d29 !important;
    background-color: #bd2d29;
}
body .btn-danger[disabled] {
    border-color: #e48481 !important;
    background-color: #e48481;
}
body .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bc0de;
    border-color: #5bc0de;
}
body .btn-info:hover {
    border-color: #70c8e2 !important;
    background-color: #70c8e2;
}
body .btn-info:active,
body .btn-info:focus {
    border-color: #46b8da !important;
    background-color: #46b8da;
}
body .btn-info[disabled] {
    border-color: #b0e1ef !important;
    background-color: #b0e1ef;
}
body .btn-dark {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #171717;
    border-color: #171717;
}
body .btn-dark:hover {
    border-color: #242424 !important;
    background-color: #242424;
}
body .btn-dark:active,
body .btn-dark:focus {
    border-color: #0a0a0a !important;
    background-color: #0a0a0a;
}
body .btn-dark[disabled] {
    border-color: #4a4a4a !important;
    background-color: #4a4a4a;
}
/* Switch*/
.switch.switch-primary .ios-switch .on-background {
    background: #203495;
}
/* Label */
.label-primary {
    background: #203495;
}
/* Text Primary */
.text-primary {
    color: #203495 !important;
}
/* BG Primary */
.bg-primary {
    background: #203495;
}
/* Alternative Font Style */
.alternative-font {
    color: #203495;
}
/* Hightlight */
.highlight {
    background-color: #203495;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
    color: #203495;
}
p.drop-caps.colored.secundary:first-child:first-letter {
    background-color: #203495;
}
/* Well */
.well.primary {
    background: #203495;
    border-color: #17256b;
}
/* Form */
.form-control:focus {
    border-color: #445dd7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(32, 52, 149, 0.3);
}
/* Header */
.header .toggle-sidebar-left {
    background: #203495;
}
/* Page Header */
.page-header h2 {
    border-bottom-color: #203495;
}
.page-header .sidebar-right-toggle:hover {
    color: #203495;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #203495 inset;
}
ul.nav-main > li.nav-active > i {
    color: #203495;
}
ul.nav-main li .nav-children li.nav-active > a {
    color: #203495;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #203495;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
    background-color: #203495;
}
/* Pagination */
.pagination > li a {
    color: #203495;
}
.pagination > li a:hover,
.pagination > li a:focus {
    color: #253baa;
}
.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
    background-color: #203495;
    border-color: #203495;
}
.pagination > li.active a {
    background-color: #203495;
}
html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
    background-color: #203495;
    border-color: #203495;
}
html .pagination > li.active a,
html.dark .pagination > li.active a {
    background-color: #203495;
}
/* Fullcalendar */
.fc .fc-toolbar h2:before {
    color: #203495;
}
.fc .fc-toolbar .fc-button.fc-state-active {
    background-color: #203495;
}
.fc-event {
    background: #203495;
    border-color: #203495;
}
.fc-event.fc-event-primary {
    background: #203495;
    border-color: #203495;
}
/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
    background: #203495;
}
/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #203495;
}
.timeline .tm-items > li .tm-icon {
    border-color: #203495;
    color: #203495;
}
.timeline.timeline-simple .tm-body .tm-items > li:before {
    background: #203495;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #203495;
}
html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
    background: #203495;
    box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #203495;
}
/* Princing Table */
.pricing-table h3 span {
    color: #203495;
}
.pricing-table .most-popular h3 {
    background-color: #203495 !important;
    color: #ffffff !important;
}
/* Data Tables Loading */
.dataTables_processing {
    background-color: #203495;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
    color: #203495;
}
/* Alerts */
.alert-primary {
    background-color: #203495;
    border-color: #1d3088;
}
.alert-primary .alert-link {
    color: #0e1741;
}
/* Nestable */
.dd-handle:hover {
    color: #203495 !important;
}
.dd-placeholder {
    background: #d7dcf6;
    border-color: #203495;
}
/* Panels */
.panel-highlight .panel-heading {
    background-color: #203495;
    border-color: #203495;
}
.panel-highlight .panel-body {
    background-color: #203495;
}
html .panel-primary .panel-heading {
    background: #203495;
    border-color: #203495;
}
.panel-heading.bg-primary {
    background: #203495;
}
.panel-body.bg-primary {
    background: #203495;
}
.panel-featured-primary {
    border-color: #203495;
}
.panel-featured-primary .panel-title {
    color: #203495;
}
.panel-heading-icon.bg-primary {
    background: #203495;
}
.panel-group .panel-accordion-primary .panel-heading .panel-title a {
    background: #203495;
}
/* Progress Bar */
.progress-bar {
    background-color: #203495;
}
.progress .progress-bar-primary {
    background-color: #203495;
}
/* Toggle */
.toggle label {
    border-left-color: #203495;
    color: #203495;
}
.toggle.active > label {
    background: #203495 !important;
    border-color: #203495;
}
/* Treeview */
.jstree-default .jstree-hovered {
    background-color: #d7dcf6 !important;
}
.jstree-default .jstree-clicked {
    background-color: #adb8ed !important;
}
.jstree-default .colored {
    color: #203495 !important;
}
.jstree-default .colored .jstree-icon {
    color: #203495 !important;
}
.jstree-default .colored-icon .jstree-icon {
    color: #203495 !important;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
    border-color: #203495;
}
.widget-twitter-profile {
    background-color: #203495;
}
.widget-twitter-profile .profile-quote {
    background-color: #243aa6;
}
.widget-twitter-profile .profile-quote .quote-footer {
    border-top-color: rgba(41, 67, 191, 0.7);
}
.widget-profile-info .profile-info .profile-footer {
    border-top-color: rgba(41, 67, 191, 0.7);
}
/* Thumb Info */
.thumb-info .thumb-info-type {
    background-color: #203495;
}
/* Social Icons */
.social-icons-list a {
    background: #203495;
}
/* Notifications */
.notifications .notification-menu .notification-title {
    background: #203495;
}
.notifications .notification-menu .notification-title .label-default {
    background-color: #17256b;
}
.notifications .notification-menu:before,
.notifications .notification-icon:before {
    border-bottom-color: #203495;
}
.ui-pnotify .notification-primary {
    background: rgba(32, 52, 149, 0.95);
}
.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
    background: #203495;
}
.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
    background: rgba(32, 52, 149, 0.95);
}
.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
    background: #203495;
}
/* Modal */
.modal-block-primary .fa {
    color: #203495;
}
.modal-block-primary.modal-header-color .panel-heading {
    background-color: #203495;
}
.modal-block-primary.modal-full-color .panel {
    background-color: #2740b7;
}
.modal-block-primary.modal-full-color .panel-heading {
    background-color: #203495;
}
.modal-block-primary.modal-full-color .panel-footer {
    background-color: #2740b7;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
    color: #203495;
}
/* Tabs */
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #203495;
}
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    border-top-color: #203495;
}
html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #203495;
    color: #203495;
}
html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #203495;
}
html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #FFF;
    border-bottom-color: #203495;
}
html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #203495;
}
html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #203495;
}
html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #203495;
}
html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #203495;
}
/* Simple List */
ul.simple-bullet-list li:before {
    border-color: #203495;
}
/* Simple Card List */
.simple-card-list li.primary {
    background: #203495;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
    color: #203495;
    border-bottom-color: #203495;
}
.search-results-list .result-thumb .fa {
    background: #203495;
}
/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
    background: #203495;
}
html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
    color: #203495;
    border-bottom-color: #203495;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
    background-color: #203495;
}
/* Loading Progress */
#nprogress .bar {
    background: #203495;
}
#nprogress .peg {
    box-shadow: 0 0 10px 1px #203495, 0 0 5px #203495;
}
/* Zoom */
.img-thumbnail .zoom {
    background: #203495;
}
/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1b2b7c;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: #203495;
}
.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #253dae;
}
/* Chartist */
.ct-chart .tooltip {
    background: #203495;
}
.ct-chart .tooltip:after {
    border-top-color: #203495;
}
.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
    stroke: #203495;
}
.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
    fill: #203495;
}
.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
    stroke: #121e56;
}
.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
    fill: #121e56;
}
.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
    stroke: #121e56;
}
.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
    fill: #121e56;
}
.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
    stroke: #2f4bd2;
}
.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
    fill: #2f4bd2;
}
.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
    stroke: #000102;
}
.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
    fill: #000102;
}
.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
    stroke: #8394e4;
}
.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
    fill: #8394e4;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
    background: #203495;
    border-color: #1b2d80;
}
html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
    color: #203495;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
    background: #203495;
    -webkit-box-shadow: 0px 0px 1px #203495;
    box-shadow: 0px 0px 1px #203495;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
    background: #203495;
}
/* Progress Bar */
.progress-bar {
    background-color: #203495;
}
.progress .progress-bar-primary {
    background-color: #203495;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
    background: #203495;
}
.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #2943bf 0, #203495 50%, #17256b 100%);
    background-image: linear-gradient(left, #2943bf 0, #203495 50%, #17256b 100%);
}
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(to right, #2943bf 0, #203495 50%, #17256b 100%);
    background-image: linear-gradient(to right, #2943bf 0, #203495 50%, #17256b 100%);
}
/* DatePicker */
.datepicker table {
    width: 100%;
}
.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
    background: #203495;
}
.datepicker table thead tr:first-child th:hover {
    background: #203495;
}
.datepicker table tr td span:hover {
    background: #203495;
}
.datepicker table tr td.day:hover {
    background: #203495;
}
.datepicker table tfoot tr th:hover {
    background: #203495;
}
/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
    background: #203495;
}
html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
    background: #203495;
}
html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
    background: #203495;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
    background-color: #203495;
}
.datepicker.datepicker-primary table thead tr:first-child th:hover {
    background-color: #17256b;
}
.datepicker.datepicker-primary table thead tr:last-child {
    background-color: #253baa;
}
.datepicker.datepicker-primary table thead tr:last-child th:hover {
    background-color: #203495;
}
.datepicker.datepicker-primary table tbody tr td.day:hover {
    background: #203495;
}
.datepicker.datepicker-primary table tbody tr td.day.active {
    background: #203495;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
    background: #203495;
}
/* Wizard */
.wizard-steps > li.active .badge {
    background-color: #203495;
}
.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
    border-top-color: #203495;
}
.wizard-tabs ul > li.active .badge {
    background-color: #203495;
}
html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
    background: #203495;
}
html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
    border-color: #203495;
    background: #203495;
}
html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
    color: #203495;
    border-color: #203495;
}
/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    background-color: #203495;
}
/* Data Tables Loading */
.dataTables_processing {
    background-color: #203495;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
    color: #203495;
}



.header .logo-container h3 {
    float: left;
    color: white;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 15px;
}

#numversion {
    position: fixed;
    left: 10px;
    bottom: 10px;
    color: white;
    font-size: 10px;
    z-index: 99999;
    display: none;
}


.elfinder-navbar {
    display: none !important;
}

.form-horizontal .control-label {
    text-align: left;
}

/* DEMANDAS FORM */
.btnBajaDemanda {
    position: absolute;
    top: 3px;
    right: 3px;
}

.btnAltaDemanda {
    position: absolute;
    top: 3px;
    right: 3px;
}

.precioContainer {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    color: green;
}

.precioContainer > h4 {
    font-weight: 400;
    font-size: 1em;
}

.precioContainer > p {
    font-weight: bold;
    font-size: 1.5em;
}


.contTotalDemanda, .anteriorDemanda, .siguienteDemanda, .filtroDemandaPag, .borrarFiltroPag {
    color: #fff;
    font-style: italic;
    display: inline-block;
    height: 100%;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding: 10px 0;
    box-sizing: border-box;
}

.puntuacionCont {
    margin: 0px;
    color: #fff;
    font-weight: bold;
    background: #203395;
    margin-right: 15px;
    display: inline-block;
    width: 150px;
    margin-left: 10px;
}

#formDatosInmueble .puntuacionCont {
    width: auto;
    padding: 0 5px;
}

.btnDemandaBtns {
    width: 85%;
    float: left;
}

.datosClienteModal .modal-dialog, .datosInmuebleModal .modal-dialog {
    width: 900px !important;
}

.datosInmuebleModal .row {
    margin: 0;
    margin-bottom: 15px;
}

.datosInmuebleModal .row p {
    font-weight: bold;
}

.rowHidden {
    display: none;
}

.selectHidden {
    display: none !important;
}

.tablaConMatching thead {
    display: none;
}

.tablaConMatching tbody, .tablaConMatching tbody tr, .tablaConMatching tbody td, .tablaConMatching {
    border: 0;
}

.tablaConMatching tbody tr:nth-child(2n+1) {
    background: #eee !important;
    border: 1px solid #aaa;
}

.tablaConMatching tbody tr:nth-child(2n) {
    border: 1px solid #aaa;
}

.tablaConMatching tbody .btnDetailList, .tablaConMatching tbody .btnDescartarList, .tablaConMatching tbody .btnReadmitirList, .tablaConMatching tbody .btnInteresarList, .tablaConMatching tbody .btnReadmitirList, .tablaConMatching tbody .btnContratoList, .tablaConMatching tbody .btnFichaList,
.tablaConMatching tbody .btnQuitarRegistro {
    font-size: .9em;
    background: #333;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}

.tablaConMatching tbody .btnReadmitirList, .tablaConMatching tbody .btnDescartarList, .tablaConMatching tbody .btnInteresarList, .tablaConMatching tbody .btnContratoList {
    display: none;
}

.tdDemandaList {
    padding: 20px !important;
}

.imageContainerDemanda {
    overflow: hidden;
    width: 190px;
    float: left;
}

.portadaListDemanda {
    width: 190px;
    heigth: auto;
    cursor: pointer;
    border: 2px solid #444;
    float: left;
}

.refListDemanda, .addressListDemanda {
    display: block;
    width: 80%;
    float: left;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.refListDemanda > a {
    color: #000;
}

.precioListDemanda {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: green;
    padding-top: 0px;
    margin-top: -40px;
}

.tipoListDemanda {
    position: absolute;
    top: -45px;
    right: -10px;
    color: #fff;
    font-size: .85em;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 70px solid #203395;
    transform: rotate(-45deg);
}

.tipoListDemanda > span {
    position: absolute;
    color: #fff;
    top: -10px;
    right: -28px;
    transform: rotate(92deg);
    font-size: 1.35em;
    font-weight: bold;
    width: 148px;
    text-align: center;
    display: inline-block;
}

.tipoListDescartado {
    border-left: 70px solid #ff0000;
}

.tipoListInteresado {
    border-left: 70px solid #51b451;
}

.swiper-container {
    height: 500px;
}

.modalImageInmueble {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hide_column {
    display: none;
}

/* CONTRATOS */
.propietarioForm .fa-plus-circle, .clienteForm .fa-plus-circle {
    position: relative;
    left: -3px;
}

.coincidenciaDemandas, .coincidenciaInmuebles {
    position: absolute;
    top: 100%;
    background: #fff;
    color: #000;
    z-index: 100;
    width: 87.65%;
    padding: 8px 8px 0px;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 5%;
    cursor: pointer;
    max-height: 200px;
    overflow: auto;
}

.coincidenciaDemandas > p, .coincidenciaInmuebles > p {
    padding-left: 5px;
}

.footerFIX {
    border-radius: 0;
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9998;
}

.footerFIX .col-sm-12 {
    text-align: right;
}

.inmuebleModal {
    z-index: 999999999;
}

.modal-backdrop {
    z-index: 99999999;
}

.modal {

    z-index: 99999999999;
}

.custom-content-body.content-body {
    padding: 15px;
}

.custom-content-body .listaTelefonos .btn-danger.btn-block,
.custom-content-body .listaEmails .btn-danger.btn-block,
.custom-content-body #btnAddEma,
.custom-content-body #btnAddTlf,
.custom-content-body #btnAddEma_arrendatarios,
.custom-content-body #btnAddTlf_arrendatarios {
    height: 30px;
    width: 30px;
    padding: 4px 0px;
}

.custom-content-body .multiselect {
    min-height: 30px;
}

.custom-content-body .form-group {
    margin-bottom: 7px;
}

.custom-content-body .panel {
    margin-bottom: 7px;
}

/*.ui-autocomplete{
	border: 1px solid black !important;
	-webkit-box-shadow: 0px 4px 20px -5px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 0px 4px 20px -5px rgba(0,0,0,0.75) !important;
	box-shadow: 0px 4px 20px -5px rgba(0,0,0,0.75) !important;
}*/

div.working {
    position: relative;
}

div.working .divLo {
    content: "";
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 9999999999;
    background: #eeeeee url('../vendor/jquery-autocomplete/ui-anim_basic_16x16.gif') center center no-repeat;
}

.dataTables_length .select2-container {
    z-index: 99999;
}

body > .loading-overlay {
    position: fixed;
    z-index: 99999999;
}

.page-header {
    z-index: 1001;
    z-index: 9999996;
    background: #203395;
    color: white;
    box-shadow: 1px 3px 0 1px transparent;
    border-left: 0;
}

.page-header .breadcrumbs a, .page-header .breadcrumbs span {
    color: white;
}

.page-header h2 {
    border-bottom: 0px;
}

.sidebar-left .sidebar-header .sidebar-title {
    padding: 9px 15px;
    color: white;
}

.sidebar-left .sidebar-header .sidebar-toggle {
    background: #203395;
    color: white;
    height: 40px;
    width: 55px;
}

.sidebar-left .sidebar-header .sidebar-toggle a {
    color: white;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover {
    color: white !important;
}

.sidebar-left .sidebar-header .sidebar-toggle a:hover {
    color: white;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
    color: white !important;
    line-height: 40px;
}

html.fixed .header {
    position: fixed;
    z-index: 9999997;
}

.mfp-bg {
    z-index: 9999998;
}

.mfp-wrap {
    z-index: 9999999;
}

.panel-heading {
    padding: 10px 15px;
    position: relative;
}

.panel-title {
    font-size: 17px;
}

.header {
    height: 50px;
}

.header-right {
    height: 46px;
}

html.fixed .inner-wrapper {
    padding-top: 90px;
}

html.fixed .page-header,
html.fixed .sidebar-left {
    top: 50px;
}

.page-header {
    height: 40px;
}

.page-header h2 {
    height: 40px;
    line-height: 40px;
}

.anteriorDemanda, .siguienteDemanda, .filtroDemandaPag, .borrarFiltroPag {
    padding: 3px 0;
}

.anteriorDemanda.disabled a.btn,
.siguienteDemanda.disabled a.btn {
    cursor: not-allowed;
    opacity: 0.5 !important;
}

.page-header .breadcrumbs {
    line-height: 40px;
}

.panel-heading .big-icons-buttons {
    position: absolute;
    top: 3px;
    right: 3px;
}

.capaAntifirma {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.elfinderContrato1,
.elfinderContrato2,
.elfinderContrato3,
.elfinderContrato32,
.elfinderContrato4,
.elfinderContrato42,
.elfinderContrato5,
.elfinderContrato52 {
    height: 100px !important;
}

.elfinderContrato1 .elfinder-statusbar,
.elfinderContrato2 .elfinder-statusbar,
.elfinderContrato3 .elfinder-statusbar,
.elfinderContrato32 .elfinder-statusbar,
.elfinderContrato4 .elfinder-statusbar,
.elfinderContrato42 .elfinder-statusbar,
.elfinderContrato5 .elfinder-statusbar,
.elfinderContrato52 .elfinder-statusbar {
    display: none !important;
}

.elfinderContrato1 .elfinder-cwd-wrapper-empty .elfinder-cwd:after,
.elfinderContrato2 .elfinder-cwd-wrapper-empty .elfinder-cwd:after,
.elfinderContrato3 .elfinder-cwd-wrapper-empty .elfinder-cwd:after,
.elfinderContrato32 .elfinder-cwd-wrapper-empty .elfinder-cwd:after,
.elfinderContrato4 .elfinder-cwd-wrapper-empty .elfinder-cwd:after,
.elfinderContrato42 .elfinder-cwd-wrapper-empty .elfinder-cwd:after,
.elfinderContrato5 .elfinder-cwd-wrapper-empty .elfinder-cwd:after,
.elfinderContrato52 .elfinder-cwd-wrapper-empty .elfinder-cwd:after {
    margin-top: -1em;
}

.modal-block.modal-ver_plantilla #formVerPlantilla {
    max-width: 765px !important;
}

.modal-block.modal-ver_plantilla #formVerPlantilla .note-editable {
    height: 640px !important;
}

.tdDemandaList.DISPONIBLE {

}

.tdDemandaList.EN_TRAMITES .imageContainerDemanda {
    position: relative;
}

.tdDemandaList.EN_TRAMITES .imageContainerDemanda:after {
    content: 'EN TRAMITES';
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.tdDemandaList.SENALADO .imageContainerDemanda {
    position: relative;
}

.tdDemandaList.SENALADO .imageContainerDemanda:after {
    content: 'SEÑALADO';
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.tdDemandaList.CONTRATO_EN_VIGOR .imageContainerDemanda {
    position: relative;
}

.tdDemandaList.CONTRATO_EN_VIGOR .imageContainerDemanda:after {
    content: 'CONTRATO EN VIGOR';
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.tdDemandaList.tdDemandaListCancelada {
    background-color: rgba(255, 0, 0, 0.3);
}

.tdDemandaList.tdDemandaListCancelada .precioListDemanda {
    display: none;
}

.tdDemandaList .btnMotivo {
    display: none;
}

.tdDemandaList.tdDemandaListCancelada .btnMotivo {
    display: block;
}

.inner-wrapper {
    padding-top: 50px;
}


#loaderMatching {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loaderMatching:after {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 50px;
    margin-top: -25px;
    margin-left: -25px;
}

#loaderMatching:before {
    content: "Buscando inmuebles ...";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 45px;
}

.loaderMatching #loaderMatching {
    display: block;
}

.loaderMatching #loaderMatching {
    display: block;
}

@media only screen and (max-width: 1279px) {
    .searchTelef.form-control.ui-autocomplete-input {
        width: 200px !important;
    }
}

@media (max-width: 800px) {
    .panel-heading + .panel-body, .panel-heading + .panel-body > .form-group {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1023px) {
    .page-header .breadcrumbs {
        display: none;
    }

    .searchTelef.form-control.ui-autocomplete-input {
        width: 100px !important;
    }

    .content-body {
        display: table-cell;
        padding: 0px;
        box-sizing: border-box;
    }

    .panel {
        padding: 0px;
    }

    .page-header {
        height: 40px;
        margin: 0;
        margin-top: 0px;
    }

    .custom-content-body.content-body {
        padding: 0px;
    }

    .custom-content-body.content-body > .row {
        margin: 0px;
    }

    .custom-content-body.content-body > .row > .col-sm-12 {
        padding: 0px;
    }

    .dataTables_wrapper table thead th,
    .dataTables_wrapper table tbody td {
        font-size: 11px;
    }

    .dataTables_wrapper {
        max-width: 530px;
    }

    .sidebar-left-collapsed .dataTables_wrapper {
        max-width: 680px;
    }
}

@media only screen and (max-width: 767px) {
    .header .logo-container h3 {
        display: none;
    }

    .userbox {
        position: absolute;
        top: -60px;
        right: 60px;
        z-index: 99999;
    }

    .userbox .profile-picture {
        display: block;
    }

    .userbox .profile-info {
        display: none;
    }

    .userbox .custom-caret {
        display: none;
    }

    .userbox:after {
        display: none;
    }

    .searchTelef.form-control.ui-autocomplete-input {
        width: 48% !important;
    }

    .header .header-right {
        text-align: center;
        position: fixed;
        TOP: 57PX;
        left: 0;
        margin-top: 0 !important;
        z-index: 999;
        height: 50px;
    }

    .content-body {
        display: block;
    }
}


#formImportarExcel.loading:before {
    content: '\f110';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    font-size: 40px;
    color: white;
    z-index: 9999;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

#formImportarExcel {
    position: relative;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
    background: #fff;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail > img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
    line-height: 21px;
    margin-left: -5px;
}

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

.uneditable-input {
    border: 1px solid #ccc;
    height: 35px;
    padding: 6px 10px;
    width: 200px;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.uneditable-input .glyphicon {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 2px;
    opacity: 0.5;
}

.fileupload-preview {
    width: 400px;
    display: block;
    color: #666;
}


#fotosInmuebles .dropzone .dz-preview {
    width: 300px;
}

#fotosInmuebles .dropzone.dz-clickable {
    white-space: nowrap;
    overflow: scroll;
}

#fotosInmuebles .dropzone .dz-preview .dz-image {
    width: 300px;
    height: 300px;
}

#fotosInmuebles .editImageDropzone {
    top: 0px !important;
    left: 00px !important;
    border-radius: 0% !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
    color: transparent !important;
}

#formEditarImagen .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

#formEditarImagen .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

#formEditarImagen .owl-theme .owl-nav .owl-prev {
    float: left;
}

#formEditarImagen .owl-theme .owl-nav .owl-next {
    float: right;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    min-height: 60px;
}

.panel-actions {
    top: 8px;
    right: 8px;
}

.panel-heading {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .panel-heading {
        margin-top: 0px;
    }

    .hidden-mobile {
        display: none !important;
    }

    .fc .fc-toolbar h2 {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .external-event {
        margin: 5px 0;
    }

    .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
        min-height: 31px;
    }

    .page-header {
        display: none;
    }

    .header .header-right {
        height: 0;
    }

    .header .toggle-sidebar-left {
        height: 35px;
        line-height: 35px;
        right: 15px;
        top: 13px;
        width: 35px;
    }

    .header .logo-container > a {
        margin-left: 0;
        height: 100%;
        margin: 5px;
    }

    .header .logo-container > a img {
        margin-top: 0;
        height: calc(100% - 10px);
    }

    .header .logo-container {
        border-top: 0;
    }

    .userbox .profile-picture {
        width: 35px;
        height: 35px;
    }

    .userbox .profile-picture:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f011";
        width: 35px;
        height: 35px;
        background: #203395;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%;
        color: #fff;
        line-height: 35px;
        text-align: center;
    }

    .userbox .profile-picture img {
        display: none;
    }

    .panel-actions {
        float: right;
        margin-bottom: 0px;
        text-align: right;
        position: absolute;
    }

    .panel-actions a,
    .panel-actions .panel-action {
        color: black;
        font-size: 18px;
    }

    #formAddEvento .pull-right {
        float: left;
    }

    #formAddEvento .pull-right label.control-label {
        display: none;
    }

    #formAddEvento .pull-right label[for=formTodoElDia] {
        margin-bottom: 10px;
    }

    .fc .fc-toolbar .fc-button {
        font-size: 0.8em;
        padding: 2px 0.7em 3px;
    }

    .fc-toolbar .fc-left {
        float: none;
        width: 100%;
    }

    .fc-toolbar .fc-right {
        float: none;
        width: 100%;
    }

    .fc-toolbar .fc-center {
        display: none;
    }

    .fc-toolbar .fc-right .fc-button-group {
        margin: 0 auto;
        float: none;
    }
}

.fc-event, .fc-event:hover {
    color: #000 !important;
    font-weight: bold !important;
}

.fc-time-grid-event .fc-time {
    display: none !important;
}

.fc-time-grid-event span.nowrap {
    white-space: nowrap;
}

.fc-time-grid .fc-slats td {
    height: 50px;
}

.fc-time-grid-container {
    max-height: 1450px;
}

/*
#ui-id-1 .ui-menu-item{
	border: 1px solid black;
	background-color: white;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
}
#ui-id-1 .ui-menu-item a{
	display: block;
}
*/
.searchButton {
    display: none;
}

.content-body {
    padding: 0;
}

/*
.page-header{
	display: none;
}
.panel-heading {
	margin-top: 40px;
}*/
@media screen and (max-width: 1023px) {
    .inner-wrapper {
        padding-top: 50px !important;
    }

    .page-header {
        display: none;
    }

    .panel-heading {
        margin-top: 0;
    }

    .searchButton {
        display: block;
        position: absolute;
        height: 35px;
        line-height: 35px;
        width: 35px;
        top: -44px;
        right: 105px;
        z-index: 99999;
        background: #203395;
        border-radius: 100px;
        color: #FFF;
        text-align: center;
    }
}

.capa_prelacion {
    margin-bottom: -32px;
}

.separacion_checkbox {
    display: none;
}

@media screen and (max-width: 767px) {
    .inner-wrapper {
        padding-top: 10px !important;
    }

    .content-buscador {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        overflow: hidden;
        max-height: 0;
        background-color: #1D2127;
    }

    .open_buscador .content-buscador {
        max-height: 999px;
        padding: 15px;
    }

    .content-buscador > div {
        width: 100% !important;
    }

    .content-buscador > div:first-child {
        margin-bottom: 15px;
    }

    .searchTelef.form-control.ui-autocomplete-input {
        width: 100% !important;
    }

    .content-buscador > div input {
        width: 100% !important;
    }

    .panel {
        padding-top: 50px;
    }

    .custom-content-body .listaTelefonos .btn-danger.btn-block,
    .custom-content-body .listaEmails .btn-danger.btn-block,
    .custom-content-body #btnAddEma,
    .custom-content-body #btnAddTlf,
    .custom-content-body #btnAddEma_arrendatarios,
    .custom-content-body #btnAddTlf_arrendatarios {
        width: calc(100% - 27px);
        margin-left: 28px;
    }

    .btnHacerMatching {
        margin-top: 15px;
    }

    .capa_prelacion {
        margin-bottom: 15px;
        float: left !important;
        padding-left: 15px;
    }

    .big-icons-buttons {
        position: static !important;
        margin-top: 10px;
    }

    .check_box_matching {
        float: left !important;
    }

    .separacion_checkbox {
        display: block;
    }
}

.multiselect-in-footer .multiselect-selected-text br {
}

.multiselect-in-footer .multiselect-selected-text br:after {
    content: ",";
}

.panel-footer {
    padding-bottom: 5px;
}

.div_principal_demandas .panel .panel-heading {
    background-color: #203395;
}

.div_principal_demandas .panel .panel-heading .panel-title {
    color: #FFFFFF;
}

.footer_datos_personales {
    padding-top: 5px;
}

.footer_datos_personales .control-label {
    padding-top: 0;
}

.multiselect.dropdown-toggle.btn.btn-default {
    padding: 4px 12px;
}

.toggle label {
    color: #777;
}