.body-container{margin-top:60px;padding-bottom:40px}.welcome-page li{list-style:none;padding:4px}.users-page .users-table{width:100%}.users-page .users-table .col-id{width:30%}.users-page .users-table .col-first-name,.users-page .users-table .col-last-name{width:25%}.users-page .users-table .col-role{width:20%}.logged-out-page iframe{display:none;height:0;width:0}.grants-page .card{border-bottom:1px solid #d3d3d3;margin-top:20px}.grants-page .card .card-title{font-size:120%;font-weight:700}.grants-page .card .card-title img{height:100px;width:100px}.grants-page .card label{font-weight:700}


/* 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. */
iframe {
    border: none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn.btn-success {
    background-color: #218838;
    border-color: #218838;
}

.btn.btn-success:hover {
    background-color: #2f6931; 
    border-color: #218838; 
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link.active {
    background-color: #353c44;
    color: #ffffff;
}
.nav-submenu-list {
    list-style-type: none;
    background-color: #212529;
    padding: 0.5rem 1rem;
}
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: 40px;
}

footer {
    max-height: 62px;
    position: fixed;
    bottom: 0;
    width: 85%;
    overflow:hidden;
    padding-right:10px;
}

.property-data-input {
    border: none;
    pointer-events: none;
}
.ui-tabs .ui-tabs-panel {
    overflow-y: auto;
}


#layoutSidenav #layoutSidenav_nav {
    margin-top: 56px;
}

#layoutSidenav #layoutSidenav_content {
    margin-top: 56px;
}

/*Validation*/
.error {
    color: red;
}

.input-validation-error {
    border-color: red;
}

.field-validation-error {
    color: red;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.notify {
    width: auto !important;
}

.remove-property-btn {
    color: red;
    padding: 0;
    border: none;
    height: 20px;
}

    .remove-property-btn .fa-window-close {
        width: 20px;
        height: 20px;
    }
/*List page*/
.registration-list table.registration-table {
    width: 100% !important;
}

.registration-list .registration-table tr {
    font-size: 14px;
}

.registration-list .registration-table tr th.date-column {
    min-width: 130px;
}

/*Complite page*/
.property-list-wrapper {
    display: flex;
    flex-direction: column;
}

    .property-list-wrapper > .property-list-header {
        display: flex;
        justify-content: space-between;
    }

        .property-list-wrapper > .property-list-header span {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6;
            font-weight: bold;
            font-size: 1rem;
        }



    .property-list-wrapper > .property-list-body {
        display: flex;
        flex-direction: column;
    }

        .property-list-wrapper > .property-list-body .property-row {
            display: flex;
            flex-direction: column;
            border-top: 1px solid #dee2e6;
        }

            .property-list-wrapper > .property-list-body .property-row .property-row-info {
                display: flex;
                justify-content: space-between;
            }

.row.status-types {
    position: absolute;
    right: 16px;
}

    .row.status-types .form-check {
        margin: 0 10px;
    }

        .row.status-types .form-check:first-child {
            margin-left: 0;
        }

        .row.status-types .form-check:last-child {
            margin-right: 12px;
        }

.btn-link {
    cursor: pointer;
}

input[readonly] {
    background-color: lightgray;
}

input.read-only {
    border: none;
    cursor: text;
    pointer-events: none;
}

.cama-item {
    margin-right: 50px;
}

.cama-info, .reason-box {
    margin-left: 30px;
    margin-top: 15px;
}

.registration-list tbody tr:hover {
    cursor: pointer;
}

.header-username {
    margin-right: 10px;
    font-size: 90%;
}

.sb-sidenav-menu {
    margin-top: 10px;
}

main {
    min-height: calc(100vh - 117px);
    position: relative;
}

.confirmation-dialog .ui-dialog-titlebar {
    display: none
}

.confirmation-dialog .ui-dialog-buttonpane {
    border: none;
}

.confirmation-dialog .confirmation-button {
    width: 80px;
}

.custom-disabled {
    pointer-events: none;
    opacity: 1;
}

.table-title {
    font-size: 1.25rem;
}

.container-fluid {
    padding: 1.3rem;
}

.sb-topnav .navbar-brand.width-auto {
    width: auto;
}

.property-edit-btn {
    cursor: pointer;
}

.setting-html .note-editor.note-frame .note-editing-area .note-editable {
    padding: 20px;
}

.height-56 {
    height: 56px;
}

.table td.text-center-vertical {
    vertical-align: middle;
}

.registration-list.table td {
    padding: 1rem;
}

ul.properties {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

    ul.properties li {
        display: flex;
    }

    ul.properties .approved {
        color: #228b22;
    }

    ul.properties .rejected {
        color: #ff0000;
    }

    ul.properties .pending {
        font-style: italic;
        font-weight: bold;
    }

    ul.properties .unsubscribed {
        font-weight: bold;
    }

    ul.properties .approved, ul.properties .pending, ul.properties .rejected, ul.properties .unsubscribed {
        width: 140px;
    }

.export-dialog {
    width: 400px;
}

.export-btn-container button {
    margin: 10px;
    float: right;
}

.import-btn-container {
    margin-left: 10px;
    display: flex;
    justify-content: flex-end;
}

.property-descr {
    width: 400px;
    margin-left: 10px;
}

.btn.add-new-user-button {
    padding-top: 3px;
    padding-bottom: 3px;
}

.spinner {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
}

.hidden-onpage-load {
    display: none;
    padding-bottom: 62px;
}

div.custom-control-right {
    padding-right: 24px;
    padding-left: 0;
    margin: 10px 0;
}

    div.custom-control-right .custom-control-label::after {
        right: -1.5rem;
        left: auto;
    }

    div.custom-control-right .custom-control-label::before {
        right: -2.35rem;
        left: auto;
    }

#importCsv .custom-control-right .custom-control-label {
    width: 70%
}

#importCsv .custom-control-right .text-muted {
    width: 70%
}

