.navbar.dashboard-navbar{
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    color: #000;
    height: 3rem;
    box-shadow: 1px 1px 3px #888;
    display: flex;
    align-items: center;
    padding: 0 1.125rem !important;
}
.navbar .container-fluid.nav-left, .navbar .container-fluid.nav-left-md{
    flex: 3;
    justify-content: flex-start;
    padding-right: 0px;
}
.navbar .container-fluid.nav-left-md{
    flex: 1;
}
.navbar .navbar-toggler{
    display: unset;
    border-left: none;
    border-right: none;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: #000;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.navbar .navbar-toggler.opened{
    border: 0;
    background: url(../images/icons_30px.png) -288px -72px no-repeat;
    background-size: 312px;
    width: 24px;
    height: 24px;
}
.navbar-brand, a.navbar-brand:visited, a.navbar-brand:hover{
    margin-left: 1rem;
    margin-right: 0;
    color: #fff;
}
.navbar-brand .i{
    display: inline-block;
    padding: 0.15rem 1rem;
    border-radius: 1.1rem;
    background-color: #fff;
    color: #737272;
    margin-right: 0.2rem;
}
#navbarSupportedContent{
    z-index: 98;
    box-shadow: 1px 1px 3px #888;
    overflow-y: auto;
}
#navbarSupportedContent .navbar-collapse-inner{
    padding: 5rem 2rem 2rem 0;
}
#navbarSupportedContent .ico-close{
    background: url(../images/icons_30px.png) -288px -72px no-repeat;
    background-size: 312px;
    width: 24px;
    height: 24px;
    position: fixed;
    left: 1.125rem;
    top: 0.875rem;
}
#navbarSupportedContent .add-listing-button{
    padding-left: 2rem;
}
#navbarSupportedContent .add-listing-button.position-fixed{
    bottom: 3rem;
    padding-left: 0;
}
.navbar-collapse {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #fff;
    color: #000;
    width: 18rem;
    height: 100vh;
    font-size: 130%;
    border-right: solid 1px #999;
    font-size: initial !important;
}
@media screen and (max-width: 576px) {
    .navbar-collapse {
        width: 100%;
    }
    #navbarSupportedContent{
        z-index: 999;
    }
    .navbar-collapse-inner{
        padding-top: 4rem;
    }    
}
.navbar-collapse .nav-link{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    border-radius: 0 1rem 1rem 0;
}
.navbar-nav .nav-link.active, .navbar-collapse .navbar-nav .nav-link:hover{
    background-color: #e0ecef;
    color: #01a0c2;
}
.navbar-nav a.nav-link, .navbar-nav:hover a.nav-link{
    background-color: #fff;
    color: #000;
}
.navbar .nav-right{
    flex: 1;
    justify-content: flex-end;
    padding-left: 0px;
}
.nav-item .unread-number{
    background-color: #ff0000;
    color: #fff !important;
    padding: 0 0.3rem;
    border-radius: 1rem;
    width: 2rem;
    text-align: center;
    font-size: 80%;
}
.navbar .navbar-search-wrapper{
    position: relative;
    flex: 1;
    margin-left: 1rem;
}
.navbar .navbar-search{
    border: none;
    border-radius: 1rem;
    background-color: #eef1f5;
    padding-left: 30px;
}
.navbar .ico-search-grey{
    position: absolute;
    top: calc(50% - 10px);
    left: 5px;
}

.listing-mobile-controls{
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0.5rem;
}
.listing-mobile-controls .controls-container{
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem 0.5rem;
}
.listing-mobile-controls .item{
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.75rem 1rem;
    line-height: 1rem;
    border-radius: 0.5rem;
}
.listing-mobile-controls .item:active, .listing-mobile-controls .item:hover{
    background-color: #e0edef;
}

