﻿/* site master page */
.loggedInAs {
    width: 200px;
    font-size: 1.1em;
    display: block;
    text-align: center;
    padding: 10px;
    color: White;
    float: right;
}

/* HTML editor */
.ajax__html_editor_extender_texteditor {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: Black;
    font-size: 10pt;
}

    .ajax__html_editor_extender_texteditor a {
        color: Blue;
    }

    .ajax__html_editor_extender_texteditor blockquote {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ajax__html_editor_extender_texteditor ul, ol {
        margin: 0;
    }

    .ajax__html_editor_extender_texteditor p {
        line-height: 1.3em;
        margin: 0 3px;
    }
/*body p
{
    line-height: 1.3em;
    margin: 0 3px;
}

*/

/* Datepicker */
.ui-datepicker {
    /*z-index: 300 !important;*/
}

    .ui-datepicker button {
        border: none !important;
    }


/* Site Search */
.site-search {
    position: relative;
}

.search-results {
    /* Positioning */
    position: absolute;
    overflow: visible;
    top: 100%;
    left: 0;
    /* Sizing */
    box-sizing: border-box;
    margin: 2px 0;
    padding: 0.25em;
    width: 100%;
    /* Styling */
    background: white;
    font-weight: bold;
    color: black;
    /* Hiding */
    display: none;
}

    .search-results.active {
        display: block;
    }


    .search-results > * {
        /* Hiding */
        display: none;
    }

    .search-results > .active {
        /* Hiding */
        display: block;
    }


    .search-results .results-heading {
        /* Positioning */
        height: 0px;
        margin: 0.7em 0;
        /* Border */
        border: none;
        border-top: 2px solid #8C8B8B;
        /* Styling */
        font-weight: bold;
        text-align: center;
    }

        .search-results .results-heading:after {
            /* Positioning */
            display: inline-block;
            position: relative;
            padding: 0 0.25em;
            top: -0.75em;
            /* Styling */
            background: #FFFFFF;
            font-size: larger;
        }

    .search-results .error .results-heading:after {
        content: '\002665  No results  \002665';
    }

    .search-results .property .results-heading:after {
        content: '\002665  Properties  \002665';
    }

    .search-results .prospect .results-heading:after {
        content: '\002665  Prospects  \002665';
    }


    /* See, lobotomised owl selector */
    .search-results .results-item + .results-item {
        margin-top: 0.25em;
    }


.results-item .results-info:after {
    clear: both;
    content: '';
    display: block;
}

.results-item .results-info > * {
    float: left;
    width: 50%;
}

    .results-item .results-info > *:before {
        padding-right: 0.25em;
    }

.results-item .results-info > applications:before {
    content: 'Apps';
}

.results-item .results-info > enquiries:before {
    content: 'Enqs';
}


/* AUTOCOMPLETE */

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* GRAB AND DRAG CURSOR */

/* Note: if you have developer tools open in your browser, this class mysteriously
   fails to work and the cursor appears as the 'grab' cursor, not 'grabbing'. 
   Else it works fine. */
.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbable-dragging {
    cursor: move;
    cursor: grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important;
}

/* SMS PREVIEW (LOOKS LIKE AN SMS MESSAGE) */

.message-container {
    text-align: left;
    width: 350px;
    margin: auto;
    padding-left: 65px;
}

.link-decoration {
    color: dodgerblue;
    text-decoration: underline;
}

.message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: relative;
}

    .message.to {
        background-color: #2095FE;
        color: #fff;
        margin-left: 80px;
    }

    .message.from {
        background-color: #E5E4E9;
        color: #363636;
        margin-right: 80px;
    }

        .message.to + .message.to,
        .message.from + .message.from {
            margin-top: -7px;
        }

    .message:before {
        border-color: #2095FE;
        border-radius: 50% 50% 50% 50%;
        border-style: solid;
        border-width: 0 20px;
        bottom: 0;
        clip: rect(20px, 35px, 42px, 0px);
        content: " ";
        height: 40px;
        position: absolute;
        right: -50px;
        width: 30px;
    }

    .message.from:before {
        border-color: #E5E4E9;
        left: -50px;
        transform: rotateY(180deg);
    }

/* CHARACTER COUNT BOX */

.max-char-input, .max-char-input-show {
    position: relative;
    display: block;
}

    .max-char-input-show:after {
        content: attr(data-charcount);
        background-color: white;
        position: absolute;
        top: 0px;
        right: -40px;
        padding-top: 2px;
        width: 35px;
        height: 19px;
        text-align: center;
        border: 1px solid #a9a9a9;
    }

.refresh {
    vertical-align: bottom;
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
}

    .refresh:hover {
        color: #8c8c8c;
    }

    .refresh:active {
        color: #616161;
    }

    .refresh .refresh-small {
        font-size: 26px;
        vertical-align: middle;
    }
/* GRID VIEW STYLING*/

.grid-tbl-header {
    margin: 0 auto;
    padding-bottom: 5px;
    /*    background-color: white;
*/
}

.grid-top-header {
    padding: 10px 0;
}

.grid-btn-columnchooser {
    font-weight: bold;
}

.grid-bold-color {
    font-weight: bold;
}

.grid-body td, .grid-header th {
    border: 1px #dddddd solid;
}

.grid-body input, .grid-body textarea, .grid-body select {
    background-color: inherit;
}

.grid-body textarea {
    border: 1px solid #8c8c8c;
}

.grid-body select {
    border-color: #8c8c8c;
}

.grid-body span p {
    margin: 0;
    line-height: 1.3em;
}

.grid-summary {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
}

.grid-summary-refresh {
    font-size: 32px;
    display: block;
}

    .grid-summary-refresh:hover {
        color: #8c8c8c;
    }

    .grid-summary-refresh:active {
        color: #616161;
    }

.grid-popup-editor-html {
    min-height: 18px;
    color: #616161;
    padding: 2px 1px;
    background-color: inherit;
    border: 1px solid #8c8c8c;
}

.grid-popup-editor-border {
    border: 1px solid #8c8c8c;
}

.grid-popup-editor-inner {
    min-height: 18px;
    display: block;
    padding: 2px 1px;
    background-color: white;
    color: #616161;
    cursor: text;
}

