﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

 
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.main-layout-container {
    min-height: calc(100vh - 76px);
    height: 100%;
    padding-bottom: 130px;
}

.login-main-contianer {
    padding: 15px;
    background-color: #fff;
    margin-top: 80px;
    border: 0px solid #ededed;
    box-shadow: 2px 3px 8px #343434;
    -moz-box-shadow: 2px 3px 8px #343434;
    -webkit-box-shadow: 2px 3px 8px #343434;
}

.login-btn {
    width: 100%;
    margin-top: 22px;
    border-radius: 0;
    padding: 5px;
}

.back-btn {
    width: 100%;
    margin-top: 22px;
    border-radius: 0;
    padding: 5px;
    background-color: #5b3198 !important;
    border-color: #5b3198 !important;
}

    .back-btn:hover {
        color: #fff;
        background-color: #2653d4 !important;
        border-color: #2653d4 !important;
    }

.login-logo {
    max-width: 180px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.login-logo-nav {
    max-width: 130px;
    margin: 0px 0px 0px 2px;
    display: block;
    padding: 0px 8px 0px 0px;
    display: block;
}

.login-logo-nav-small {
    
    max-width: 38px;
    margin: 0px 0px 0px 2px;
    display: block;
    padding: 0px 8px 0px 0px;
    display: none;
}

.show-s-logo {
    display: block;
}

.hide-l-logo {
    display: none;
}

.login-logo-container {
    width: 100%;
    margin-top: 50px;
}

input[type=text]:focus + .input-line,
input[type=password]:focus + .input-line,
select:focus + .input-line {
    width: 100%;
    background-color: #E41B17;
}

.input-line {
    height: 2px;
    width: 0px;
    background-color: darkgrey;
    display: inline-block;
    transition: .3s width ease-in-out;
    position: relative;
    top: -17px;
}

.username-required-message {
    display: none;
}

.password-required-message {
    display: none;
}

.login-form-container .form-group {
    margin: 0px;
}

.register-form-container .form-group {
    margin: 0px;
}

.login-error-message {
    background-color: #e74a3b;
    padding: 3px 3px 3px 12px;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 10px;
    visibility: visible;
    font-size: 14px;
    color: #ffffff;
    height: 32px;
}

    .login-error-message i {
        color: #ffffff;
        float: left;
        padding-top: 7px;
        margin-right: 6px;
    }

    .login-error-message ul {
        margin: 0px;
        list-style: none;
        color: #ffffff !important;
        padding: 0px;
        float: left;
    }

        .login-error-message ul li {
            color: #ffffff !important;
        }

i.icon {
    position: absolute;
    right: 22px;
    margin-top: 12px;
    font-size: 11px;
    color: #E41B17;
}

.required-message {
    display: none;
}

.login-register-btn-container {
    background-color: #f4f4f4;
    height: 50px;
    margin-top: -15px;
    padding: 15px;
    width: 100% !important;
    position: absolute !important;
    right: 0;
}

.top-login-button {
    text-align: center;
}

.top-register-button {
    text-align: center;
}

.top-login-button a {
    padding: 0px;
    color: #909090;
}

.top-register-button a {
    padding: 0px;
    color: #909090;
}

.top-login-button a:hover {
    color: #f15b21;
}

.top-register-button a:hover {
    color: #f15b21;
}

.top-login-btn-active {
    padding: 0;
    height: 35px;
    border-bottom: 2px solid #E41B17;
    cursor: pointer;
}

.top-register-btn-active {
    padding: 0;
    height: 35px;
    border-bottom: 2px solid #E41B17;
    cursor: pointer;
}

.top-login-btn-active .top-login-button a {
    color: #E41B17;
}

.top-register-btn-active .top-register-button a {
    color: #E41B17;
}

.top-login-button:hover {
    color: #f15b21;
    cursor: pointer;
}

.top-register-button:hover {
    color: #f15b21;
    cursor: pointer;
}

.logged-in-logo {
    position: absolute;
    max-width: 14rem;
    padding: 10px 40px;
}

.login-error-message li {
    color: #fff;
    float: left;
    margin-right: 10px;
    padding-top: 4px;
}

#content nav {
    z-index: 9;
    left: 0;
    position: fixed;
    width: 100%;
    height: 60px;
}

