@charset "UTF-8";
/* CSS Document */



body {}



.top-area {
    border-bottom: 1px solid #dadada;
    padding: 10px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 25px;
}

.top-area .icon-placeholder {
    margin-bottom: 5px;
}


.icon-placeholder {
    background-color: #ccc;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}

#app-switcher-menu #apps-list .item .name-col {
    padding-top: 13px;
}


.top-area > div > a {
    flex: 0 0 75px;
}

.top-area > div > a:hover {
    text-decoration: none;
}



.icon-placeholder {
    background-color: #ccc;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}


.app {
    line-height: 24px;
}



.app:first-child {
    padding-top: 8px;
}

.app:last-of-type {
    padding-bottom: 8px;
}


.app .icon {
    margin-right: 10px;
    width: 14px;
    opacity: .6;
}

.allow,
.deny {
    display: flex;
    align-items: center;
}

.allow img,
.deny img {
    margin-right: 6px;
    width: 14px;
}

.ag-pinned-right-cols-container,
.ag-pinned-right-header {}

.view-all {
    display: inline-block;
    border-left: 1px solid #ccc;
    font-size: 13px;
    height: 20px;
    padding-left: 12px;
    margin-left: 12px;
}

.view-all a {
    color: #999;
}

#query::placeholder {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
}

#searchbox #search::placeholder {
    font-size: 17px;
    line-height: 24px;
}

#searchbox {
    padding: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.search-icon {
    opacity: .4;
    transition: all .3s ease;
}

.focus .search-icon {
    opacity: 1;
}

#btn-go {
    transition: all .3s ease;
}

.blue-line {
    height: 13px;
    background-color: red;
    z-index: 100000;
    position: absolute;
    left: 4px;
    bottom: -1px;
    width: calc(100% - 8px);
    height: 1px;
    background: linear-gradient(to right, rgba(0, 163, 232, 0), #0BA4E8, rgba(0, 163, 232, 0));
    display: none;
}

.blue-line.animate {
    animation: line .2s linear forwards;
}

@keyframes line {
    from {
        left: 50%;
        width: 0%;
    }

    to {
        left: 5%;
        width: 90%;
    }
}


.any {
    color: #ccc;
    padding-left: 8px;
}

.question {
    text-align: center;
    color: #999;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
    width: 100%;
    height: 100%;
    z-index: 100000000;
    color: #888;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 0px;
    top: 0px;
}


.card-body {
    position: relative;
}

.note-link {
    margin-right: 10px;
}

.note-link:first-of-type {
    margin-left: 30px;
}

.note-link.selected {
    font-weight: bold;
    color: #333;
}






.toggle-text-content span {
    display: none;
}

.toggle-text-link {
    display: block;
}




.risk-score {
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #ccc;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}


.risk-score-2 {
    background-color: #999;
    color: #fff;
}

.risk-score-3 {
    background-color: #FFC528;
    color: #fff;
}

.risk-score-4 {
    background-color: #FC9A39;
    color: #fff;
}

.risk-score-5 {
    background-color: #E15050;
    color: #fff;
}


.stats {
    display: flex;
}

.stats > div {

    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #dadada;
    flex: 0 0 150px;
    text-align: center;

}

.stats > div:last-child {

    border-right: 0px;

}

.stats .big-number {
    font-size: 30px;
}

.stats .label {
    color: #888;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
}

.card-pills > .nav-item > .nav-link {
    padding: 0px;
    margin-right: 16px;
    color: #009ace;
    color: #888;
}


.card-pills > .nav-item > .nav-link:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #777;

}

.card-pills > .nav-item > .nav-link.active {
    background-color: transparent;
    font-weight: bold;
    color: #333;
}




.text-center {
    text-align: center;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin-right: 8px;
    background-color: #ccc;
}

.dot-error {
    background-color: #E15050;
}

.dot-warning {
    background-color: #FFC528;
}

.dot-success {
    background-color: #1CA329;
}

.dot-null {
    background-color: transparent;
    border: 1px solid #ccc;
}

#mockup-switcher {
    position: fixed;
    background-color: antiquewhite;
    border: 1px solid #ccc;
    bottom: 20px;
    right: 40px;
    padding: 10px 20px;
}


.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin-left: -50px;
    margin-top: 90px;
}

.loading-bar {
    display: inline-block;
    width: 7px;
    height: 24px;
    position: absolute;
    border-radius: 4px;
    animation: loading 1s ease-out infinite;
    transform-origin: bottom left;

}

.loading-bar:nth-child(1) {
    background-color: #e6e6e6;
    animation-delay: 0;
    height: 12px;
    top: 34px;
    left: 0px;
}

