:root {
    --shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

table tr td {
    font-weight: 500;
}

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.mb-0 {
    margin-bottom: 0;
}

.space-medium {
    padding-bottom: 70px;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

.nav-medium a {
    line-height: 40px;
    margin-bottom: -5px;
    width: 100%;
}

.form-button-fix {
    width: calc(100% - 30px);
    text-align: left;
}

.add-suggestion-btn {
    margin: 10px 15px 30px 15px;
    border-radius: 10px;
    overflow-x: hidden;
}

.add-suggestion-btn > i {
    margin-right: 10px;
    font-size: 25px;
    background: #72aa35;
    padding: 10px 15px 10px;

}

.add-suggestion-btn > strong {
    font-size: 19px;
    flex: 1;

}

.add-suggestion-container {
    padding-left: 15px;
    padding-right: 15px;
}

.add-suggestion-form {
    padding: 20px 15px;
    background: #fafafa;
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.add-suggestion-form textarea {
    padding-left: 30px !important;
    padding-right: 50px;
    resize: none;
}

.add-suggestion-form select {
    padding-left: 25px !important;
    font-size: 13px;
}

.change-vote {
    color: #333333;
    font-style: italic;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 5px;
}

.year-text {
    margin-left: 5px;
    color: white;
    font-weight: bold;
}

.form-title {
    background: #72aa35;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -20px;
    padding: 7px 5px;
    color: white;
}

.form-title h2 {
    margin-bottom: 0;
}

.add-suggestion-form button {
    background: #72aa35;
}


#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

#results.error .text {
    height: unset;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.w-100 {
    width: 100%;
}


.footer {
    height: 138px;
}

.login-page .login-container,
.register-page .register-container {
    height: calc(100vh - 138px) !important;
}

#results {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
}

#results .text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 10px !important;
    color: white;
    border-radius: 6px;
    font-weight: 500;
    height: 0;
    overflow: hidden;
}


#results.error {
    max-height: 200px;
    background: #DA4453 !important;
    border-radius: 5px;
}

#results.success {
    max-height: 100px;
    background: #8CC152 !important;
    border-radius: 5px;
}

.login-page #results {
    margin-bottom: 10px;
}


.page-content {
    min-height: calc(100vh - 138px);
}


.planned-expenses-page .caption,
.reserves-page .caption,
.activity-detail-page .caption {
    height: 100%;
}

.reserves-page .caption-center,
.activity-detail-page .caption-center,
.planned-expenses-page .caption-center {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
    top: 53%;
}

tr th {
    text-align: center;
}

.reserves-page .timeline-cover,
.activity-detail-page .timeline-cover,
.planned-expenses-page .timeline-cover {
    height: 310px;
}

.reserves-page .page-content,
.activity-detail-page .page-content,
.planned-expenses-page .page-content {
    background: #f2f1f6;
}

.timeline-body .empty-text {
    font-weight: bold;
    margin-top: 30px;
}

.has-error.input-style-1 input,
.has-error.input-style-1 select,
.has-error.input-style-1 textarea {
    border-bottom: 1px solid #DA4453;

}


.input-style-1 textarea:focus {
    line-height: unset;
    height: 150px;
    transition: unset;
}

.input-style-1 textarea {
    height: 150px;
}


.pick-housing {
    position: absolute;
    top: 20px;
    right: 10px;
}

.add-suggestion-form select {
    z-index: 5;
    position: relative;
}


.has-error .input-icon,
.has-error em {
    color: #DA4453;
}

.register-page .caption {
    overflow: auto;
}

.empty_activity {
    padding: 15px;
    text-align: center;
}

.timeline-item button {
    cursor: pointer;
}

.download-link {
    padding: 3px 5px;
    background: #131313;
    color: white;
    width: max-content;
    border-radius: 5px;
}

.vote-result .square {
    width: 35px;
    height: 35px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

/*.vote-result {
    margin-right: 15px;
}*/

.already-voted i {
    font-size: 35px;
    margin-right: 10px;
}

.already-voted i.fa-check {
    color: #8CC152;
}

.already-voted i.fa-times {
    color: #DA4453;
}

[class^="voted-"] > div {
    margin-left: 4px;
}

[class^="voted-"] {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
}

.voted-yes {
    color: #8CC152;
}

.voted-no {
    color: #DA4453;
}

.vote-result .voted-yes .square {
    background-color: #8CC152;
}

.vote-result .voted-no .square {
    background-color: #DA4453;
}

.all-votes > div {
    margin-top: 10px;
    background: #e6e6e6;
    width: max-content;
    padding: 0 5px;
    border-radius: 5px;
}

.page-menu {
    position: fixed;
    background-color: #FFF;
    z-index: 100;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.page-menu {
    transition: transform 300ms ease;
}


.vote-result .vote-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hide-percent {
    margin-top: -23px;
}

.hide-percent em {
    display: none !important;
}

.text-black-em black {
    color: black !important;
}


.single-language img {
    height: 30px;
    width: 30px;
    border-radius: 1000px;
    border: 2px solid white;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.16));
}

