﻿body {
    font-family: 'Avant Garde',Avantgarde,'Century Gothic',CenturyGothic,AppleGothic,sans-serif !important;
    font-size: 15px !important;
}

#Results td {
    font-family: 'Avant Garde',Avantgarde,'Century Gothic',CenturyGothic,AppleGothic,sans-serif !important;
}

.control-panel a,
.control-panel a:hover,
.control-panel a:active,
.control-panel a:visited,
.control-panel a:link {
    text-decoration: none;
}

    .control-panel a i.fa,
    .control-panel a i.far {
        margin: 0rem;
    }

.layout-sample {
    height: 2rem;
    width: 2rem;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
}

    .layout-sample img {
        height: 2rem;
        width: 2rem;
    }

.control-panel .fa-home {
    font-size: 2rem;
}

.menu-home li .menu-label {
    padding-right: 1.6rem;
}

.title-dashboard-name {
    padding: 1rem 0 0.8rem 2.8rem;
    font-weight: normal;
}

.toggle-speed-search {
    margin-right: 0.8rem;
    margin-top: 0.8rem;
    margin-bottom: 0.9rem;
}

    .toggle-speed-search .input-group {
        max-width: 22rem !important;
    }


        .toggle-speed-search .input-group span,
        .toggle-speed-search .input-group a,
        .toggle-speed-search .input-group i,
        .toggle-speed-search .input-group input {
            height: 2.8rem;
        }

        .toggle-speed-search .input-group i {
            margin: 0;
            position: relative;
            top: -0.3rem
        }

        .toggle-speed-search .input-group .btn {
            padding-right: 0.8rem;
            padding-left: 0.8rem;
        }


@media (max-width: 1220px) /* Low Resolution*/
{
    .speed-search-low-res, #SpeedSearchTextBoxLowResolution_bteSearchBar {
        display: inline-block;
    }

    .speed-search-high-res, #SpeedSearchTextBoxHighResolution_bteSearchBar {
        display: none;
    }
}

@media (min-width:1220px) /* High Resolution*/
{
    .speed-search-high-res, #SpeedSearchTextBoxHighResolution_bteSearchBar {
        display: block;
    }

    .speed-search-low-res {
        display: none;
    }
}

@media screen and (max-width:1024px) {

    .toggle-speed-search .input-group {
        width: 31px !important;
    }

    .toggle-speed-search .form-control {
        display: none !important;
    }

    .toggle-speed-search .input-group-btn a {
        border-radius: 4px !important;
    }
}

.open-multi-session,
.log-off {
    padding-top: 1.7rem;
    height: 5rem;
}

.page-title {
    background-color: #545454 !important;
    height: 32px;
    vertical-align: middle;
    width: 100%;
}

    .page-title td {
        color: white;
        padding-left: 6px;
        white-space: nowrap;
        margin: 0 0 0 0;
    }

.RRootItem ::-webkit-scrollbar {
    width: 1.2rem;
}

.white-trans,
.white-trans:hover {
    text-decoration: none;
}

.identity-agent-name,
.identity-agent-name a {
    font-weight: bold !important;
    cursor: default !important;
}

/** Default Theme Start **/
body.theme-default {
    background: #efefef !important;
}

.theme-default .control-panel {
    background: #545454;
}

.theme-default .RMenu a,
.theme-default .RMenu i {
    color: #eee;
}

.theme-default .RSubMenu {
    background-color: #fff;
    border: #ddd 1px solid;
    box-shadow: 0 .25rem .5rem #555 !important;
}

    .theme-default .RSubMenu a {
        color: #000 !important;
    }

.theme-default .RMenu-ItemSpacer {
    border-bottom: 1px solid #aaa;
}

.theme-default .RSubMenu li.hover,
.theme-default .RSubMenu li:hover {
    background-color: #ddd;
    color: #000 !important;
    transition: all 0.5s ease;
}

.theme-default .TitleSection a {
    color: #000 !important;
}

.theme-default .menu-actions, .theme-default .menu-actions a {
    color: #eee !important;
}

    .theme-default .menu-actions .RSubMenu, .theme-default .menu-actions .RSubMenu a {
        color: #000 !important;
    }

.theme-default .btn-home {
    color: #eee !important;
}

.theme-default .context-actions a {
    color: #eee !important;
}

.theme-default .theme-default-sample,
.theme-default .theme-dark-sample {
    border: 1px solid #333;
}

.theme-default .layout-tile-sample .default {
    display: block;
}

.theme-default .layout-tile-sample .dark {
    display: none;
}