.loading-bar:nth-child(2) {
    background-color: #e6e6e6;
    animation-delay: 0.09s;
    height: 24px;
    top: 31px;
    left: 12px;
}

.loading-bar:nth-child(3) {
    background-color: #e6e6e6;
    animation-delay: .18s;
    height: 39px;
    top: 23px;
    left: 24px;
}

.loading-bar:nth-child(4) {
    background-color: #e6e6e6;
    animation-delay: .27s;
    height: 50px;
    top: 6px;
    left: 36px;
}

.loading-bar:nth-child(5) {
    background-color: #e6e6e6;
    animation-delay: .36s;
    height: 39px;
    top: 0px;
    left: 48px;
}

.loading-bar:nth-child(6) {
    background-color: #e6e6e6;
    animation-delay: .45s;
    height: 25px;
    top: 6px;
    left: 60px;
}

.loading-bar:nth-child(7) {
    background-color: #e6e6e6;
    animation-delay: .54s;
    height: 12px;
    top: 16px;
    left: 72px;
}

@keyframes loading {
    0% {
        transform: scale(1);
        background-color: #e6e6e6;
        margin-top: 0px;
    }

    15% {
        transform: scale(1, 1.2);
        background-color: #66C2E1;
        margin-top: -2px;
    }

    30% {
        transform: scale(1);
        background-color: #e6e6e6;
        margin-top: 0px;

    }
}

#loader {
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    height: calc(100vh - 100px);
    position: absolute;
    top: -40px;
    z-index: 1000000;
    display: none;

}


.close-x {
    cursor: pointer;
}

.col-menu {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    font-size: 13px;
    width: 30px;
    text-align: center;
    transition: all .15s ease;
    opacity: 0;
    display: block;
    opacity: 0;
}

.col-menu:hover {
    opacity: .5;
}

.col-menu.open {
    color: #333;
    display: block;
    opacity: 1;
}

.ag-theme-balham .ag-header-cell:hover .col-menu {
    display: block;
    opacity: 1;
}

.nav-item .count {
    display: inline-block;
    background-color: #eaeaea;
    color: #888;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -2px;
}

.allow-list > div {
    display: flex;
    padding: 2px 8px;
}

.allow-list .icon-col {
    flex: 0 0 30px;
    color: #999;
}

.allow-list .name-col {
    flex: 1 0 auto;
}

.allow-list .count-col {
    flex: 0 0 50px;
    margin-left: auto;
    color: #999;
}

.policy-section {
    display: flex;
    border-bottom: 1px solid #eaeaea;

}

.policy-section .summary-col {
    flex-basis: 300px;
    padding: 20px;
}

.policy-section .block-col {
    margin-left: 20px;
    flex-basis: 400px;
}

.policy-section .divider-col {
    background-color: #eaeaea;
    width: 1px;
    height: 100px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    display: none;
}


.allow-col {
    border-right: 1px solid #eaeaea;
}

.allow-col,
.block-col {
    flex: 0 0 400px;
    padding: 20px;
}