.message-list-panel{
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
}
.message-viewer{
    background-color: #f2f5f7;
}
.request-types .item{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    border: solid 1px #999;
    color: #999;
    padding: 0.375rem 2rem;
    border-radius: 2rem;
    width: calc(50% - 3rem);
    cursor: pointer;
}
.request-types .item.active{
    background-color: #e8f0fe;
    border: none;
    color: #000;
}
.request-types .item .number{
    color: #ff0000;
}
.messages-container{
    height: calc(100% - 3rem);
    overflow-y: auto;
}
.messages-container .thread{
    border-bottom: solid 1px #dedede;
}
.thread:hover{
    background-color: #e0edef;
}
.thread.active{
    background-color: #e0edef;
}
.thread .avatar-container{
    height: 100%;
    width: 2rem;
    position: relative;
}
.thread .avatar-container .avatar{
    position: absolute;
    right: calc(50% - 1rem);
}
.letters-1 .avatar-2{
    top: calc(50% - 1rem); 
}
.letters-2 .avatar-1{
    top: calc(50% - 1.5rem); 
}
.letters-2 .avatar-2{
    top: calc(50% - 0.5rem); 
}
.letters-3 .avatar-1{
    top: calc(50% - 2rem); 
}
.letters-3 .avatar-2{
    top: calc(50% - 1rem); 
}
.letters-3 .avatar-3{
    top: calc(50%); 
}
.thread .dropdown-container{
    display: none;
}
.thread.active .dropdown-container, .thread:hover .dropdown-container{
    display: block;
}
.thread .dropdown{
    right: 0px;
    left: unset;
    white-space: nowrap;
}
.message-viewer .message-title-container{
    width: 100%;
    padding-right: 6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.message-viewer .message-title{
    font-size: 150%;
    max-width: calc(100% - 30px);
}
/*.message-viewer .title-wrapper{
    height: 7rem;
}*/
.message-viewer .dropdown.thread-info{
    top: 2rem;
    right: 0px;
    left: unset;
}
.message-viewer .thread-info .label{
    width: 2.5rem;
}
.message-viewer .thread-info .name{
    white-space: nowrap;
}
.message-viewer .actions-container{
    position: absolute;
    right: 10px;
    display: flex;
    gap: 1rem;
    top: 0.3rem;
}
.message-viewer .actions-container .action{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e6e6;
    border-radius: 50%;
}
.message-viewer .actions-container .dropdown{
    top: 100%;
    right: 0px;
    left: unset;
    white-space: nowrap;
}
.message-viewer .story-board{
    height: calc(100% - 4.5rem);
    overflow-y: auto;
}
.message-viewer .reply{
    margin-bottom: 1rem;
}
.reply .sender-info .avatar{
    width: 4rem;
    height: 4rem;
    font-size: 200%;
}
.message-viewer .reply-content p{
    margin: 0.5rem 0;
}
.message-viewer .reply-content img{
    margin-top: 0.5rem;
    max-width: 70%;
    max-height: 30rem;
}
.message-viewer .reply-content .label{
    width: 3rem;
}
.message-viewer .request-info-message{
    margin-top: 0.5rem;
    background-color: #fff;
    border-radius: 1rem;
}
.message-viewer .input-wrapper{
    position: relative;
}
.message-viewer .input-wrapper .ico-picture, .message-viewer .input-wrapper .ico-attach{
    position: absolute;
    bottom: calc(1rem + 10px);
    cursor: pointer;
}
.message-viewer .input-wrapper .ico-picture{
    right: calc(1rem + 50px);
}
.message-viewer .input-wrapper .ico-attach{
    right: calc(1rem + 20px);
}
.message-viewer .input-wrapper textarea{
    padding-right: calc(1rem + 60px);
    line-height: 1.5;
    height: 2.5rem;
    max-height: 7.9rem !important;
    overflow: hidden;
}

.ui-dialog .ui-dialog-content.add-member-dialog{
    padding: 0;
}
.add-member-dialog a{
    color: #01a0c2 !important;
    outline: none;
}
.add-member-dialog .bg-grey{
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
    padding: 1rem;
}
.add-member-titlebar .ui-dialog-title{
    border: none;
    text-align: center;
}
.ui-dialog.add-member-ui-dialog, .ui-dialog .add-member-titlebar{
    background-color: #f9f9f9;
}
.ui-dialog .add-member-titlebar .ui-dialog-titlebar-close{
    display: unset;
    width: 20px;
    height: 20px;
    background-color: #f9f9f9;
    background-image: url(../images/icons_30px.png);
    background-size: 260px;
    background-position: -240px -60px;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    right: 1rem;
    top: 1.5rem;
}
.ui-dialog .add-member-titlebar .ui-dialog-titlebar-close .ui-icon{
    background: none;
}
.available-contacts{
    height: 15rem;
    overflow-y: auto;
}
.available-contacts .item{
    padding: 0.5rem 1rem;
}
.available-contacts .item:hover{
    background-color: #eee;
}
.available-contacts .selected-indicator{
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
}
.available-contacts .active .selected-indicator{
    display: unset;
}
.team-members{
    height: 19rem;
    overflow-y: auto;
}
.team-members .item{
    padding: 0.5rem 1rem;
}
.team-members .item:hover{
    background-color: #eee;
}
.team-members .ico-remove{
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    display: none;
}
.team-members .item:hover .ico-remove{
    display: unset;
}
.team-members .item.is_you:hover .ico-remove{
    display: none;
}

.dropdown.user-menu{
    width: 20rem;
    left: unset;
    right: 0px;
    color: #000;
    padding: 1rem 0 0 0;
}
.user-menu .avatar{
    width: 80px;
    height: 80px;
}
.user-menu .avatar span{
    font-size: 200%;
}
.user-menu .no-avatar{
    background: url(../images/icons_60px.png) -240px -80px no-repeat;
    background-size: 720px;
    background-color: unset !important;
}
.user-menu .no-avatar span{
    display: none;
}
.user-menu .uploaded-avatar{
    background-size: cover;
    border: solid 1px #dedede;
}
.user-menu .name{
    margin: 0.15rem 0;
    font-size: 120%;
}
.user-menu .item{
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.user-menu .item:hover,.user-menu .item.active{
    background-color: #ccc;
}
.user-menu .item.active{
    background-color: #ddd;
}
.user-menu .footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 1rem;
    border-top: solid 1px #dedede;
}

.widget{
    padding: 1rem;
}
.widget-inner{
    border: solid 1px #999;
    border-radius: 1rem;
    background-color: #fff;
    overflow: hidden;
}
.widget-inner .header{
    background-color: #f0f0f0;
    padding: 1rem;
}
.widget-inner .header .title{
    font-size: 150%;
}
.no-listing{
    background-color: #e0edef;
}
.no-listing .title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-listing .title span{
    width: 60px;
    height: 60px;
    background: url(../images/icons_60px.png) 0px 0px no-repeat;
    background-size: 540px;
    margin-right: 2rem;
}
.no-listing h3{
    flex: 1;
}
.progress-bar{
    position: relative;
    background-color: #ccc;
    height: 7px;
    border-radius: 5px;
    width: 100%;
    overflow: visible;
    border-radius: 3rem;
}
.progress-bar .completed{
    position: absolute;
    height: 100%;
    border-radius: 3rem;
    top: 0px;
    left: 0px;
    background-color: #3399ff;
}
.progress-bar .thumb{
    position: absolute;
    width: 3rem;
    height: 1rem;
    border-radius: 3rem;
    background-color: #3399ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress-bar.green-bar .completed, .progress-bar.green-bar .thumb{
    background-color: #99cc99;
}
.widget.ui-state-default{
    border: unset;
    background: unset;
    font-weight: unset;
    color: unset;
}
#widget-container .place-holder{
    border: dashed 1px #999;
    background-color: #fff;
    padding: 0;
    border-radius: 1rem;
    display: flex;
    margin: 1rem;
}