.theme-default .RRootItem:hover {
    background: #888;
}

.theme-default .RRootItem ::-webkit-scrollbar-track {
    background: #ddd;
}

.theme-default .RRootItem ::-webkit-scrollbar-thumb {
    background: #ccc;
}

    .theme-default .RRootItem ::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

.theme-default #Results td {
    color: #333;
}

.theme-default .identity-agent-name.hover,
.theme-default .identity-agent-name:hover {
    background-color: #fff !important;
}

/** Default Theme End **/

/** Dark Theme Start **/
body.theme-dark {
    background: #444 !important;
}

.theme-dark .control-panel {
    background: #2d2d30;
}

.theme-dark .RMenu a,
.theme-dark .RMenu i {
    color: #eee;
}

.theme-dark .RSubMenu {
    background-color: #2d2d30;
    border: #222 1px solid;
    box-shadow: 0 .25rem .5rem #111 !important;
}

    .theme-dark .RSubMenu a {
        color: #eee !important;
    }

.theme-dark .RMenu-ItemSpacer {
    border-bottom: 1px solid #222;
}

.theme-dark .RSubMenu li.hover,
.theme-dark .RSubMenu li:hover {
    background-color: #222;
    color: #eee !important;
    transition: all 0.5s ease;
}

.theme-dark div.TitleBar {
    color: #eee !important;
}

.theme-dark .TitleSection a {
    color: #eee !important;
}

.theme-dark .menu-actions, .theme-dark .menu-actions a {
    color: #eee !important;
}

.theme-dark .btn-home {
    color: #eee !important;
}

.theme-dark .context-actions a {
    color: #eee !important;
}

.theme-dark .theme-default-sample,
.theme-dark .theme-dark-sample {
    border: 1px solid #eee;
}

.theme-dark .layout-tile-sample .default,
.theme-dark .layout-stacked-sample .default {
    display: none;
}

.theme-dark .layout-tile-sample .dark,
.theme-dark .layout-stacked-sample .dark {
    display: block;
}

.theme-dark .toggle-speed-search .input-group input {
    background: #444;
    border-color: #222 !important;
    color: #eee;
}

.theme-dark .toggle-speed-search .input-group .btn {
    border-color: #222 !important;
    color: #eee;
}

.theme-dark .RRootItem:hover {
    background: #222;
}

.theme-dark .RRootItem ::-webkit-scrollbar-track {
    background: #333;
}

.theme-dark .RRootItem ::-webkit-scrollbar-thumb {
    background: #222;
}

    .theme-dark .RRootItem ::-webkit-scrollbar-thumb:hover {
        background: #111;
    }

.theme-dark .RRootItem .module-list-toggle .btn-primary {
    background: #222;
    border-color: #222;
}

.theme-dark #Results td {
    color: #eee;
}

.theme-dark .identity-agent-name.hover,
.theme-dark .identity-agent-name:hover {
    background-color: #2d2d30 !important;
}

/** Dark Theme End **/

.control-panel {
    width: 100%;
}

.navigation {
    width: calc(100% - 80px);
    margin: 0;
}

.btn-home {
    padding: 0.5rem 0.8rem 0.4rem;
    cursor: pointer;
    display: inline-block !important;
}

.btn-home-wrapper {
    padding-top: 0.1rem;
    padding-left: 0.4rem;
    padding-right: 0.8rem;
    padding-bottom: 0.1rem;
}

.home-caret {
    margin-left: 0.2rem !important;
    position: relative;
    top: 0.2rem;
    font-size: 1.5rem;
}

.context-actions {
    padding: 1rem 1rem;
}

.menu-actions {
    height: 5rem;
}

    .context-actions a, .menu-actions a {
        margin: 0 0.8rem;
        cursor: pointer;
    }

.btn-home {
    color: #eee;
}

.modal-module-list label {
    font-weight: normal;
}

/********************************************/
/* RAP MENU */
/********************************************/
/* Normalize */
.RMenu, .RMenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 9999;
}
    /* All Labels */
    .RMenu a {
        vertical-align: middle;
        white-space: nowrap;
        text-decoration: none;
        display: block;
    }
    /* All Items */
    .RMenu li {
        cursor: pointer;
        z-index: 999;
    }

/* Root Menu */
.RMenu {
    height: 5rem;
    float: left;
}

.control-panel .RMenu i.fa.fa-caret-down {
    margin-left: 0.5rem;
}

/* Root Items */
.RRootItem {
    float: left;
    vertical-align: top;
    position: relative;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    height: 5rem;
}