.toggle-btn button {
    border: 0;
    font-size: 20px;
    background-color: transparent;
    color: #7ac242;
    margin-left: 3rem;
    -webkit-transition: all 0.4s; /* Safari prior 6.1 */
    -moz-transition: all 0.4s; /* Safari prior 6.1 */
    transition: all 0.4s;
}

.burger-menu-left {
    margin-left: 0rem !important;
    -webkit-transition: all 0.4s; /* Safari prior 6.1 */
    -moz-transition: all 0.4s; /* Safari prior 6.1 */
    transition: all 0.4s;
}

li.nav-item {
    overflow-x: hidden;
}

.accordion-btn {
    width: 100%;
    padding: 8px;
    border: 0px;
    text-align: left;
    max-width: 80%;
    cursor: pointer;
}

.accordion-property-label {
    width: 100%;
    max-width: 130px;
    float: left;
    font-weight: bold;
    margin: 0px;
    color: #4c6371;
    font-size: 15px;
}

.accordion-property-name {
    margin: 0px;
    color: #7ac242;
    font-size: 15px;
}

.accordion-detail-btn {
    width: 30px;
    float: left;
    padding: 0px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 5px;
}

    .accordion-detail-btn i {
        color: #48c045;
        vertical-align: middle;
        font-size: 18px;
    }

    .accordion-detail-btn:hover {
        background-color: #48c045;
    }

        .accordion-detail-btn:hover i {
            color: #ffffff;
        }

.accordion-edit-btn {
    width: 30px;
    float: left;
    padding: 0px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 5px;
}

    .accordion-edit-btn i {
        color: #d44;
        vertical-align: middle;
        font-size: 18px;
    }

    .accordion-edit-btn:hover {
        background-color: #d44;
    }

        .accordion-edit-btn:hover i {
            color: #ffffff;
        }

.accordion-delist-btn {
    width: 30px;
    float: left;
    padding: 0px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 5px;
}

    .accordion-delist-btn i {
        color: #f15b21;
        vertical-align: middle;
        font-size: 18px;
    }

    .accordion-delist-btn:hover {
        background-color: #f15b21;
    }

        .accordion-delist-btn:hover i {
            color: #ffffff;
        }

.accordion-images-btn {
    width: 30px;
    float: left;
    padding: 0px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 5px;
}

    .accordion-images-btn i {
        color: #E41B17;
        vertical-align: middle;
        font-size: 18px;
    }

    .accordion-images-btn:hover {
        background-color: #E41B17;
    }

        .accordion-images-btn:hover i {
            color: #ffffff;
        }

.accordion-units-btn {
    width: 30px;
    float: left;
    padding: 0px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 5px;
}

    .accordion-units-btn i {
        color: #48c045;
        vertical-align: middle;
        font-size: 18px;
    }

    .accordion-units-btn:hover {
        background-color: #48c045;
    }

        .accordion-units-btn:hover i {
            color: #ffffff;
        }

.accordion-icon-container {
    text-align: right;
    position: absolute !important;
    right: 0;
    top: 5px;
    max-width: 170px !important;
    min-width: 170px !important;
}

.control-label {
    margin: 0px;
}

.body-content {
    padding-top: 75px;
}

.card-header:hover {
    background-color: #ecedf0;
}

.page-title-button {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    padding: 4px;
    text-align: center;
    background-color: #7ac242;
    float: left;
    margin-right: 15px;
    color: #ffffff;
    cursor: pointer;
}

    .page-title-button:hover {
        background-color: #f15b21;
    }

    .page-title-button i {
        color: #ffffff;
    }

.page-title-btn-contianer {
    margin-bottom: 15px;
}

    .page-title-btn-contianer h5 {
        padding-top: 4px;
    }

.save-button {
    float: right;
    margin-right: -11px;
    margin-top: 20px;
}