.allow-box,
.block-box {
    height: 170px;
    overflow-y: scroll;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.allow-box.null,
.block-box.null {
    background-color: transparent;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-section .col-null {
    flex-basis: 880px;
    color: #999;
    padding: 20px;
    text-align: center;
}



/* jQuery UI */

.ui-widget.ui-widget-content {
    z-index: 10000000;
    display: none;
    min-width: 10rem;
    width: 300px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #32393F;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DADCDE;
    border-radius: 4px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 15px !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.ui-menu .ui-menu-item-wrapper {
    width: 100%;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0px;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: rgba(11, 164, 255, 0.06);
    padding: 0.5rem 1.5rem;
    border: 0px;
    background-image: none;
    width: 100%;
    border: 1px solid transparent !important;
}


input::placeholder {
    position: relative;
    top: 1px;
}

.tokenfield.focus {
    box-shadow: none !important;
    box-shadow: 0px !important;
}

.tokenfield .token .close {
    font-weight: 300;
    line-height: 1em;
    height: auto !important;

}



.ui-autocomplete-category {
    padding: 0.5rem 1.5rem;
    color: #0E9AC8;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #DADCDE;
    padding-top: 16px;
}

.ui-autocomplete-category:first-child {

    border-top: 0px;
    padding-top: 5px;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-menu .ui-menu-item-wrapper {
    width: 100%;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0px;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: rgba(11, 164, 255, 0.06);
    padding: 0.5rem 1.5rem;
    border: 0px;
    background-image: none;
    width: 100%;
    border: 1px solid transparent !important;
}

.compact-dropdown {
    font-size: 12px;
}



.compact-dropdown:before {
    content: "";
    position: absolute;
    top: 29px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;

    border-right: 11px solid #ccc;
    z-index: 100;
}

.compact-dropdown:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 10px solid #fff;
    z-index: 101;


}

.compact-dropdown .dropdown-header {
    padding: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.compact-dropdown a {
    padding: 3px 10px;
    display: block;
}

.compact-dropdown .count {
    background-color: #eaeaea;
    border-radius: 30px;
    padding: 1px 6px;
    font-size: 12px;
    display: inline-block;
    color: #666;
    margin-left: 5px;
}


.form {
    height: calc(100vh - 50px);
}

.form-narrow {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.form-section {
    border-bottom: 1px solid #eaeaea;
    padding-top: 30px;
}

.form-section:first-of-type {
    padding-top: 0px;
}

.form-section:last-of-type {
    border-bottom: 0px;
}

.app-list > div {
    padding: 4px 16px;
    display: flex;
    align-items: center;

}

.logo-col {
    width: 20px;
}

.logo-col img {
    display: none;
}

.app-list label:before,
.app-list label:after {
    margin-top: 5px;
    margin-left: 10px;
}



/* Nav bar changes for MJ Framework */

#pan-nav {
    align-items: flex-start;
}


#pan-nav .brand-container {
    font-weight: bold;
    height: 100%;
    line-height: 50px;
}


#pan-nav .app-icon-container + .brand-container {
    margin-left: 0px;
}


.portal-tabs {
    /*border-left: 1px solid rgba(255, 255, 255, .5);*/
    margin-right: 5px;
    display: flex;
    flex-direction: row;
}

.portal-tabs .nav-link {
    margin-right: 24px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    font-weight: bold;
}

.portal-tabs .nav-link:hover {
    text-decoration: none;
    color: #fff;
}

#pan-nav .nav-item .nav-link .tab-label {
    border-bottom: 3px solid transparent;
    padding-bottom: 4px;

}

#pan-nav .nav-item.active .nav-link .tab-label {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 3px solid #0BA4E8;
    color: #fff;
    font-weight: bold;
}

#pan-nav .portal-tabs .nav-item.dropdown .dropdown-toggle:after {
    line-height: 15px;
    top: 9px;
}

#pan-nav .portal-tabs .nav-item.dropdown .nav-link {
    padding-right: 20px;
}

#pan-nav .dropdown .dropdown-menu {
    position: absolute;
    top: 44px !important;
    z-index: 100000000;
    border-radius: 4px 4px 4px 4px;
    left: -20px;
    background-color: #032737;
}






#pan-nav .brand-container {
    color: #fff;

}

.product-name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
}

.policy-link-list {
    display: flex;
    flex-direction: column;
}

.policy-link-list > a {
    padding: 4px 0px;
}

#aperture-col,
#panorama-col {
    flex: 1 1 0;
}

.main-page.full-height {
    height: 100%;
}

.table-page-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
}


.viz-area {
    background-color: #dadada;
    height: 300px;
    flex-basis: 200px;
    flex-shrink: 0;
    text-align: center;
    color: #888;
    padding: 80px;
}

.table-controls {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.pagination-bar {}


.pagination-bar .icon-area {
    padding-left: 15px;
    height: 24px;
    display: flex;
    align-items: center;
    border-left: 1px solid #ccc;
    margin-left: 15px;
    flex-shrink: 1;
}

.pagination-bar .icon-area .fas {
    color: #888;
}

.pagination-bar .icon-area img {
    width: 16px;
}

.table-container {
    flex-grow: 1;
    flex-basis: auto;

}

.header-icon:hover {
    fill: #0BA4E8;
}


.popover {
    font-size: 14px;
}

.instance-list {
    padding: 5px;
}

.instance-list > div {
    margin-bottom: 4px;
}

.instance-list > div:last-of-type {
    margin-bottom: 0px;
}



/* Profile menu with account selector */

#pan-nav .dropdown #pan-user-menu {
    background-color: #fff;
    margin-top: 20px;
    right: 15px;
}

#pan-nav .dropdown #pan-user-menu a.dropdown-item {
    color: #212529;
}

.profile-area {
    display: flex;
    padding: 20px;
    min-width: 200px;
    border-bottom: 1px solid #dadada;
}

.account-area {
    max-height: 210px;
    overflow-y: scroll;
    border-bottom: 1px solid #dadada;
}



#pan-nav .dropdown .dropdown-menu .account-area .dropdown-item:hover {
    background-color: #fafafa;
}

#pan-side-nav .nav-item.active-subtle {}