.menu-main .RRootItem {
    display: table;
}

    .menu-main .RRootItem a {
        vertical-align: middle;
        display: block;
    }

.RMenu .item-count {
    border: 1px solid #4cae4c;
    background-color: #5cb85c;
    border-radius: 4px;
    display: none;
    margin-left: 4px;
    vertical-align: middle;
    line-height: normal;
    padding: 2px 4px;
    position: relative;
    top: -2px;
}

/* Root Labels */

.RRootItemLabel {
    padding: 0 1rem;
    line-height: 32px;
}

.menu-actions .RRootItemLabel {
    line-height: 15px !important;
    padding: 0.9rem 1rem;
}

/* Submenu */
.RSubMenu {
    position: absolute;
    top: 5rem;
    display: none;
    width: inherit;
    z-index: 9999;
    border-radius: 5px;
    font-size: 1.3rem;
    max-height: 93vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-main .RSubMenu {
    left: 0;
}

/* Submenu Item */
.RSubMenu li {
    position: relative;
    width: 100%;
}

@-moz-document url-prefix() {
    .menu-label {
        padding: 0.6rem 2.8rem 0.7rem 0.8rem;
    }
}

/* Submenu Label */
.RSubMenu a {
    font-weight: normal;
    line-height: normal;
    display: inline-block;
}

/* Item Spacer*/
.RMenu-ItemSpacer {
    padding-top: 2px;
}

/* Access Keys */
.RMenu u {
    text-decoration: underline;
}

/* Hover */

.hover .RSubMenu {
    display: block;
}


.menu-actions .identity .RRootItem {
    height: 5rem;
}

.menu-actions .identity .RRootItemLabel {
    padding-right: 0;
    padding-left: 0;
}

i.fa-caret-down {
    margin-left: 0.3rem;
}

div.Hidden {
    display: none;
}

iframe.FrameShim {
    z-index: 500;
    left: 0px;
    visibility: hidden;
    position: absolute;
    top: 0px;
    overflow: hidden;
    border: 0px;
}

iframe.MainBody {
    overflow: auto;
    height: 100%;
}

iframe.HiddenFrame {
    height: 0px;
    width: 0px;
    position: absolute;
    left: -9999px;
}

div.SessionWarning {
    display: none;
    top: expression((document.body.offsetHeight - 110) / 2);
    left: expression((document.body.offsetWidth- 350) / 2);
    position: absolute;
    z-index: 1000;
}

    div.SessionWarning iframe {
        overflow: hidden;
        height: 110px;
        width: 350px;
        border: 1px solid black;
    }

.MapReportButton {
    display: none;
}

.portal-selection {
    display: block;
    width: 100% !important;
    max-width: 542px !important;
    margin: 0 auto 16px !important;
    margin-right: auto !important;
    margin-bottom: 16px !important;
    margin-left: auto !important;
    white-space: normal !important;
}

.portal-section:first-of-type {
    margin-top: 16px !important;
}

.portal-selection h3 {
    font-size: 20px !important;
    margin-top: 12px !important;
    margin-bottom: 10px;
    font-weight: normal;
}

.portal-selection div {
    margin-bottom: 16px;
}

/** Layout Styles **/
form {
    height: 100%;
}

div.TitleBar {
    width: 100%;
    vertical-align: middle;
    padding: 1rem;
    white-space: nowrap;
    margin: 0px;
    float: left;
}

    div.TitleBar h1 {
        font-size: 1.8rem;
        margin: 0;
        padding: 0;
        width: 33%;
    }

    div.TitleBar div.TitleSection {
        display: block;
        width: 33%;
    }

.TitleSection a {
    text-decoration: underline;
}

#pageTitleCenter, #pageTitleRight {
    height: 100%;
    padding-top: 0.5rem;
}

#pageTitleRight {
    font-size: 1.1rem;
    text-align: right;
    white-space: nowrap;
}

#pageTitleCenter {
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
}

.divLearningCenterMagic span {
    display: inline-block;
    margin: 0 1rem;
    vertical-align: top;
    cursor: pointer;
    height: 20px;
}

.learning-center img,
.divLearningCenterMagic img {
    height: 20px;
}

.learning-center .add-link,
.learning-center .edit-link,
.learning-center .show-link {
    vertical-align: top;
    display: none;
    cursor: pointer;
}

    .learning-center .show-link a {
        margin-left: 0.5rem;
    }

.modal-header h4 {
    font-size: 2.2rem !important;
}

.modal-header a {
    padding: 0 1rem !important;
    font-size: 2rem !important;
}