.grid-tbl-footer {
    background-color: #e6ebee;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 5px auto 0 auto;
}

grid-tbl-footer-notes {
    line-height: 45px;
    display: inline-block;
}

.grid-tbl-footer-notes-icon {
    vertical-align: middle;
    display: inline-flex;
    padding-bottom: 3px;
}

.grid-pager-item {
    display: inline-block;
    padding: 5px;
    width: 25px;
}

    .grid-pager-item:hover {
        color: #8c8c8c !important;
    }

    .grid-pager-item:active {
        color: #616161 !important;
    }

.grid-pager-item-selected {
    display: inline-block;
    padding: 5px;
    width: 25px;
    background-color: white;
}

.grid-pager-prev-next {
    padding: 5px;
    width: 45px;
    white-space: nowrap;
}

    .grid-pager-prev-next:hover {
        color: #8c8c8c !important;
    }

    .grid-pager-prev-next:active {
        color: #616161 !important;
    }

.grid-pager-prev-next-icon {
    font-family: Consolas;
    font-size: 20px;
    padding: 5px;
}

.grid-dot-table {
    width: 100%;
    border: none;
}

    .grid-dot-table td {
        border: none;
    }

.grid-dot {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    margin: 0 10px 0 11px;
}

.grid-data-highlight-label span {
    line-height: 12px;
}



.lbLessMore {
    display: inline-block;
    font-family: Consolas;
    font-size: 21px;
}

.lbLessMore-table {
    margin: auto;
}

    .lbLessMore-table td {
        line-height: 20px;
        width: 14px;
    }

.lbLessMore:hover {
    color: #dddddd !important;
}

.lbLessMore:active {
    color: #616161 !important;
}

.lbLessMore-selected {
    display: inline-block;
    font-family: Consolas;
    font-size: 24px;
}


/* NEW FEATURE POPUP*/
.popup-newfeature-close {
    text-align: right;
}

    .popup-newfeature-close i {
        padding: 7px 12px;
        border-top-right-radius: 10px;
        font-size: 30px;
        cursor: pointer;
    }

        .popup-newfeature-close i:hover {
            background-color: red;
            color: white;
        }

        .popup-newfeature-close i:active {
            background-color: lightcoral;
            color: white;
        }

.popup-newfeature-header {
    color: #222;
    font-size: 30px;
    padding-bottom: 25px;
}

.popup-newfeature-image {
    height: 570px;
}

.popup-newfeature-video {
    background-color: black;
}

.popup-newfeature-footer {
    padding: 30px;
}

.popup-newfeature-confirm {
    height: 70px;
    padding-top: 30px;
    font-size: 25px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.popup-newfeature-btn {
    display: inline-block;
    width: 240px;
    line-height: 50px;
    border: 3px #EF7625 solid;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
}

.popup-newfeature-btn-1 {
    color: white;
    background-color: #EF7625;
    margin-right: 20px;
}

    .popup-newfeature-btn-1:hover {
        color: #EF7625;
        background-color: white;
        margin-right: 20px;
    }

    .popup-newfeature-btn-1:active {
        background-color: #EEEEEE;
    }

.popup-newfeature-btn-2 {
    color: #EF7625;
    background-color: white;
    margin-left: 15px;
}

    .popup-newfeature-btn-2:hover {
        color: white;
        background-color: #EF7625;
        margin-left: 15px;
    }

    .popup-newfeature-btn-2:active {
        background-color: #ED935E;
    }

.popup-newfeature-footer-text {
    width: 100%;
    text-align: left;
    padding: 10px;
}

/* PM Property Books Confirm POPUP*/
.popup-pm-close {
    text-align: right;
}

    .popup-pm-close i {
        padding: 7px 12px;
        border-top-right-radius: 10px;
        font-size: 30px;
        cursor: pointer;
    }

        .popup-pm-close i:hover {
            background-color: red;
            color: white;
        }

        .popup-pm-close i:active {
            background-color: lightcoral;
            color: white;
        }

.popup-pm-header {
    color: #222;
    font-size: 30px;
    padding-bottom: 20px;
}

.popup-pm-msg {
    background-color: #d35f15;
    color: white;
    font-size: 20px;
    padding: 5px 0 10px;
}

.popup-pm-video {
    background-color: black;
    padding: 20px;
}

.popup-pm-footer {
    padding: 30px;
}

#MainContent_popUpPB_btnYes {
    display: inline-block;
    width: 240px;
    line-height: 50px;
    border: 3px #EF7625 solid;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
    color: white;
    background-color: #EF7625;
    margin-right: 20px;
}

    #MainContent_popUpPB_btnYes:hover {
        color: #EF7625;
        background-color: white;
        margin-right: 20px;
    }

    #MainContent_popUpPB_btnYes:active {
        background-color: #EEEEEE;
    }

#MainContent_popUpPB_btnNo {
    display: inline-block;
    width: 240px;
    line-height: 50px;
    border: 3px #EF7625 solid;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
    color: #EF7625;
    background-color: white;
    margin-left: 15px;
}

    #MainContent_popUpPB_btnNo:hover {
        color: white;
        background-color: #EF7625;
        margin-left: 15px;
    }

    #MainContent_popUpPB_btnNo:active {
        background-color: #ED935E;
    }

/* Message Editor */
.me-mobiles {
    width: 264px;
}

.me-email-input {
    width: calc(100% - 5px);
}

.me-email-input-wrapped {
    width: calc(100% - 4px);
}

.me-background {
    background-color: #EEEEEE;
}

.selected-status {
    background-color: #eeeeee;
}

/* RentProjector */
.rp-container {
    width: 1200px;
}

.rp-fs-large {
    height: 430px !important;
}

.rp-fs-medium {
    height: 317px !important;
}

.rp-fs-small {
    height: 140px !important;
}

/* RentProjector Pop Up*/
.popup-rp-logo {
    width: 80%;
    margin-bottom: 10px;
}

.popup-rp-video-poster {
    position: relative;
}

.popup-rp-video-poster-img {
    width: 100%;
}

