﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/content/icons/opensans/OpenSans.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/content/icons/opensans/OpenSans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/content/icons/opensans/OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/content/icons/opensans/OpenSans-ExtraBold.woff') format('woff');
}

ul {
    padding: 0;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

.validation-summary-valid {
    display: none;
}

.form-error {
    float: right;
    font-size: 10px;
    letter-spacing: 1px;
}

.clear {
    clear: both;
}

.hand-cursor {
    cursor: pointer;
}

.no-overflow,
.no-overflow:hover {
    overflow: hidden;
}

#page-title {
    margin-left: 20px;
}

.bold-text {
    font-weight: bold;
}

.centered-text {
    text-align: center;
}

.middle-btn-group {
    height: 60px;
    line-height: 60px;
}

.session-name {
    color: #fff;
}

.alert-container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.small-td {
    width: 1px;
}

.money-td {
    text-align: right;
    color: #3da114;
}

.top-menu {
    list-style-type: none;
}

    .top-menu li {
        margin-right: 30px;
        float: left;
    }

        .top-menu li a {
            color: #888;
            font-size: 20px;
            font-weight: bold;
        }

.new-box {
    max-height: 260px;
    position: relative;
    overflow: hidden;
}

    .new-box .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 60px 0;
        background-image: linear-gradient(to bottom, transparent, white);
    }

    .new-box .black-text * {
        color: #000000 !important;
    }

    .new-box .read-more > a {
        font-size: 14px !important;
        bottom: 10px !important;
        left: 42% !important;
        font-weight: bold !important;
        position: absolute !important;
    }

.settlement-container {
    overflow: hidden;
    opacity: .3;
}

    .settlement-container:hover {
        opacity: 1;
        cursor: pointer;
    }

    .settlement-container img {
        margin: auto;
    }

.resident-container {
    overflow: hidden;
    opacity: .3;
}

    .resident-container:hover {
        opacity: 1;
        cursor: pointer;
    }

    .resident-container img {
        margin: auto;
    }

.validation-list-container {
    width: 90%;
    margin: auto;
}

.validation-list-ko {
    list-style-type: none;
    min-height: 30px;
    line-height: 12px;
    padding: 8px;
    font-weight: bold;
}

    .validation-list-ko li {
        margin: 5px;
    }

.session-display {
    height: 38px;
    border-top: 1px solid #346c9b;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: break-word;
    text-shadow: 2px 2px #1f1c1cc2;
    text-shadow: 2px 2px #211e1e;
}

.admin-session-display {
    line-height: 38px;
    height: 38px;
    border-top: 1px solid #346c9b;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: break-word;
    text-shadow: 2px 2px #211e1e;
}

.session-link {
    line-height: 38px;
    height: 38px;
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: break-word;
    text-align: center;
}

    .session-link a {
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
    }

        .session-link a:hover,
        .session-link a:active,
        .session-link a:visited {
            color: #fff;
            text-decoration: none;
        }


.table-vertical-align td {
    vertical-align: middle !important;
}

.side-menu-bottom {
    border-top-width: 0;
    border-top-style: none !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-sides {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#panel-resident-charges-list {
}

    #panel-resident-charges-list li {
        padding: 8px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        border-bottom: 1px solid #dbdbdb;
    }

/* TOOLS */
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.td-div {
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
}

.no-link {
    color: #7c7c7c;
    text-decoration: none;
}