.save-btn {
    background-color: #2a80ca !important;
    border-color: #2a80ca !important;
}

    .save-btn:hover {
        background-color: #40b83d !important;
        border-color: #40b83d !important;
    }

.cancel-btn {
    background-color: #d44 !important;
    border-color: #d44 !important;
}

    .cancel-btn:hover {
        background-color: #f15b21 !important;
        border-color: #f15b21 !important;
    }

.save-button button {
    width: 120px;
}

    .save-button button i {
        margin-right: 5px;
    }

.require-message {
    display: none;
}

.input-container {
    height: 38px;
}

.edit-property-container {
    background-color: #e5e5e5;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.top-user-nav {
    float: right;
    right: 0;
    width: 100%;
    text-align: right;
}

.signout-button {
    padding: 3px !important;
}

.cards-main-container {
    padding: 0px !important;
}

.property-card-single-contianer {
    background-color: #ffffff;
    padding: 0px;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    width: calc(100% - 30px);
    float: left;
    margin-bottom: 40px;
}

.property-card-img {
    width: 100%;
    min-height: 50px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}

.property-description-container {
    height: 0;
    transition: height 0.15s ease-out;
    overflow: hidden;
    background-color: rgba(41, 126, 202, 0.8);
    position: absolute;
    bottom: 80px;
    width: calc(100% - 54px);
    padding: 0px;
    color: #ffffff;
    cursor: pointer;
}

.property-card-single-contianer:hover .property-description-container {
    height: calc(100% - 120px);
    transition: height 0.25s ease-in;
    position: absolute;
    bottom: 80px;
    width: calc(100% - 54px);
}

.property-card-single-contianer:hover .property-card-image-container .property-price-container {
    opacity: 0;
    transition: opacity 0.25s ease-out;
}

.property-description {
    padding: 15px;
    height: calc(100% - 114px);
}

.card-heading {
    padding: 8px 15px;
    margin: 0;
    font-weight: bold;
    color: #E41B17;
}

.single-card-icon {
    float: left;
    width: 33.33%;
}

    .single-card-icon .fa-bed {
        color: #E41B17;
    }

    .single-card-icon .fa-bath {
        color: #f05b21;
    }

    .single-card-icon .fa-paw {
        color: #5b3198;
    }

.property-card-icon-container {
    padding: 8px 15px;
    background-color: #ffffff;
    display: block;
    height: 20px;
    height: 40px;
    position: relative;
}

.property-main-edits-icons {
    max-width: 30px;
    right: 0;
    float: right;
    margin-top: 40px;
}

.property-edit-btn {
    width: 30px;
    height: 30px;
    background-color: #E41B17;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 4px 0px 0px 0px;
}

.property-images-btn {
    width: 30px;
    height: 30px;
    background-color: #5b3198;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 4px 0px 0px 0px;
}

.property-delete-btn {
    width: 30px;
    height: 30px;
    background-color: #f05b21;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 4px 0px 0px 0px;
}

.unit-info-contianer-p {
    font-weight: bold;
    float: left;
}

.unit-info-contianer {
    height: 100px;
    padding: 0px 0px 0px 15px;
}

.unit-info-div {
    float: left;
    width: 100%;
}

.unit-info-p {
    float: left;
    margin: 0px;
    font-weight: bold;
    margin-right: 5px;
}

.description-area {
    height: 100%;
    min-height: 116px;
    max-height: 116px;
    overflow-y: auto;
    resize: none;
}

.description-container {
    min-height: 140px;
}

.property-card-image-container {
    max-height: 200px;
    min-height: 100px;
    overflow: hidden;
    height: 100%;
}

@media (min-width:1110px) and (max-width:1366px) {
    .property-card-main-contianer {
        width: 20% !important;
        flex: 20% !important;
        max-width: 33.33% !important;
    }
}

@media (min-width:992px) and (max-width:1109px) {
    .property-card-main-contianer {
        width: 30% !important;
        flex: 30% !important;
        max-width: 50% !important;
    }
}