.modal a.help-link {
    cursor: pointer;
}

.hidden {
    display: none;
}

.dashboard-favorite {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
}

    .dashboard-favorite .fa-star.selected {
        color: #FFAD15 !important;
    }

    .dashboard-favorite .fa-star {
        color: #ddd !important;
    }

.menu-label {
    width: 100%;
    padding: 0.6rem 1.4rem 0.7rem 0.8rem;
}

/** SWITCH STYLES START **/

.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 28px;
    margin-bottom: 0;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9534f;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider span {
        color: #fff;
        position: relative;
        top: 4px !important;
        right: -28px;
        text-align: center;
        content: "Off";
        font-weight: normal;
    }

        .slider span.dashboardCheckbox {
            top: 5px !important;
        }

.toggle-on-off .slider span {
    content: "Off";
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider span:before {
    content: "Off";
}

.toggle-on-off .slider span:before {
    content: "Off";
}

input:checked + .slider {
    background-color: #5cb85c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider span {
    color: #fff;
    position: relative;
    top: 4px !important;
    right: -12px;
    text-align: center;
}

    input:checked + .slider span.dashboardCheckbox {
        top: 5px !important;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

input:checked + .slider span:before {
    content: "On";
}

.toggle-on-off input:checked + .slider span:before {
    content: "On";
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/** SWITCH STYLES END **/

.dxpnlControl {
    width: 5rem !important;
}

.button-bar.iframe-active, .TitleBar.iframe-active {
    position: relative;
}

    .button-bar.iframe-active:after, .TitleBar.iframe-active:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        cursor: not-allowed;
        opacity: .7;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .button-bar.iframe-active:after {
        background: rgba(27, 104, 184,.9);
    }

    .TitleBar.iframe-active:after {
        background: rgba(255, 255, 255,.5);
    }

.csframe {
    overflow: hidden;
    border-width: 0px;
    border-style: none;
    border-image: none;
    height: 120px; /* the !important is removed so not to shrink the view/revise listing page iframe height */
}

.menu-actions > .notification-center {
    display: inline-flex;
    align-items: center;
    height: inherit;
}

    .menu-actions > .notification-center .btn {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 2px 9px;
        white-space: nowrap;
        font-size: 15px;
    }

        .menu-actions > .notification-center .btn.focus,
        .menu-actions > .notification-center .btn:focus,
        .menu-actions > .notification-center .btn:hover {
            color: #fff;
        }

    .menu-actions > .notification-center.notification-unread .btn {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .menu-actions > .notification-center.notification-new .btn .fa.fa-bell {
        animation-delay: 0;
        animation-direction: normal;
        animation-duration: 1s;
        animation-iteration-count: 3;
        animation-timing-function: linear;
        animation-name: fa-shake;
    }

    .menu-actions > .notification-center .item-count {
        font-weight: bold;
    }

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,24% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,to {
        transform: rotate(0deg)
    }
}

.modal .open-house-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.open-house-list table {
    margin: 0 0 16px 0;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.open-house-list table td {
padding: 15px;
height: 100%;
}

.open-house-list table .open-house-type {
background-color: #f5f5f5;
}

.open-house-list table .open-house-type img {
    height: 8rem;
}

.open-house-list table .open-house-date {
background-color: #e3e3e3;
min-width: 100px;
}

.open-house-list table .open-house-date div {
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.open-house-list table .open-house-info {
background-color: #f5f5f5;
width: 100%;
vertical-align: top;
}

.open-house-list table .open-house-info span {
    font-weight: bold;
}

.open-house-list table .open-house-info p {
    margin-top: 10px;
}

.open-house-list table .open-house-date {
font-size: 20px;
}

.open-house-list table .open-house-date .big-date {
    font-size: 40px;
    line-height: 38px;
}

.open-house-list table .expandable {
max-height: 200px;
overflow: hidden;
}

.open-house-list table .expandable a {
    display: block;
    margin-top: 10px;
}

.openHouseModal {
    top: 10% !important;
}


.modal-body {
    max-height: calc(100vh - 333px) !important;
    overflow-y: auto;
}

.divTeamLogo {
    width: 120px;
    padding: 1rem;
}

.divTeamLogo > .logo-initials {
    border-radius: 130px;
    font-size: 5rem;
    background-color: #2d5b8d;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-top: 0.6rem;
    text-align: center;
}

.divTeamLogo > .logo-image {
    height: 90px;
    border-radius: 90px;
    width: 90px;
    object-fit: cover;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