.single-language {
    margin-top: 20px;
    padding: 10px 10px;
}

.housing-list-page .single-housing {
    flex: 0 0 100%;
    padding: 15px;
}

.housing-list-page .single-housing .prop {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 8px;
}

.housing-list-page .single-housing .val {
    background: #e9573f;
    color: white;
    padding: 0px 5px;
    border-radius: 3px;
}

.send-email-container input,
.activation-container input {
    padding: 9px;
}

.send-email-container {
    border-radius: 5px !important;
    overflow: hidden;
    width: max-content;
}

.activation-container {
    border-radius: 5px !important;
    overflow: hidden;
    margin-bottom: 10px;
}

.form-container {
    overflow: hidden;
}

.add-housing-text {
    font-style: italic;
}

.send-email-container,
.are-you-sure {
    max-height: 0;
    transition: max-height .4s linear;
    overflow: hidden;
}

.activation-container {
    transition: max-height .4s linear;
    overflow: hidden;
}

.send-email-container.show-send,
.are-you-sure.show-send {
    max-height: 120px;

}

.d-none {
    display: none;
}

.are-you-sure.show-send {
    margin-bottom: 10px !important;
}

.send-email-container.show-send,
.activation-container {
    border: 1px solid #f4f4f4;
}


.is-active-icon i.fa-times {
    color: #e9573f;
}

.is-active-icon i.fa-check {
    color: #8CC152;
}