.text-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-wrap-clip {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

#query-result-message {
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.result-message {
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

a.normal-link:hover {
    color: #4a8bc2 !important;
    text-decoration: underline !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.empty-list-icon {
    color: #ddd;
    font-size: 150px;
}

.empty-list-text {
    color: #ddd;
    font-size: 25px;
    font-weight: bold;
}

/* BOOTSTRAP FIXES */
.table-button {
    background-color: transparent;
    border: none;
    color: #428bca;
}

    .table-button:hover {
        color: #333;
    }

.table th {
    white-space: nowrap;
    text-overflow: clip;
}

.dropdown-menu > li > button.dropdown-button {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


/* QUICK ADMIN FIXES */
.table thead th {
    background-color: #4a8bc2;
    border-color: #4a8bc2;
    color: #fff;
    font-size: 14px;
}

.logo-div {
    line-height: 49px;
}

.white-list li {
    color: #f0f0f0;
}

    .white-list li a {
        color: #f0f0f0;
    }

.small-count {
    font-size: 40px;
    font-weight: 700;
}

@media (min-width:992px) and (max-width:1400px) {
    .small-count.countFix {
        font-size: 2.4vw;
    }

    .small-count.countFix {
        font-size: 2.4vw;
    }
}

.widget-activity ul.list li > span {
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    position: relative;
}

    .widget-activity ul.list li > span.ellipsis {
        max-width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .widget-activity ul.list li > span.date {
        text-align: center;
        width: 40px;
    }

.innerAll2 {
    padding: 10px;
    position: relative;
}

.text-primary2 {
    color: #4a8bc2 !important;
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
}

.apt {
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
}

.table-primary tbody tr.selectable td {
    cursor: pointer;
}

.table-primary tr.payment-item-error {
    background: none repeat scroll 0 0 rgba(74, 139, 194, 0.1) !important;
}

.time-hover:hover {
    cursor: pointer;
}

    .time-hover:hover .apt {
        text-decoration: underline;
    }


/* ADMIN PANEL */
.payments-link {
    cursor: pointer;
}

.data-list li:hover {
    background-color: #e2e2e2;
}

.data-list a {
    display: block;
}

#collections-by-month-list li {
    margin-bottom: 8px;
}

.centering-container {
    position: relative;
    height: 35px;
}

.centered-child {
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

.finished-payments-numbers {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.special-background-text {
    position: absolute;
    top: 25%;
    left: 2%;
    color: #fff;
    z-index: 2;
    font-weight: bold;
    font-size: 15px;
}

.anchor-text {
    color: #7c7c7c;
}

.list-item-padding {
    padding: 8px 15px;
}

.itemPercent {
    text-align: center;
    line-height: 33px;
}

.percentText {
    color: #4a8bc2;
    z-index: 2;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
/* RESIDENT PANEL */
.iframe-ezpendo {
    width: 100%;
    height: 0px;
    padding: 0;
    border: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ezpendo-text {
    font-size: 11px;
    font-style: italic;
}

.center-text-container {
    position: relative;
}

.center-text {
    font-size: 18px;
    padding: 10px;
    position: absolute;
    top: 12%;
    left: 31%;
}

.label-side-container {
    white-space: nowrap;
    overflow: hidden;
}

    .label-side-container p {
        display: inline;
        margin-left: 10px;
        font-size: 12px;
        font-style: italic;
        color: #999;
    }

.color-block {
    display: inline-block;
    height: 10px;
    margin: 3px;
    vertical-align: middle;
    width: 10px;
}

.selected-regions {
    margin-top: 8px;
}

    .selected-regions li {
        cursor: pointer;
        margin-bottom: 3px;
    }

.selected-residents {
    margin-top: 8px;
}

    .selected-residents li {
        cursor: pointer;
        margin-bottom: 3px;
    }

        .selected-residents li:hover {
            text-decoration: underline;
        }



.filter-list li:hover {
    cursor: pointer;
    text-decoration-line: underline;
}

.box-generic {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
}

    .box-generic .box-generic-footer .btn-group {
        margin-right: 2px;
        margin-top: 2px;
    }

@media (min-width:980px) {
    .col-no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.wrapper-scrollable {
    height: 300px;
    overflow: auto;
}

.ticketotal {
    height: 120px;
    margin-top: 29px;
}

#slider {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.cycle-slideshow {
}

.slide { /*width:80%; margin:0 10%; padding-top:80px; height:320px;*/
}

    .slide h2 {
        color: #fff;
        font-size: 46px;
        text-shadow: 0 2px 5px rgba(0,0,0,0.20);
        margin-top: 30px;
        line-height: 50px;
    }

    .slide h3 {
        color: #fff;
        font-size: 20px;
        text-shadow: 0 2px 5px rgba(0,0,0,0.30);
        line-height: 24px;
        font-family: 'helveticaLCO', Helvetica, sans-serif;
    }

#slider-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    z-index: 9999;
}

    #slider-prev span {
        width: 55px;
        height: 55px;
        background: url(/Content/images/controls-slide.png) no-repeat 0px 0px;
        display: block;
        position: absolute;
        top: 60%;
        margin-top: -45px;
        left: 25px;
        text-indent: -1000em;
    }

        #slider-prev:hover span, #slider-prev span:hover {
            background: url(/Content/images/controls-slide.png) no-repeat 0px -59px;
        }

#slider-next {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 10%;
    height: 100%;
    z-index: 9999;
}

    #slider-next span {
        width: 55px;
        height: 55px;
        background: url(/Content/images/controls-slide.png) no-repeat -59px 0px;
        display: block;
        position: absolute;
        top: 60%;
        margin-top: -45px;
        left: 25px;
        text-indent: -1000em;
    }

    #slider-next:hover span, #slider-prev span:hover {
        background: url(/Content/images/controls-slide.png) no-repeat -59px -59px;
    }

.inside-slide {
    width: 350px;
    margin-top: -30px;
    height: 350px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

/*START style for datepicker custom*/
.widget .datepicker.datepicker-inline {
    margin: 0;
}

.datepicker.datepicker-inline {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}

.datepicker table {
    width: 100%;
}
/*END style for datepicker custom*/

.LastActivityContainer {
    text-align: center;
}

    .LastActivityContainer:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.LastActivityContent {
    display: inline-block;
    vertical-align: middle;
}

.regularfont {
    font-family: 'Open Sans',sans-serif;
}

ul.team {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.team li {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        padding: 10px 10px 10px 60px;
        border: 1px solid #DFDDDD;
        position: relative;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background-color: white;
    }

        ul.team li span.crt {
            position: absolute;
            width: 50px;
            top: 0;
            bottom: 0;
            left: 0;
            background: #e5e5e5;
            line-height: 45px;
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            color: #fff;
            padding-top: 24px;
        }

        ul.team li span {
            display: block;
            line-height: 17px;
        }

.strong {
    font-weight: bold;
}

ul.team li span.muted {
    font-size: 11px;
}

/*info*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: white;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

#ticket-table3 {
    display: none;
}

#logoticket {
    display: none;
}

@media (min-width:768px) {
    .content-act-reciente {
        height: 315px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #resident-data-list {
        height: 315px;
    }
}

.default-message-activity {
    text-align: center;
    font-size: 14px;
}

@media (min-width:768px) and (max-width:809px) {
    #fecha-sig-evento {
        font-size: 26px;
    }
}

.jvectormap-zoomin, .jvectormap-zoomout {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #4a8bc2;
}

#accordion ul > li span.color {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

[data-toggle="collapse-widget"] .collapse-toggle {
    position: relative;
    height: 35px;
    width: 30px;
    display: block;
    cursor: pointer;
    float: right;
    margin-right: -10px;
}

[data-toggle="collapse-widget"][data-collapse-closed="true"] .collapse-toggle:before {
    content: "\e191";
}

[data-toggle="collapse-widget"] .collapse-toggle:before {
    font-family: "Glyphicons Regular";
    font-size: 17px;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 34px;
    text-align: center;
    color: #ccc;
    content: "\e192";
}

.imganiv {
    height: 152px;
    /*background-image: url("/Content/images/uploads/milenium_15aniv.png");*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;
    background-position: bottom;*/
    /*overflow: visible !important;
      margin: 0;
      padding: 0;*/
}

.news-details ul {
    margin-left: 18px;
}

.table-primary tbody tr.green-row td {
    background-color: #dff0d8;
}

.table-primary tbody tr.red-row td {
    background-color: #f2dede;
}

.table-primary tbody tr.green-row:hover {
    background-color: #dff0d8;
}

.table-primary tbody tr.red-row:hover {
    background-color: #f2dede;
}
/*.table-primary tbody tr.itemSelected:nth-child(2n+1) td{
    background-color: #dff0d8;
}*/


/* START NOTIFICATIONS */

.notifications-list {
    padding: 0;
    cursor: pointer;
}

    .notifications-list li {
        margin-bottom: 3px;
    }

        .notifications-list li.unread .notification-date-background {
            background-color: #D43434 !important;
        }

.notification-container {
    height: 53px;
    overflow: hidden;
    background-color: #FFF;
}

.notification-date-background {
    background-color: #4a8bc2;
    color: #FFF;
}

.notification-day {
    margin-bottom: -5px;
    font-weight: bold;
    font-size: 22px;
}

.notification-month {
    font-size: 16px;
    font-weight: bold;
}

.notification-title {
    padding-left: 7px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
}

.notification-message {
    padding-left: 7px;
    font-size: 11px;
}

/* END NOTIFICATIONS*/

#resident-checkout-data {
    height: 120px;
}

#settlement-checkout-data {
    height: 120px;
}
/*fix param resolucion pequeña*/
@media (max-width: 767px) {
    #LotFilterPaymentsContainer {
        margin-top: 4px;
    }

    #filterFilter {
        margin-top: 5px;
    }

    #filterSend {
        margin-top: 5px;
    }
}