.status-confirm-wrapper{
    padding-top: 0.5rem;
    margin-left: 18px;
    display: flex;
}
.status-confirm{
    color: #ff9900;
    border: solid 1px #999;
    padding: 0.185rem 0.375rem;
    background-color: #fff;
    border-radius: 0.5rem;
}
.status-confirm:hover{
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
}

.statistics{
    display: flex;
    gap: 1rem;
    padding: 1rem;
}
.statistics .item{
    display: flex;
    padding: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 1rem;
}
.statistics .item.active/*, .statistics a.item:hover*/{
    border: solid 1px #01a0c2;
    box-shadow: 1px 1px 3px #888;
}
.statistics .column{
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.admin-statistics .column{
    min-width: 6rem;
}
.statistics .column .number{
    font-size: 180%;
}
.statistics .icon-container{
    position: relative;
}
.statistics .percentage{
    position: absolute;
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.statistics .icon{
    width: 60px;
    height: 60px;
    background-image: url(../images/icons_60px.png);
    background-size: 540px;
}
.statistics .commission-icon{
    background-position: -60px 0px;
}
.statistics .pageview-icon{
    background-position: -120px 0px;
}
.statistics .visitor-icon{
    background-position: -180px 0px;
}
.statistics .pending-icon{
    background-position: 0px -120px;
}
.statistics .request-icon{
    background-position: -60px -120px;
}
.statistics .percent20 .completed-icon{
    background-position: -240px 0px;
}
.statistics .percent40 .completed-icon{
    background-position: -300px 0px;
}
.statistics .percent60 .completed-icon{
    background-position: -360px 0px;
}
.statistics .percent80 .completed-icon{
    background-position: -420px 0px;
}
.statistics .percent100 .completed-icon, .statistics .percent0 .completed-icon{
    background: #d1f5ff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.statistics .percent0 .completed-icon{
    background: #666;
}
.statistics .percent100 .percentage, .statistics .percent0 .percentage{
    width: 46px;
    height: 46px;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
}
.completed-percent-container{
    width: 60px;
    height: 60px;
    position: relative;
}
.completed-percent-container .background{
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 50%;
    background-color: #666;
}
.completed-percent-container .pie-container{
    position: absolute;
    width: 100%;
    height: 100%;
}
.completed-percent-container .label-container{
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome-no-listing{
    width: 100%;
    height: calc(100vh - 3rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}
.welcome-no-listing .background{    
    background-image: url(../images/welcome_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1680px;
    height: 100%;
}
.welcome-no-listing .bg-grey{
    background-color: #f3f3f3;
}
@media screen and (max-height: 400px) {    
    .welcome-no-listing{
        height: auto;
    }
    .welcome-no-listing .background{    
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.cms-admin .editor-container{
    min-height: calc(100vh - 20rem);
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.cms-admin #editor{
    height: 100%;
}
.cms-admin .note-editor{
    background-color: #fff;
}
.cms-admin .note-frame{
    font-family: unset;
}