.popup-rp-video-play {
    position: absolute;
    top: 85px;
    left: 202px;
    height: 80px;
    width: 142px;
    background: rgba(0,0,0, 0.4);
    border-radius: 20px;
    padding-top: 10px;
    text-align: center;
}

    .popup-rp-video-play i {
        font-size: 70px;
        color: white;
    }

    .popup-rp-video-play:hover i {
        color: #dddddd;
    }

    .popup-rp-video-play:active i {
        color: #aaaaaa;
    }

    .popup-rp-video-play:hover {
        background: rgba(0,0,0, 0.5);
        cursor: pointer;
    }

    .popup-rp-video-play:active {
        background: rgba(0,0,0, 0.6);
        cursor: pointer;
    }

.popup-rp-video video {
    width: 100%;
}

.popup-rp-video {
    display: none;
}

.popup-rp-video-wrapper {
    height: 310px;
}

.popup-rp-overview {
    height: 140px;
    margin-top: 30px;
    position: relative;
    background-color: #2A6293;
    color: white;
    font-size: 25px;
    text-align: left;
}

    .popup-rp-overview a {
        color: white;
    }

.popup-rp-play-next {
    font-size: 70px;
    font-weight: bold;
    margin: 0 15px;
    display: block;
}

    .popup-rp-play-next:hover {
        cursor: pointer;
        color: #dddddd;
    }

    .popup-rp-play-next:active {
        cursor: pointer;
        color: #aaaaaa;
    }

.popup-rp-next-tr {
    height: 140px;
}

.popup-rp-andrew {
    position: absolute;
    right: 20px;
    height: 170px;
    top: -30px;
}

.popup-rp-promo {
    display: none;
    height: 140px;
    margin-top: 30px;
    background-color: #2A6293;
    color: white;
    font-size: 25px;
    text-align: left;
}

    .popup-rp-promo a {
        color: white;
    }

.popup-rp-footer {
    padding: 30px 15px;
}

.popup-rp-btn {
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin: 0 15px;
    font-weight: bold;
    color: white;
    display: inline-block;
}

    .popup-rp-btn:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    .popup-rp-btn:active {
        cursor: pointer;
        opacity: 0.6;
    }

.popup-rp-btn-yes {
    background-color: #009D4F;
}

.popup-rp-btn-no {
    background-color: #BA0000;
}

.popup-rp-yes-btn {
    background-color: #7C38A0;
    font-weight: bold;
    color: white;
}

.popup-rp-yes {
    display: none;
}

.popup-rp-no {
    display: none;
}

.popup-rp-yesno-img {
    padding: 60px 0;
}

.popup-rp-yesno-heading {
    font-size: 30px;
    color: #276091;
    font-weight: 600;
}

.popup-rp-yesno-text {
    font-size: 20px;
    color: #276091;
    margin: 40px 0;
    display: inline-block;
    font-weight: 600;
}

.popup-rp-yes-btn {
    background-color: #7C38A0;
    font-weight: bold;
    font-size: 20px;
    color: white;
    height: 80px;
    line-height: 80px;
    margin: 40px 0;
    border-radius: 10px;
    display: inline-block;
    width: 400px;
}



/* EXPANDER ------------------------------------------------------------------------------------ */
.ExpanderNotification {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 12px;
    height: 31px;
    line-height: 31px;
}

    .ExpanderNotification::after {
        content: " ]";
    }

    .ExpanderNotification::before {
        content: "[ ";
    }

.ExpanderDisabled {
    background-image: none;
    background-color: #f2f5f6;
}

.ExpanderContentDiv {
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #8c8c8c;
    border-top: none;
    display: none;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s;
}

    .ExpanderContentDiv .ExpanderTitleBar {
        border: 1px solid #8c8c8c;
    }

        .ExpanderContentDiv .ExpanderTitleBar.ExpanderExpandedIcon {
            border-radius: 5px 5px 0 0 !important;
        }

    .ExpanderContentDiv .ExpanderContentDiv {
        border-bottom: 1px solid #8c8c8c;
        border-left: 1px solid #8c8c8c;
        border-right: 1px solid #8c8c8c;
    }

    .ExpanderContentDiv .tblSummary .tenant-summary {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ExpanderContentDiv .ExpanderIndicator {
        border-radius: 5px 0 0 0;
    }

    .ExpanderContentDiv > .ExpanderItem:last-of-type {
        margin-bottom: 20px;
    }

.ExpanderTitleBar {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 30px;
    background-color: #e6ebee;
    background-repeat: no-repeat;
    border: 1px solid #8c8c8c;
    text-align: left;
    position: relative;
    -webkit-transition: border-bottom 0.3s;
    -moz-transition: border-bottom 0.3s;
    -o-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
}

    .ExpanderTitleBar h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 3px !important;
    }

    .ExpanderTitleBar b {
        margin: 3px;
        display: inline-block;
        font-weight: 600;
    }

.ExpanderExpandedIcon {
    background-image: url(/images/TriangleDown.png);
    background-position: 11px 12px;
    background-size: 9px;
    border-bottom: none !important;
}

.ExpanderCollapsedIcon {
    background-image: url(/images/TriangleRight.png);
    background-position: 12px 11px;
    background-size: 8px;
}

#PastInspectionsGroupHeader {
    margin-bottom: 7px;
}

.ExpanderTitle > div {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.ExpanderTitle span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: -4px;
}

.ExpanderTitle br {
    display: none;
}