@media (min-width: 768px) {
    /*#filterFilter{
        margin-top: 53px;
    }
    #filterSend{
        margin-top: 53px;
    }*/
}
/*empieza maldito slider style*/
.sliderContainer .ui-rangeSlider-bar {
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0),inset -1px -1px 1px rgba(0,0,0,0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0),inset -1px -1px 1px rgba(0,0,0,0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0),inset -1px -1px 1px rgba(0,0,0,0);
}

.sliderContainer .ui-rangeSlider-withArrows .ui-rangeSlider-container, .sliderContainer .ui-rangeSlider-noArrow .ui-rangeSlider-container, .sliderContainer .ui-rangeSlider-arrow, .sliderContainer .ui-rangeSlider-bar {
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0),inset -1px -1px 1px rgba(0,0,0,0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0),inset -1px -1px 1px rgba(0,0,0,0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0),inset -1px -1px 1px rgba(0,0,0,0);
}


.sliderContainer .ui-rangeSlider-bar {
    background: rgba(74, 139, 194, 0.48);
    height: 30px;
    margin: 0;
}

.ui-ruler-tick-label {
    color: #376D9B;
    font-weight: bold;
}

.sliderContainer .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
    border-right-color: #4a8bc2;
    margin-left: -4px;
}

.sliderContainer .ui-rangeSlider-container, .sliderContainer .ui-rangeSlider-arrow, .sliderContainer .ui-rangeSlider-label {
    background: #e5e5e5;
    color: #7c7c7c;
    font-size: 13px;
}

