﻿/* 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;
    border-radius: 20px 20px 10px 10px;
    border-top: 6px solid #0095ff;
}

    .login-main-contianer h5 {
        color: #000 !important;
        font-weight: bold !important;
    }
    .login-main-contianer .card, login-main-contianer .list-group-item {
        border: none!important;
        padding: 0!important;
        text-align: center;
    }
    .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: 120px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.login-logo-nav {
    max-width: 120px;
    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: 9px;
}
input[type=text]:focus + .input-line, 
input[type=password]:focus + .input-line, 
select:focus + .input-line {
    width: 100%;
    background-color: #297eca;
}
.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: 40px;
}
.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: #297eca;
}

i.icon-required {
    position: absolute;
    right: 22px;
    margin-top: 12px;
    font-size: 0.5rem;
    color: red;
}

.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;
    
}
 

.rowHeight td{    
    padding:0.20rem !important;
}
.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 #297eca;
    cursor: pointer;
}
.top-register-btn-active {
    padding: 0;
    height: 35px;
    border-bottom: 2px solid #297eca;
    cursor: pointer;
}
.top-login-btn-active .top-login-button a {
    color: #297eca;
}
.top-register-btn-active .top-register-button a {
    color: #297eca;
}
.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: #26436f;
    margin-left: 0rem;
    -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: #26436f;
    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: 3px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #fabc18;
    margin-right: 5px;
}
.accordion-edit-btn i {
    color: #fabc18;
    vertical-align: middle;
    font-size: 18px;
}
.accordion-edit-btn:hover {
    background-color: #fabc18;
}
.accordion-edit-btn:hover i {
    color: #ffffff;
}
.accordion-delist-btn {
    width: 30px;
    float: left;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #f15b21;
    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-delist-ok-btn {
    width: 30px;
    float: left;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #008000;
    margin-right: 5px;
}

.accordion-delist-ok-btn i {
color: green;
vertical-align: middle;
font-size: 18px;
}

.accordion-delist-ok-btn:hover {
background-color: green;
}

.accordion-delist-ok-btn:hover i {
    color: #ffffff;
}
.accordion-images-btn {
    width: 30px;
    float: left;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #297eca;
    margin-right: 5px;
}
.accordion-images-btn i {
    color: #297eca;
    vertical-align: middle;
    font-size: 18px;
}
.accordion-images-btn:hover {
    background-color: #297eca;
}
.accordion-images-btn:hover i {
    color: #ffffff;
}
.accordion-units-btn {
    width: 30px;
    float: left;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #48c045;
    margin-right: 5px;
}

.accordion-good-btn {
    width: 30px;
    float: left;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #1cc88a;
    margin-right: 5px;
}
.accordion-info-btn {
    width: 30px;
    float: left;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #4e73df;
    margin-right: 5px;
}
.accordion-units-btn i {
    color: #48c045;
    vertical-align: middle;
    font-size: 18px;
}
.accordion-linking-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-linking-btn i {
    color: #5b3198;
    vertical-align: middle;
    font-size: 18px;
}
.accordion-linking-btn:hover {
    background-color: #5b3198;
}
.accordion-linking-btn:hover i {
    color: #ffffff;
}
.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: 210px !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: #3658cc;
    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: left;
    margin-right: 0px;
    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: #fabc18!important;
    border-color: #fabc18!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: 303px;
    object-fit: cover;
    object-position: center;
}
.suby li {
    padding:5px 0;
}
.suby a, .suby a:hover {
    color: #555;
    text-decoration: none;
    background-color: transparent;
}
.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-banners-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: #297eca;
}
.single-card-icon {
    float: left;
    width: 33.33%;
}
.single-card-icon .fa-bed{
    color: #297eca;
}
.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: #297eca;
    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: 303px;
    overflow: hidden;
    height: 100%;
}
@media (min-width:1110px) and (max-width:1366px) {
    .property-card-main-contianer {
        width: 33.33% !important;
        flex: 33.33% !important;
        max-width: 33.33% !important;
    }
}
@media (min-width:992px) and (max-width:1109px) {
    .property-card-main-contianer {
        width: 50% !important;
        flex: 50% !important;
        max-width: 50% !important;
    }
}
.property-banners-container {
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 5px;
    width: 100%;
    opacity: 1;
    max-width: 180px;
    transition: opacity 0.25s ease-in;
}

.property-price-container {
    background-color: rgba(38, 67, 111, 0.9);
    width: 100%;
    padding: 8px 25px;
    height: 40px;
    color: #fff;
    font-weight: 800;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .5);
}

.property-advertising-plan-container {
    background-color: rgba(38, 67, 111, 0.9);
    width: 100%;
    padding: 8px 25px;
    height: 40px;
    color: #fff;
    font-weight: 800;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}

.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/backdrop.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.institution-td-btns {
    min-width: 150px;
}

/* .form-group input[required]:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
    top:1px;
}*/