#exampleCsvDownload {
    border: none;
}

.height-500 {
    height: 500px;
}

#import-result-table tr,
#import-result-table th {
    font-size: 0.8rem;
}

.line-height-1 {
    line-height: 1 !important;
}

.setting-form {
    height: 70vh;
}

.unsubscribe-form .email-control {
    min-height: 100px;
}

.undo-link {
    cursor: pointer;
}

.registration-list-checkbox-label {
    font-weight: 500;
    user-select: none;
}

.registration-spiner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff94;
    z-index: 1000;
}

.btn.search-button {
    padding-top: 2px;
    padding-bottom: 3px;
}

#searchBtn {
    height: 31px;
}

th.col-8.unsubscribed-property-col-header.sorting_desc::after,
th.col-8.unsubscribed-property-col-header.sorting_desc::before,
th.col-8.unsubscribed-property-col-header.sorting_asc::after,
th.col-8.unsubscribed-property-col-header.sorting_asc::before {
    content: none;
}

table.dataTable thead .sorting_desc .unsubscribed-property-tite:before,
table.dataTable thead .sorting_desc .unsubscribed-property-tite:after,
table.dataTable thead .sorting_asc .unsubscribed-property-tite:before,
table.dataTable thead .sorting_asc .unsubscribed-property-tite:after {
    position: absolute;
    bottom: 0;
    display: block;
    opacity: 1;
}

table.dataTable thead .sorting_asc .unsubscribed-property-tite:after,
table.dataTable thead .sorting_desc .unsubscribed-property-tite:before {
    opacity: 0.3;
}

table.dataTable thead .sorting_desc .unsubscribed-property-tite:before,
table.dataTable thead .sorting_asc .unsubscribed-property-tite:before {
    right: -1em;
    content: "\2191";
}

table.dataTable thead .sorting_desc .unsubscribed-property-tite:after,
table.dataTable thead .sorting_asc .unsubscribed-property-tite:after {
    right: -1.5em;
    content: "\2193";
}

.unsubscribed-property-tite {
    display: inline;
    position: relative;
}

.clickable-row {
    cursor: pointer;
}

.onpage-load-opacity {
    opacity: 0.6;
}
.spinner {
    width: 5rem;
    height: 5rem;
}

.ui-tabs .tab-list {
    background: none;
    border: none;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.ui-state-active {
    background: #343a40 !important;
}

.tab-item-label:hover, tab-item-label:active {
    color: #ffffff !important;
    background: #4d545c !important;
}

.system-settings {
    padding: 5px;
}

.form-control.form-control-checkbox {
    height: 14px;
    padding: 7px;
}

.tooltip-block {
    position: relative;
}

.tooltip-text {
    display: none;
}

.tooltip-block:hover .tooltip-text {
    position: absolute;
    display: block;
    color: white;
    background-color: black;
    width: auto;
    border-radius: 3px;
    z-index: 2;
    padding: 5px;
    width: 200px;
}

.nav {
    display: block !important;
}
    .nav li a {
        padding: 7px 2px;
        border-radius: 3px;
        background-color: #f6f6f6;
        margin: 3px 0;
        display: flex;
        text-align: left;
    }

.nav li:hover a {
    background-color: #4d545c;
    text-decoration: none;
    color: #fff;
}

.nav li .active {
    background-color: #343a40;
    color: #fff;
}

.system-settings .system-settings-title {
    margin: auto 0;
    flex: 0 0 230px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.form-control {
    margin: auto !important;
    width: 100%;
}

.tab-pane {
    height: 60vh;
    overflow: auto;
}

.user-form {
    height: auto;
}
.modal {
    margin-top: 50vh;
}

.dialog {
    padding: 0 !important;
    display: none;
    text-align: center;
}

.confirmation-dialog{
    padding: 0!important;
}

.modal-header{
    display: block !important;
    padding: 0 !important;
    text-align: center;
    background-color: #343a40;
    color: #fff;
}

.alert {
    display:none;
    position:fixed !important;
    bottom: 0;
    margin:0;
    padding:0;
    z-index:10;
    left: 50%;
    transform: translateX(-50%);
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
 
}

.alert-error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.snackbar-message{
    border-radius: 3px;
    width:340px;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    position:relative;
}

.icon{
    width: 38px;
    height: 38px;
}

.forms-icon{
    background: url(../../Content/icons/online-forms-icon-sm.png) no-repeat;
    background-size: cover;
}

.esearch-icon{
    background: url(../../Content/icons/property-search-icon-sm.png) no-repeat;
    background-size: cover;
}

.site-url{
    font-size: 18px;
    padding-top: 4px;
    padding-left: 8px;
    text-decoration: underline;
}

/* for the "Table Wizard" modal in Kendo Editor so that you can see parts of the tabs go off screen */
#k-table-wizard-tabs > [role="tabpanel"] {
    overflow: auto;
}

.accordion-header[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.nav-link.dropdown-toggle::after {
    margin-left: auto;
}
.text-decoration-underline{
    text-decoration:underline;
}