.sliderContainer .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
    border-left-color: #4a8bc2;
    margin-right: -4px;
}

.sliderContainer .ui-rangeSlider-label-inner {
    border-top-color: #e5e5e5;
}

.sliderContainer .ui-rangeSlider-arrow {
    width: 20px;
}

.sliderContainer .ui-rangeSlider-container {
    border-color: #dbdbdb;
}

.sliderContainer .ui-rangeSlider-withArrows .ui-rangeSlider-container {
    margin: 0 20px;
}

.sliderContainer .ui-rangeSlider-arrow {
    border-color: #dbdbdb;
}
/*termina maldito slider style*/
.jacobList {
    margin-left: 17px;
}

    .jacobList li.actived {
        color: #32CC32;
    }

    .jacobList li.invited {
        color: #15bbba;
    }

    .jacobList li.notInvited {
        color: #ff0000;
    }

.resident-active {
    color: #91e374; /*#32CC32;*/
    font-size: 10px;
}

.resident-invited {
    color: #2eb7ed; /*#15bbba;*/
    font-size: 10px;
}

.resident-not-invited {
    color: #FF6666; /*#ff0000;*/
    font-size: 10px;
}

.resident-invalid-email {
    color: #DA70D6; /*#ff0000;*/
    font-size: 10px;
}

.label.label-active {
    background: #91e374;
}

.label.label-invited {
    background: #2eb7ed;
}

.label.label-noInvited {
    background: #FF6666;
}

.blueimp-gallery {
    z-index: 99999;
}

.checkbox-custom i {
    margin-left: -20px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    font-size: 1.333em;
    color: #ddd;
    display: inline-block;
}

.tickets li label {
    margin-left: 5px;
}

.checkbox-custom input[type=checkbox] {
    position: relative;
    left: -99999px;
}

.checkbox-custom i.checked {
    margin-right: 4px;
    color: #4a8bc2;
    margin-left: -19px;
}

.jvectormap-label {
    z-index: 99999;
}

.selected-row td {
    background: #cecece !important;
}

.mce-widget.mce-tooltip {
    display: none !important;
}

.text-mq {
    display: inline;
    font-size: 28px;
}
.center-table > tbody > tr > td {
    vertical-align: middle;
}
.small-table > thead > tr > th {
    font-size: 14px !important;
}

.small-table > tbody > tr > td {
    font-size: 11px !important;
}
.creator-result-list {
    list-style-type: none;
}
.creator-result-list li {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}