.ExpanderItem {
    font-size: 14px;
}

    .ExpanderItem > .OverflowColumn > span {
        padding-right: 5px;
        width: calc(100% - 5px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ExpanderItem .text-img-link > img {
        display: none;
    }

    .ExpanderItem .text-img-link > div {
        text-decoration: underline;
    }

        .ExpanderItem .text-img-link > div:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .ExpanderItem > div {
        display: inline-block;
        height: 33px;
        line-height: 33px;
        text-align: center;
    }

        .ExpanderItem > div:nth-of-type(1) > span {
            padding-left: 15px;
            width: calc(100% - 20px);
        }

        .ExpanderItem > div > span {
            display: inline-block;
            line-height: normal;
            vertical-align: middle;
            margin-top: -5px;
        }

    .ExpanderItem > .ContentWrapper {
        width: 100%;
        text-align: unset;
    }

        .ExpanderItem > .ContentWrapper > div {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }

            .ExpanderItem > .ContentWrapper > div:nth-of-type(1) > span {
                padding-left: 15px;
                width: calc(100% - 20px);
            }

            .ExpanderItem > .ContentWrapper > div > span {
                display: inline-block;
                line-height: normal;
                vertical-align: middle;
                margin-top: -5px;
            }

    .ExpanderItem > .Notes {
        height: 0;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        display: block;
        width: calc(100% - 30px);
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        transition: height 0.3s;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .ExpanderItem > .Notes > div:first-of-type {
            width: 100%;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .ExpanderItem > .Notes > div > textarea {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 10px - 100px);
        }

        .ExpanderItem > .Notes > div > a {
            display: inline-block;
            vertical-align: middle;
            width: 100px;
            text-align: center;
        }


.PastInspectionsExpanderTitle p {
    margin: 0;
}

.PastInspectionsExpanderTitle > div:nth-child(-n+2) {
    font-weight: 600;
}


#PastInspectionsGroupHeader > div,
.PastInspectionsExpanderTitle > div {
    width: 12%;
}

    #PastInspectionsGroupHeader > div:nth-of-type(1),
    .PastInspectionsExpanderTitle > div:nth-of-type(1) {
        width: 19%;
        text-align: left;
    }

        #PastInspectionsGroupHeader > div:nth-of-type(1) > span {
            padding-left: 40px;
        }

    #PastInspectionsGroupHeader > div:nth-of-type(2),
    .PastInspectionsExpanderTitle > div:nth-of-type(2) {
        width: 19%;
    }

    .PastInspectionsExpanderTitle > div:nth-of-type(1) {
        width: calc(19% - 40px);
        margin-left: 40px;
        text-align: left;
    }

#PastTenatsGroupHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

    #PastTenatsGroupHeader > div,
    .PastInspectionTenant .ContentWrapper > div {
        width: 11%;
    }

        #PastTenatsGroupHeader > div:nth-of-type(1),
        .PastInspectionTenant .ContentWrapper > div:nth-of-type(1) {
            width: 24%;
        }

        #PastTenatsGroupHeader > div:nth-of-type(2),
        .PastInspectionTenant .ContentWrapper > div:nth-of-type(2) {
            flex-grow: 1;
        }

        #PastTenatsGroupHeader > div:nth-child(-n+3),
        .PastInspectionTenant .ContentWrapper > div:nth-child(-n+3) {
            text-align: left !important;
        }

.PastInspectionTenant .ContentWrapper {
    display: flex;
    justify-content: space-between;
}

#FutureInspectionGroupHeader > div,
.FutureInspectionsExpanderTitle > div {
    width: 14%;
}

    #FutureInspectionGroupHeader > div:nth-of-type(1) {
        text-align: left;
    }

        #FutureInspectionGroupHeader > div:nth-of-type(1) > span {
            padding-left: 40px;
        }

    #FutureInspectionGroupHeader > div:nth-child(-n+2),
    .FutureInspectionsExpanderTitle > div:nth-child(-n+2) {
        width: 19%
    }

    #FutureInspectionGroupHeader > div:nth-last-child(-n+2),
    .FutureInspectionsExpanderTitle > div:nth-last-child(-n+2) {
        width: 12%
    }

    .FutureInspectionsExpanderTitle > div:nth-of-type(1) {
        width: calc(19% - 40px);
        margin-left: 40px;
        text-align: left;
    }

#FutureTenantsGroupHeader > div,
.FutureInspectionTenant .ContentWrapper > div {
    width: 11%;
}

    #FutureTenantsGroupHeader > div:nth-child(-n+3),
    .FutureInspectionTenant .ContentWrapper > div:nth-child(-n+3) {
        text-align: left !important;
    }

    #FutureTenantsGroupHeader > div:nth-child(-n+2),
    .FutureInspectionTenant .ContentWrapper > div:nth-child(-n+2) {
        width: 24%;
    }

.ApplicationsExpanderTitle > div:nth-child(-n+3) {
    font-weight: 600;
}

#ApplicationsGroupHeader > div,
.ApplicationsExpanderTitle > div {
    width: 10%;
}

    #ApplicationsGroupHeader > div:nth-of-type(4),
    .ApplicationsExpanderTitle > div:nth-of-type(4),
    #ApplicationsGroupHeader > div:nth-of-type(6),
    .ApplicationsExpanderTitle > div:nth-of-type(6) {
        width: 25%;
    }

#ApplicationTenantsGroupHeader > div,
.ApplicationTenant .ContentWrapper > div {
    width: 11%;
}

    #ApplicationTenantsGroupHeader > div:nth-child(-n+3),
    .ApplicationTenant .ContentWrapper > div:nth-child(-n+3) {
        text-align: left !important;
    }

    #ApplicationTenantsGroupHeader > div:nth-of-type(1),
    .ApplicationTenant .ContentWrapper > div:nth-of-type(1) {
        width: 22%;
    }

    #ApplicationTenantsGroupHeader > div:nth-of-type(2),
    .ApplicationTenant .ContentWrapper > div:nth-of-type(2) {
        width: 22%;
    }

#OpenApplicationLink {
    right: 15px;
    top: 0;
    line-height: 0;
}

#TenantsApplyingGroupHeader > div,
.ApplyingTenant .ContentWrapper > div {
    width: 11%;
}

    #TenantsApplyingGroupHeader > div:nth-child(-n+4),
    .ApplyingTenant .ContentWrapper > div:nth-child(-n+4) {
        text-align: left !important;
    }

    #TenantsApplyingGroupHeader > div:nth-child(-n+2),
    .ApplyingTenant .ContentWrapper > div:nth-child(-n+2) {
        width: 24%;
    }

    #TenantsApplyingGroupHeader > div:nth-child(4),
    .ApplyingTenant .ContentWrapper > div:nth-child(4) {
        width: 28%;
    }