.property-price-container {
    position: absolute;
    top: 60%;
    background-color: rgba(38, 67, 111, 0.9);
    z-index: 0;
    left: 5px;
    width: 100%;
    padding: 8px 25px;
    height: 40px;
    color: #fff;
    font-weight: 800;
    opacity: 1;
    max-width: 180px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .5);
    opacity: 1;
    transition: opacity 0.25s ease-in;
}

.property-image-info {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    background-color: #297ec9;
    float: right;
    font-size: 12px;
    padding: 5px;
}

    .property-image-info:hover {
        background-color: #f15b21;
        cursor: pointer;
    }

.uploade-img-label {
    float: left;
    width: calc(100% - 30px)
}

.imgAddInfo {
    display: block !important;
    position: absolute;
    right: -174px;
    top: 0;
    background-color: rgba(41, 126, 202, 0.9);
    padding: 5px 10px;
    width: 180px;
    height: 30px;
    z-index: 0;
    text-align: center;
    opacity: 1 !important;
    transition: opacity 0.25s ease-in;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .2);
    color: #ffffff;
    font-size: 12px;
}

.property-img-info-container {
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}

.login-bg {
    background-image: url(/Images/Building.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.institution-td-btns {
    min-width: 150px;
}

.bg-light {
    background-color: #fff !important;
}

.buttongroups-container {
    display: flex;
    justify-content: center;
    font-size: 16px;
}

    .buttongroups-container > div {
        padding: 0 12px;
    }

    .buttongroups-container:first-child {
        margin-top: 120px;
        margin-bottom: 40px;
    }

.multiple-selection-styling-mode {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #dddddd;
}

#employees {
    max-height: 440px;
}

.label {
    min-width: 200px !important;
    max-width: 200px;
    
    display: inline-block !important
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: none;
    margin: 0 auto 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#step-header .step {
    flex: 1 1 auto !important;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #step-header .step .step-line {
        height: 4px;
        background-color: #8f8e8e;
        margin-top: 28px;
        width: 100%;
    }

    #step-header .step .step-icon {
        margin-top: -22px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        line-height: 36px;
        background-color: #8f8e8e;
        transition: all ease-in 0.5s;
    }

        #step-header .step .step-icon .material-icons {
            transition: all ease-in 0.5s;
            color: white;
            line-height: 40px;
            vertical-align: middle;
            font-size: 20px;
        }

        #step-header .step .step-icon .far {
            transition: all ease-in 0.5s;
            color: white;
            line-height: 40px;
            vertical-align: middle;
            font-size: 20px;
        }

        #step-header .step .step-icon .fas {
            transition: all ease-in 0.5s;
            color: white;
            line-height: 40px;
            vertical-align: middle;
            font-size: 20px;
        }

        #step-header .step .step-icon .fab {
            transition: all ease-in 0.5s;
            color: white;
            line-height: 40px;
            vertical-align: middle;
            font-size: 20px;
        }

    #step-header .step .step-title {
        transition: all ease-in 0.5s;
        margin-top: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

        #step-header .step .step-title h4 {
            font-weight: 300;
        }

    #step-header .step.complete .step-line, #step-header .step.complete .step-icon {
        background-color: #AA4444;
    }

    #step-header .step.active .step-title {
        color: #AA4444;
    }

    #step-header .step.active .step-icon {
        border: 2px solid #994444;
    }

    #step-header .step.active .step-icon {
        margin-top: -30px;
        height: 60px;
        width: 60px;
        line-height: 53px;
    }

        #step-header .step.active .step-icon .material-icons {
            line-height: 60px;
            font-size: 30px;
        }

    #step-header .step.active .step-title {
        margin-top: 20px;
    }

        #step-header .step.active .step-title h4 {
            font-weight: 500;
        }
​
.form-avatar {
    height: 128px;
    width: 128px;
    margin-right: 10px;
    border: 1px solid #d2d3d5;
    border-radius: 50%;
 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dx-quill-container {
    background-color: white;
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.imageContainer > img:hover {
    width: 500px;
    height: 200px;
}