.has-error input.cs-email-input {
    color: darkred;
    border: 1px solid darkred;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.send-email-container button,
.activation-container button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.housing-list-page .single-housing:not(:last-of-type) {
    border-bottom: 1px solid #f4f4f4;
}

.results .error,
.results .success {
    display: flex;
    justify-content: center;
    align-items: center;
}

.results .error i {
    color: #e9573f;
    margin-right: 5px;
}

.results .success i {
    color: #8CC152;
    margin-right: 5px;
}

.user_housing_select {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    min-width: 180px;
    cursor: pointer;
}

.user_housing_select .selected i {
    margin-left: 8px;
    color: #8c8c8c;
    font-size: 18px;
}

.user_housing_select .icon-container .fa-angle-down {
    position: absolute;
    bottom: -6px;
    left: 2px;
}

.user_housing_select .icon-container .fa-building {
    margin-bottom: 10px;
}


.user_housing_select .selected .real-estate {
    text-align: right;
}

.user_housing_select .selected .housing {
    text-align: right;
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 3px;
}

.user_housing_list {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    height: 0;
    overflow: hidden;
}

.user_housing_list .housings {
    padding: 10px 24px;
    box-shadow: var(--shadow);
    background: white;
    width: 370px;
}

.housings > div {
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.housings > div:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc;
}

.add-housing {
    padding: 15px;
}

.add-housing-container {
    margin: 0 5%;
}

.add-housing input {
    padding-left: 5px !important;
}

.float-right {
    float: right;
}

.icon-bg-left {
    color: white;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    left: -22px;
    font-size: 80px;
}

.icon-bg-right {
    color: white;
    opacity: 0.4;
    position: absolute;
    top: -26px;
    right: -5px;
    font-size: 80px;
}

.realestate-page .realestate-pick {
    background: #8cc152;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.realestate-page .realestate-pick button {
    background: white !important;
    color: #000000 !important;
    margin-bottom: 5px;
    cursor: pointer;
}

.notice-board-page p {
    text-align: justify;
}

.realestate-page .realestate-pick-container {
    flex: 0 0 100%;
}

.realestate-page .realestate-current {
    text-align: center;
    font-style: italic;
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.suggestion-page .caption,
.activity-page .caption {
    height: unset !important;
}

.suggestion-page .caption-top,
.activity-page .caption-top {
    position: relative !important;
}

.add-suggestion-btn.bg-yellow1-dark > i {
    background: #dfa734;
}

.add-suggestion-btn.bg-orange-dark > i {
    background: #cc4731;
}

.nav .user_info_container a:hover {
    background: unset !important;
}

.bg-blue1-dark.add-suggestion-btn > i {
    margin-right: 10px;
    font-size: 20px;
    background: #247A9A;
    padding: 10px 15px 10px;
}

.mw-100 {
    max-width: 100%;
}

.progress-bar-wrapper em {
    z-index: 555;
}

.nav-medium .cs-menu-label {
    line-height: 40px;
    margin-bottom: -5px;
}

.nav .cs-menu-label {
    margin: 10px 10px;
    margin-bottom: 10px;
    line-height: 42px;
    padding-bottom: 1px;
    transition: all 250ms ease;
}

.nav .cs-menu-label i:first-child {
    padding-left: 10px;
    font-size: 14px;
    width: 25px;
    text-align: center;
}

.nav-medium .cs-menu-label i:first-child {
    font-size: 13px !important;
    margin-left: 5px;
}

.nav .cs-menu-label i {
    color: #1f1f1f;
    transition: all 250ms ease !important;
}

.nav .cs-menu-label span {
    color: #1f1f1f;
    font-size: 14px;
    padding-left: 15px;
}

.nav-medium .cs-menu-label span {
    font-size: 13px !important;
    margin-left: 0px;
}

.case_items .item-group {
    padding: 25px;
    border-radius: 15px;
    background: #e9573f;
}

.case_items .item-group,
.case_items .item-group input,
.case_items .item-group em {
    color: white !important;
}

.case_items .input-style1 input {
    border-bottom: solid 1px rgba(255, 255, 255, 0.08)
}

.case_items .input-style-1 input:focus {
    border-bottom: solid 1px rgba(255, 255, 255, 1);
}

.case_items .remove-item-group {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}

.case_items .files-group ul {
    margin: 0 !important;
}
.case_items .files-group button.fileUpload {
    display: none !important;
}

.case_items #fileinput {
    max-width: 100%;
}

.case_items .item-group:not(:first-of-type) {
    margin-top:10px;
}

.input-style-1.has-icon select {
    padding-left: 30px;
}

.p-0-30 {
    padding: 0 30px;
}

.timeline-item i:not(.cs).right-side {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 45px;
    right: 25px;
    top: 10px;
    font-size: 13px;
    text-align: center;
    z-index: 1;
    left: unset;
}

.bg-highlight.archived, .bg-orange-dark.archived {
    background-color: #8A817F !important;
}

.h-0 {
    height: 0;
}

.button {
    cursor: pointer;
}

.error-404 {
    font-size: 125px;
    color: #e9573f;
    font-weight: bold;
    padding-bottom: 40px;
}
.texterror {
    font-size: 20px;
    margin-bottom: 100px;
}

.mt {
    margin-top: 150px;
}

.tac {
    text-align: center;
}

.timeline-item i:not(.cs).date-bubble {
    left: 65px;
    width: max-content;
    padding: 0 20px;
}

.cleaning_list_menu_item {
    font-size: 12px !important;
    margin-left: 30px;
}

.reale-estate.notification-heading {
    background: #8cc152;
    color: #fff;
    padding: 5px;
}

.reale-estate.notification-heading a {
    color: #fff;
}

.removeNotification {
    float: right;
    padding: 0 4px;
    font-size: 26px;
    line-height: 18px;
}

.form-heading-form {
    max-width: max-content;
    display: block;
    float: left;
}
.form-body-form {
    max-width: max-content;
    float: right;
    display: block;
}

.unread-notofication-number {
    position: absolute;
    border-radius: 50%;
    background-color: #E9573F;
    width: 15px;
    height: 15px;
    color: #fff;
    padding: 0px 5px;
    font-size: 9px;
    font-weight: 600;
    line-height: 15px;
    bottom: -5px;
    left: -6px;
}

.unseen-notification {
    font-weight: 700;
}

table th {
    padding: 0 15px;
}

@media screen and (min-width: 768px) {

    .realestate-page .realestate-pick-container {
        flex: 0 0 50%;
    }
}


@media screen and (min-width: 992px) {
    .housing-list-page .single-housing {
        flex: 0 0 33%
    }

    .housing-list-page .single-housing:not(:nth-of-type(3n)) {
        border-right: 1px solid #f4f4f4;
    }

    .realestate-page .realestate-pick-container {
        flex: 0 0 33%;
    }

}


@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 991px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 767px) {
    .error-404 {
        font-size: 50px;
        color: #e9573f;
        font-weight: bold;
        padding-bottom: 40px;
    }

    .texterror {
        font-size: 16px;
        margin-bottom: 100px;
    }

}

@media screen and (max-width: 480px) {

}