#TenantsWaitingGroupHeader > div,
.WaitingTenant .ContentWrapper > div {
    width: 10%;
}

    #TenantsWaitingGroupHeader > div:nth-child(-n+4),
    .WaitingTenant .ContentWrapper > div:nth-child(-n+4) {
        text-align: left;
    }

    #TenantsWaitingGroupHeader > div:nth-child(1),
    .WaitingTenant .ContentWrapper > div:nth-child(1) {
        text-align: center;
    }

    #TenantsWaitingGroupHeader > div:nth-child(2),
    .WaitingTenant .ContentWrapper > div:nth-child(2) {
        width: 16%;
    }

    #TenantsWaitingGroupHeader > div:nth-child(3),
    .WaitingTenant .ContentWrapper > div:nth-child(3) {
        width: 22%;
    }

    #TenantsWaitingGroupHeader > div:nth-child(5),
    .WaitingTenant .ContentWrapper > div:nth-child(5),
    #TenantsWaitingGroupHeader > div:nth-child(8),
    .WaitingTenant .ContentWrapper > div:nth-child(8) {
        width: 8%;
    }

    #TenantsWaitingGroupHeader > div:nth-child(6),
    .WaitingTenant .ContentWrapper > div:nth-child(6) {
        width: 14%;
    }

    #TenantsWaitingGroupHeader > div:nth-child(7),
    .WaitingTenant .ContentWrapper > div:nth-child(7) {
        width: 9%;
    }

#TenantsNotRegisteredGroupHeader > div,
.NotRegisteredTenant .ContentWrapper > div {
    width: 10%;
}

    #TenantsNotRegisteredGroupHeader > div:nth-child(-n+4),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(-n+4) {
        text-align: left;
    }

    #TenantsNotRegisteredGroupHeader > div:nth-child(1),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(1) {
        text-align: center;
    }

    #TenantsNotRegisteredGroupHeader > div:nth-child(2),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(2) {
        width: 16%;
    }

    #TenantsNotRegisteredGroupHeader > div:nth-child(3),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(3) {
        width: 22%;
    }

    #TenantsNotRegisteredGroupHeader > div:nth-child(5),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(5),
    #TenantsNotRegisteredGroupHeader > div:nth-child(8),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(8) {
        width: 8%;
    }

    #TenantsNotRegisteredGroupHeader > div:nth-child(6),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(6) {
        width: 14%;
    }

    #TenantsNotRegisteredGroupHeader > div:nth-child(7),
    .NotRegisteredTenant .ContentWrapper > div:nth-child(7) {
        width: 9%;
    }

.PriceTitle > div {
    font-weight: 600;
}

#PricesGroupHeader > div,
.PriceTitle > div {
    width: 15%;
}

.PriceGroupHeader > div,
.PriceItem > div {
    width: 10%;
}

    .PriceGroupHeader > div:nth-of-type(2),
    .PriceItem > div:nth-of-type(2) {
        width: 15%;
    }

.OwnerReportTitle > div {
    font-weight: 600;
}

#OwnerReportsGroupHeader > div,
.OwnerReportTitle > div {
    width: 15%;
}

.OwnerReportGroupHeader > div,
.OwnerReportItem > div {
    width: 10%;
}

    .OwnerReportGroupHeader > div:nth-of-type(2),
    .OwnerReportItem > div:nth-of-type(2) {
        width: 15%;
    }

    .OwnerReportGroupHeader > div:nth-of-type(4),
    .OwnerReportItem > div:nth-of-type(4) {
        width: 20%;
    }

#RentProjectorReportGroupHeader > div,
.RPReportItem > div {
    width: 20%;
}

    #RentProjectorReportGroupHeader > div:nth-of-type(1),
    .RPReportItem > div:nth-of-type(1) {
        width: 30%;
    }

.ExpanderItemListHeader > div:nth-of-type(1) > span {
    padding-left: 15px;
}

.ExpanderGroupHeader {
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 3px;
}

    .ExpanderGroupHeader br {
        display: none;
    }

    .ExpanderGroupHeader > div {
        display: inline-block;
        height: 33px;
        line-height: 33px;
        text-align: center;
    }

        .ExpanderGroupHeader > div > span {
            display: inline-block;
            line-height: normal;
            vertical-align: middle;
            margin-top: -5px;
        }

.ExpanderGroupHeaderCount {
    font-weight: bold;
}

    .ExpanderGroupHeaderCount > img {
        display: none;
    }

    .ExpanderGroupHeaderCount > span {
        vertical-align: middle;
        display: inline-block;
    }

.ExpanderGroup .ExpanderTitleBar {
    padding-left: 0px;
    border-radius: 0px !important;
}

.ExpanderGroup .ExpanderContainer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px;
}

    .ExpanderGroup .ExpanderContainer:last-of-type .ExpanderTitleBar.ExpanderCollapsedIcon,
    .ExpanderGroup .ExpanderContainer:last-of-type .ExpanderContentDiv {
        margin-bottom: 20px;
    }

.ExpanderGroup .ExpanderTitleBar.ExpanderExpandedIcon {
    border-radius: 0px !important;
}

.ExpanderGroup .ExpanderContentDiv {
    border-radius: 0px !important;
}

.ExpanderGroup .ExpanderIndicator {
    border-radius: 0px;
}