.required_field:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
    top: 1px;
}



/*.form-group.required .control-label:after{
    color:red;
    content:"*";
    position:absolute;
    margin-left:3px;
    top:1px;*/
   /* display:flex;
    flex-flow:row wrap;*/
/*}*/

/*.form-group.required .form-control:before{
    color:red;
    content:"*";
    position:absolute;
    margin-left:3px;
    top:1px;
    display:flex;
    flex-flow:row wrap;
}*/

.form-group.required input[type="file"]:before{
    color:red;
    content:"*";
    position:absolute;
    margin-left:-15px;
}

.no-space-break{
    white-space:nowrap;
}



.uploadedDocumentsFixedTable{
    table-layout:fixed;
    width:100%;
}

.columnWrap{
    word-wrap:break-word;
}

.loadingInner {
    width: 64px;
    height: 64px;
    background-image: url("../Images/FundiLogoS.gif");
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            border-radius: 0.5em;
           
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.parent {
    width: 100px;
}

.thumbnail-image {
    display: block;
    width: auto;
    max-width:100px;
    max-height:100px;
    height: auto;
}

.full-image {
    display: block;
    width: auto;
    max-width: 1280px;
    max-height: 720px;
    height: auto;
}


/*New CSS*/

.text-orange {
    color: #f5d76b !important;
}

.dxrd-report-preview-placeholder{
    top:20%!important;
}
.text2
{

}

.icon {
    width: 25px;
    height: 25px;
    padding: 8px 3px 10px 3px;
    display: inline-block;
}



.table-image {
  td, th {
    vertical-align: middle;
  }
}

#advertisingPropertiesGrid {
    height: 440px;
}

.dataGridFrame {
    padding: 20px;
    margin-top: 10px;
    background-color: white;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

.option > span {
    margin-right: 10px;
}

.option > .dx-selectbox {
    display: inline-block;
    vertical-align: middle;
}

.devexpressButtonRed {
    background-color: red;
}

.maintenanceRequestDescription {
    max-width: 50px;
    word-wrap:break-word !important;
}

.bank-detail-input{
    border:thin;
    border-color:dimgray;
}
table thead th:last-child {
    text-align:right;
    padding-right: 12px!important;
}
table thead th:first-child, table tbody tr td:first-child {
    padding-left: 12px !important;
}
.active-tree {
    background: #334997;
}
.treeview-show .navbar-nav {
    padding-left: 30px;
}
.treeview-collapse .navbar-nav {
    padding-left: 30px;
}

.active-item {
    border-right: 10px solid #ffc107;
    background: #334997;
}

element.style {
}


.callout {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout-info {
    border-left-color: #117a8b;
}
.assessment-images {
    padding-left: 0;
    list-style: none;
}

.swal-wide{
    width:750px !important;
}

.zoom:hover {
    transform: scale(2.5);
    width:200px;
    height:200px;
}

.not-progressing {
   
background-color:azure;

}