.ExpanderGroupHeader ~ .NoResults {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.view-report-link {
    text-decoration: underline;
}

    .view-report-link:hover {
        text-decoration: none;
        cursor: pointer;
    }

.inspection-report-answers {
    text-align: left;
}

    .inspection-report-answers tr {
        vertical-align: top;
    }

        .inspection-report-answers tr > th:nth-of-type(1),
        .inspection-report-answers tr > td:nth-of-type(1) {
            width: 34%;
        }

    .inspection-report-answers th,
    .inspection-report-answers td {
        padding-bottom: 10px;
    }


/* FILE UPLOADERS ------------------------------------------------------------------------------ */
.afu-fileuploader-wrapper {
    margin: auto;
    text-align: center;
    display: table;
}

.afu-fileuploader {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    border: 1px dashed #6d6d6d;
    color: #222222;
    background-color: #e6ebee;
}

    .afu-fileuploader:hover {
        cursor: pointer;
    }

.afu-fileuploader-dragover {
    border: 1px solid black;
    background-color: #d2d9de;
}

.afu-fileuploader-uploader {
    display: none;
}

.afu-fileuploader-image {
    pointer-events: none;
}

.afu-fileuploader-titletext-wrapper {
    display: inline-block;
}

.afu-fileuploader-uploadtextdiv {
    display: inline-block;
}

.afu-fileuploader-uploadtext-wrapper {
    display: inline-block;
    pointer-events: none;
}

.afu-fileuploader-uploadtext {
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}

/* DASHBOARD ----------------------------------------------------------------------------------- */
.dash-header .select-wrapper {
    display: inline-block;
}

.dashboard {
    margin: auto;
    padding-top: 5px;
}

.dashboard-section {
    display: inline-block;
}

.dashboard-item-margin {
    margin: auto;
    display: inline-block;
}

.dashboard-item {
    -webkit-box-shadow: 0 0 15px #d8d8d8;
    -moz-box-shadow: 0 0 15px #d8d8d8;
    box-shadow: 0 0 15px #d8d8d8;
    background-color: white;
    margin: 10px;
    padding: 15px;
}

.dashboard-item-small {
    width: 300px;
    height: 480px;
}

.dashboard-item-large {
    width: 650px;
    height: 480px;
}

.dashboard-item-heading {
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.dashboard-item-content {
    height: 97%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.dashboard-item-content-vertical {
    margin-top: 15px;
    height: 90%;
    width: 100%;
    overflow-y: auto;
}

.dashboard-list-item {
    width: 85%;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 15px;
}

    .dashboard-list-item a, .dashboard-list-item span, .dashboard-list-item p {
        overflow-wrap: break-word;
    }

.dashboard-highlighted-detail {
    font-weight: 500;
    color: #ec7615;
}

/* Summary numbers and arrow indicators */
.dashboard-summary-item {
    width: 100px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.dashboard-summary-number, .dashboard-summary-number-solo {
    font-size: 35px;
    color: #ec7615;
}

.dashboard-summary-number {
    text-align: right;
    width: 25px;
}

.dashboard-summary-number-solo {
    text-align: center;
}

.dashboard-summary-indicator {
    vertical-align: bottom;
    width: 18px;
    padding-bottom: 6px;
}

    .dashboard-summary-indicator img {
        height: 15px;
    }

.dashboard-summary-indicator-number {
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 8px;
    width: 18px;
}

.dashboard-sub-heading {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.dashboard-heading-filter {
    height: 30px;
    margin: 0 auto;
}

    .dashboard-heading-filter > div {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
    }

.dashboard-summary-text {
    width: 100px;
}

.dashboard-help {
    display: inline-block;
}

.dashboard-help-icon {
    cursor: help;
}

    .dashboard-help-icon span {
        font-size: 16px;
        vertical-align: bottom;
    }

    .dashboard-help-icon:hover ~ .dashboard-help-message {
        display: inline-block;
    }


.dashboard-help-message {
    display: none;
    min-height: 15px;
    min-width: 25px;
    max-width: 275px;
    vertical-align: middle;
    word-wrap: break-word;
    background-color: white;
    position: absolute;
    padding: 5px;
    text-align: left;
    margin-left: 8px;
    margin-top: 4px;
    border: 2px solid lightgray;
    border-radius: 2px;
}


/* Toolbar */

.dashboard-toolbar {
    text-align: left;
}

/* Intentionally empty */
.dashboard-toolbar-icon {
}

.dashboard-toolbar-item {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

/* Scrollbar styling (appearance works only in chrome, scrollbars still function in other browsers) */
.dashboard-item-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eaeaea;
}

.dashboard-item-content::-webkit-scrollbar {
    border-radius: 10px;
    width: 10px;
    background-color: #F5F5F5;
}

.dashboard-item-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b7b7b7;
}

.dashboard-item-content-vertical::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eaeaea;
}

.dashboard-item-content-vertical::-webkit-scrollbar {
    border-radius: 10px;
    width: 10px;
    background-color: #F5F5F5;
}

.dashboard-item-content-vertical::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b7b7b7;
}

.dashboard-horizontal-chart::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eaeaea;
}

.dashboard-horizontal-chart::-webkit-scrollbar {
    border-radius: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

.dashboard-horizontal-chart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b7b7b7;
}

/* USER FAVOURITES */
.topbar-icon {
    display: inline-flex;
    vertical-align: middle;
    color: white;
    font-size: 16px;
    position: relative;
}

    .topbar-icon .material-icons-outlined {
        font-size: 18px;
    }

    .topbar-icon:hover {
        cursor: pointer;
        opacity: 0.7;
    }

#divUserFavouritesList, #divUserTaskWidget {
    max-height: 369px;
    overflow-y: auto;
}

#divUserFavourites, #divUserTaskWidget {
    position: absolute;
    top: 30px;
    border: 2px solid black;
    width: 350px;
    z-index: 250;
    background-color: white;
    color: black;
}


#divUserTaskWidgetList {
    display: flex;
    flex-wrap: wrap;
    height: 254px;
}

#divUserTaskWidget {
    width: 350px;
    text-align: left;
    border-bottom: none;
}

    #divUserTaskWidget a {
        color: #333333;
        text-decoration: underline;
    }

        #divUserTaskWidget a:hover {
            text-decoration: none;
        }

#divUserTaskWidgetNew {
    border-bottom: 2px solid black;
}

    #divUserTaskWidgetNew .user-task-new-container {
        width: 250px;
        margin: auto;
        margin-bottom: 10px;
    }

.user-task-new-container {
    padding-left: 10px;
}

.user-task-item {
    width: 100%;
    color: black;
    height: 38px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .user-task-item[data-overdue='True'] {
        background-color: rgba(255,0,0,0.3);
        border-bottom: 2px solid lightcoral;
        border-top: 2px solid lightcoral;
    }

    .user-task-item:hover {
        cursor: pointer;
        background-color: #F6F6F6;
    }

    .user-task-item[data-overdue='True']:hover {
        background-color: rgba(255,0,0,0.2);
    }

    .user-task-item .snooze-close-button:hover {
        background-color: white !important;
    }


.user-task-item-complete,
.user-task-item-not-required,
.user-task-item-deleted {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 10px);
    height: 40px;
    background-color: #F3F3F3;
    color: black;
    text-align: right;
    padding-right: 10px;
    opacity: 0.7;
    line-height: 20px;
}

.user-task-item div.user-task-item-description {
    width: calc(100% - 125px);
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.user-task-item div.user-task-item-column-descriptors {
    width: calc(100% - 125px);
    padding: 3px;
    display: flex;
    height: 25px;
    border-bottom: 1px solid #e8e8e8;
    padding: 3px;
}

.user-task-item div.user-task-item-due {
    font-size: 11px;
    color: #636363;
    width: 100%;
    height: 15px;
    overflow: hidden;
}

.user-task-item-property {
    font-weight: bold;
    word-wrap: break-word;
}

.user-task-item-description-property {
    max-width: 250px;
    height: 20px;
    overflow: hidden;
}

.user-task-item-description-taskname {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.user-task-item-property-address {
    font-size: 1.2em;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .user-task-item-property-address[data-has-address="False"] {
        display: none;
    }

    .user-task-item-property-address a {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ut-user-task-list {
    overflow-y: auto;
    height: 214px;
    max-height: 180px;
    text-align: left;
    width: 100%;
    overflow-x: hidden;
}

    .ut-user-task-list::-webkit-scrollbar {
        width: 10px;
    }

    .ut-user-task-list::-webkit-scrollbar-track {
        border-radius: 0px;
        background-color: #eaeaea;
    }

    .ut-user-task-list::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #b7b7b7;
    }

.user-task-item-status {
    width: 100px;
    line-height: 40px;
}

.user-task-item-complete-button {
    width: 40px;
    color: green;
    font-weight: 700;
    line-height: 40px;
}

.user-task-item-complete-undo-button,
.user-task-item-not-required-undo-button,
.user-task-item-deleted-undo-button {
    color: steelblue;
    text-decoration: underline;
}

    .user-task-item-complete-button:hover,
    .user-task-item-complete-undo-button:hover,
    .user-task-item-not-required-undo-button:hover,
    .user-task-item-deleted-undo-button:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.user-task-item-snooze-button {
    width: 40px;
    color: black;
    line-height: 40px;
    text-align: center;
}

    .user-task-item-snooze-button:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.ut-user-task-list .show-all-user-tasks {
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
}

    .ut-user-task-list .show-all-user-tasks:hover {
        background-color: #f8f8f8;
        cursor: pointer;
    }

.ut-user-task-list .user-task-snooze-details {
    position: absolute;
    top: 0px;
    right: 39px;
    width: 466px;
    height: 38px;
    background-color: #F3F3F3;
    color: black;
    text-align: right;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .ut-user-task-list .user-task-snooze-details .snooze-close-button {
        font-size: 16px;
        line-height: 28px;
        border-radius: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .ut-user-task-list .user-task-snooze-details .snooze-close-button:hover {
            opacity: 0.7;
            background-color: white !important;
            cursor: pointer;
        }

.user-task-item .user-task-priority,
.user-task-item .user-task-priority[priority="-1"] {
    display: none;
}

    .user-task-item .user-task-priority[data-priority="0"] {
        display: block;
        color: black;
    }

    .user-task-item .user-task-priority[data-priority="1"] {
        display: block;
        color: orange;
    }

    .user-task-item .user-task-priority[data-priority="2"] {
        display: block;
        color: red;
        font-weight: bold;
    }

.user-task-list-filter {
    cursor: pointer;
    text-decoration: underline;
}

    .user-task-list-filter:hover {
        text-decoration: none;
    }

.user-task-list-filter-selected {
    text-decoration: none;
    cursor: default;
    font-weight: bold;
}

.user-task-list-header, .user-favourite-list-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid black;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: calc(100% - 20px);
}

    .user-task-list-header .new-task-shortcut-button {
        display: inline-flex;
        justify-content: center;
        align-content: center;
        border-radius: 5px;
        padding: 2px;
        font-weight: bold;
        border: 2px solid black;
        font-size: 12px;
    }

        .user-task-list-header .new-task-shortcut-button:hover {
            opacity: 0.7;
            cursor: pointer;
        }

        .user-task-list-header .new-task-shortcut-button .material-icons-outlined {
            padding-right: 5px;
        }

.user-favourite-container {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}

    .user-favourite-container:hover {
        background-color: #F7F7F7;
    }

.user-favourite {
    height: 30px;
    text-align: left;
    line-height: 30px;
    width: calc(100% - 35px);
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}

    .user-favourite:hover {
        background-color: #F7F7F7;
        cursor: pointer;
    }

.user-favourite-new, .user-task-new {
    font-weight: 500;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.user-task-new {
    border-bottom: 1px solid #e8e8e8;
    height: 30px;
}

    .user-task-new:hover {
        cursor: pointer;
        background-color: #F7F7F7;
    }

    .user-favourite .material-icons-outlined, .user-favourite-container .material-icons-outlined, .user-task-new .material-icons-outlined {
        display: inline-flex;
        font-size: 15px;
        font-weight: 100 !important;
        vertical-align: middle;
        line-height: 30px;
    }

        .user-favourite-container .material-icons-outlined:hover {
            color: #777777;
            cursor: pointer;
        }

/* Run Wizard */
.run-wizard-results {
}

    .run-wizard-results > ul:nth-of-type(1) {
        margin: 0;
        padding: 0;
    }

/* MOVE ME IN POP UP */
.mmi-popup-button {
    border: solid 1px #e3057b;
    border-radius: 5px 0px 0px 5px;
    max-width: 50px;
    max-height: 50px;
    background-color: white;
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 251;
    background-color: white;
}

    .mmi-popup-button img {
        max-width: 50px;
        max-height: 50px;
    }

.mmi-popup-form {
    border: solid 1px #e3057b;
    background-color: white;
    border-spacing: 0px;
    bottom: 5px;
    color: black;
    min-height: 250px;
    position: absolute;
    transition: height ease-in 250ms;
    right: 5px;
    width: 450px;
    z-index: 249;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mmi-popup-form {
        box-sizing: border-box;
    }

    .mmi-popup-form-header {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #e3057b;
    }
}

.mmi-popup-form-header {
    background-color: #e3057b;
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    width: 100%;
}

.mmi-popup-form-header-group {
    border: solid 1px #e3057b;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mmi-popup-form-body {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 400px;
    text-align: left;
}

.mmi-popup-form-footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 400px;
}

.mmi-popup-form-group {
    margin-bottom: 10px;
}

.mmi-popup-form h3 {
    color: white;
    margin: 0px 0px 4px 0px;
}

.mmi-popup-form-group h4 {
    color: black;
    margin: 0px 0px 4px 0px;
    font-weight: bold;
}

.mmi-popup-form-group table {
    width: 100%;
    border-spacing: 0px;
}

.mmi-popup-form-group td {
    vertical-align: top;
    max-width: 200px;
}

.mmi-popup-form-group ul {
    margin: 0px;
}

.mmi-form-container {
    width: 1380px;
}

.mmi-popup-form-error {
    border: 1px solid #E74C3C !important;
}

mmi-popup-form-occupantDetail {
    margin-bottom: 10px;
}

#mmiPopupProgressBarContainer {
    margin-top: 50px;
}

.mmi-popup-form .processing {
    width: 100%;
    text-align: center;
}

.mmi-popup-form .ui-datepicker-header {
    border: 1px solid #e3057b;
    background-color: #e3057b;
}

.mmi-popup-form .ui-widget-header {
    border: 1px solid #e3057b;
    background-color: #e3057b;
}

.mmi-popup-form input[type="submit"] {
    border: 1px solid #e3057b;
    background-color: #e3057b;
}

.mmi-popup-form a {
    color: #e3057b;
}

.mmi-popup-form .processing-item {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 2px;
    opacity: .2;
    animation-name: processing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border-radius: 0%;
    background-color: #e3057b !important;
}

.mmi-popup-form .processing-item-0 {
    animation-delay: 0s
}

.mmi-popup-form .processing-item-1 {
    animation-delay: .2s
}

.mmi-popup-form .processing-item-2 {
    animation-delay: .4s
}

.mmi-popup-form .processing-item-3 {
    animation-delay: .6s
}

.mmi-popup-form .processing-item-4 {
    animation-delay: .8s
}

.mmi-popup-form .processing-item-5 {
    animation-delay: 1s
}

.mmi-popup-form .processing-item-6 {
    animation-delay: 1.2s
}

.mmi-popup-form .processing-item-7 {
    animation-delay: 1.4s
}

.mmi-popup-form .processing-item-8 {
    animation-delay: 1.6s
}

.mmi-popup-form .processing-item-9 {
    animation-delay: 1.8s
}

@keyframes processing {
    0% {
        opacity: .2;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: .2;
    }
}

/* Maintenance Tracker -------------------------------------------------------------------------*/
.mt-status {
    max-width: 700px;
}

/* MISC ----------------------------------------------------------------------------------------*/

.page-heading {
    width: 100%;
    margin: auto;
}

    .page-heading h1 {
        margin-bottom: 3px;
        margin-top: 5px;
    }

    .page-heading hr {
        margin-top: 8px;
    }

.ui-widget-content .ui-state-active {
    background-color: lightgray;
    border: none;
}

.padded-text {
    display: inline-block;
    padding: 3px;
}

.page-frame {
    width: 100%;
    margin: auto;
}

.content-frame {
    width: 1200px;
    margin: auto;
}

.section-frame {
    padding-left: 5px;
    text-align: left;
    width: 100%;
}

    .section-frame h2 {
        margin-top: 0px;
    }

    .section-frame > tr > td > table {
        margin: auto;
    }

.section-details-frame {
    padding-left: 5px;
}

    .section-details-frame td {
        vertical-align: top;
    }

.important {
    font-weight: 600;
}

.warning {
    color: red;
}

.success {
    color: forestgreen;
}

.unclickable-container {
    position: relative;
}

.unclickable {
    z-index: 50;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.StepLeft {
    cursor: pointer;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 20px;
    height: 70px;
    width: 300px;
    background-image: url('/images/Left.png');
    background-repeat: no-repeat;
    background-position: left;
}

    .StepLeft:hover {
        background-image: url('/images/LeftHover.png');
    }

.StepRight {
    cursor: pointer;
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 20px;
    height: 70px;
    width: 300px;
    background-image: url('/images/Right.png');
    background-repeat: no-repeat;
    background-position: right;
}

    .StepRight:hover {
        background-image: url('/images/RightHover.png');
    }

.tasks-section-title {
    padding-bottom: 5px;
    color: white;
    font-size: 16px;
    padding: 10px;
}

.ut-page-container .utpc-body .body-section .bs-content {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.body-section .new-comment {
    padding: 5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

/* Utilities ----------------------------------------------------------------------------------- */

.hidden-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Buttons ------------------------------------------------------------------------------------- */

.btn-sm {
    width: 60px;
}

.btn-md {
    width: 80px;
}

.btn-lg {
    width: 100px;
}

.btn-xl {
    width: 120px;
}

.btn-xxl {
    width: 140px;
}

.btn-xxl {
    width: 160px;
}

.btn-tall {
    height: 45px;
}

/*
    Popout Action menu Old UI Specific Styles 
    -- CommonPreSkin.css contains the rest of the styling.
    -- OneSystemIRE.css contains New UI stying
*/
.popout-menu {
    opacity: 0;
    position: absolute;
    background-color: White;
    text-align: left;
    z-index: 5;
    height: 0;
    width: 0;
    overflow: hidden;
    transition: height 0.15s linear;
}

    .popout-menu.visible {
        opacity: 1;
    }

    .popout-menu .popout-menu-content {
        border: 1px solid black;
        box-sizing: border-box;
    }

        .popout-menu .popout-menu-content .close-x {
            display: block !important;
        }

            .popout-menu .popout-menu-content .close-x:hover {
                cursor: pointer;
                color: #d56228;
            }

.material-icons-outlined.fit-text-size {
    font-size: 14px;
}

/*
    IMPORTANT:

    Before adding new styles, please consider whether they will have the same definition for all skins.
    If yes, place them in CommonPreSkin.css or CommonPostSkin.css instead.

    ** DO NOT PLACE ANY STYLES AFTER THIS MESSAGE (ie. KEEP IT AT THE END) **
*/
