﻿body, body .ui-widget {
    padding: 0;
    line-height: 1.2
}

    body .ui-button, body .ui-widget .ui-button {
        padding: 0.4em 1em
    }

        body .ui-button.ui-button-icon-only, body .ui-widget .ui-button.ui-button-icon-only {
            padding: 0.4em
        }

body {
    background: #EEF1F5;
    font-family: 'Inter', sans-serif;
    overflow-y: auto;
}

::selection {
    background: #0075C0;
    color: #fff
}

[data-whatintent='mouse'] *:focus {
    outline: none
}

body .ui-dialog {
    z-index: 1002
}

body .ui-widget, body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button {
    font-family: 'Inter', sans-serif;
    font-size: 13px
}

    body .ui-widget label {
        font-weight: normal
    }

body .color-basic {
    color: #b24053
}

body .color-intermediate {
    color: #e8a951
}

body .color-advanced {
    color: #2c4d7f
}

.color-good {
    color: #2c4d7f
}

.color-fair {
    color: #526d96
}

.color-neutral {
    color: #A1A9B5
}

.color-warn {
    color: #ecb870
}

.color-bad {
    color: #b24053
}

.background-basic {
    background-color: #b24053
}

.background-intermediate {
    background-color: #e8a951
}

.background-advanced {
    background-color: #2c4d7f
}

.background-good {
    background-color: #2c4d7f
}

.background-fair {
    background-color: #526d96
}

.background-neutral {
    background-color: #A1A9B5
}

.background-warn {
    background-color: #ecb870
}

.background-bad {
    background-color: #b24053
}

.monospace {
    font-family: Consolas, "Courier New", Menlo, Monaco, monospace
}

.no-padding-right {
    padding-right: 0 !important
}

abbr[title], abbr[data-original-title] {
    text-decoration: none
}

body {
    font-size: 14px;
    color: #1A1E23;
    position: relative
}

p {
    font-size: 1em;
    line-height: 1.45em
}

small, .hint {
    font-size: 12px
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .6em;
    line-height: 1.25em
}

h5, .h5 {
    font-size: 11px;
    font-weight: bold;
    color: #373E49;
    letter-spacing: .5px;
    margin-bottom: 9px
}

h4, .h4 {
    font-size: 19px;
    color: #484F5A;
    font-weight: bold;
    letter-spacing: .5px
}

h3, .h3 {
    font-size: 1.25em;
    font-weight: bold
}

h2, .h2 {
    font-size: 1.563em;
    font-weight: normal
}

h1, .h1 {
    font-size: 1.953em;
    font-weight: bold
}

input[type=text], textarea {
    border: 1px solid #A1A9B5
}

a:hover sup {
    text-decoration: none
}

.radio, .checkbox {
    min-height: 0
}

.caps {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.normalWeight {
    font-weight: normal
}

.bold {
    font-weight: bold
}

.searchbox-holder {
    margin-right: 10px;
    position: relative;
    float: left
}

    .searchbox-holder.right-aligned {
        float: right
    }

    .searchbox-holder .icon-search {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #A1A9B5;
        font-size: 12px
    }

.bs-checkbox-replace {
    display: none
}

    .bs-checkbox, .bs-checkbox-replace + .cb {
        font-family: 'icomoon';
        font-size: 16px;
        line-height: 16px;
        display: inline-block;
        margin-right: 4px;
        cursor: pointer;
        color: #565F6C
    }

.bs-plus, .bs-radio {
    font-family: 'icomoon';
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
    color: #565F6C;
    text-align: center;
    cursor: pointer
}

    .bs-checkbox.checked, .bs-checkbox.maybe, .bs-checkbox-replace:checked + .cb, .bs-radio.checked, .bs-plus.checked {
        border: 0 none;
        background-color: white;
        color: #004470
    }

    .bs-plus.checked {
        border-radius: 50%
    }

.bs-checkbox.disabled, .bs-checkbox-replace.disabled + .cb, .bs-checkbox-replace:disabled + .cb {
    background-color: #DFE3E9;
    cursor: default;
    opacity: .6;
    width: 15px
}

.bs-checkbox-replace:disabled + .cb-custom {
    background-color: #DFE3E9
}

.bs-checkbox-replace + .cb-custom {
    padding: 0
}

.bs-date-input-holder {
    position: relative;
    width: 124px
}

.bs-date-input {
    font-size: 14px;
    width: 124px;
    margin: 0;
    letter-spacing: .5px;
    padding-right: 15px;
    padding-left: 4px
}

    .bs-date-input:focus, .bs-date-input:active, .bs-date-input.setfocus {
        outline: 0 none;
        border-color: #A1A9B5
    }

.bs-date-input-holder .icon-remove {
    position: absolute;
    cursor: pointer;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    color: #A1A9B5;
    font-size: 11px
}

.bs-spinner {
    width: 40px;
    height: 10px;
    margin: 20px auto 0 auto;
    font-size: 0;
    position: relative
}

.lte_ie9 .bs-spinner {
    background: url(../images/spinner.gif) no-repeat center center
}

    .lte_ie9 .bs-spinner .bs-spinner__dot {
        display: none
    }

.bs-spinner__dot {
    position: absolute;
    top: 0;
    width: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-animation: bs-spinner-pulse 1.1s infinite;
    animation: bs-spinner-pulse 1.1s infinite
}

    .bs-spinner__dot:nth-child(1n) {
        left: 0px;
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s;
        background: #2c4d7f
    }

    .bs-spinner__dot:nth-child(2n) {
        left: 15px;
        -webkit-animation-delay: -.15s;
        animation-delay: -.15s;
        background: #e8a951
    }

    .bs-spinner__dot:nth-child(3n) {
        left: 30px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background: #b24053
    }

body .bs-no-results-message {
    color: #484F5A
}

@-webkit-keyframes bs-spinner-pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    75% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bs-spinner-pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    75% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.nowrap {
    white-space: normal;
    word-wrap: break-word
}

body.noscroll {
    position: fixed;
    overflow: hidden;
    width: 100%
}

#maintenance-warning, #login-unsupported-browser {
    text-align: center;
    background: #e8a951;
    padding: 3px 0;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16)
}

    #maintenance-warning p, #login-unsupported-browser p {
        margin-bottom: 0;
        padding: 1px 0 1px 21px;
        display: inline;
        line-height: 1.4em
    }

    #maintenance-warning span, #login-unsupported-browser span {
        vertical-align: middle;
        line-height: 1.4em
    }

    #login-unsupported-browser span {
        margin-left: 5px
    }

#login-unsupported-browser {
    position: fixed;
    top: 0;
    z-index: 999
}

#btFooter {
    display: block;
    width: 100%;
    padding-top: 3px;
    background: #EEF1F5
}

    #btFooter .login-footer {
        font-size: 12px
    }

#copyright {
    text-align: center;
    color: #484F5A;
    margin: 5px 0 0
}

#last-login-info {
    text-align: center;
    font-size: 11px;
    color: #484F5A;
    margin: -4px 0 0
}

.shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16)
}

#non-fixed-content {
    width: 1000px;
    margin: 32px auto 0;
    position: relative;
    background: #fff
}

    #non-fixed-content > .fullpage_wrapper {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16);
        min-height: inherit
    }

#responsive-content {
    width: 100%;
    height: 100vh;
    background: #fff
}

.body-partner-logo {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 62px;
    margin-left: -625px;
    width: 110px;
    transition: opacity .25s;
    opacity: 1;
    padding-left: 0
}

.fixed-subnav .body-partner-logo {
    opacity: 0
}

.partner-logo--relationship {
    display: block;
    font-size: 10px;
    margin: 0 -10px 10px -10px;
    font-weight: bold;
    text-align: center
}

.partner-logo--img {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (max-width: 1280px) {
    .body-partner-logo {
        padding-left: 45px
    }
}

@media screen and (max-width: 1215px) {
    .partner-logo-support .body-partner-logo {
        position: static;
        margin: 20px auto 5px;
        opacity: 1;
        width: 1000px;
        padding-left: 0
    }

    .partner-logo--img {
        margin: 0 auto;
        width: auto;
        max-width: 450px;
        max-height: 95px
    }
}

.transparent {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5
}

.page-upgrade {
    padding: 32px 522px 28px 30px;
    position: relative;
    z-index: 2
}

    .page-upgrade .teaser-image {
        position: absolute;
        z-index: -1;
        right: 0;
        top: 30px
    }

    .page-upgrade .cta-holder {
        text-align: center
    }

        .page-upgrade .cta-holder a {
            padding: 10px 52px;
            margin-top: 8px
        }

.tab {
    margin-left: 20px
}

.upgrade-message {
    width: 581px;
    padding: 20px 0 0 0;
    margin: 0 auto
}

    .upgrade-message .upgrade-button {
        text-align: center
    }

.underline {
    text-decoration: underline
}

.cust_alerts_header {
    color: white;
    margin: 5px auto;
    padding-left: 10px
}

#cust_alerts_wrapper {
    text-align: left;
    font-size: 12px;
    padding-left: 15px;
    color: white
}

    #cust_alerts_wrapper .port_alert {
        margin-bottom: 10px
    }

        #cust_alerts_wrapper .port_alert ul li {
            list-style-type: none
        }

        #cust_alerts_wrapper .port_alert .al_date {
            font-weight: bold;
            margin-bottom: 4px
        }

        #cust_alerts_wrapper .port_alert .msg {
            margin: 0 5px 10px 5px
        }

.port_alert a, .port_alert a:link, .port_alert a:visited, .port_alert a:active {
    text-decoration: none;
    color: #565F6C
}

    .port_alert a:hover {
        text-decoration: underline;
        color: #fff
    }

.kb-preview {
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #1A1E23
}

    .kb-preview p {
        line-height: 1.45em;
        margin-bottom: 1em
    }

.external-link {
    margin-bottom: 15px;
    display: block;
    color: #0075C0;
    font-size: 13px;
    text-decoration: none
}

    .external-link:hover, .external-link:focus {
        color: #0075C0;
        text-decoration: underline
    }

    .external-link .icon-share {
        font-size: 18px
    }

    .external-link.medium {
        font-size: 13px;
        line-height: 13px
    }

.help-page h2 {
    margin-bottom: 30px;
    margin: 30px 0 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #A1A9B5
}

.help-page h3 {
    margin: 15px 0 10px
}

.help-page h4 {
    margin: 20px 0 10px;
    font-size: 15px
}

#tos_not_accepted_message {
    border-radius: 3px;
    margin: 20px;
    color: #AD0B08;
    padding: 6px;
    font-weight: bold;
    font-style: italic
}

.page-404, .retry-message, .timeout-message {
    text-align: center
}

    .page-404 h2, .retry-message h2, .timeout-message h2 {
        display: block;
        color: #373E49;
        margin-bottom: 30px
    }

    .page-404 p, .retry-message p, .timeout-message p {
        line-height: 1.6em
    }

    .page-404 a, .retry-message a, .timeout-message a {
        font-weight: bold
    }

#group_edit h3 {
    border-bottom: 1px solid #A1A9B5;
    width: 80%
}

#group_edit .buttons {
    padding: 10px
}

#group_edit #btn_add {
    margin-bottom: 12px
}

#group_edit .available, #group_edit .selected {
    vertical-align: top
}

    #group_edit .available select, #group_edit .selected select {
        width: 250px
    }

    #group_edit .available input {
        vertical-align: top
    }

    #group_edit .available img {
        margin: 6px 2px 0 4px
    }

    #group_edit .available p, #group_edit .selected p {
        margin: 10px;
        font-weight: bold;
        text-align: center
    }

#comparison-table {
    overflow: auto;
    display: block
}

.bt_table {
    border: 1px solid #A1A9B5
}

    .bt_table th, .bt_table td {
        font-size: 13px;
        padding: 2px 4px
    }

    .bt_table tbody tr:nth-child(odd) td {
        background-color: #EEF1F5
    }

    .bt_table td {
        border-right: 1px solid #A1A9B5
    }

    .bt_table th {
        border-right: 1px solid #A1A9B5
    }

body .ui-widget-header {
    background-color: #DFE3E9 !important;
    background-image: none
}

.msg_box {
    display: block;
    width: 66%;
    margin: 0 auto;
    padding: 6px 32px;
    background-color: #EEF1F5;
    border: 1px solid #A1A9B5;
    border-radius: 5px
}

#saml-default-group {
    margin: -10px 0 0 24px
}

#comparison-table-holder {
    overflow: auto;
    height: 310px;
    border: 1px solid #A1A9B5;
    font-size: 13px
}

#compare_search {
    display: block;
    text-align: right;
    margin-bottom: 5px
}

#compare_search_text {
    width: 140px;
    border-radius: 2px;
    font-size: 12px;
    padding: 2px 10px
}

.fullpage_wrapper {
    display: block;
    padding: 32px 30px 28px
}

body .ui-dialog-content input, body .ui-dialog-content select {
    margin-bottom: 12px
}

body .ui-dialog-content label {
    min-width: 80px
}

body .ui-dialog-content input[type=text], .management input {
    padding: 3px 5px
}

body .ui-autocomplete li.ui-menu-item {
    display: block
}

body .ui-autocomplete a.ui-menu-item-wrapper {
    display: flex
}

    body .ui-autocomplete a.ui-menu-item-wrapper:hover {
        text-decoration: none
    }

body .ui-autocomplete .entity-autocomplete {
    float: none
}

.header-subtext {
    float: right;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    margin-top: -2px
}

.status-label {
    text-transform: uppercase;
    color: #fff;
    background: #A1A9B5;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: .25px;
    font-weight: bold
}

    .status-label.help-tooltip, .status-label.help-tooltip:hover {
        border-bottom: 0 none
    }

.panel-bottom__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border: 0 none;
    background: transparent;
    color: #484F5A
}

@media print {
    #btFooter {
        display: none
    }
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Bold.woff") format("woff");
    font-style: normal;
    font-weight: bold
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot") format("embedded-opentype"),url("../fonts/icomoon.woff") format("woff"),url("../fonts/icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.header_menu .icon-cog, .header_menu .icon-chevron-down, .header_menu .icon-flag2, .header_menu .icon-question {
    font-family: arial
}

#folders-menu-container .icon-cog, #folders-menu-container .icon-chevron-down {
    font-family: arial
}

.distribution-row-cell .icon-chevron-right {
    font-family: arial
}

.icon-plus-circle:before, .bs-plus:before {
    content: "\ed5c"
}

.icon-plus-circle.checked:before, .bs-plus.checked:before {
    content: "\ed5e"
}

.icon-minus-circle:before {
    content: "\ed60"
}

.icon-minus-circle2:before {
    content: "\ed63"
}

.icon-loop:before {
    content: "\edaa"
}

.icon-checkbox-unchecked:before, .bs-checkbox:before, .bs-checkbox-replace + .cb:before {
    content: "\ee64"
}

.icon-checkbox-unchecked.checked:before, .bs-checkbox.checked:before, .bs-checkbox-replace:checked + .cb:before {
    content: "\ee6b"
}

.bs-checkbox.maybe:before {
    content: "\e907"
}

.icon-radio-checked:before, .bs-radio.checked:before {
    content: "\ee6e"
}

.icon-radio-unchecked:before, .bs-radio:before {
    content: "\ee70"
}

.icon-info-12:before {
    content: "\e802"
}

.icon-info-14:before {
    content: "\e803"
}

.icon-info:before {
    content: "\e804"
}

.icon-question:before {
    content: "\e800"
}

.icon-cog:before {
    content: "\e801"
}

.icon-user:before {
    content: "\eaf4"
}

.icon-time:before {
    content: "\e600"
}

.icon-bin:before {
    content: "\e601"
}

.icon-home:before {
    content: "\e904"
}

.icon-pencil:before {
    content: "\e90e"
}

.icon-folder:before {
    content: "\e9d0"
}

.icon-folder-open:before {
    content: "\e9dc"
}

.icon-tag:before {
    content: "\e9ee"
}

.icon-comment:before, .icon-bubble:before {
    content: "\ead5"
}

.icon-search:before {
    content: "\eb33"
}

.icon-list:before {
    content: "\ec57"
}

.icon-cloud:before {
    content: "\ec76"
}

.icon-globe:before, .icon-earth:before {
    content: "\ec93"
}

.icon-flag:before {
    content: "\eca3"
}

.icon-flag2:before {
    content: "\eca5"
}

.icon-eye-open:before {
    content: "\ecab"
}

.icon-warning:before {
    content: "\ed4d"
}

.icon-exclamation-sign:before {
    content: "\ed4f"
}

.icon-minus:before {
    content: "\ed5b"
}

.icon-cancel-circle:before {
    content: "\ed62"
}

.icon-close-circle:before {
    content: "\ed64"
}

.icon-close-square:before {
    content: "\ed66"
}

.icon-cross:before, .icon-remove:before {
    content: "\ed69"
}

.icon-cross2:before {
    content: "\ed6a"
}

.icon-cross3:before {
    content: "\ed6b"
}

.icon-checkmark:before {
    content: "\ed6e"
}

.icon-ok:before {
    content: "\ed6f"
}

.icon-exit:before {
    content: "\ed78"
}

.icon-chevron-up:before {
    content: "\edb4"
}

.icon-chevron-right:before {
    content: "\edb8"
}

.icon-chevron-down:before {
    content: "\edbc"
}

.icon-chevron-down-double:before {
    content: "\e901"
}

.icon-chevron-right-double:before {
    content: "\e902"
}

.icon-chevron-up-double:before {
    content: "\e903"
}

.icon-chevron-up-thin:before {
    content: "\edba"
}

.icon-chevron-right-thin:before {
    content: "\edbe"
}

.icon-chevron-down-thin:before {
    content: "\edc2"
}

.icon-checkbox-checked:before {
    content: "\ee63"
}

.icon-share:before {
    content: "\eec5"
}

.icon-plus:before {
    content: "\e805"
}

.icon-envelope:before, .icon-email:before {
    content: "\ea32"
}

.icon-hamburger:before {
    content: "\ec6e"
}

.icon-key:before {
    content: "\e900"
}

.icon-files-empty:before {
    content: "\e99f"
}

.icon-files-empty2:before {
    content: "\e9a0"
}

.icon-eye-blocked:before {
    content: "\ecb1"
}

.icon-price-tag2:before {
    content: "\e9ef"
}

.icon-bubbles10:before {
    content: "\eadf"
}

.icon-tree6:before {
    content: "\ec65"
}

.icon-tree7:before {
    content: "\ec66"
}

.icon-file-pdf:before {
    content: "\ef3e"
}

.icon-shared-folder:before {
    content: "\e905"
}

.icon-enter5:before {
    content: "\ee40"
}

.icon-bin2:before {
    content: "\ebfd"
}

.icon-star-empty:before {
    content: "\ece0"
}

.icon-star-empty2:before {
    content: "\ece1"
}

.icon-star-full:before {
    content: "\ece2"
}

.icon-arrow-left:before {
    content: "\e906"
}

.icon-share2:before {
    content: "\e908"
}

.icon-guest-wifi:before {
    content: "\e906"
}

label {
    font-weight: normal
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: #A1A9B5
}

a {
    color: #0075C0;
    text-decoration: none;
    cursor: pointer
}

    a:hover, a:focus {
        color: #0075C0;
        text-decoration: underline
    }

.btn {
    text-decoration: none;
    padding: 5px 15px;
    color: #1A1E23;
    font-size: 14px;
    text-align: center;
    border: 1px solid #A1A9B5;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16);
    background: #fff;
    cursor: pointer
}

    .btn .icon-chevron-down {
        transform: translateY(2px);
        display: inline-block
    }

        .btn .icon-chevron-down.pull-right {
            transform: translateY(4px)
        }

.btn-small {
    font-size: 12px;
    padding: 2px 8px;
    min-width: 80px
}

.btn-xs {
    font-size: 10px;
    padding: 2px 8px;
    min-width: 0
}

.form-control {
    padding-left: 8px;
    padding-right: 8px
}

.has-error .form-control {
    border-color: #AD0B08
}

.btn-primary {
    color: #fff;
    background: #004470;
    border-color: #004470
}

.btn:hover {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16);
    background: #EEF1F5
}

.btn:active, .btn:focus {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16);
    background: #DFE3E9
}

.btn.disabled, .btn:disabled {
    opacity: .5;
    pointer-events: none
}

.btn-primary:hover, .open .dropdown-toggle.btn-default {
    background: #003252;
    border-color: #003252;
    color: #fff
}

.btn-primary:focus, .btn-primary:active, .btn.active, .btn-primary.active, .open .dropdown-toggle.btn-default {
    background: #00263E;
    color: #fff
}

.btn.btn-danger {
    border-color: #AD0B08;
    color: #AD0B08;
    background-color: transparent
}

    .btn.btn-danger:hover, .btn.btn-danger:focus {
        background: #7E0906;
        color: #fff;
        border-color: #7E0906
    }

.btn-cancel {
    color: #373E49;
    border-color: #A1A9B5;
    background: #EEF1F5;
    margin: 0
}

    .btn-cancel:hover {
        color: #1A1E23;
        background: #DFE3E9;
        border-color: #A1A9B5
    }

.btn-group.btn {
    border: 0;
    padding: 0;
    min-width: 0
}

    .btn-group.btn > .btn {
        border-radius: 0
    }

    .btn-group.btn > .dropdown-menu {
        text-align: left
    }

    .btn-group.btn:first-child > .btn {
        border-radius: 2px 0 0 2px
    }

.dropdown-menu.setoverflow {
    height: 325px;
    overflow-y: scroll
}

.btn-group.btn:last-child > .btn {
    border-radius: 0 2px 2px 0
}

.btn .icon-chevron-right, .btn .icon-chevron-right-thin {
    margin-left: 3px;
    margin-right: -3px;
    transform: translateY(3px)
}

.dropdown-menu {
    max-width: 250px;
    margin-bottom: 10px;
    z-index: 1000
}

    .dropdown-menu > li > a {
        word-wrap: break-word;
        white-space: pre-wrap
    }

    .dropdown-menu.setoverflow {
        height: 325px;
        overflow-y: scroll
    }

body .ui-state-hover, body .ui-widget-content .ui-state-hover, body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-hover, body .ui-state-focus, body .ui-widget-content .ui-state-focus, body .ui-widget-header .ui-state-focus {
    background-image: none;
    background-color: #DFE3E9;
    border-radius: 0;
    border: 1px solid #DFE3E9
}

body .ui-menu .ui-menu-item a {
    padding: 5px 20px
}

body address {
    width: 220px;
    font-size: 13px;
    font-weight: bold
}

@media print {
    a[href]:after {
        content: none !important
    }
}

.bst-btn {
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 0;
    border-radius: 2px;
    transition: all 140ms cubic-bezier(0.55, 0, 0.1, 1);
    transition-property: box-shadow, background, color, border-color;
    height: 32px;
    line-height: 32px;
    padding: 0 16px
}

    .bst-btn.hasIcon {
        position: relative
    }

    .bst-btn.bst-btn--large {
        height: 40px;
        line-height: 40px;
        padding: 0 18px
    }

        .bst-btn.bst-btn--large.hasIconAndLabel {
            padding-left: 40px
        }

        .bst-btn.bst-btn--large svg {
            width: 24px;
            height: 24px;
            left: 8px
        }

    .bst-btn, .bst-btn.bst-btn--regular {
        height: 32px;
        line-height: 32px;
        padding: 0 16px
    }

        .bst-btn.hasIconAndLabel, .bst-btn.bst-btn--regular.hasIconAndLabel {
            padding-left: 34px
        }

        .bst-btn svg, .bst-btn.bst-btn--regular svg {
            width: 18px;
            height: 18px;
            left: 8px
        }

        .bst-btn.bst-btn--compressed {
            font-size: 13px;
            height: 24px;
            line-height: 24px;
            padding: 0 12px
        }

            .bst-btn.bst-btn--compressed.hasIconAndLabel {
                padding-left: 24px
            }

            .bst-btn.bst-btn--compressed svg {
                width: 16px;
                height: 16px;
                left: 4px
            }

.bst-btn--primary {
    background: #004470;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16)
}

    .bst-btn--primary:hover {
        background: #003252;
        color: #fff;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16)
    }

    .bst-btn--primary:active {
        background: #00263E;
        color: #fff;
        box-shadow: none
    }

.bst-btn--danger {
    background: #AD0B08;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16)
}

    .bst-btn--danger:hover {
        background: #7E0906;
        color: #fff;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16)
    }

    .bst-btn--danger:active {
        background: #7E0906;
        color: #fff;
        box-shadow: none
    }

.bst-btn--standard {
    background: #fff;
    color: #373E49;
    text-decoration: none;
    font-weight: normal;
    box-shadow: inset 0 0 0 1px #484F5A,0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16)
}

    a > .bst-btn--standard:not(.disabled), .bst-btn--standard.redirect:not(.disabled) {
        color: #004470;
        box-shadow: inset 0 0 0 1px #004470,0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16);
        text-decoration: none
    }

    .bst-btn--standard:hover {
        color: #373E49;
        text-decoration: none;
        box-shadow: inset 0 0 0 1px #373E49,0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16)
    }

        a > .bst-btn--standard:hover:not(.disabled), .bst-btn--standard:hover.redirect:not(.disabled) {
            color: #003252;
            box-shadow: inset 0 0 0 1px #003252,0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16)
        }

    .bst-btn--standard:focus {
        color: #373E49;
        text-decoration: none
    }

    .bst-btn--standard:active {
        background: #565F6C;
        color: #fff;
        box-shadow: none
    }

        a > .bst-btn--standard:active:not(.disabled), .bst-btn--standard:active.redirect:not(.disabled) {
            background: #004470;
            color: #fff
        }

.bst-btn--text {
    background: transparent;
    color: #0075C0;
    font-weight: normal;
    text-decoration: none
}

    a > .bst-btn--text:not(.disabled), .bst-btn--text.redirect:not(.disabled) {
        color: #0075C0
    }

    .bst-btn--text:hover {
        color: #0075C0;
        background: #DFE3E9;
        text-decoration: none
    }

        a > .bst-btn--text:hover:not(.disabled), .bst-btn--text:hover.redirect:not(.disabled) {
            color: #0075C0
        }

    .bst-btn--text:focus {
        color: #0075C0;
        text-decoration: none
    }

    .bst-btn--text:active {
        color: #0075C0;
        text-decoration: none;
        background: #CDD2DA
    }

        a > .bst-btn--text:active:not(.disabled), .bst-btn--text:active.redirect:not(.disabled) {
            color: #0075C0
        }

    .bst-btn--text.bst-btn.disabled {
        text-decoration: none;
        color: #A1A9B5;
        background: #fff;
        box-shadow: none
    }

.bst-btn--inline {
    display: inline;
    font-size: inherit;
    background: transparent;
    color: #373E49;
    text-decoration: underline;
    line-height: inherit;
    padding: 0
}

    a > .bst-btn--inline:not(.disabled), .bst-btn--inline.redirect:not(.disabled) {
        color: #0075C0
    }

    .bst-btn--inline:hover {
        text-decoration: none;
        color: #003252
    }

        a > .bst-btn--inline:hover:not(.disabled), .bst-btn--inline:hover.redirect:not(.disabled) {
            color: #0075C0
        }

    .bst-btn--inline:active {
        text-decoration: underline;
        color: #003252
    }

    .bst-btn--inline.disabled {
        background: transparent
    }

    .bst-btn--inline.hasIconAndLabel {
        padding-left: 20px
    }

        .bst-btn--inline.hasIconAndLabel svg {
            left: 0;
            width: 18px;
            height: 18px
        }

    .bst-btn--inline.iconOnly svg {
        position: static;
        transform: none
    }

.bst-btn.disabled, .bst-btn:disabled {
    color: #A1A9B5;
    background: #EEF1F5;
    box-shadow: none;
    pointer-events: none;
    cursor: default
}

    .bst-btn.disabled:hover, .bst-btn:disabled:hover {
        color: #A1A9B5;
        background: #EEF1F5;
        box-shadow: none
    }

.bst-btn.hasIcon {
    position: relative
}

    .bst-btn.hasIcon svg {
        fill: currentColor;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

.bst-btn.iconOnly svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bst-btn + .bst-btn {
    margin-left: 16px
}

.bs-menu + .bst-btn, .bs-dropdown-menu + .bst-btn, .bs-searchbar-holder + .bst-btn {
    margin-left: 16px
}

.bst-btn + .bs-menu, .bst-btn + .bs-dropdown-menu, .bst-btn + .bs-searchbar-holder {
    margin-left: 16px
}

.bs-datatable, .bs-datatable table {
    width: 100%
}

    .bs-datatable table {
        border: 1px solid #CDD2DA
    }

    .bs-datatable thead, .bs-datatable .bs-datatable__header {
        border-bottom: 1px solid #CDD2DA;
        background: #EEF1F5
    }

    .bs-datatable td, .bs-datatable th, .bs-datatable .bs-datatable__col {
        padding: 8px 9px
    }

    .bs-datatable th, .bs-datatable .bs-datatable__header .bs-datatable__col {
        color: #565F6C;
        font-size: 12px;
        line-height: 13px;
        font-weight: normal;
        background: #fff
    }

        .bs-datatable th.sorting, .bs-datatable .bs-datatable__col.sortable {
            cursor: pointer
        }

        .bs-datatable th.sorting_desc, .bs-datatable th.sorting_asc, .bs-datatable .bs-datatable__header .bs-datatable__col.sorting_desc, .bs-datatable .bs-datatable__header .bs-datatable__col.sorting_asc {
            font-weight: bold;
            color: #004470;
            border-bottom: 2px solid #004470;
            padding-bottom: 7px;
            cursor: pointer
        }

        .bs-datatable th:focus {
            outline: 0 none
        }

    .bs-datatable td {
        background: #fff;
        font-size: 14px;
        color: #1A1E23
    }

    .bs-datatable.no-background td {
        background: transparent
    }

    .bs-datatable tr:hover td, .bs-datatable tr:hover td.no-highlight {
        background: #EEF1F5
    }

    .bs-datatable tr, .bs-datatable .bs-datatable__row {
        border-bottom: 1px solid #CDD2DA
    }

        .bs-datatable tr:last-child, .bs-datatable .bs-datatable__row:last-child {
            border-bottom: 0 none
        }

        .bs-datatable tr.blink-success td {
            background: #a3d9d7 !important
        }

        .bs-datatable tr.blink-warning td {
            background: #e4bac1 !important
        }

        .bs-datatable tr.blink-highlight td {
            background: #f5dbb7 !important
        }

        .bs-datatable tr.blink td {
            transition: background 0.2s ease-out
        }

    .bs-datatable .dataTables_length {
        display: block;
        padding: 12px 0 2px
    }

    .bs-datatable .dataTables_info {
        padding: 12px 1px;
        font-size: 13px;
        width: 40%;
        float: left
    }

    .bs-datatable tr td.checkboxes .bs-checkbox {
        background: #fff
    }

    .bs-datatable tr td.no-highlight {
        background: #EEF1F5
    }

    .bs-datatable .right {
        text-align: right
    }

    .bs-datatable .center {
        text-align: center
    }

    .bs-datatable .dataTables_paginate {
        float: right;
        text-align: right;
        padding: 12px 1px
    }

        .bs-datatable .dataTables_paginate a {
            display: inline-block;
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: .5px;
            font-size: 12px;
            line-height: 12px;
            padding: 8px 12px;
            border: 1px solid #484F5A;
            color: #373E49;
            margin-left: -1px
        }

        .bs-datatable .dataTables_paginate span {
            margin: 0 9px 0 8px
        }

        .bs-datatable .dataTables_paginate a:first-child, .bs-datatable .dataTables_paginate a.next {
            border-radius: 4px 0 0 4px
        }

        .bs-datatable .dataTables_paginate a:last-child, .bs-datatable .dataTables_paginate a.previous {
            border-radius: 0 4px 4px 0
        }

        .bs-datatable .dataTables_paginate a:first-child:last-child {
            border-radius: 4px
        }

        .bs-datatable .dataTables_paginate a:hover {
            text-decoration: none;
            background: #EEF1F5;
            border-color: #373E49;
            position: relative;
            z-index: 1
        }

        .bs-datatable .dataTables_paginate a.current {
            background: #E0F4FF;
            border-color: #607999
        }

            .bs-datatable .dataTables_paginate a.current:hover {
                background: #C0DAEA;
                border-color: #607999
            }

        .bs-datatable .dataTables_paginate a.disabled, .bs-datatable .dataTables_paginate a.disabled:hover {
            cursor: default;
            background: #EEF1F5;
            color: #A1A9B5;
            border-color: #EEF1F5
        }

    .bs-datatable .dataTables_length select {
        min-width: 50px;
        margin: 0 3px;
        font-size: 12px
    }

    .bs-datatable .loader {
        display: none;
        margin: 40px auto
    }

    .bs-datatable.loading .loader {
        display: block
    }

    .bs-datatable .row-utilities {
        float: right;
        margin-left: 12px;
        margin-bottom: 1px;
        min-width: 29px;
        display: flex
    }

        .bs-datatable .row-utilities a {
            color: #004470
        }

            .bs-datatable .row-utilities a:hover {
                text-decoration: none;
                color: #003252
            }

        .bs-datatable .row-utilities .icon-search {
            position: static;
            color: inherit;
            float: right
        }

        .bs-datatable .row-utilities .icon-loop {
            font-size: 11px;
            vertical-align: top
        }

        .bs-datatable .row-utilities .rescan-request + .launcher span, .bs-datatable .row-utilities .launcher + .share-record-enable-access span, .bs-datatable .row-utilities .rescan-request + .share-record-enable-access span {
            margin-left: 6px
        }

    .bs-datatable th.shared-records-col, .bs-datatable td.shared-records-col {
        padding: 0;
        position: relative
    }

    .bs-datatable .shared-records-history-container {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .bs-datatable td.shared-records-col.has-shared-records {
        padding: 64px 0 0 0
    }

    .bs-datatable tr:hover td.shared-records-col.has-shared-records, .bs-datatable tr:hover td.no-highlight.shared-records-col.has-shared-records {
        background: #DFE3E9
    }

        .bs-datatable tr:hover td.shared-records-col.has-shared-records .shared-record_entry, .bs-datatable tr:hover td.no-highlight.shared-records-col.has-shared-records .shared-record_entry {
            background: #DFE3E9;
            color: #1A1E23
        }

.bs-datatable--html {
    display: table;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #CDD2DA
}

.bs-datatable__header {
    display: table-header-group
}

.bs-datatable .content {
    display: table-row-group
}

.bs-datatable__row, .bs-datatable__header-row {
    display: table-row
}

.bs-datatable__col {
    display: table-cell;
    width: 10%
}

#btHeader {
    height: 42px;
    background: #00263E;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001
}

body {
    padding-top: 42px
}

#footMenu {
    text-align: center;
    margin: 0;
    padding: 8px 20px;
    font-size: 0
}

    #footMenu li {
        display: inline-block;
        list-style-type: none;
        font-size: 11px
    }

    #footMenu a {
        color: #0075C0
    }

        #footMenu a.theme-link {
            margin-left: 8px
        }

            #footMenu a.theme-link::before {
                content: '|';
                color: #000;
                position: relative;
                left: -4px
            }

        #footMenu a:hover, #footMenu a:active {
            text-decoration: underline
        }

#diligence-charts-holder.hidden {
    height: 320px
}

#diligence-charts-holder.no-data, #diligence-charts-holder.no-data #diligence-details-charts-holder {
    height: 170px
}

#diligence-chart-selector {
    position: relative
}

    #diligence-chart-selector .beta-note {
        position: absolute;
        bottom: 5px;
        left: 0;
        color: #484F5A;
        font-size: .9em
    }

.diligence-panel {
    margin: 0px 30px
}

.diligence-panel__header {
    margin-top: 20px;
    margin-bottom: 20px
}

    .diligence-panel__header #diligence-chart-header {
        display: inline
    }

    .diligence-panel__header #header-grade {
        margin-left: 5px;
        position: relative;
        top: -1px;
        display: inline-block
    }

.diligence-panel.open-ports {
    margin-top: 30px
}

.page-diligence-details {
    min-height: inherit
}

.diligence-details--entity-longname {
    max-width: 700px
}

#diligence-details-table #diligence-table-help-icons {
    margin-bottom: 20px;
    position: relative
}

#diligence-details-table tr, #diligence-details-table td {
    vertical-align: top
}

    #diligence-details-table td.grade {
        font-weight: bold;
        text-align: center;
        color: #484F5A
    }

#diligence-details-table th.grade {
    text-align: center
}

#diligence-details-table td.date, #diligence-details-table th.date {
    width: 9%;
    max-width: 133px;
    white-space: nowrap
}

#diligence-details-table td.checkbox-col, #diligence-details-table th.checkbox-col {
    width: 4%;
    text-align: center
}

#diligence-details-table td.host, #diligence-details-table th.host {
    width: 26%;
    max-width: 254px;
    word-break: break-all
}

#diligence-details-table td.type, #diligence-details-table th.type {
    width: 15%;
    max-width: 145px
}

#diligence-details-table td.grade, #diligence-details-table th.grade {
    width: 7%;
    max-width: 145px
}

#diligence-details-table td.details, #diligence-details-table th.details {
    width: 29%
}

#diligence-details-table .historical {
    font-size: 11px;
    line-height: 16px;
    display: block;
    white-space: nowrap
}

    #diligence-details-table .historical [class*="icon-"] {
        display: none;
        margin-left: 4px;
        position: relative;
        top: 2px
    }

    #diligence-details-table .historical .icon-chevron-down {
        display: inline-block
    }

    #diligence-details-table .historical.open .icon-chevron-up {
        display: inline-block
    }

    #diligence-details-table .historical.open .icon-chevron-down {
        display: none
    }

#diligence-details-table .historical-data-table-holder {
    padding: 0 4px;
    margin: -8px 0 5px
}

#diligence-details-table .historical-data-table {
    border: 0 none
}

    #diligence-details-table .historical-data-table .event-date, #diligence-details-table .historical-data-table .event-status, #diligence-details-table .historical-data-table .grade {
        width: 175px
    }

    #diligence-details-table .historical-data-table .grade {
        text-align: left;
        max-width: none
    }

    #diligence-details-table .historical-data-table .rescan-request {
        display: none
    }

#diligence-details-table th.host {
    word-break: normal
}

#diligence-details-table .application, #diligence-details-table .application_version {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#diligence-details-table .application {
    max-width: 150px
}

#diligence-details-table .application_version {
    max-width: 100px
}

#diligence-graph-help {
    flex: 1 1
}

#diligence-charts-holder .beta-note {
    margin: 10px 30px 0px 30px
}

#diligence-charts-holder .rating-details-content {
    padding: 0px
}

#diligence-charts-holder .diligence-details--open_port, #diligence-charts-holder .diligence-details--pc {
    background-color: #EEF1F5;
    flex: 1 1;
    border: 1px solid #CDD2DA;
    display: flex;
    flex-direction: column;
    position: relative
}

    #diligence-charts-holder .diligence-details--open_port.diligence-panel, #diligence-charts-holder .diligence-details--pc.diligence-panel {
        margin-top: 12px
    }

    #diligence-charts-holder .diligence-details--open_port .rating-details-content, #diligence-charts-holder .diligence-details--pc .rating-details-content {
        width: 100%;
        height: 160px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0
    }

        #diligence-charts-holder .diligence-details--open_port .rating-details-content .stat.weekly, #diligence-charts-holder .diligence-details--pc .rating-details-content .stat.weekly {
            margin-bottom: 20px
        }

#diligence-charts-holder .diligence-details--open_port {
    position: relative;
    margin-right: 12px
}

    #diligence-charts-holder .diligence-details--open_port #open-ports--link {
        position: absolute;
        top: 5px;
        right: 5px
    }

#diligence-charts-holder .diligence-details--pc .pc-details-content {
    display: flex;
    flex-direction: row;
    height: 100%
}

    #diligence-charts-holder .diligence-details--pc .pc-details-content .cell {
        color: #484F5A;
        font-size: 15px;
        text-align: center;
        flex: 1 1
    }

        #diligence-charts-holder .diligence-details--pc .pc-details-content .cell .stat {
            margin-top: 23%
        }

            #diligence-charts-holder .diligence-details--pc .pc-details-content .cell .stat .stat-value {
                color: #373E49;
                font-size: 60px
            }

#diligence-charts-holder .diligence-details--pc .no-remediation {
    position: relative;
    color: #373E49;
    font-size: 60px;
    top: 40%;
    text-align: center;
    width: 100%
}

.diligence-details--row {
    display: flex;
    min-height: 250px;
    position: relative;
    margin: 0px 30px;
    margin-top: 15px
}

    .diligence-details--row .diligence-panel {
        background-color: #EEF1F5;
        flex: 1 1;
        border: 1px solid #CDD2DA;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0px 15px 0px 0px
    }

        .diligence-details--row .diligence-panel:last-of-type {
            margin: 0px
        }

    .diligence-details--row.diligence-details-row__domain_squatting {
        min-height: inherit
    }

#top-applications, #top-application-versions, .diligence-chart__body {
    height: 200px
}

#diligence-details-charts-holder {
    display: flex;
    min-height: 250px;
    position: relative
}

    #diligence-details-charts-holder .diligence-details-grades {
        background-color: #EEF1F5;
        flex: 1 1;
        border: 1px solid #CDD2DA;
        display: flex;
        flex-direction: column;
        margin-right: 12px
    }

        #diligence-details-charts-holder .diligence-details-grades.no-diligence {
            width: auto
        }

    #diligence-details-charts-holder .endpoint-low-count {
        flex: 1 1;
        margin-right: 12px;
        border: 1px solid #E9ECEF;
        background-color: #F8F9FA;
        padding: 16px 0 0 16px;
        font-size: 23px
    }

        #diligence-details-charts-holder .endpoint-low-count a {
            display: block;
            margin-top: 8px;
            font-size: 14px
        }

    #diligence-details-charts-holder .hidden {
        display: none
    }

    #diligence-details-charts-holder .no-events-message {
        background-color: #EEF1F5;
        flex: 1 1;
        border: 1px solid #CDD2DA;
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: none
    }

        #diligence-details-charts-holder .no-events-message.active {
            display: flex
        }

        #diligence-details-charts-holder .no-events-message .no-events__content {
            padding: 25px
        }

    #diligence-details-charts-holder.no-events #diligence-primary-chart-holder, #diligence-details-charts-holder.no-events #diligence-chart-header {
        display: none
    }

    #diligence-details-charts-holder .rating-overview .type {
        display: block;
        float: left;
        width: 215px;
        padding: 4px 0;
        margin: 0 15px 8px;
        border-bottom: 1px solid #CDD2DA
    }

    #diligence-details-charts-holder .rating-overview .name {
        display: block;
        font-size: 12px;
        float: left
    }

    #diligence-details-charts-holder .rating-overview .grade-circle {
        font-weight: bold;
        float: right;
        margin-top: -7px
    }

    #diligence-details-charts-holder .help-summary h5 {
        margin-top: 18px
    }

    #diligence-details-charts-holder .rating-details-content .stats-row {
        padding-bottom: 0;
        margin-bottom: 0
    }

        #diligence-details-charts-holder .rating-details-content .stats-row .stat {
            width: 100%;
            text-align: center
        }

            #diligence-details-charts-holder .rating-details-content .stats-row .stat .percent {
                display: block;
                font-size: 1.5em
            }

            #diligence-details-charts-holder .rating-details-content .stats-row .stat .percentile-eval {
                color: #373E49
            }

.diligence-chart__header, .diligence-chart__footer {
    flex: 0 0 28px;
    line-height: 28px;
    padding-left: 5px;
    font-size: 10px;
    color: #484F5A;
    font-size: .85em
}

    .diligence-chart__header #diligence-chart__total, .diligence-chart__footer #diligence-chart__total {
        font-weight: bold
    }

.diligence-chart__footer {
    border-top: 1px solid #CDD2DA;
    text-transform: none;
    font-weight: normal
}

#diligence-primary-chart-holder {
    position: relative;
    height: 250px;
    background-color: #EEF1F5;
    flex: 1 1;
    border: 1px solid #CDD2DA;
    display: flex;
    flex-direction: column
}

    #diligence-primary-chart-holder:not(.open_port) {
        flex: 1 1
    }

    #diligence-primary-chart-holder .loader {
        display: none;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute
    }

    #diligence-primary-chart-holder.loading .loader {
        display: block
    }

#diligence-primary-chart {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative
}

.column_chart {
    position: relative;
    height: 250px;
    margin-left: 12px;
    background-color: #EEF1F5;
    flex: 1 1;
    border: 1px solid #CDD2DA;
    display: flex;
    flex-direction: column
}

    .column_chart .chart {
        flex: 1 1;
        position: relative
    }

        .column_chart .chart .column-chart {
            height: 160px;
            width: 30px;
            position: absolute;
            top: 15px;
            left: 50px
        }

            .column_chart .chart .column-chart label {
                position: absolute;
                top: 50%;
                left: -35px;
                font-size: .75em;
                line-height: .75em;
                width: 33px;
                text-align: right;
                transform: translate(0, -50%)
            }

            .column_chart .chart .column-chart .supported {
                height: 65%;
                background-color: #20A39E;
                position: relative
            }

            .column_chart .chart .column-chart .unsupported {
                height: 25%;
                background-color: #F26430;
                position: relative
            }

            .column_chart .chart .column-chart .unknown {
                height: 10%;
                background-color: #695E9E;
                position: relative
            }

            .column_chart .chart .column-chart .chart--label {
                position: absolute;
                bottom: -33px;
                height: 30px;
                width: 80px;
                left: -10px;
                font-size: .85em
            }

        .column_chart .chart .os_chart {
            top: 20px;
            left: 50px;
            background-color: #111
        }

        .column_chart .chart .browser_chart {
            top: 20px;
            left: 150px;
            background-color: #111
        }

        .column_chart .chart .column-chart--legend {
            font-size: .85em;
            position: absolute;
            right: 10px;
            top: 50px
        }

            .column_chart .chart .column-chart--legend .item {
                margin-bottom: 10px
            }

                .column_chart .chart .column-chart--legend .item .legend--color {
                    display: inline-block;
                    height: 16px;
                    width: 16px;
                    position: relative;
                    top: 4px
                }

                    .column_chart .chart .column-chart--legend .item .legend--color.supported {
                        background-color: #20A39E
                    }

                    .column_chart .chart .column-chart--legend .item .legend--color.unsupported {
                        background-color: #F26430
                    }

                    .column_chart .chart .column-chart--legend .item .legend--color.unknown {
                        background-color: #695E9E
                    }

#diligence-details-charts-holder .diligence-color-key {
    display: none;
    position: absolute;
    top: 135px;
    right: 12px;
    width: 140px;
    z-index: 4
}

#diligence-chart-label {
    position: absolute;
    z-index: 3;
    left: 43px;
    top: 108px;
    width: 100px;
    pointer-events: none;
    font-weight: bold
}

    #diligence-chart-label .name {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #1A1E23
    }

    #diligence-chart-label .percentage {
        display: block;
        text-align: center;
        font-size: 18px;
        margin-bottom: 2px;
        color: #1A1E23
    }

#diligence-graph-help .helpblock {
    display: none
}

    #diligence-graph-help .helpblock.centered {
        color: #565F6C;
        line-height: 35px;
        position: absolute;
        top: 0;
        margin: auto;
        width: 100%;
        height: 115px;
        bottom: 0
    }

        #diligence-graph-help .helpblock.centered .rating-details-content {
            margin-top: -20px
        }

    #diligence-graph-help .helpblock .all-records {
        padding: 0px 25px
    }

#diligence-graph-help {
    position: relative
}

    #diligence-graph-help .pc-copy {
        padding-right: 20px
    }

.no-events .pc-graph-header {
    display: none
}

#patching-cadence-history-graph {
    display: block;
    height: 250px;
    bottom: 0;
    width: 100%
}

    #patching-cadence-history-graph.loading {
        padding: 20px
    }

.no-events #patching-cadence-history-graph {
    display: none
}

.pc-details .diligence-fix-tips__rem {
    float: none;
    width: auto
}

.diligence-color-key .color-key-item {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold
}

.diligence-color-key .swatch {
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #1A1E23;
    margin-right: 5px;
    margin-top: 2px
}

.diligence-color-key .name {
    float: left;
    width: 60px
}

.diligence-color-key .count {
    float: left;
    color: #1A1E23
}

.diligence-details-modal li.item {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 5px
}

.diligence-details-modal .details, .diligence-details-modal .padder .details {
    font-size: 13px
}

.diligence-details-modal .line {
    display: block;
    margin-bottom: 5px;
    position: relative
}

    .diligence-details-modal .line .grade {
        font-weight: bold
    }

    .diligence-details-modal .line.highlight-error .value {
        color: #AD0B08
    }

.diligence-details-modal .start-date-error .start-date, .diligence-details-modal .end-date-error .end-date {
    color: #AD0B08
}

.diligence-details-modal .contextual-help {
    position: absolute;
    left: -19px;
    top: 0;
    font-size: 12px;
    color: #004470;
    cursor: pointer;
    width: 13px;
    text-align: right
}

.diligence-details-modal .name {
    float: left;
    width: 27%;
    margin-right: 2%
}

.diligence-details-modal .value {
    float: left;
    width: 68%;
    margin-left: 2%
}

.diligence-details-modal .ssl-source-list .name {
    width: 24%
}

.diligence-details-modal .ssl-source-list .value {
    margin-right: 17px
}

.diligence-details-modal .ssl-source-list textarea {
    height: 100px
}

.diligence-details-modal .value .help-tooltip {
    border-bottom: 0 none
}

.diligence-details-modal .dnssec-key h3 {
    margin-top: 14px;
    margin-bottom: 9px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CDD2DA
}

.diligence-details-modal .formatted-data .value {
    font-family: Consolas, "Courier New", Menlo, Monaco, monospace;
    white-space: pre;
    font-size: 11px;
    padding: 10px;
    border: 1px solid #A1A9B5;
    word-wrap: normal;
    overflow-x: scroll
}

.diligence-details-modal.pc-details .details {
    font-size: 14px;
    line-height: 1.45em
}

.diligence-details-modal .certificate-title {
    font-weight: bold;
    margin: 3em 0 1em 0;
    display: block
}

    .diligence-details-modal .certificate-title:first-of-type {
        margin-top: 0
    }

.diligence-details-modal.mobile_appsec--details .header-img {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.diligence-details-modal.mobile_appsec--details img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 20px
}

.diligence-details-modal.mobile_appsec--details .details {
    padding: 20px;
    margin-right: 20px
}

    .diligence-details-modal.mobile_appsec--details .details:first-of-type {
        padding-left: 40px;
        background: #F8F9FA
    }

.diligence-details-modal.mobile_appsec--details .show-less span:first-of-type {
    display: block;
    height: 1.4em;
    text-overflow: ellipsis;
    overflow: hidden
}

.diligence-details-modal.mobile_appsec--details .show-less p:first-of-type {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.diligence-details-modal .date, .spf-browser .date {
    display: block;
    color: #373E49;
    font-size: 12px
}

.panel.diligence-overview #diligence-overview-graph {
    display: block;
    width: 70%;
    margin-right: 5%;
    height: 210px;
    margin-bottom: 14px;
    float: left
}

.panel.diligence-overview .diligence-color-key {
    width: 25%;
    float: left;
    padding-top: 50px
}

.panel.diligence-details-table .no-data {
    border-top: 1px solid #CDD2DA;
    margin-top: 30px
}

#diligence-filters {
    position: relative;
    border-top: 1px solid #CDD2DA;
    margin: -10px 0 10px -30px;
    padding: 20px 30px 0px 30px;
    width: 1000px
}

#diligence-tables-holder .no-records-message {
    text-align: center;
    font-size: 1.2em;
    color: #484F5A;
    display: none
}

#diligence-tables-holder.no-events #diligence-filters {
    display: none
}

#diligence-tables-holder.no-events #diligence-details-table {
    display: none
}

#diligence-tables-holder.no-events .no-records-message {
    display: block
}

#mobile-risk-vectors-table--holder .nil {
    position: relative
}

#diligence-filters #mobile_os-filter, #diligence-filters #os-filter, #diligence-filters #mobile-browser-filter, #diligence-filters #browser-filter {
    width: 200px
}

#diligence-filters #application_version-filter {
    width: 260px;
    overflow-x: hidden;
    height: auto;
    max-height: 350px
}

    #diligence-filters #application_version-filter li a {
        text-transform: none
    }

#diligence-filters #app_version_filter_selection {
    display: inline-block;
    width: 95px;
    overflow: hidden;
    float: left
}

#diligence-filters .annotations-filter-container a.btn {
    white-space: pre-wrap;
    width: auto
}

#diligence-filters .annotations-filter-container .applied-tags {
    margin-bottom: 0px
}

    #diligence-filters .annotations-filter-container .applied-tags:empty {
        display: none
    }

#diligence-filters .annotations-filter-container.tag__filter {
    margin-left: 0px;
    margin-right: 5px
}

#diligence-filters .application-holder, #diligence-filters .endpoint-holder, #diligence-filters .mobile-endpoint-holder {
    float: none;
    display: inline-block
}

    #diligence-filters .application-holder .dropdown, #diligence-filters .endpoint-holder .dropdown, #diligence-filters .mobile-endpoint-holder .dropdown {
        float: left;
        width: auto;
        margin-left: 0px;
        margin-right: 5px
    }

    #diligence-filters .application-holder a.btn, #diligence-filters .endpoint-holder a.btn, #diligence-filters .mobile-endpoint-holder a.btn {
        min-width: 10px;
        width: auto
    }

        #diligence-filters .application-holder a.btn span.display, #diligence-filters .endpoint-holder a.btn span.display, #diligence-filters .mobile-endpoint-holder a.btn span.display {
            margin-right: 3px;
            max-width: 100px
        }

    #diligence-filters .mobile-endpoint-holder a.btn, #diligence-filters .endpoint-holder a.btn {
        min-width: 100px
    }

        #diligence-filters .mobile-endpoint-holder a.btn span.display, #diligence-filters .endpoint-holder a.btn span.display {
            display: inline-block;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100px
        }

    #diligence-filters .endpoint-holder a.btn, #diligence-filters .endpoint-holder a.btn {
        min-width: 100px
    }

        #diligence-filters .endpoint-holder a.btn span.display, #diligence-filters .endpoint-holder a.btn span.display {
            display: inline-block;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100px
        }

#diligence-filters .filter-grade-dropdown-holder {
    width: 130px;
    margin-right: 5px
}

    #diligence-filters .filter-grade-dropdown-holder .trigger {
        width: 130px
    }

#diligence-filters .date-range-holder {
    float: none;
    display: inline-block
}

    #diligence-filters .date-range-holder #specific-date-range {
        float: left
    }

        #diligence-filters .date-range-holder #specific-date-range span {
            font-size: .9em
        }

    #diligence-filters .date-range-holder .dropdown {
        float: left;
        width: auto;
        margin-left: 0px;
        margin-right: 5px
    }

    #diligence-filters .date-range-holder a.btn {
        min-width: 110px;
        width: auto
    }

        #diligence-filters .date-range-holder a.btn span.display {
            margin-right: 3px
        }

#diligence-filters .searchbox-holder {
    margin-right: 5px
}

    #diligence-filters .searchbox-holder .searchbox {
        width: 140px
    }

    #diligence-filters .searchbox-holder .icon-search {
        color: #1A1E23
    }

#diligence-filters .dropdown-menu {
    width: 140px;
    min-width: 140px
}

    #diligence-filters .dropdown-menu.setoverflow {
        height: auto;
        max-height: 325px
    }

#diligence-filters .dropdown ul li a {
    text-transform: capitalize
}

#diligence-filters .dropdown li.no-events a {
    color: #565F6C
}

#diligence-filters .date-range-holder .bs-date-input, #diligence-filters .date-range-holder .bs-date-input-holder {
    float: none;
    display: inline-block
}

#diligence-filters .date-range-holder h5, #diligence-filters .date-range-holder .h5 {
    margin-bottom: 0
}

#diligence-filters .filter-by-label {
    padding-top: 7px
}

#diligence-details-table #datatable-diligence th.endpoint_users {
    white-space: nowrap
}

#diligence-details-table #datatable-diligence tr td.historical-data-table {
    background: #fff
}

#diligence-details-table .date-range-holder.impacts-rating-date {
    display: inline-block;
    float: right;
    top: -8px;
    position: relative
}

    #diligence-details-table .date-range-holder.impacts-rating-date .h5 {
        float: left;
        margin-right: 5px
    }

#diligence-details-table #impacts-rating-date-picker {
    color: #1A1E23
}

#diligence-details-table .dagger {
    font-family: sans-serif
}

#diligence-details-table .row-utilities {
    text-align: right
}

    #diligence-details-table .row-utilities .icon-search, #diligence-details-table .row-utilities .icon-guest-wifi, #diligence-details-table .row-utilities .icon-loop, #diligence-details-table .row-utilities .icon-share-record {
        float: none;
        font-size: 11px;
        vertical-align: middle
    }

#diligence-details-table .app-icon {
    float: left;
    width: 16px;
    height: 16px
}

#diligence-details-table .dataTables_empty {
    padding: 24px 16px
}

    #diligence-details-table .dataTables_empty h3 {
        color: #373E49;
        font-size: 14px;
        margin-bottom: 4px
    }

    #diligence-details-table .dataTables_empty p.empty-table-message {
        color: #373E49;
        margin-bottom: 12px
    }

    #diligence-details-table .dataTables_empty p.empty-table-footnote {
        color: #565F6C;
        font-size: 12px
    }

#open-ports-overview {
    flex: 1 1;
    width: 90%;
    height: 100%
}

    #open-ports-overview .ip {
        top: 25px;
        left: 10px
    }

    #open-ports-overview .ports {
        top: 25px;
        left: 5px
    }

    #open-ports-overview .ports--label {
        position: relative;
        font-size: .7em;
        color: #373E49
    }

.no-events #open-ports-overview {
    display: none
}

.no-events #diligence-graph-help .help-open_port .rating-details-content {
    position: static
}

.op-barchart-content {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 45px;
    margin-left: 3px
}

    .op-barchart-content .bar-row {
        display: block;
        min-width: 1px;
        border-left: 1px solid #A1A9B5;
        position: relative;
        padding: 5px 0;
        line-height: 18px
    }

    .op-barchart-content .bar-label {
        position: absolute;
        display: block;
        top: 0;
        left: -113px;
        width: 105px;
        text-align: right;
        padding: 6px 12px 6px 0px;
        font-weight: bold;
        font-size: .75em
    }

    .op-barchart-content .value-label {
        position: absolute;
        display: block;
        top: 0;
        width: 50px;
        right: -56px;
        padding: 5px 0;
        font-size: 85%
    }

    .op-barchart-content .overflow-message {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        padding: 5px 4px 5px 0;
        color: #fff;
        font-size: 85%;
        pointer-events: none
    }

    .op-barchart-content .x-axis-row {
        border-top: 1px solid #A1A9B5;
        height: 50px;
        position: relative
    }

    .op-barchart-content .tick-holder {
        position: absolute;
        display: block;
        float: left
    }

        .op-barchart-content .tick-holder .marker {
            display: block;
            height: 5px;
            background: #A1A9B5;
            width: 1px
        }

        .op-barchart-content .tick-holder .tick-label {
            position: absolute;
            display: block;
            left: 0;
            top: 14px;
            width: 50px;
            margin-left: -25px;
            text-align: center;
            font-size: 85%;
            color: #A1A9B5
        }

    .op-barchart-content .contextual-help {
        font-size: 12px;
        color: #004470;
        position: absolute;
        right: -3px;
        top: 8px
    }

#open-port-data-samples-table-container.loading .loader {
    display: block
}

#open-port-data-samples-table-container.loading #open-port-data-samples {
    display: none
}

#open-port-data-samples table {
    width: 100%
}

#open-port-data-samples .date-col {
    min-width: 86px
}

#open-port-data-samples .expander-col {
    width: 10px;
    color: #484F5A
}

    #open-port-data-samples .expander-col .icon-chevron-right-thin {
        vertical-align: middle
    }

#open-port-data-samples tr.expandable:hover {
    cursor: pointer;
    background: #DFE3E9
}

    #open-port-data-samples tr.expandable:hover .expander-col {
        color: #1A1E23
    }

#open-port-data-samples tr.expandable.open, #open-port-data-samples tr.expandable.open:hover {
    background: #DFE3E9
}

    #open-port-data-samples tr.expandable.open .expander-col {
        color: #004470 !important
    }

#open-port-data-samples tr.spacer td {
    padding: 2px;
    height: 0
}

#open-port-data-samples td.has-shared-records .shared-records-history-container {
    padding: 8px 0 0
}

#open-port-data-samples td.actions-col {
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

    #open-port-data-samples td.actions-col .actions-container {
        display: inline-flex;
        cursor: pointer;
        line-height: normal
    }

        #open-port-data-samples td.actions-col .actions-container .threads-count-indicator {
            margin-left: 8px
        }

    #open-port-data-samples td.actions-col .share-record-trigger-container-modal {
        padding: 2px 0 0 8px
    }

        #open-port-data-samples td.actions-col .share-record-trigger-container-modal a:hover {
            text-decoration: none
        }

    #open-port-data-samples td.actions-col .refresh-request-trigger-container-modal {
        padding-top: 2px
    }

#open-port-data-samples .historical-table-header td {
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    cursor: pointer;
    color: #004470
}

#open-port-data-samples .historical-table-header .icon-chevron-down, #open-port-data-samples .historical-table-header .icon-chevron-up {
    position: relative;
    top: 1px;
    font-size: 10px
}

#open-port-data-samples .historical-table-header .open-copy {
    display: none
}

#open-port-data-samples .historical-table-header.slide-open .closed-copy {
    display: none
}

#open-port-data-samples .historical-table-header.slide-open .open-copy {
    display: inline
}

#open-port-data-samples .historical-table-header.slide-open td {
    background: #DFE3E9
}

#open-port-data-samples .historical-table-header:hover td {
    background: #DFE3E9;
    color: #004470
}

#open-port-data-samples .historical-table-header.open:hover td {
    background: #DFE3E9
}

#open-port-data-samples tr.historical {
    background: #DFE3E9
}

.diligence-download-modal.modal-inner footer {
    margin-top: 18px;
    text-align: right
}

.diligence-download-modal.modal-inner p {
    font-size: .8em
}

.diligence-download-modal.modal-inner sup {
    text-transform: lowercase
}

#modal-global.sliding-panel-modal {
    width: 940px
}

.sliding-panel-modal .open-port-annotation {
    margin-right: 10px
}

.sliding-panel-modal .padder {
    position: relative;
    overflow-x: hidden
}

    .sliding-panel-modal .padder .details {
        padding-right: 40px;
        margin-right: 0;
        transition: padding-right 0.25s ease-out, margin-right 0.25s ease-out
    }

.sliding-panel-modal #hidden-details-panel {
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 2px solid #CDD2DA;
    background: #fff;
    width: 300px;
    height: 100%;
    padding-bottom: 20px;
    overflow: auto;
    transform: translate(0, 0);
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out
}

    .sliding-panel-modal #hidden-details-panel .closer {
        position: absolute;
        top: 0;
        left: 0;
        color: #484F5A;
        padding: 3px 8px;
        background: rgba(255,255,255,0.4);
        cursor: pointer;
        font-size: 14px
    }

        .sliding-panel-modal #hidden-details-panel .closer:hover {
            color: #1A1E23
        }

    .sliding-panel-modal #hidden-details-panel header {
        padding: 0;
        margin-bottom: 16px
    }

    .sliding-panel-modal #hidden-details-panel .contents {
        font-size: 13px;
        padding: 0px 20px 0 40px;
        overflow: auto;
        height: 100%
    }

    .sliding-panel-modal #hidden-details-panel .formatted-data .name {
        float: none
    }

    .sliding-panel-modal #hidden-details-panel .formatted-data .value {
        font-size: 10px;
        display: block;
        float: none;
        width: 100%;
        margin-top: 3px
    }

.sliding-panel-modal .modal-inner .details {
    max-height: 300px
}

.sliding-panel-modal .panel-open #hidden-details-panel {
    -webkit-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    transform: translate(-300px, 0)
}

.sliding-panel-modal .panel-open .details {
    margin-right: 300px;
    padding-right: 0
}

.sliding-panel-modal .panel-open .intro {
    padding-right: 20px
}

.sliding-panel-modal .date-cutoff td {
    padding-top: 20px;
    padding-bottom: 20px
}

.sliding-panel-modal .date-cutoff h5 {
    margin-bottom: 0
}

.sliding-panel-modal .remediation-link {
    font-size: 11px;
    line-height: 16px
}

    .sliding-panel-modal .remediation-link:hover {
        text-decoration: none
    }

    .sliding-panel-modal .remediation-link .remediation-chevron {
        font-size: 10px
    }

.op-bar-container {
    display: block;
    width: 100%;
    height: 18px;
    transition: width 0.3s ease-out
}

    .op-bar-container .bar-section {
        display: block;
        float: left;
        height: 18px;
        position: relative
    }

.rendering .op-bar-container {
    width: 0%
}

#modal-global .op-barchart-content {
    padding-right: 60px
}

#open-ports-details-table td.grade-distribution, #open-ports-details-table th.grade-distribution {
    width: 240px;
    padding-right: 20px
}

#open-ports-details-table td.port-number {
    font-weight: bold
}

#open-ports-details-table td.port-number, #open-ports-details-table th.port-number, #open-ports-details-table td.host-count, #open-ports-details-table th.host-count {
    width: 150px
}

.insecureApp--block {
    height: 150px;
    padding-top: 20px
}

.insecureApp--block-desc {
    margin-bottom: 10px
}

.http_headers-modal strong.modal--label {
    display: inline-block;
    width: 35px
}

.http_headers-modal .http_headers-modal-title--block {
    margin-bottom: 10px
}

.http_headers-modal .http_headers-modal-desc {
    margin-bottom: 5px
}

.http_headers-modal #hidden-details-panel .contents {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px
}

.http_headers-modal .full-http-header {
    font-family: Consolas, "Courier New", Menlo, Monaco, monospace;
    word-wrap: normal
}

    .http_headers-modal .full-http-header .line {
        margin: -3px 0 -3px 0;
        padding: 5px 5px;
        left: -5px;
        transition: all 0.15s ease-out;
        line-height: 16px;
        word-wrap: break-word
    }

        .http_headers-modal .full-http-header .line.highlight {
            background: #DFE3E9;
            left: -1px
        }

            .http_headers-modal .full-http-header .line.highlight.evaluation-fail {
                color: #b24053
            }

            .http_headers-modal .full-http-header .line.highlight.evaluation-warn {
                color: #e8a951
            }

            .http_headers-modal .full-http-header .line.highlight.evaluation-pass {
                color: #2CA58D
            }

    .http_headers-modal .full-http-header .invalid-char {
        font-family: sans-serif;
        margin-right: 1px;
        font-size: 11px
    }

.http_headers-modal .padder {
    min-height: 280px
}

.http_headers-modal .header-field-name {
    font-weight: bold
}

.http_headers-modal .header-field-value {
    word-wrap: break-word
}

.http_headers-modal td.eval-col {
    font-size: 12px;
    width: 12px;
    padding-right: 0;
    padding-left: 4px
}

.http_headers-modal td.type-col {
    width: 166px;
    padding-right: 0
}

.http_headers-modal td.issue-col {
    width: 145px
}

.http_headers-modal tr.hover {
    background: #DFE3E9
}

.http_headers-modal tr .external-link {
    display: inline;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 0 0 4px
}

.http_headers-modal .component-highlight.evaluation-fail {
    border-bottom: 1px solid #b24053
}

.http_headers-modal .component-highlight.evaluation-warn {
    border-bottom: 1px solid #e8a951
}

.http_headers-modal tr.has-components td {
    padding-bottom: 20px
}

    .http_headers-modal tr.has-components td.type-col {
        position: relative
    }

.http_headers-modal .show-components {
    font-size: 11px;
    line-height: 16px;
    display: block
}

    .http_headers-modal .show-components:hover {
        text-decoration: none
    }

    .http_headers-modal .show-components .closed-copy {
        display: inline
    }

        .http_headers-modal .show-components .closed-copy.glyphicon {
            display: inline-block
        }

    .http_headers-modal .show-components .open-copy {
        display: none
    }

    .http_headers-modal .show-components.open .open-copy {
        display: inline
    }

        .http_headers-modal .show-components.open .open-copy.glyphicon {
            display: inline-block
        }

    .http_headers-modal .show-components.open .closed-copy {
        display: none
    }

    .http_headers-modal .show-components .icon-chevron-down, .http_headers-modal .show-components .icon-chevron-up {
        margin-left: 4px;
        position: relative;
        top: 1px
    }

.http_headers-modal .components-holder th {
    font-size: 12px
}

.http_headers-modal .components-holder > td {
    padding-top: 0;
    padding-bottom: 0
}

.http_headers-modal .components-holder table {
    width: 100%;
    margin-bottom: 2px
}

.http_headers-modal .components-holder.hover, .http_headers-modal .components-holder.hover table {
    background: #fff
}

.http_headers-modal .components-holder tr.overridden {
    text-decoration: line-through
}

.http_headers-modal .components-holder .eval-col span {
    margin-top: 3px;
    display: block
}

.http_headers-modal .components-holder .component-col {
    width: 135px
}

@-moz-document url-prefix() {
    .http_headers-modal .full-http-header {
        white-space: pre-wrap
    }
}

.diligence-table-help {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px
}

    .diligence-table-help + .diligence-table-help {
        margin-right: 16px
    }

    .diligence-table-help.ip-update {
        right: 178px
    }

    .diligence-table-help span {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 2px;
        color: #484F5A
    }

    .diligence-table-help.bulk-rescan {
        cursor: pointer;
        font-size: 16px;
        position: absolute;
        top: 32px;
        right: 8px;
        z-index: 1000
    }

        .diligence-table-help.bulk-rescan .icon-loop {
            color: #128DBA
        }

.diligence-fix-tips-header {
    margin-top: 20px;
    padding-bottom: 4px;
    display: block;
    border-bottom: 1px solid #CDD2DA
}

    .diligence-fix-tips-header h5 {
        float: left;
        display: inline-block
    }

.diligence-fix-tips__content {
    margin: 5px 0 8px;
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 17px
}

.diligence-fix-tips__issue {
    padding-right: 20px;
    width: 40%
}

.diligence-fix-tips__content-row .diligence-fix-tips__issue {
    float: left
}

.sliding-panel-modal .remediationtip--open-port .diligence-fix-tips__rem {
    width: 73%;
    float: left
}

.sliding-panel-modal .remediationtip--open-port .diligence-fix-tips__issue {
    display: inline;
    float: left;
    width: auto;
    max-width: 215px
}

.diligence-fix-tips__content-row {
    padding: 8px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #CDD2DA
}

    .diligence-fix-tips__content-row:first-child {
        padding-top: 0
    }

    .diligence-fix-tips__content-row:last-child {
        border-bottom: none
    }

.diligence-fix-tips__rem {
    padding-right: 10px;
    float: right;
    width: 60%
}

.remediation--http-headers .diligence-fix-tips__rem {
    width: auto;
    float: none
}

.remediationtip--open-port {
    margin-top: 20px
}

.remediation-anchor {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px
}

    .remediation-anchor:hover {
        text-decoration: none
    }

.remediation-link--open-port {
    font-size: 11px;
    line-height: 18px
}

    .remediation-link--open-port:hover {
        text-decoration: none
    }

    .remediation-link--open-port .icon-chevron-up, .remediation-link--open-port .icon-chevron-down {
        margin-left: 3px;
        position: relative;
        top: 1px
    }

    .remediation-link--open-port .closed-copy {
        display: inline
    }

    .remediation-link--open-port .open-copy {
        display: none
    }

    .remediation-link--open-port.open .open-copy {
        display: inline
    }

    .remediation-link--open-port.open .closed-copy {
        display: none
    }

.effective-message {
    margin: 13px 0
}

#distribution-detail-holder {
    display: block;
    position: absolute;
    top: -13px;
    left: 100%;
    margin-left: 7px;
    width: 142px;
    border-radius: 15px;
    padding: 5px 10px;
    border: 1px solid #004470;
    background: #fff;
    pointer-events: none;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    z-index: 5;
    transition: all 0.15s ease-out;
    opacity: 0;
    transform: translate(-5px, 0)
}

    #distribution-detail-holder.show {
        opacity: 1;
        transform: translate(0, 0)
    }

    #distribution-detail-holder.reset {
        transition: all 0s ease-out
    }

    #distribution-detail-holder:before, #distribution-detail-holder:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-left: 0
    }

    #distribution-detail-holder:before {
        top: 12px;
        left: -11px;
        border-right-color: inherit;
        border-width: 9px;
        border-right-width: 11px
    }

    #distribution-detail-holder:after {
        top: 13px;
        left: -10px;
        border-right-color: #fff;
        border-width: 8px;
        border-right-width: 10px
    }

    #distribution-detail-holder .percentage {
        display: block;
        font-weight: bold;
        text-transform: uppercase
    }

    #distribution-detail-holder .count {
        display: block
    }

.rescan-request-details {
    margin-bottom: 30px
}

.annotations-trigger-container {
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
    width: 20px;
    line-height: normal
}

.annotations-open-ports-modal .md-close, .share-record-open-ports-modal .md-close {
    display: none
}

.annotations-open-ports-modal .back-link, .share-record-open-ports-modal .back-link {
    cursor: pointer;
    float: right;
    line-height: 19px
}

#mobile-risk-vectors-table .nil {
    text-align: center
}

#mobile-risk-vectors-table .col--rating {
    text-align: right
}

    #mobile-risk-vectors-table .col--rating span {
        margin-left: 2px
    }

#mobile-risk-vectors-table .col--updated {
    text-align: right
}

#mobile-risk-vectors-table .col--downloads {
    text-align: right
}

#mobile-risk-vectors-table img {
    width: 20px;
    height: 20px
}

.mobile-app-dialog__container {
    width: 100%;
    display: flex;
    flex-direction: column
}

    .mobile-app-dialog__container img {
        height: 150px
    }

    .mobile-app-dialog__container .mobile-app-dialog__row {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row
    }

    .mobile-app-dialog__container .mobile-app-dialog_column {
        flex: 1 1
    }

    .mobile-app-dialog__container .mobile-app-dialog__img {
        flex: 0 0 150px;
        justify-content: flex-start;
        -webkit-justify-content: flex-start
    }

    .mobile-app-dialog__container .mobile-app-dialog__summary {
        flex: 1 1
    }

        .mobile-app-dialog__container .mobile-app-dialog__summary .detail {
            margin-bottom: 15px
        }

    .mobile-app-dialog__container .detail {
        margin-bottom: 10px
    }

        .mobile-app-dialog__container .detail label {
            font-weight: bold;
            margin-right: 15px;
            width: 150px
        }

    .mobile-app-dialog__container .description {
        word-break: break-word
    }

    .mobile-app-dialog__container .permission {
        margin-bottom: 10px
    }

        .mobile-app-dialog__container .permission:last-child {
            margin-bottom: 0px
        }

.bs-datatable .bs-datatable__body .bs-datatable__row .col--app_img {
    width: 1%
}

.viewall_launcher {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100
}

.app_version__launcher {
    width: 110px
}

.app_version__launcher {
    width: 110px
}

.endpoint--details div.line {
    margin-bottom: 10px
}

.endpoint--details span.name {
    font-weight: bold
}

.endpoint--details div.ip {
    margin-bottom: 2px
}

.insecure_sys--details div.line {
    margin-bottom: 10px
}

.insecure_sys--details span.name {
    font-weight: bold
}

.insecure_sys--details .severity:first-letter {
    text-transform: capitalize
}

.insecure_sys--details .other_details > div:not(:last-child) {
    margin-bottom: 10px
}

.insecure_sys--details #reference--toggle {
    cursor: pointer
}

.domain-suqatting-container {
    margin: 0 30px;
    padding-bottom: 30px
}

.cidr-suppression-container {
    min-height: 48px;
    position: relative;
    bottom: -8px
}

.cidr-suppression-info {
    width: 700px;
    position: absolute;
    top: 8px;
    border-radius: 2px;
    padding: 8px 16px;
    color: #565F6C;
    background-color: #EEF1F5;
    font-size: 12px
}

#rating-details-nav {
    display: block;
    position: absolute;
    width: 230px;
    z-index: 10;
    padding-bottom: 6px
}

    #rating-details-nav.sticky {
        position: fixed;
        top: 115px
    }

    #rating-details-nav.locked {
        position: absolute;
        bottom: 32px;
        margin-top: 0 !important;
        margin-left: 0 !important
    }

    #rating-details-nav .line {
        display: block;
        padding: 4px 1px;
        font-size: 13px;
        position: relative;
        vertical-align: bottom
    }

        #rating-details-nav .line.section-header {
            padding: 10px 1px 4px;
            font-size: 16px;
            color: #1A1E23
        }

        #rating-details-nav .line.events-header {
            padding-top: 3px
        }

        #rating-details-nav .line.section-header.active-section {
            color: #004470
        }

        #rating-details-nav .line.subitem {
            margin-left: 30px
        }

            #rating-details-nav .line.subitem .name {
                line-height: 21px
            }

        #rating-details-nav .line.has-link {
            cursor: pointer
        }

            #rating-details-nav .line.has-link:hover .indicator {
                display: block
            }

            #rating-details-nav .line.has-link:hover .name {
                color: #004470
            }

        #rating-details-nav .line.active .indicator {
            display: block;
            color: #1A1E23 !important
        }

    #rating-details-nav .grade-circle {
        font-weight: bold;
        float: right
    }

    #rating-details-nav .indicator {
        position: absolute;
        left: -22px;
        top: 6px;
        display: none
    }

    #rating-details-nav .name sup {
        color: #484F5A
    }

    #rating-details-nav hr {
        height: 1px;
        background: #A1A9B5;
        width: 100%;
        margin-bottom: 0;
        border: none
    }

    #rating-details-nav .rating-type-explanation {
        color: #484F5A;
        padding: 12px;
        font-size: 12px
    }

.rating-details--entity-longname {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#rating-details-content {
    display: block;
    float: left;
    width: 650px;
    margin-left: 290px
}

    #rating-details-content .industry-asterisk {
        position: relative;
        top: 6px
    }

    #rating-details-content .industry-asterisk2 {
        position: relative;
        right: 3px
    }

#rating-details-nav h5, .rating-details-content h5 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px
}

.rating-details-content .detail-section {
    display: block;
    margin-bottom: 20px;
    min-height: 500px
}

    .rating-details-content .detail-section:last-child {
        max-height: none;
        height: auto !important
    }

.rating-details-content .header-section {
    margin-bottom: 80px;
    min-height: 0;
    height: auto !important
}

.rating-details-content h3 {
    margin-bottom: 0
}

.rating-details-content .stats-row {
    padding: 30px 0 20px;
    display: block
}

.rating-details-content .vector-summary .stats-row {
    padding-top: 0
}

.rating-details-content .grade-row {
    margin-bottom: 20px;
    padding-top: 10px
}

.rating-details-content .percentile-eval {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #1A1E23;
    position: relative;
    top: 9px
}

    .rating-details-content .percentile-eval.grade-a .segment, .rating-details-content .percentile-eval.grade-a .percent {
        color: #2c4d7f
    }

    .rating-details-content .percentile-eval.grade-b .segment, .rating-details-content .percentile-eval.grade-b .percent {
        color: #526d96
    }

    .rating-details-content .percentile-eval.grade-c .segment, .rating-details-content .percentile-eval.grade-c .percent {
        color: #ecb870
    }

    .rating-details-content .percentile-eval.grade-d .segment, .rating-details-content .percentile-eval.grade-d .percent {
        color: #c77481
    }

    .rating-details-content .percentile-eval.grade-f .segment, .rating-details-content .percentile-eval.grade-f .percent {
        color: #b24053
    }

.security-rating .rating-details-content .percentile-eval {
    top: -1px;
    margin-left: 10px
}

.rating-details-content .entity-row {
    margin-bottom: 20px
}

.rating-details-content .stats-row .stat {
    float: left;
    display: block;
    margin-right: 20px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative
}

.rating-details-content .stats-row .stat-value {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #1A1E23;
    text-transform: lowercase;
    min-height: 32px
}

.percentile .rating-details-content .stats-row .stat-value {
    font-size: 14px;
    text-transform: none
}

.industry-row .rating-details-content .stats-row .stat-value {
    color: #484F5A
}

.rating-details-content .stats-row .stat-label {
    display: block;
    font-size: 11px;
    text-transform: none;
    font-weight: bold;
    color: #484F5A;
    margin-top: -3px
}

.rating-details-content .stat.grade {
    width: 56px
}

    .rating-details-content .stat.grade .grade-circle {
        margin: -26px 0 10px -4px
    }

    .rating-details-content .stat.grade .grade-n\/a {
        padding-top: 28px
    }

.rating-details-content .stat.security-rating .bitsight-rating {
    font-size: 36px;
    font-weight: bold;
    margin-top: -2px
}

.rating-details-content .stat.weekly {
    min-width: 100px
}

    .rating-details-content .stat.weekly.pc-weekly {
        min-width: 190px
    }

.rating-details-content .stat.annual {
    min-width: 100px
}

    .rating-details-content .stat.annual.pc-annual {
        min-width: 190px
    }

.rating-details-content .stat.distribution {
    min-width: 86px
}

    .rating-details-content .stat.distribution:last-child {
        margin-right: 0
    }

.rating-details-content .stat.duration {
    min-width: 120px;
    margin-right: 0
}

.rating-details-content .row-label {
    float: left;
    display: block;
    padding-left: 10px;
    border-left: 1px solid #CDD2DA;
    margin-left: 30px;
    width: 180px;
    height: 40px;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase
}

.industry-row .rating-details-content .row-label {
    color: #484F5A
}

.rating-details-content .industry-label .stat-label {
    color: #1A1E23
}

.rating-details-content .stat.description {
    margin-bottom: 16px;
    width: 420px;
    padding-top: 5px
}

.rating-details-content .rating-good .stat-value {
    color: #2c4d7f
}

.rating-details-content .rating-fair .stat-value {
    color: #526d96
}

.rating-details-content .rating-neutral .stat-value {
    color: #A1A9B5
}

.rating-details-content .rating-warn .stat-value {
    color: #ecb870
}

.rating-details-content .rating-bad .stat-value {
    color: #b24053
}

.rating-details-content .asterisk {
    position: absolute;
    right: 0;
    bottom: 53px;
    font-size: 20px
}

.bitsight-rating .map-incomplete-indicator {
    font-size: 60%;
    margin-left: -4px
}

.reg-report-dialog__category--header {
    display: flex;
    align-items: center
}

    .reg-report-dialog__category--header h2 {
        margin: 0 8px 0 0
    }

.grade-circle {
    display: block;
    font-size: 28px;
    height: 54px;
    width: 54px;
    padding-top: 12px;
    border-radius: 27px;
    text-align: center;
    background: #A1A9B5;
    color: #fff
}

    .grade-circle:hover {
        color: #fff;
        text-decoration: none
    }

    .grade-circle.medium {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        font-size: 23px
    }

        .grade-circle.medium.non-graded {
            border: 1px solid #A1A9B5;
            background: #fff;
            color: #373E49;
            font-size: 16px;
            padding-top: 14px
        }

            .grade-circle.medium.non-graded.non-affecting {
                background: #A1A9B5;
                color: #fff
            }

    .grade-circle.small {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        height: 21px;
        width: 21px;
        padding-top: 3px;
        border-radius: 11px
    }

        .grade-circle.small.grade-none {
            background: #fff;
            color: #373E49;
            border: 1px solid #A1A9B5;
            font-size: 10px;
            padding-top: 5px
        }

            .grade-circle.small.grade-none.non-affecting {
                background: #fff;
                color: #373E49
            }

    .grade-circle.grade-a {
        background: #2c4d7f
    }

    .grade-circle.grade-b {
        background: #526d96
    }

    .grade-circle.grade-c {
        background: #ecb870
    }

    .grade-circle.grade-d {
        background: #c77481
    }

    .grade-circle.grade-f {
        background: #b24053
    }

    .grade-circle.grade-n\/a {
        color: #373E49;
        background: none
    }

    .grade-circle.grade-none {
        background: #fff;
        color: #373E49;
        border: 1px solid #A1A9B5;
        font-size: 22px;
        padding-top: 15px
    }

        .grade-circle.grade-none.non-affecting {
            background: #fff;
            color: #373E49
        }

    .grade-circle.small.non-affecting, .grade-circle.non-affecting {
        background: #A1A9B5
    }

    .grade-circle.small.non-graded {
        font-size: 10px;
        padding-top: 5px
    }

    .grade-circle.non-graded {
        font-size: 22px;
        padding-top: 15px
    }

    .grade-circle.small.non-graded, .grade-circle.non-graded {
        background: #fff;
        color: #373E49;
        border: 1px solid #A1A9B5
    }

.selected:not(.reg-report-dialog__category-row) .grade-circle {
    background-color: #DFE3E9
}

    .selected:not(.reg-report-dialog__category-row) .grade-circle.grade-a {
        color: #2c4d7f
    }

    .selected:not(.reg-report-dialog__category-row) .grade-circle.grade-b {
        color: #526d96
    }

    .selected:not(.reg-report-dialog__category-row) .grade-circle.grade-c {
        color: #ecb870
    }

    .selected:not(.reg-report-dialog__category-row) .grade-circle.grade-d {
        color: #c77481
    }

    .selected:not(.reg-report-dialog__category-row) .grade-circle.grade-f {
        color: #b24053
    }

    .selected:not(.reg-report-dialog__category-row) .grade-circle.grade-none {
        background-color: #DFE3E9;
        color: #373E49
    }

#rating-analysis-holder #news-list {
    margin: -20px auto 20px;
    font-size: 12px;
    float: none;
    width: 100%
}

    #rating-analysis-holder #news-list h3 {
        margin-bottom: 2px;
        font-size: 14px
    }

    #rating-analysis-holder #news-list h4 {
        padding: 10px 0;
        margin-bottom: 10px
    }

    #rating-analysis-holder #news-list p {
        margin-bottom: 0
    }

    #rating-analysis-holder #news-list .external-link {
        margin: 3px 0 0 0
    }

    #rating-analysis-holder #news-list article {
        margin-bottom: 18px
    }

    #rating-analysis-holder #news-list .breachtype {
        margin: 2px 0
    }

.rating-details-panel .intro {
    margin-bottom: 32px;
    color: #484F5A
}

.rating-details-panel h3 {
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #CDD2DA
}

.rating-details-panel .rating-details-column h4 {
    margin: 0;
    font-size: 14px;
    border: none;
    padding: 0
}

.rating-details-panel .event-type {
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
    position: relative
}

    .rating-details-panel .event-type a {
        display: block
    }

        .rating-details-panel .event-type a:hover {
            text-decoration: none
        }

    .rating-details-panel .event-type .asterisk {
        position: absolute;
        right: 3px;
        top: 5px
    }

.rating-details-panel .grade-circle {
    float: right;
    font-weight: bold;
    height: 22px;
    width: 22px;
    font-size: 15px;
    padding-top: 3px;
    margin: -1px 10px 0 0
}

    .rating-details-panel .grade-circle.grade-none, .rating-details-panel .grade-circle.non-graded {
        font-size: 10px;
        padding-top: 5px
    }

.rating-details-panel .rating-details-column {
    width: 40%;
    float: left;
    margin-left: 15px
}

    .rating-details-panel .rating-details-column:not(:last-child) {
        margin-right: 25px
    }

    .rating-details-panel .rating-details-column .wrapper {
        padding: 0 20px
    }

.rating-details-panel .grades-panel {
    padding: 0 0 25px
}

.rating-details-panel .type {
    color: #1A1E23;
    font-size: 14px
}

.rating-details-panel a:hover .type {
    color: #004470
}

.rating-details-panel .hint {
    padding-top: 10px;
    width: 240px;
    text-indent: -.5em
}

.rating-details-panel #rating-explanation-chart-holder {
    position: relative
}

    .rating-details-panel #rating-explanation-chart-holder #rating-explanation-chart {
        margin: 20px auto 0px auto;
        width: 200px;
        height: 200px;
        position: relative
    }

.rating-details-panel .rating-explanation-label {
    height: 40px;
    position: absolute;
    z-index: 3;
    width: 100px;
    pointer-events: none;
    font-weight: bold;
    margin-left: -50px
}

    .rating-details-panel .rating-explanation-label .name {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #1A1E23
    }

    .rating-details-panel .rating-explanation-label .percentage {
        display: block;
        text-align: center;
        font-size: 18px;
        margin-bottom: 2px;
        color: #1A1E23
    }

.rating-details-panel #user-behavior-explanation-label {
    left: 96px;
    top: -16px
}

.rating-details-panel #diligence-explanation-label {
    left: 36px;
    top: 100px
}

.rating-details-panel #compromised-systems-explanation-label {
    left: 272px;
    top: 112px
}

.rating-details-panel #rating-explanation-chart-note {
    font-size: 12px;
    margin-bottom: 40px
}

.rating-details-panel #rating-overview-color-key {
    margin: 4px 0 14px 0;
    text-align: center
}

    .rating-details-panel #rating-overview-color-key .rating-overview-color-legend {
        display: inline-block;
        margin: auto 6px
    }

    .rating-details-panel #rating-overview-color-key .rating-overview-swatch {
        float: left;
        width: 12px;
        height: 12px;
        margin: -2px 2px 0 0
    }

        .rating-details-panel #rating-overview-color-key .rating-overview-swatch.swatch-events {
            background-color: #1A1E23
        }

        .rating-details-panel #rating-overview-color-key .rating-overview-swatch.swatch-diligence {
            background-color: #484F5A
        }

        .rating-details-panel #rating-overview-color-key .rating-overview-swatch.swatch-user-behavior {
            background-color: #CDD2DA
        }

    .rating-details-panel #rating-overview-color-key .rating-overview-text {
        float: left;
        color: #1A1E23;
        margin: -3px 0 0 5px
    }

.rating-details-panel .footnotes {
    font-size: 12px;
    position: absolute;
    right: 30px;
    bottom: 28px;
    max-width: 640px
}

.rating-details__holder {
    float: left;
    width: 65%
}

.rating-details__info {
    float: left;
    width: 33%
}

.footprint-chart-heading {
    padding: 1em 0 0 10px;
    margin-bottom: 5px
}

#port_query_text, #portfolio_pdf_query_text {
    float: left
}

    #port_query_text.default, #portfolio_pdf_query_text.default {
        color: #565F6C
    }

.detail-section .distribution-row {
    margin-bottom: 20px
}

.detail-section table {
    width: 100%;
    border: 1px solid #CDD2DA
}

    .detail-section table a.launcher {
        text-decoration: none;
        color: #004470
    }

        .detail-section table a.launcher:hover {
            color: #004470
        }

        .detail-section table a.launcher .icon-search {
            position: static;
            color: inherit
        }

    .detail-section table td, .detail-section table th {
        padding: 4px
    }

    .detail-section table tr {
        border-bottom: 1px solid #CDD2DA
    }

.detail-section .num {
    text-align: right
}

#disclosed-creds-table .col--num {
    text-align: right
}

#disclosed-creds-table .bs-datatable__col--header--content {
    flex: 1 0 auto
}

.md-show .md-modal.creds-container {
    width: 650px
}

    .md-show .md-modal.creds-container div {
        margin-bottom: 5px
    }

    .md-show .md-modal.creds-container .delimiter:last-child {
        display: none
    }

    .md-show .md-modal.creds-container .creds-container__header {
        font-weight: bold
    }

    .md-show .md-modal.creds-container .creds-container__domain {
        float: left
    }

    .md-show .md-modal.creds-container .creds-container-attributes, .md-show .md-modal.creds-container .creds-container-domains {
        margin-bottom: 20px
    }

    .md-show .md-modal.creds-container .creds-containter-attributes__list {
        line-height: 20px
    }

    .md-show .md-modal.creds-container .creds-container__count {
        float: right
    }

    .md-show .md-modal.creds-container #creds-domain-rows div:hover {
        background-color: #DFE3E9
    }

.breach-dialog-content .breach-dialog-row {
    clear: both;
    margin-bottom: 15px;
    overflow: auto
}

.breach-dialog-content .breach-dialog-label {
    float: left;
    width: 140px
}

.breach-dialog-content .breach-dialog-value {
    float: left;
    width: 550px
}

.breach-dialog-content p {
    margin-top: 15px
}

.breach-dialog-content #breach-dialog-description {
    margin-left: 5px;
    color: #484F5A;
    cursor: pointer
}

.breaches-filterbar {
    margin-bottom: 15px
}

.breaches-searchbar {
    width: 150px;
    display: inline-block
}

.breaches-filter {
    margin-left: 15px
}

.public-disclosures-none, .other-disclosures-none {
    display: none
}

.page-newslist h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0;
    vertical-align: bottom
}

.page-newslist header {
    display: block;
    margin-bottom: 17px;
    padding: 0 0 2px;
    border-bottom: 1px solid #CDD2DA
}

.page-newslist h1 .updated {
    float: right;
    font-size: 15px;
    margin-top: 5px;
    color: #1A1E23;
    font-weight: normal
}

.page-newslist article, .page-newslist article p {
    color: #1A1E23;
    word-wrap: break-word
}

.news-preview {
    word-wrap: break-word;
    display: block;
    padding-right: 30px
}

.page-newslist article .external-link {
    margin: 1em 0 0 0;
    font-size: 15px;
    display: block
}

#news-list {
    width: 520px;
    float: left;
    margin-left: 20px;
    margin-right: 80px
}

#release-notes-list {
    display: block;
    margin: 0 20px
}

#news-twitter-widget {
    float: left;
    width: 300px
}

.bsb-link {
    display: block;
    margin-left: 6px;
    margin-bottom: 18px
}

#news-twitter-widget iframe {
    margin: -29px 0 0
}

#news-twitter-widget h3 {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-right: 75px;
    padding: 0 0 0 7px;
    font-size: 1.25em;
    margin-bottom: 2px
}

.page-newslist article {
    display: block;
    padding: 0 4px 25px;
    border-bottom: 1px dashed #A1A9B5;
    margin: 0 auto 25px
}

    .page-newslist article .breachtype {
        display: block;
        font-family: Consolas, "Courier New", Menlo, Monaco, monospace;
        font-size: 12px;
        color: #373E49;
        margin-bottom: 4px
    }

.morenews {
    display: block;
    margin-bottom: .6em
}

.news-preview {
    word-wrap: break-word;
    display: block
}

    .news-preview a:hover {
        text-decoration: none
    }

    .news-preview .entname {
        display: block;
        margin-bottom: 2px;
        font-weight: bold
    }

    .news-preview .date {
        color: #1A1E23;
        display: inline-block;
        margin-right: 4px
    }

.page-newslist article .highlight {
    display: block;
    border-left: 3px solid #A1A9B5;
    padding: 2px 0 2px 8px
}

.page-newslist article .date {
    margin: 0 0 1em;
    font-size: 12px;
    color: #373E49
}

.page-newslist article h3 {
    margin-bottom: 0
}

.page-newslist article .snippet {
    font-size: 15px;
    margin-bottom: 0
}

#mgt_content {
    position: relative
}

.search-match a {
    margin-left: 15px;
    display: block
}

.search-match h4 {
    margin-top: 6px;
    border-bottom: 1px solid #CDD2DA;
    margin-bottom: 3px
}

.search-match .no-match {
    font-style: italic;
    color: #1A1E23
}

#content.management {
    font-size: 12px
}

#gridDiv {
    min-height: inherit
}

#leftSide {
    display: block;
    background-color: #EEF1F5;
    width: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4px;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%
}

#rightSide {
    display: block;
    width: 730px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16);
    padding: 14px;
    position: absolute;
    top: 0;
    right: 0px;
    overflow-y: scroll;
    height: 100%
}

#leftside .searchholder {
    margin: -10px auto 20px
}

#mgt_spinner {
    position: absolute;
    left: 50%;
    top: 50px;
    display: block;
    z-index: 3
}

#payment-spinner {
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
    top: -65px
}

#mgt_content .dataTable {
    margin-bottom: 6px
}

#mgt_content .settings_tbl td {
    vertical-align: top
}

.alert-threshold input[type=number] {
    padding-left: 5px;
    border: 1px solid #A1A9B5;
    border-radius: 3px;
    font-size: 14px
}

#company_index {
    width: 15px;
    float: left
}

.managed-feature-row td {
    border-bottom: 8px solid transparent
}

.managed-feature-row small {
    font-weight: normal;
    font-style: italic;
    color: #484F5A
}

.login-spacer {
    width: 100%
}

    .login-spacer.default {
        height: 15px
    }

    .login-spacer.lg {
        height: 30px
    }

    .login-spacer.xlg {
        height: 60px
    }

@-ms-viewport {
    width: device-width
}

#responsive-content {
    position: absolute;
    top: 0;
    background: #EEF1F5;
    min-height: 600px
}

.login-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #004470;
    background-image: radial-gradient(50% 100%, #0B193F 0%, #005084 100%);
    background-size: cover
}

@media screen and (max-width: 940px) {
    .login-bg {
        background: #EEF1F5
    }
}

.login-footer-contact {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #A1A9B5
}

.login-container {
    width: 960px;
    height: 545px;
    overflow: hidden;
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 1;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16)
}

    .login-container .inner-content {
        width: 100%;
        min-height: 250px;
        padding: 0 60px;
        position: absolute;
        bottom: 50%;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
        margin-top: 30px;
        text-align: center
    }

    .login-container .bs-logo {
        width: 202px;
        height: 54px;
        position: absolute;
        top: 52px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

        .login-container .bs-logo > img {
            width: 100%
        }

    .login-container #btFooter {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0px;
        text-align: center
    }

    .login-container .login-footer-contact {
        border-left: 1px solid #A1A9B5
    }

.activation__logo-container {
    position: relative;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    max-width: 550px;
    padding-top: 10px
}

.activation__logo-att {
    height: 77px
}

.activation__logo-bitsight {
    height: 68px;
    float: right
}

.login-container--innerPanel {
    height: 100%;
    padding: 30px;
    position: relative;
    background: white
}

    .login-container--innerPanel ::-webkit-input-placeholder {
        color: #484F5A;
        font-size: 16px;
        font-weight: normal
    }

    .login-container--innerPanel :-moz-placeholder {
        color: #484F5A;
        font-size: 16px;
        font-weight: normal
    }

    .login-container--innerPanel ::-moz-placeholder {
        color: #484F5A;
        font-size: 16px;
        font-weight: normal
    }

    .login-container--innerPanel :-ms-input-placeholder {
        color: #484F5A;
        font-size: 16px;
        font-weight: normal
    }

.login-title {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: none;
    letter-spacing: -1px;
    font-weight:500;
}

.login-description {
    margin-bottom: 30px;
    color: #484F5A;
    font-size: 14px;
    text-transform: none
}

    .login-description.forgot {
        font-weight: 400
    }

.login-form-wrapper {
    width: 70%;
    float: left;
    position: relative;
    margin: 0 15%
}

.login-error {
    width: 100%;
    min-height: 65px;
    background: #e4bac1;
    border-radius: 2px;
    color: #1A1E23;
    text-align: center;
    padding: 10px 20px
}

    .login-error span {
        display: block;
        margin-bottom: 10px
    }

        .login-error span:last-child {
            margin-bottom: 0
        }

.login-error--msg {
    font-weight: 700;
    color: #AD0B08
}

.login-form-field {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 15px
}

    .login-form-field > input[type='email'], .login-form-field > input[type='password'], .login-form-field > input[type='text'], .login-form-field > select {
        width: 100%;
        height: 50px;
        padding: 0 15px 0 65px;
        position: relative;
        z-index: 0;
        border: 1px solid #CDD2DA;
        background: none;
        border-radius: 2px;
        transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
        font-size: 16px
    }

        .login-form-field > input[type='email']:focus, .login-form-field > input[type='password']:focus, .login-form-field > input[type='text']:focus, .login-form-field > select:focus {
            outline: none;
            border-color: #A1A9B5;
            color: #1A1E23;
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16)
        }

    .login-form-field > label small {
        margin-left: 0.5em;
        color: #484F5A;
        font-weight: normal
    }

    .login-form-field > .ico {
        width: 49px;
        height: 48px;
        position: absolute;
        top: 1px;
        left: 1px;
        z-index: 1;
        pointer-events: none;
        border-right: 1px solid #CDD2DA;
        background: #EEF1F5
    }

        .login-form-field > .ico > svg {
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: 50%;
            right: 50%;
            -webkit-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
            transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
            fill: rgba(0,0,0,0.2)
        }

        .login-form-field > .ico.is-active > svg {
            fill: #1A1E23
        }

    .login-form-field.has-error {
        height: auto
    }

        .login-form-field.has-error > input {
            border-color: #AD0B08
        }

        .login-form-field.has-error .help-inline {
            display: block;
            padding: 0px 8px;
            min-height: 30px;
            width: 100%;
            margin-top: 15px;
            background: #e4bac1;
            font-size: 14px;
            font-weight: 600;
            color: #AD0B08;
            line-height: 30px;
            border-radius: 2px
        }

    .login-form-field input::-ms-clear, .login-form-field input::-ms-reveal {
        width: 24px
    }

.login-button {
    padding: 0 15px;
    height: 45px;
    display: block;
    position: relative;
    border-radius: 2px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none
}

    .login-button > span {
        position: absolute;
        bottom: 50%;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
        margin-top: 1px
    }

.login-button--block {
    width: 100%
}

.login-button--positive {
    background: #004470;
    color: white
}

.login-button--cancel {
    background: #EEF1F5;
    color: #484F5A
}

.login-button:hover {
    color: #fff;
    text-decoration: none
}

.login-button[disabled] {
    background: #DFE3E9 !important;
    color: #484F5A !important
}

.login-actions .login-button--positive {
    width: 60%;
    float: right
}

.login-actions .login-button--cancel {
    width: 35%;
    float: left
}

    .login-actions .login-button--cancel:hover {
        color: #373E49
    }

.latest-slider .panels-wrapper {
    color: #484F5A;
    overflow: hidden
}

    .latest-slider .panels-wrapper .panels-slider {
        width: 100%;
        margin-bottom: 16px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0
    }

.latest-slider .latest-panel {
    width: 100%;
    display: inline-block;
    transition: transform 500ms cubic-bezier(0.62, 0.28, 0.23, 0.99);
    font-size: 1rem;
    white-space: normal
}

    .latest-slider .latest-panel .latest-panel-media {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px
    }

        .latest-slider .latest-panel .latest-panel-media .latest-panel--video {
            max-width: 100%;
            display: block
        }

    .latest-slider .latest-panel .latest-panel-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

.latest-slider .latest-panel--cat {
    margin-bottom: 5px;
    font-size: 11px;
    color: #484F5A
}

.latest-panel--title {
    height: 120px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #004470;
    text-align: center;
    margin-bottom: 24px
}

.latest-panel--action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 30px;
    border: 1px solid #CDD2DA;
    border-radius: 2px;
    background: #004470;
    color: white;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 11px;
    text-decoration: none
}

    .latest-panel--action:hover {
        background: #003252;
        color: white;
        text-decoration: none
    }

    .latest-panel--action:focus {
        color: white
    }

.latest-slider--control {
    width: 100%;
    padding: 0;
    text-align: center
}

    .latest-slider--control > li {
        display: inline-block;
        margin: 0 5px
    }

        .latest-slider--control > li .dot {
            width: 12px;
            height: 12px;
            display: block;
            position: relative;
            border-radius: 50%;
            background: #607999;
            outline: none
        }

            .latest-slider--control > li .dot:hover {
                box-shadow: 0 0 0 3px rgba(0,0,0,0.075)
            }

            .latest-slider--control > li .dot:focus {
                box-shadow: 0 0 0 3px rgba(0,0,0,0.4)
            }

        .latest-slider--control > li.is-active .dot {
            background: #e8a951
        }

@media screen and (min-width: 940px) and (max-width: 1023px) {
    .login-container {
        width: 860px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
    .login-container {
        width: 960px
    }
}

@media screen and (max-width: 1024px) {
    .latest-slider--control > li {
        margin: 0 10px
    }

        .latest-slider--control > li .dot:before {
            display: block;
            position: absolute;
            top: -10px;
            right: -10px;
            bottom: -10px;
            left: -10px;
            content: '';
            background-color: transparent
        }
}

@media screen and (min-width: 1080px) {
    .login-container {
        width: 680px
    }
}

@media screen and (max-width: 940px) {
    .login-container {
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0;
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: auto;
        right: auto;
        background: #EEF1F5
    }

        .login-container #btFooter {
            position: relative;
            width: 100%;
            float: left;
            padding: 0 0 15px
        }

            .login-container #btFooter span {
                width: 100%;
                float: left
            }

            .login-container #btFooter .login-footer-contact {
                clear: both;
                margin-top: 5px;
                padding-left: 0;
                margin-left: 0;
                border-left: 0
            }

    .login-form-wrapper {
        width: 100%;
        margin: 0 0
    }

    .login-container--innerPanel {
        height: auto
    }

        .login-container--innerPanel.login {
            width: 100%;
            min-height: 50vh;
            height: auto;
            padding: 80px 15px 30px;
            position: relative;
            bottom: auto;
            right: auto;
            overflow: visible;
            float: left
        }

            .login-container--innerPanel.login .bs-logo {
                top: 35px;
                width: 170px;
                height: 45px
            }

            .login-container--innerPanel.login .inner-content {
                width: 100%;
                padding: 0;
                float: left;
                position: relative;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                bottom: auto;
                right: auto
            }

                .login-container--innerPanel.login .inner-content .login-title {
                    font-size: 24px
                }

        .login-container--innerPanel.latest {
            width: 100%;
            position: relative;
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            float: left
        }
}

@media screen and (min-width: 460px) and (max-width: 940px) {
    .login-form-wrapper {
        width: 70%;
        margin: 0 15%
    }
}

.executive-login__title {
    margin: 56px 0
}

.executive-login__title--activation {
    margin: 72px 0 33px 0
}

.executive-login__copy {
    margin-top: 40px
}

.tos-not-selected__admin-email {
    word-break: break-all;
    display: block;
    margin-bottom: 5px
}

.tos-not-selected__no-padding {
    padding: 0 !important
}

#tos-not-selected__customer-admins-section {
    height: 300px;
    width: 100%;
    overflow: auto;
    position: absolute
}

.tos-not-selected__show-view-less-admins {
    margin-bottom: 21px;
    display: block
}

.tos-not-selected__hide-el {
    display: none
}

.tos-not-selected__pointer, .tos-not-selected__pointer:hover {
    cursor: pointer;
    text-decoration: none
}

.info-box {
    background: #EEF1F5;
    margin: 40px 40px 2px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6)
}

.info-box--header {
    background: #DFE3E9;
    padding: 16px
}

.info-box--body {
    padding: 16px
}

.info-box--info {
    padding: 16px
}

.info-box--footer {
    margin-left: 24px;
    padding: 16px
}

#api_token {
    width: 320px
}

.tableau_connector_btn {
    margin-left: 8px
}

.bitsight-chart-exporting {
    position: absolute;
    top: 10px;
    display: block;
    opacity: 0;
    z-index: 20;
    transition: opacity 0.2s ease-out
}

.highcharts-container:hover .bitsight-chart-exporting {
    opacity: 1
}

.bitsight-chart-exporting .trigger {
    display: block;
    padding: 6px 0 6px 8px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(35,35,35,0.2);
    background: rgba(255,255,255,0.9)
}

.bitsight-chart-exporting:hover .trigger:hover {
    text-decoration: none;
    background: #fff
}

.bitsight-chart-exporting .text {
    display: inline-block;
    overflow: hidden;
    width: 0;
    padding-left: 8px;
    text-align: left;
    transition: width 0.2s ease-out
}

.bitsight-chart-exporting:hover .text {
    width: 85px
}

.bitsight-chart-exporting .icon {
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    display: inline-block;
    transition: color 0.2s ease-out
}

.bitsight-chart-exporting:hover .trigger .icon {
    color: #004470
}

.portfolio-page .highcharts-tooltip {
    z-index: 1
}

.custom-tooltip .highcharts-tooltip shape {
    display: none !important;
    visibility: hidden !important
}

.highcharts-tooltip, .highcharts-tooltip > span, .bitsight-tooltip {
    z-index: 4 !important
}

.highcharts-container {
    z-index: 3 !important
}

.checkbox-svg {
    cursor: pointer
}

.bitsight-tooltip .chart-score-holder {
    display: block;
    border: 3px solid #000;
    background: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

    .bitsight-tooltip .chart-score-holder.current-rating:before {
        content: 'Current Rating:';
        position: absolute;
        transform: translate(-98px, 3px);
        color: #484F5A;
        font-size: 12px
    }

.chart .news-alert {
    position: absolute;
    z-index: 100;
    margin-left: -8px
}

.news-alert .news-tooltip {
    display: block;
    position: relative;
    left: 22px;
    top: -7px;
    width: 178px;
    font-size: 11px;
    line-height: 14px;
    padding: 4px;
    border: 1px solid #CDD2DA;
    background: #EEF1F5;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2)
}

    .news-alert .news-tooltip .date {
        display: block;
        color: #373E49
    }

    .news-alert .news-tooltip .external-link {
        margin-top: 4px;
        margin-bottom: 1px
    }

.news-alert .icon-alert {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 1;
    background: url(../images/icon-alert.png) no-repeat left top;
    padding-right: 6px
}

.bitsight-tooltip .chart-score-holder .chart-score {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-top: 2px;
    cursor: default
}

.bitsight-tooltip.advanced .chart-score-holder {
    border-color: #2c4d7f
}

    .bitsight-tooltip.advanced .chart-score-holder .chart-score {
        color: #2c4d7f
    }

.bitsight-tooltip.intermediate .chart-score-holder {
    border-color: #e8a951
}

    .bitsight-tooltip.intermediate .chart-score-holder .chart-score {
        color: #e8a951
    }

.bitsight-tooltip.basic .chart-score-holder {
    border-color: #b24053
}

    .bitsight-tooltip.basic .chart-score-holder .chart-score {
        color: #b24053
    }

.bitsight-tooltip .chart-score-holder.no-border {
    border-color: transparent;
    background: transparent
}

.bitsight-tooltip .chart-score-holder .date {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #1A1E23;
    left: 50%;
    padding-top: 4px;
    cursor: default
}

    .bitsight-tooltip .chart-score-holder .date.bottom {
        top: 251px
    }

.bitsight-tooltip .tooltip-anchor {
    position: relative;
    background: #003252;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #C0DAEA;
    margin: 3px auto 0
}

.bitsight-tooltip .chart-score-holder .date .center {
    position: relative;
    left: -50%;
    background: #DFE3E9;
    padding: 5px 10px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    font-size: 11px
}

    .bitsight-tooltip .chart-score-holder .date .center > span {
        min-width: 130px;
        width: 130px
    }

.portfolio-tooltip {
    overflow: visible !important
}

    .portfolio-tooltip .highcharts-tooltip shape {
        display: none !important;
        visibility: hidden !important
    }

    .portfolio-tooltip .highcharts-tooltip {
        visibility: visible !important
    }

    .portfolio-tooltip .portfolio-tooltip-content {
        width: 205px;
        height: 250px;
        white-space: normal;
        word-wrap: break-word;
        overflow: auto
    }

    .portfolio-tooltip header, .portfolio-tooltip .line {
        display: block;
        margin-bottom: 3px
    }

    .portfolio-tooltip .portfolio-tooltip-content.hidden {
        display: none
    }

    .portfolio-tooltip .date, .portfolio-tooltip .scorehead {
        font-size: 12px;
        color: #565F6C;
        margin-bottom: 2px;
        float: left;
        font-weight: notmal
    }

    .portfolio-tooltip .date {
        padding-left: 20px;
        width: 130px
    }

    .portfolio-tooltip .scorehead {
        float: right;
        width: 40px;
        text-align: right
    }

    .portfolio-tooltip .line {
        font-size: 12px;
        min-height: 16px
    }

    .portfolio-tooltip .line, .portfolio-tooltip header, #chart-reset {
        width: 180px
    }

    .portfolio-tooltip .score {
        font-weight: bold;
        float: right;
        display: block;
        text-align: right;
        width: 30px;
        padding-top: 1px
    }

    .portfolio-tooltip .series-name {
        display: block;
        float: left;
        width: 144px;
        position: relative;
        overflow: hidden;
        padding: 1px 0 1px 20px
    }

    .portfolio-tooltip .line .remove {
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        z-index: 2;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }

        .portfolio-tooltip .line .remove:hover {
            text-decoration: none
        }

    .portfolio-tooltip #chart-reset {
        display: block;
        border-top: 1px solid #CDD2DA;
        color: #b24053;
        font-size: 12px;
        font-weight: bold;
        padding-top: 6px;
        margin-top: 8px
    }

.highcharts-tooltip {
    z-index: 10
}

.portfolio-tooltip .line .remove img {
    display: block
}

.portfolio-tooltip .line .name {
    position: relative;
    z-index: 1;
    left: 0
}

    .portfolio-tooltip .line .name .type {
        color: #1A1E23 !important
    }

.portfolio-tooltip .score.advanced {
    color: #2c4d7f
}

.portfolio-tooltip .score.intermediate {
    color: #e8a951
}

.portfolio-tooltip .score.basic {
    color: #b24053
}

.policy-tooltip-content .rowlabel {
    display: block;
    color: #373E49;
    font-size: 11px;
    margin-top: 12px
}

.policy-tooltip-content .value {
    display: block;
    font-size: 14px
}

    .policy-tooltip-content .value.rating {
        font-weight: bold
    }

.simple-tooltip {
    padding: 10px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #CDD2DA;
    font-size: 13px;
    word-wrap: break-word
}

    .simple-tooltip h5 {
        color: #1A1E23;
        margin-bottom: 4px
    }

    .simple-tooltip .value {
        font-weight: bold;
        font-size: 15px
    }

    .simple-tooltip .smalltext {
        font-size: 12px
    }

    .simple-tooltip .breakdown {
        font-size: 11px;
        display: block;
        padding: 6px 0 0
    }

        .simple-tooltip .breakdown .line {
            display: block;
            margin-bottom: 2px
        }

        .simple-tooltip .breakdown .type {
            float: left;
            width: 44px;
            padding-right: 5px
        }

        .simple-tooltip .breakdown .count {
            color: #1A1E23;
            font-weight: bold
        }

.portfolio-page, .dashboard {
    min-height: inherit
}

    .portfolio-page .panels, .dashboard .panels {
        min-height: inherit
    }

    .portfolio-page .panel-row .panel, .dashboard .panel-row .panel {
        height: 448px
    }

    .portfolio-page .panel-row.bottomrow .panel, .dashboard .panel-row.bottomrow .panel {
        height: unset;
        min-height: 448px
    }

    .portfolio-page .panel-row.toprow .panel, .dashboard .panel-row.toprow .panel {
        height: 452px
    }

.portfolio-overview h5 {
    margin-bottom: 5px
}

.dashboard .portscore-subhead {
    margin-bottom: 0
}

.dashboard .portscore {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 7px
}

.portfolio-overview p.count {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 6px;
    line-height: 36px
}

.portfolio-overview h6 {
    text-align: center;
    font-size: 19px;
    color: #1A1E23;
    font-weight: normal;
    text-transform: none
}

#portgraphs {
    position: relative
}

    #portgraphs h5 {
        color: #565F6C;
        font-size: 12px
    }

.statistics-toggler {
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 3;
    font-size: 13px;
    text-align: right
}

    .statistics-toggler input {
        margin: 0 0 0 8px;
        float: right;
        display: block
    }

    .statistics-toggler label {
        margin: 0;
        width: 240px;
        text-align: right;
        color: #565F6C
    }

#portfolio-statistics-holder {
    padding: 0 30px 20px
}

#comparison-tab-content {
    padding: 0 40px 20px
}

#comparison-options-row {
    padding: 14px 0 10px 0;
    border-bottom: 1px solid #CDD2DA
}

    #comparison-options-row .filter-dropdowns {
        float: none;
        margin-right: 10px
    }

        #comparison-options-row .filter-dropdowns #folder-filters {
            z-index: 1000
        }

#folder-filters-trigger .chevron-down-icon {
    float: right
}

.select-industry-dropdown-trigger .chevron-down-icon {
    float: right
}

.portfolio-page .active-folder-name {
    display: block;
    margin-bottom: .7em;
    font-size: 18px
}

    .portfolio-page .active-folder-name.has-alert-only:after {
        content: "*"
    }

.bs-checkbox-label-zero {
    color: #484F5A
}

.portfolio--header--filter {
    font-size: 12px;
    margin: 10px 0 18px 0
}

    .portfolio--header--filter .count {
        margin-left: 10px;
        text-transform: lowercase;
        font-size: 1em;
        font-weight: normal
    }

.toggle-checkbox-list {
    display: inline-block;
    float: right;
    cursor: pointer
}

.filter-options {
    display: block;
    max-height: 0;
    overflow: hidden
}

    .filter-options.show {
        max-height: 100vh
    }

    .filter-options .loading {
        margin-bottom: 20px
    }

    .filter-options .bs-checkbox-label {
        padding-right: 40px !important
    }

.filter-label {
    vertical-align: 25%
}

.bs-checkbox-field {
    padding-left: 0px !important
}

#non-fixed-content .portfolio-page.comparison-tab .comparison-tab-content {
    display: block
}

#non-fixed-content .portfolio-page.comparison-tab .overview-tab-content {
    display: none
}

#non-fixed-content .portfolio-page.overview-tab .overview-tab-content {
    display: block
}

#non-fixed-content .portfolio-page.overview-tab .comparison-tab-content {
    display: none
}

#non-fixed-content .portfolio-page.comparison-tab .comparison-tab-content.display-inline-block {
    display: inline-block
}

#non-fixed-content .portfolio-page.overview-tab .overview-tab-content.display-inline-block {
    display: inline-block
}

#vendor_access-tab-content {
    padding: 0 40px 20px;
    border-bottom: 1px solid #CDD2DA
}

    #vendor_access-tab-content section {
        margin-bottom: 20px;
        border: 1px solid #CDD2DA
    }

        #vendor_access-tab-content section header {
            background-color: #DFE3E9;
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0px 15px
        }

        #vendor_access-tab-content section .col {
            vertical-align: middle
        }

        #vendor_access-tab-content section .bs-datatable__row.expand-row .bs-datatable__col {
            background-color: #fff;
            color: #373E49
        }

        #vendor_access-tab-content section .requests-filter {
            padding: 15px 15px 0px 15px
        }

            #vendor_access-tab-content section .requests-filter .dropdowns__item {
                min-width: 150px
            }

            #vendor_access-tab-content section .requests-filter .dropdowns__item--wide {
                min-width: 220px
            }

            #vendor_access-tab-content section .requests-filter li {
                padding: 3px 9px;
                line-height: 17px;
                cursor: pointer
            }

                #vendor_access-tab-content section .requests-filter li.default {
                    font-style: italic
                }

        #vendor_access-tab-content section .requests-filter--search {
            width: 250px
        }

        #vendor_access-tab-content section .requests-filter--dropdowns {
            margin-left: 10px
        }

            #vendor_access-tab-content section .requests-filter--dropdowns .dropdown a.btn {
                min-width: 170px;
                text-align: left
            }

            #vendor_access-tab-content section .requests-filter--dropdowns .dropdown .icon-chevron-down {
                margin-left: 10px
            }

        #vendor_access-tab-content section .requests-content {
            padding: 15px
        }

        #vendor_access-tab-content section .vendor-share-request-launcher {
            padding: 0px
        }

    #vendor_access-tab-content .bs-searchbar {
        border-radius: 2px
    }

.btn-pin {
    position: absolute;
    top: 15px;
    right: 40px;
    width: 100px;
    background-color: #004470;
    color: #fff
}

    .btn-pin:hover {
        background-color: #004470
    }

.flex-content {
    display: flex;
    flex-direction: column;
    flex: 1 1
}

    .flex-content.centered {
        justify-content: center;
        -webkit-justify-content: center
    }

.nil {
    position: absolute;
    top: 40%;
    text-align: center;
    color: #484F5A;
    width: 100%
}

#distribution-movement-table {
    padding-top: 5px;
    padding-right: 5px
}

.distribution-table-component {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: column;
    flex: 1 1
}

    .distribution-table-component .table-head {
        position: relative;
        top: 5px
    }

    .distribution-table-component .table-head-cell {
        position: absolute;
        top: -5px;
        color: #373E49;
        font-size: 10px
    }

        .distribution-table-component .table-head-cell.comp {
            left: 5px
        }

        .distribution-table-component .table-head-cell.from {
            left: 83px
        }

        .distribution-table-component .table-head-cell.to {
            left: 150px
        }

    .distribution-table-component .distribution-row {
        display: flex;
        flex: 0 0 30px;
        line-height: 30px;
        clear: both;
        border-bottom: 1px solid #CDD2DA
    }

        .distribution-table-component .distribution-row.selectable {
            cursor: pointer
        }

            .distribution-table-component .distribution-row.selectable:hover {
                background-color: #EEF1F5
            }

        .distribution-table-component .distribution-row.selected .distribution-row-cell:first-child {
            border-left: 4px solid #004470
        }

        .distribution-table-component .distribution-row.disabled {
            pointer-events: none;
            color: #565F6C
        }

            .distribution-table-component .distribution-row.disabled .distribution-row-cell.nav {
                color: inherit
            }

        .distribution-table-component .distribution-row:last-child {
            border: 0px
        }

        .distribution-table-component .distribution-row .distribution-row-cell {
            flex: 1 1;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            text-align: center;
            flex-direction: column
        }

            .distribution-table-component .distribution-row .distribution-row-cell.in, .distribution-table-component .distribution-row .distribution-row-cell.out {
                flex: 0 0 45px
            }

            .distribution-table-component .distribution-row .distribution-row-cell.nav {
                flex: 0 0 20px;
                color: #373E49
            }

            .distribution-table-component .distribution-row .distribution-row-cell:first-child {
                border-left: 4px solid transparent
            }

#portfolio-statistics-holder .analysis-btn-holder {
    top: 5px;
    right: 10px;
    position: absolute
}

#portfolio-statistics-holder #distribution-chart {
    flex: 1 1;
    width: 100%;
    overflow: hidden;
    position: relative
}

    #portfolio-statistics-holder #distribution-chart .highcharts-container {
        top: 10px
    }

#portfolio-statistics-holder #breach-tooltip {
    float: right;
    padding-right: 5px
}

#portfolio-statistics-holder .portfolio-statistics {
    display: block
}

    #portfolio-statistics-holder .portfolio-statistics.disable-panels {
        margin: -20px 0
    }

        #portfolio-statistics-holder .portfolio-statistics.disable-panels .item {
            display: none
        }

#portfolio-statistics-holder h5 {
    text-align: left;
    margin-bottom: 12px
}

#portfolio-statistics-holder .portfolio-statistics .line {
    display: block;
    padding: 16px 0
}

#portfolio-statistics-holder #footprint-map-holder {
    width: 390px;
    float: left
}

#portfolio-statistics-holder .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    float: left;
    width: 200px;
    height: 250px;
    border: 1px solid #CDD2DA;
    background-color: #EEF1F5;
    margin-right: 10px
}

    #portfolio-statistics-holder .item:last-child {
        margin-right: 0px
    }

    #portfolio-statistics-holder .item.wide {
        width: 520px
    }

    #portfolio-statistics-holder .item .value {
        font-size: 30px;
        color: #1A1E23;
        justify-content: center;
        -webkit-justify-content: center;
        text-align: center;
        flex: 0 0 30px
    }

        #portfolio-statistics-holder .item .value.large {
            flex: 0 0 60px;
            font-size: 60px
        }

    #portfolio-statistics-holder .item header {
        padding-left: 5px;
        flex: 0 0 28px;
        line-height: 28px;
        display: block;
        color: #373E49;
        font-size: 11px
    }

    #portfolio-statistics-holder .item .legend-footer {
        padding-left: 5px;
        font-size: .8em;
        color: #484F5A;
        width: 100%;
        flex: 0 0 20px;
        line-height: 20px
    }

    #portfolio-statistics-holder .item .footer {
        padding-left: 5px;
        font-size: .8em;
        color: #484F5A;
        width: 100%;
        flex: 0 0 30px;
        line-height: 30px;
        border-top: 1px solid #CDD2DA
    }

    #portfolio-statistics-holder .item.ips {
        min-width: 210px
    }

    #portfolio-statistics-holder .item.ranges {
        min-width: 190px
    }

#portfolio-statistics-holder .no-ent {
    margin-top: 20px
}

.distribution-chart__legend {
    width: 12px;
    height: 12px;
    background-color: #DFE3E9;
    float: left;
    margin-top: 3px
}

    .distribution-chart__legend.teal {
        background-color: #20a39e
    }

    .distribution-chart__legend.lavender {
        background-color: #695e9e
    }

    .distribution-chart__legend.blue {
        background-color: #004470
    }

.distribution-chart__legend-label {
    float: left;
    margin-left: 5px;
    margin-right: 10px
}

.md-modal.mega.distribution-analysis-modal, .md-modal.mega.change-analysis-modal {
    width: 95%;
    max-width: 1200px
}

    .md-modal.mega.distribution-analysis-modal .md-content, .md-modal.mega.change-analysis-modal .md-content {
        background-color: #DFE3E9
    }

.change-analysis-dialog .md-content {
    background-color: #DFE3E9
}

.change-analysis-dialog .filterbar {
    display: flex;
    flex-direction: row;
    padding: 0px 10px;
    flex: 0 0 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #CDD2DA
}

    .change-analysis-dialog .filterbar .filter-section {
        flex: 1 1
    }

    .change-analysis-dialog .filterbar .radio--selection {
        display: inline-block;
        list-style: none;
        margin: 1px 0px 0px 0px;
        height: 100%
    }

        .change-analysis-dialog .filterbar .radio--selection .item {
            font-size: 12px;
            display: inline-block;
            padding: 0px 12px;
            height: 30px;
            line-height: 30px;
            border-top: 1px solid #CDD2DA;
            border-bottom: 1px solid #CDD2DA;
            border-left: 1px solid #CDD2DA;
            width: 100px;
            text-align: center;
            cursor: pointer
        }

            .change-analysis-dialog .filterbar .radio--selection .item:hover {
                background-color: #DFE3E9
            }

            .change-analysis-dialog .filterbar .radio--selection .item.selected {
                background-color: #1A1E23;
                border-color: #1A1E23;
                color: #fff
            }

            .change-analysis-dialog .filterbar .radio--selection .item:first-child {
                padding-left: 12px;
                border-bottom-left-radius: 15px;
                border-top-left-radius: 15px
            }

            .change-analysis-dialog .filterbar .radio--selection .item:last-child {
                border-right: 1px solid #CDD2DA;
                padding-right: 12px;
                border-bottom-right-radius: 15px;
                border-top-right-radius: 15px
            }

.change-analysis-dialog .flex-container {
    height: 100%;
    display: flex;
    flex-direction: column
}

.change-analysis-dialog .toolbar {
    overflow: auto;
    padding: 0px 10px;
    flex: 0 0 40px;
    line-height: 40px
}

    .change-analysis-dialog .toolbar .right {
        float: right
    }

    .change-analysis-dialog .toolbar .filter {
        cursor: pointer;
        font-weight: 700
    }

        .change-analysis-dialog .toolbar .filter:hover {
            color: #004470
        }

.change-analysis-dialog .chart-block {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    flex: 0 0 400px;
    border-bottom: 1px solid #CDD2DA
}

    .change-analysis-dialog .chart-block .top-changes-block {
        display: flex;
        flex-direction: column;
        flex: 0 0 220px;
        position: relative;
        border-right: 1px solid #CDD2DA
    }

    .change-analysis-dialog .chart-block .analysis-block {
        display: flex;
        flex-direction: column;
        flex: 1 1;
        overflow-y: hidden
    }

        .change-analysis-dialog .chart-block .analysis-block .analysis-control {
            flex: 1 1
        }

            .change-analysis-dialog .chart-block .analysis-block .analysis-control .nil {
                position: relative
            }

            .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories {
                display: flex;
                flex-direction: row;
                justify-content: center;
                -webkit-justify-content: center;
                transition: all .2s ease-out
            }

                .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories.summary {
                    margin-top: 140px
                }

                .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category {
                    z-index: 5;
                    background-color: #EEF1F5;
                    position: relative;
                    flex: 0 0 120px;
                    border-radius: 12px;
                    height: 30px;
                    margin: 0px 10px;
                    border: 1px solid #CDD2DA;
                    cursor: pointer
                }

                    .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category:hover {
                        background-color: #695e9e;
                        color: #fff
                    }

                    .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category.selected {
                        background-color: inherit;
                        border: 0
                    }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category.selected .category__label.top {
                            color: #695e9e;
                            font-weight: bold;
                            font-size: 1.2em
                        }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category.selected .trench {
                            border-radius: 5px;
                            z-index: 4;
                            position: absolute;
                            top: -10px;
                            left: -12px;
                            width: 140px;
                            height: 360px;
                            background-color: #695e9e;
                            opacity: .2
                        }

                    .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category.disabled {
                        color: #484F5A
                    }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category.disabled:hover {
                            background-color: #EEF1F5;
                            cursor: default
                        }

                    .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__label {
                        z-index: 5;
                        height: 100%;
                        width: 100%;
                        line-height: 30px;
                        text-align: center;
                        position: absolute
                    }

                    .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__companies {
                        position: relative
                    }

                    .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder {
                        z-index: 6;
                        color: #373E49;
                        position: absolute;
                        border-radius: 12px;
                        left: -1px;
                        border: 1px dashed #1A1E23;
                        width: 120px;
                        height: 30px;
                        background-color: transparent
                    }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder.targeted {
                            cursor: pointer;
                            z-index: 15
                        }

                            .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder.targeted.positive {
                                background-color: #fff;
                                border: 1px solid #695e9e
                            }

                                .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder.targeted.positive.selected {
                                    color: #fff;
                                    background-color: #695e9e
                                }

                                .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder.targeted.positive:hover {
                                    color: #fff;
                                    background-color: #695e9e
                                }

                            .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder.targeted.negative {
                                background-color: #fff;
                                border: 1px solid #695e9e
                            }

                                .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder.targeted.negative.selected {
                                    color: #fff;
                                    background-color: #695e9e
                                }

                                .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder.targeted.negative:hover {
                                    color: #fff;
                                    background-color: #695e9e
                                }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer.positive .bar {
                            background-color: #695e9e
                        }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer.negative .bar {
                            background-color: #695e9e
                        }

                            .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer.negative .bar .circle {
                                border: 1px solid #695e9e
                            }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer .category_holder {
                            position: absolute;
                            z-index: 9;
                            border: 1px dashed #CDD2DA;
                            width: 120px;
                            height: 30px
                        }

                        .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer .bar {
                            z-index: 10;
                            position: relative;
                            height: 4px
                        }

                            .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer .bar .circle {
                                z-index: 10;
                                position: absolute;
                                top: -3px;
                                height: 10px;
                                width: 10px;
                                border-radius: 5px;
                                background-color: #fff;
                                border: 1px solid #695e9e
                            }

                            .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer .bar .arrow {
                                z-index: 10;
                                width: 0;
                                height: 0;
                                border-top: 10px solid transparent;
                                border-bottom: 10px solid transparent;
                                border-left: 10px solid #695e9e;
                                position: absolute;
                                top: -8px
                            }

                                .change-analysis-dialog .chart-block .analysis-block .analysis-control .analysis-control__container .categories .category .category__holder .pointer .bar .arrow.negative {
                                    left: -10px;
                                    transform: scaleX(-1);
                                    border-left: 10px solid #695e9e
                                }

.change-analysis-dialog .table-block {
    background-color: #fff
}

    .change-analysis-dialog .table-block .flex-container {
        flex-direction: row
    }

    .change-analysis-dialog .table-block .kb__close {
        position: absolute;
        right: 50px;
        cursor: pointer
    }

    .change-analysis-dialog .table-block #kb {
        flex: 0 0 0px
    }

        .change-analysis-dialog .table-block #kb header {
            padding-top: 0px;
            padding-left: 5px
        }

        .change-analysis-dialog .table-block #kb.show {
            flex: 0 0 250px
        }

        .change-analysis-dialog .table-block #kb .padder {
            padding-left: 5px
        }

    .change-analysis-dialog .table-block .analysis-table {
        flex: 1 1;
        padding: 0px 10px 10px 10px;
        transition: all .2s ease-out
    }

        .change-analysis-dialog .table-block .analysis-table .nil {
            position: relative
        }

        .change-analysis-dialog .table-block .analysis-table .col--logo .logo-wrapper {
            width: 59px;
            height: 30px;
            text-align: center;
            display: inline-block
        }

            .change-analysis-dialog .table-block .analysis-table .col--logo .logo-wrapper img {
                vertical-align: middle;
                max-width: 59px;
                max-height: 30px
            }

        .change-analysis-dialog .table-block .analysis-table .col--recent {
            text-align: right
        }

            .change-analysis-dialog .table-block .analysis-table .col--recent a.recent-record {
                cursor: pointer
            }

            .change-analysis-dialog .table-block .analysis-table .col--recent .recent-record {
                white-space: nowrap;
                display: inline-block;
                background-color: #DFE3E9;
                padding: 2px 3px;
                border-radius: 5px;
                margin: 0px 0px 2px 3px;
                font-size: .85em
            }

.change-analysis-dialog .col.number {
    text-align: right
}

.change-analysis-dialog .analysis-chart__legend-control {
    float: left;
    margin-right: 5px
}

    .change-analysis-dialog .analysis-chart__legend-control.right {
        float: right;
        margin-right: 0px;
        margin-left: 5px
    }

#launch-change-analysis {
    float: right;
    margin-top: 5px;
    margin-right: 5px
}

.folders-dropdown, .industries-dropdown, .distributions-dropdown {
    display: inline;
    margin-left: 5px
}

    .folders-dropdown .name, .industries-dropdown .name, .distributions-dropdown .name {
        float: left;
        text-align: left;
        margin-right: 5px;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .folders-dropdown .dropdown-menu.setoverflow, .industries-dropdown .dropdown-menu.setoverflow, .distributions-dropdown .dropdown-menu.setoverflow {
        height: auto;
        max-height: 400px
    }

.distribution-analysis-dialog, #distribution-analysis {
    margin-top: 5px;
    display: flex;
    flex-direction: column
}

    .distribution-analysis-dialog .flex-container, #distribution-analysis .flex-container {
        display: flex;
        flex-direction: column
    }

    .distribution-analysis-dialog .top-container, #distribution-analysis .top-container {
        display: flex;
        flex-direction: row;
        height: 400px
    }

        .distribution-analysis-dialog .top-container .chart-holder, #distribution-analysis .top-container .chart-holder {
            background-color: #fff;
            display: flex;
            flex-direction: column;
            border-right: 1px solid #CDD2DA;
            flex: 1 1
        }

            .distribution-analysis-dialog .top-container .chart-holder .toolbar, #distribution-analysis .top-container .chart-holder .toolbar {
                padding: 0px 10px;
                flex: 0 0 40px;
                line-height: 40px;
                background-color: #fff
            }

                .distribution-analysis-dialog .top-container .chart-holder .toolbar .error-message, #distribution-analysis .top-container .chart-holder .toolbar .error-message {
                    position: absolute;
                    top: 10px;
                    right: 190px;
                    color: #b24053
                }

                .distribution-analysis-dialog .top-container .chart-holder .toolbar .distribution-chart__legend, #distribution-analysis .top-container .chart-holder .toolbar .distribution-chart__legend {
                    margin-top: 10px;
                    height: 20px;
                    width: 20px
                }

                    .distribution-analysis-dialog .top-container .chart-holder .toolbar .distribution-chart__legend .dropdown, #distribution-analysis .top-container .chart-holder .toolbar .distribution-chart__legend .dropdown {
                        font-size: 14px
                    }

                .distribution-analysis-dialog .top-container .chart-holder .toolbar .distribution-chart__legend-control, #distribution-analysis .top-container .chart-holder .toolbar .distribution-chart__legend-control {
                    float: left
                }

                    .distribution-analysis-dialog .top-container .chart-holder .toolbar .distribution-chart__legend-control.right, #distribution-analysis .top-container .chart-holder .toolbar .distribution-chart__legend-control.right {
                        float: right;
                        margin-left: 5px;
                        margin-right: 0px
                    }

                .distribution-analysis-dialog .top-container .chart-holder .toolbar .distribution-chart__legend-label, #distribution-analysis .top-container .chart-holder .toolbar .distribution-chart__legend-label {
                    margin: 1px 0px 2px 5px;
                    font-size: 12px;
                    letter-spacing: .5px;
                    color: #1A1E23
                }

                    .distribution-analysis-dialog .top-container .chart-holder .toolbar .distribution-chart__legend-label.right, #distribution-analysis .top-container .chart-holder .toolbar .distribution-chart__legend-label.right {
                        float: right;
                        margin-left: 5px;
                        margin-right: 0px
                    }

                    .distribution-analysis-dialog .top-container .chart-holder .toolbar .distribution-chart__legend-label.spacer, #distribution-analysis .top-container .chart-holder .toolbar .distribution-chart__legend-label.spacer {
                        margin: 1px 15px
                    }

            .distribution-analysis-dialog .top-container .chart-holder .legend, #distribution-analysis .top-container .chart-holder .legend {
                flex: 0 0 45px;
                line-height: 45px;
                padding-left: 10px;
                font-size: .85em;
                color: #484F5A
            }

            .distribution-analysis-dialog .top-container .chart-holder #modal-distribution-chart, #distribution-analysis .top-container .chart-holder #modal-distribution-chart {
                flex: 1 1
            }

        .distribution-analysis-dialog .top-container .distributions-panel, #distribution-analysis .top-container .distributions-panel {
            background-color: #fff;
            display: flex;
            flex: 0 0 300px
        }

    .distribution-analysis-dialog .bottom-container .toolbar, #distribution-analysis .bottom-container .toolbar {
        padding: 0px 10px;
        flex: 0 0 40px;
        line-height: 40px
    }

    .distribution-analysis-dialog .bottom-container .pins-header, #distribution-analysis .bottom-container .pins-header {
        font-weight: bold;
        padding-left: 0px
    }

    .distribution-analysis-dialog .bottom-container .pins-container, #distribution-analysis .bottom-container .pins-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between
    }

        .distribution-analysis-dialog .bottom-container .pins-container .chart-pin, #distribution-analysis .bottom-container .pins-container .chart-pin {
            position: relative;
            cursor: pointer;
            display: block;
            width: 180px;
            height: 150px;
            float: left;
            margin-bottom: 10px;
            background-color: #fff;
            padding: 5px;
            color: #484F5A;
            border: 2px solid #fff;
            font-size: .85em
        }

            .distribution-analysis-dialog .bottom-container .pins-container .chart-pin .folder-name, #distribution-analysis .bottom-container .pins-container .chart-pin .folder-name {
                width: 150px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: inline-block
            }

            .distribution-analysis-dialog .bottom-container .pins-container .chart-pin.selected, #distribution-analysis .bottom-container .pins-container .chart-pin.selected {
                border: 2px solid #004470
            }

            .distribution-analysis-dialog .bottom-container .pins-container .chart-pin .remove-chart, #distribution-analysis .bottom-container .pins-container .chart-pin .remove-chart {
                z-index: 101;
                position: absolute;
                right: 5px;
                top: 5px;
                cursor: pointer
            }

                .distribution-analysis-dialog .bottom-container .pins-container .chart-pin .remove-chart:hover, #distribution-analysis .bottom-container .pins-container .chart-pin .remove-chart:hover {
                    color: #004470
                }

            .distribution-analysis-dialog .bottom-container .pins-container .chart-pin.spacer, #distribution-analysis .bottom-container .pins-container .chart-pin.spacer {
                border: 0px;
                background-color: transparent
            }

                .distribution-analysis-dialog .bottom-container .pins-container .chart-pin.spacer:hover, #distribution-analysis .bottom-container .pins-container .chart-pin.spacer:hover {
                    box-shadow: none;
                    cursor: default
                }

            .distribution-analysis-dialog .bottom-container .pins-container .chart-pin:hover, #distribution-analysis .bottom-container .pins-container .chart-pin:hover {
                box-shadow: 0px 0px 5px #373E49
            }

            .distribution-analysis-dialog .bottom-container .pins-container .chart-pin .chart-pin-holder, #distribution-analysis .bottom-container .pins-container .chart-pin .chart-pin-holder {
                height: 100px
            }

            .distribution-analysis-dialog .bottom-container .pins-container .chart-pin .actionHandler, #distribution-analysis .bottom-container .pins-container .chart-pin .actionHandler {
                z-index: 100;
                position: absolute;
                height: 100%;
                width: 100%
            }

.distribution-companies {
    display: flex;
    flex-direction: column;
    flex: 1 1
}

    .distribution-companies .no-companies {
        text-align: center;
        margin-top: 50%
    }

    .distribution-companies .toolbar {
        background-color: #fff;
        padding: 0px 10px;
        flex: 0 0 40px;
        line-height: 40px
    }

        .distribution-companies .toolbar h5 {
            display: inline
        }

        .distribution-companies .toolbar.distribution-companies__toolbar {
            text-align: right
        }

        .distribution-companies .toolbar .distributions-dropdown {
            text-align: left
        }

    .distribution-companies .distribution-companies-container {
        flex: 1 1;
        width: 300px;
        padding: 5px 10px;
        font-size: .85em;
        color: #373E49;
        overflow: auto;
        display: flex;
        flex-direction: column
    }

        .distribution-companies .distribution-companies-container .company-item {
            display: flex;
            flex: 0 0 38px;
            flex-direction: row
        }

            .distribution-companies .distribution-companies-container .company-item .info {
                flex: 1 1;
                min-width: 0px
            }

                .distribution-companies .distribution-companies-container .company-item .info .company-name {
                    color: #373E49;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden
                }

                .distribution-companies .distribution-companies-container .company-item .info .company-industry {
                    color: #484F5A
                }

            .distribution-companies .distribution-companies-container .company-item .rating {
                flex: 0 0 30px;
                text-align: right
            }

    .distribution-companies .footer {
        border-bottom: 0px;
        border-top: 1px solid #CDD2DA;
        text-align: right;
        padding: 0px 10px;
        flex: 0 0 40px;
        line-height: 40px
    }

        .distribution-companies .footer .paging-labels {
            margin-right: 20px
        }

        .distribution-companies .footer .paging {
            position: relative;
            background-color: #484F5A;
            display: inline-block;
            height: 20px;
            width: 20px;
            top: 10px;
            cursor: pointer
        }

            .distribution-companies .footer .paging.disabled {
                cursor: default;
                color: #565F6C;
                background-color: #DFE3E9
            }

                .distribution-companies .footer .paging.disabled:hover {
                    background-color: #DFE3E9
                }

            .distribution-companies .footer .paging:hover {
                background-color: #DFE3E9
            }

            .distribution-companies .footer .paging.prev {
                transform: scaleX(-1)
            }

            .distribution-companies .footer .paging i {
                position: absolute;
                top: 3px;
                left: 2px
            }

        .distribution-companies .footer .page-input {
            line-height: normal;
            width: 30px;
            height: 20px;
            padding-right: 2px;
            text-align: right
        }

.subtext {
    font-size: .85em;
    color: #484F5A
}

.modal-inner.confirm-modal .details, .modal-inner.delete-folder {
    position: relative;
    min-height: 150px
}

    .modal-inner.delete-folder .confirm-modal-content, .confirm-modal .confirm-modal-content {
        min-height: 90px;
        word-wrap: break-word
    }

    .modal-inner.delete-folder footer, .modal-inner.confirm-modal footer {
        margin-top: 20px
    }

.benchmarking-pdf-confirm-modal .modal-inner {
    text-align: left
}

    .benchmarking-pdf-confirm-modal .modal-inner h2 {
        text-align: center
    }

.downloads-dropdown-holder {
    float: right;
    margin-left: 10px
}

.downloads-dropdown-trigger {
    min-width: 120px
}

.downloads-dropdown-trigger-chevron {
    margin-left: 5px
}

.portfolio-downloads-dropdown {
    width: 185px
}

#portfolio-table-holder {
    display: block;
    padding: 10px 30px 0;
    position: relative
}

    #portfolio-table-holder label.checked + .count {
        color: white
    }

    #portfolio-table-holder .bs-datatable__body .bs-datatable__col {
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #portfolio-table-holder .bs-datatable__col--header.col--rating {
        padding-left: 0
    }

    #portfolio-table-holder .bs-datatable__col--header.col--logo .bs-checkbox-field .cb-custom {
        top: 4px
    }

    #portfolio-table-holder .bs-datatable__col--header.col--logo .bs-checkbox-field .bs-checkbox-label {
        color: #a0a0a0
    }

    #portfolio-table-holder .col--rating {
        text-align: right
    }

    #portfolio-table-holder .bs-datatable__body .col--rating {
        font-weight: bold
    }

        #portfolio-table-holder .bs-datatable__body .col--rating .alerts-only {
            color: #484F5A
        }

    #portfolio-table-holder .bs-datatable__body .noclick {
        pointer-events: none
    }

    #portfolio-table-holder .col--ip {
        text-align: right
    }

    #portfolio-table-holder .col--sparkline {
        padding-left: 4px;
        padding-right: 4px
    }

        #portfolio-table-holder .col--sparkline img {
            width: 60px;
            height: 20px
        }

    #portfolio-table-holder .col--logo .company-selection, #portfolio-table-holder .col--logo .graph-selection {
        margin-right: 5px;
        margin-top: 6px;
        float: left
    }

    #portfolio-table-holder .col--logo .logo-wrapper {
        width: 58px;
        height: 30px;
        text-align: center;
        display: inline-block
    }

        #portfolio-table-holder .col--logo .logo-wrapper img {
            vertical-align: middle;
            max-width: 58px;
            max-height: 30px
        }

    #portfolio-table-holder .col--logo {
        white-space: nowrap
    }

        #portfolio-table-holder .col--logo .bs-checkbox {
            display: block;
            float: left;
            margin-top: 7px
        }

        #portfolio-table-holder .col--logo .bs-plus {
            display: block;
            float: left;
            margin-top: 6px
        }

    #portfolio-table-holder .col--company-name p {
        margin-bottom: 0;
        color: #484F5A;
        font-size: 11px
    }

    #portfolio-table-holder .status-label {
        margin-top: 0;
        margin-left: 6px
    }

    #portfolio-table-holder .folder-support .col--logo .bs-checkbox {
        display: block
    }

    #portfolio-table-holder .rating.provisional {
        font-weight: normal
    }

    #portfolio-table-holder .rating .map-incomplete-indicator {
        font-size: 10px;
        border-radius: 6px;
        background: #fff;
        margin: 0 2px
    }

    #portfolio-table-holder .selection-tools h3 {
        text-transform: none;
        font-size: 14px
    }

    #portfolio-table-holder .selection-tools .display-inline-block {
        display: inline-block
    }

    #portfolio-table-holder .contextual-folder-actions .btn {
        margin-right: 5px
    }

    #portfolio-table-holder .status-label {
        margin-top: 2px;
        display: inline-block
    }

    #portfolio-table-holder .selection-tools {
        margin-bottom: 10px
    }

    #portfolio-table-holder .filter-sidebar .count {
        width: 35px;
        min-width: 35px;
        color: #484F5A
    }

    #portfolio-table-holder .overflow-toggler {
        font-size: 1em
    }

    #portfolio-table-holder .bs-searchbar-holder {
        width: 155px;
        float: left;
        margin-right: 10px
    }

    #portfolio-table-holder .no-results {
        color: #484F5A
    }

    #portfolio-table-holder .alerts-only-disclaimer {
        padding: 6px 0;
        color: #565F6C;
        margin-top: -20px;
        font-size: 11px
    }

    #portfolio-table-holder .bs-searchbar {
        border-radius: 2px
    }

    #portfolio-table-holder .bs-checkbox-label {
        font-size: 13px
    }

.portfolio--no-companies {
    text-align: center;
    padding: 30px
}

#react-search-container {
    width: 210px;
    margin-top: 10px
}

#react-overflow-container {
    max-height: 270px;
    overflow: auto;
    overflow-x: hidden
}

    #react-overflow-container .details > p:first-child {
        display: none
    }

    #react-overflow-container .bs-searchbar-holder {
        width: 200px;
        margin-bottom: 1em
    }

    #react-overflow-container .bs-checkbox-field {
        float: left;
        padding-right: 15px
    }

    #react-overflow-container .bs-checkboxlist__option {
        display: inline-block;
        width: 33.33333333%;
        vertical-align: top
    }

    #react-overflow-container .count {
        right: 20px !important;
        width: 40px !important;
        min-width: 40px !important
    }

.rating-range .dash {
    margin: 0 1px
}

img#port_query {
    padding-bottom: 12px
}

.panel.portfolio {
    width: 100%;
    padding: 30px 0
}

    .panel.portfolio .sidebar {
        float: left;
        width: 166px;
        display: block
    }

    .panel.portfolio .main {
        display: block;
        float: left;
        width: 830px;
        padding-bottom: 10px
    }

        .panel.portfolio .main .top {
            display: block;
            background: #fff;
            border: 1px solid #CDD2DA;
            border-top: 0 none;
            position: relative;
            z-index: 1;
            margin-bottom: 0px;
            -webkit-box-shadow: 0px 3px 6px -3px #AAA;
            box-shadow: 0px 3px 6px -3px #AAA
        }

    .panel.portfolio .dataTables_scrollHeadInner {
        padding-right: 0 !important;
        width: 100% !important;
        background: #DFE3E9
    }

.panel.rating-summary {
    width: 100%
}

.searchbox {
    width: 180px;
    height: 32px;
    border: 1px solid #CDD2DA;
    border-radius: 2px;
    padding: 4px 28px 4px 6px;
    font-size: 13px
}

    .searchbox:focus {
        outline: 0 none;
        border-color: #A1A9B5
    }

.industry-selection .ind {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 6px
}

    .industry-selection .ind.range-select {
        margin: 0 10px;
        display: inline-block;
        line-height: 16px
    }

    .industry-selection .ind .cbox {
        float: left;
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid #004470;
        cursor: pointer;
        background-color: #C0DAEA
    }

.company-industry-selection__cbox {
    float: left
}

.industry-selection .ind.inactive .cbox {
    background: #fff !important;
    background-position: 0 10px;
    border-color: #A1A9B5 !important
}

.industry-selection .ind .name {
    float: left;
    margin-left: 4px;
    display: block;
    cursor: pointer;
    word-wrap: break-word
}

.panel.portfolio .dataTables_wrapper {
    position: static
}

.panel.portfolio table.ent_table thead {
    border: 0 none
}

#industry-averages-graph-holder {
    display: block;
    position: relative
}

    #industry-averages-graph-holder .introtext {
        position: absolute;
        z-index: 10;
        top: 128px;
        left: 43px;
        width: 646px;
        text-align: center;
        font-size: 14px;
        color: #373E49
    }

        #industry-averages-graph-holder .introtext.secondary-position {
            top: 274px;
            left: 29px;
            display: none
        }

        #industry-averages-graph-holder .introtext .bs-plus {
            -webkit-transform: translate(0px, 3px) scale(1.2);
            -ms-transform: translate(0px, 3px) scale(1.2);
            transform: translate(0px, 3px) scale(1.2);
            margin: 0 3px
        }

    #industry-averages-graph-holder header h5:first-child {
        float: left;
        width: 740px
    }

    #industry-averages-graph-holder header h5 {
        margin-bottom: 0
    }

#download-comparison-pdf {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #565F6C;
    padding-top: 4px;
    text-transform: none
}

    #download-comparison-pdf a {
        display: inline-block;
        float: left;
        height: 26px;
        padding: 4px 4px 0 29px;
        margin-top: -2px;
        background: transparent url(../images/icon-pdf.png) no-repeat left 0
    }

    #download-comparison-pdf .help-tooltip {
        border-bottom: 0 none;
        position: relative;
        top: 2px
    }

.portfolio-download-form {
    height: 350px
}

    .portfolio-download-form .details {
        height: 320px;
        max-height: 320px
    }

    .portfolio-download-form footer {
        text-align: right
    }

    .portfolio-download-form .download-error-msg {
        color: #b24053
    }

    .portfolio-download-form .download-selections {
        float: left;
        font-size: 12px;
        margin: 4px 5px 0 0
    }

    .portfolio-download-form .icon-search {
        position: absolute;
        top: 6px
    }

    .portfolio-download-form .download-searchbox {
        float: right;
        height: 24px;
        width: 160px;
        color: #373E49;
        margin-bottom: 5px
    }

    .portfolio-download-form .download-dialog-msg {
        font-size: 12px;
        font-weight: bold;
        color: #607999;
        float: left;
        margin-right: 12px;
        cursor: pointer
    }

    .portfolio-download-form .download-count {
        font-size: 12px;
        text-align: right
    }

        .portfolio-download-form .download-count.err {
            color: #b24053;
            font-weight: bold;
            cursor: default
        }

    .portfolio-download-form .include-ratings-checkbox {
        margin: 10px 0 20px
    }

    .portfolio-download-form .download-dialog-folder-msg {
        display: inline-block
    }

        .portfolio-download-form .download-dialog-folder-msg p {
            margin-bottom: 0;
            font-size: .8em
        }

.portfolio-download-list {
    display: block;
    padding: 7px;
    overflow-y: auto;
    height: 156px;
    width: 100%;
    margin-bottom: 6px;
    border: 1px solid #A1A9B5;
    color: #1A1E23;
    font-weight: normal;
    text-transform: none;
    font-size: 12px
}

    .portfolio-download-list .item_line {
        display: block;
        margin-bottom: 4px;
        cursor: pointer
    }

    .portfolio-download-list .download-selection-toggle {
        float: left
    }

#industry-averages-graph-holder header h5:last-child {
    float: left;
    min-width: 125px
}

#industry-averages-graph {
    width: 920px;
    height: 256px;
    padding-top: 12px
}

#graph-options {
    display: block;
    float: left;
    width: 190px;
    margin-right: 40px
}

    #graph-options .selectlabel {
        display: block;
        color: #1A1E23;
        margin-bottom: 3px;
        font-size: 12px;
        text-align: center
    }

#scrolltop {
    position: fixed;
    left: 50%;
    bottom: 30px;
    margin-left: 515px;
    display: block;
    text-align: center;
    color: #1A1E23
}

    #scrolltop span {
        display: block;
        width: 22px;
        height: 22px;
        background: url(../images/scrolltop.png) no-repeat 0 0;
        border: 1px solid #CDD2DA;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0 auto 4px
    }

#footprint-map {
    position: relative;
    height: 352px
}

    #footprint-map.zoomed {
        cursor: -moz-grab;
        cursor: -webkit-grab
    }

.page-overview, .panels {
    background: #EEF1F5
}

    .page-overview #footprint-map {
        height: 240px
    }

        .page-overview #footprint-map.zoomed {
            border: 1px solid #CDD2DA;
            -webkit-box-shadow: 0px 0px 2px 0px #CDD2DA;
            box-shadow: 0px 0px 2px 0px #CDD2DA
        }

#graphdiv2 {
    position: relative;
    margin-top: 10px
}

    #graphdiv2.margin-top-big {
        margin-top: 50px
    }

    #graphdiv2 .highcharts-container.custom-tooltip {
        overflow: visible !important
    }

.portfolio-alerts p {
    font-size: 12px;
    line-height: 15px
}

.portfolio-alerts .date {
    color: #1A1E23;
    display: inline-block;
    margin-right: 4px
}

.portfolio-alerts .summary {
    font-size: 12px;
    margin-bottom: 10px
}

    .portfolio-alerts .summary:last-child {
        margin-bottom: 18px
    }

.portfolio-alerts .headline {
    margin-bottom: 2px
}

.portfolio-alerts .ent-alert {
    display: block;
    font-size: 12px;
    line-height: 15px
}

    .portfolio-alerts .ent-alert.downgraded, .portfolio-alerts .ent-alert.upgraded {
        clear: left;
        float: left;
        min-width: 24px;
        text-align: right;
        margin-right: 5px;
        font-weight: bold
    }

    .portfolio-alerts .ent-alert.downgraded {
        color: #b24053
    }

.ent-alert.upgraded {
    color: #2c4d7f
}

#graphdiv2-switcher {
    display: block;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0
}

    #graphdiv2-switcher .name {
        text-align: left;
        font-size: 12px;
        color: #1A1E23
    }

#graphdiv2 .vertical-border {
    position: absolute;
    display: block;
    width: 2px;
    height: 174px;
    background: #DFE3E9
}

    #graphdiv2 .vertical-border.breach {
        background: #20a39e
    }

    #graphdiv2 .vertical-border.regular {
        background: #2c4d7f
    }

    #graphdiv2 .vertical-border.rau {
        background: #695e9e
    }

    #graphdiv2 .vertical-border > .vertical-border-anchor {
        position: absolute;
        background: #2c4d7f;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        transform: translate(-3px, -4px)
    }

        #graphdiv2 .vertical-border > .vertical-border-anchor.breach {
            background: #20a39e
        }

        #graphdiv2 .vertical-border > .vertical-border-anchor.regular {
            background: #2c4d7f
        }

        #graphdiv2 .vertical-border > .vertical-border-anchor.rau {
            background: #695e9e
        }

    #graphdiv2 .vertical-border.vertical-border__breach {
        background: #DFE3E9
    }

        #graphdiv2 .vertical-border.vertical-border__breach > .vertical-border-anchor {
            background: #DFE3E9;
            border-color: #DFE3E9
        }

#pdf-report #graphdiv2 .vertical-border {
    margin-left: 0px
}

.panels .tiers-call-to-action-banner-container {
    height: 48px;
    margin-bottom: 16px
}

.panel.portfolio-overview {
    width: 264px;
    margin-right: 20px
}

.panel.entity-links {
    width: 264px
}

.tiers-risk-vector-matrix-container {
    margin-top: 24px
}

.panel.geoip-footprint, .panel.policy-graph, .panel.risk-matrix {
    width: 432px;
    margin-right: 20px
}

    .panel.geoip-footprint.full-width, .panel.policy-graph.full-width, .panel.risk-matrix.full-width {
        width: 100%;
        margin: 0 auto
    }

#policy-chart {
    display: block;
    height: 300px;
    width: 412px;
    margin-left: -20px
}

.dashboard.has-folders-dropdown .toprow .panel .panel-content .alerts-only-disclaimer {
    padding: 6px 10px;
    color: #565F6C;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0
}

.dashboard.has-folders-dropdown .toprow .panel .panel-content .alerts-only-inline-disclaimer {
    margin-top: 100px
}

.dashboard.has-folders-dropdown .toprow .panel.entity-links {
    height: 412px;
    margin-top: 40px
}

.dashboard.has-folders-dropdown .add-new-folder {
    display: none
}

.dashboard.has-folders-dropdown #folders-menu-container .folder-selector {
    width: 264px
}

.panel.portfolio-alerts {
    width: 488px;
    margin-right: 20px
}

.panel.industry-trends {
    width: 488px
}

#policy-info {
    cursor: pointer;
    margin-left: 2px
}

.panel.geoip-footprint .panel-content {
    padding: 16px
}

.page-overview .panel.geoip-footprint {
    width: 490px;
    margin-right: 20px
}

.page-my-company .panel.geoip-footprint {
    width: 490px;
    margin-right: 0
}

.page-overview .panel.geoip-footprint #footprint-map {
    max-width: 600px;
    margin: 0 auto;
    height: 400px
}

.page-my-company .panel.geoip-footprint #footprint-map {
    height: 400px
}

.geoip-footprint .panel-content, .spf .panel-content, .risk-matrix .panel-content {
    min-height: 300px
}

.panel.diligence-overview {
    width: 490px;
    margin-right: 0
}

.panel-content .disclaimer {
    margin-top: 10px
}

.panel-row.two-col .panel {
    width: 490px;
    margin-right: 20px
}

    .panel-row.two-col .panel:last-child {
        margin-right: 0
    }

.panel.entity-links p {
    margin-bottom: 1.6em;
    font-size: 13px;
    line-height: 18px
}

.panel.entity-links h5 {
    margin-bottom: 3px
}

.panel.entity-links .rating {
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-right: 4px;
    min-width: 22px;
    margin-top: -1px;
    text-align: center
}

    .panel.entity-links .rating.basic {
        color: #b24053
    }

    .panel.entity-links .rating.intermediate {
        color: #e8a951
    }

    .panel.entity-links .rating.advanced {
        color: #2c4d7f
    }

.panel.entity-links strong {
    display: block;
    text-align: center;
    margin-bottom: 2px
}

.panel.entity-links .line {
    display: block
}

.panel.entity-links .spacer {
    display: block;
    height: 1em
}

.panel.entity-links a {
    display: block;
    float: left;
    width: 174px;
    font-size: 13px;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#dashboard-industry-graph {
    display: block;
    width: 450px;
    height: 280px;
    margin-left: -15px;
    margin-bottom: 3px
}

#securityrating-distribution {
    color: #1A1E23;
    padding-top: 23px;
    margin-bottom: 14px
}

    #securityrating-distribution .col {
        float: left;
        display: block;
        width: 59px;
        margin: 0 2px
    }

    #securityrating-distribution .barlabel {
        font-size: 12px;
        margin-top: 3px;
        display: block;
        text-align: center
    }

    #securityrating-distribution .bar-holder {
        display: block;
        width: 42px;
        height: 72px;
        margin: 0 auto;
        position: relative;
        overflow: visible
    }

.jvectormap-label {
    position: absolute;
    display: none;
    border-top: solid 1px #fff;
    background: #DFE3E9;
    color: #1A1E23;
    font-family: sans-serif;
    font-size: 12px;
    padding: 4px;
    z-index: 1;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(25,25,25,0.4);
    box-shadow: 1px 2px 2px 0px rgba(25,25,25,0.4)
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    border: solid 1px #CDD2DA;
    background: #DFE3E9;
    background: rgba(223,227,233,0.85);
    color: #1A1E23;
    padding: 3px;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    line-height: 10px;
    text-align: center
}

.jvectormap-zoomin {
    top: 5px
}

.jvectormap-zoomout {
    top: 26px
}

#securityrating-distribution .bar {
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    bottom: 0;
    transform: translateZ(0px);
    -moz-transition: height 1.2s ease-out;
    -o-transition: height 1.2s ease-out;
    transition: height 1.2s ease-out
}

    #securityrating-distribution .bar.advanced {
        background: #2c4d7f
    }

    #securityrating-distribution .bar.intermediate {
        background: #e8a951
    }

    #securityrating-distribution .bar.basic {
        background: #b24053
    }

#securityrating-distribution .value {
    position: absolute;
    display: block;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: -1.3em;
    width: 100%
}

.dashboard #portScore {
    width: inherit;
    font-size: 56px;
    padding: 0;
    margin: 0;
    margin-top: -13px
}

.horz_barchart span.value-0 {
    position: relative;
    left: 53px;
    top: 15px
}

.industry-trends .btn .icon-chevron-right-thin {
    margin-left: 8px
}

.distributions-panel .icon-chevron-right-thin {
    height: 8px;
    margin-bottom: 10px
}

.distribution-row .icon-chevron-right, .distribution-row .icon-chevron-right-thin {
    height: 14px
}

.portfolio-header {
    margin-bottom: 20px
}

.portfolio-add-button, #launch-darkweb, #launch-risk-metrics {
    float: right
}

#action-plan-help {
    color: #484F5A;
    position: relative;
    top: 1px;
    left: 3px;
    cursor: pointer
}

#vendor-action-header .floating-tooltip {
    width: 250px;
    padding: 20px;
    top: 32px;
    display: block;
    position: absolute;
    right: 0;
    line-height: normal
}

    #vendor-action-header .floating-tooltip:after {
        right: 131px
    }

.vendor-action-plan {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    margin: 5px 0px
}

    .vendor-action-plan .vendor-action-plan__row {
        flex: 1 1;
        margin-top: 11px
    }

        .vendor-action-plan .vendor-action-plan__row:not(:last-child) {
            border-bottom: 1px solid #CDD2DA
        }

        .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--viz {
            margin: 0px 10px
        }

            .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--viz .vendor-action-plan--bar {
                height: 16px;
                border-radius: 10px
            }

                .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--viz .vendor-action-plan--bar.monitor {
                    background-color: #2c4d7f
                }

                .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--viz .vendor-action-plan--bar.review {
                    background-color: #e8a951
                }

                .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--viz .vendor-action-plan--bar.escalate {
                    background-color: #b24053
                }

                .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--viz .vendor-action-plan--bar.none {
                    background-color: #CDD2DA
                }

        .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--details {
            position: relative;
            margin: 4px 10px;
            font-size: .85em
        }

            .vendor-action-plan .vendor-action-plan__row .vendor-action-plan--details button {
                position: absolute;
                right: 0px;
                top: 5px
            }

        .vendor-action-plan .vendor-action-plan__row .action-plan-value {
            color: #484F5A
        }

#insurance-policies-holder {
    width: 1000px;
    margin: 20px auto
}

#company-information-panel {
    font-size: 13px;
    background: #fff;
    min-width: 1000px;
    width: 100%;
    position: relative
}

    #company-information-panel .entityLogoWrapper {
        display: block;
        float: left;
        margin-right: 30px;
        padding: 3px 0 0 0
    }

        #company-information-panel .entityLogoWrapper .status-label {
            margin-top: 5px;
            display: block;
            width: 100px;
            text-align: center;
            font-weight: normal;
            line-height: 16px;
            background: #484F5A;
            border-radius: 10px
        }

            #company-information-panel .entityLogoWrapper .status-label.intermediate {
                background: #e8a951
            }

    #company-information-panel .entityLogoSizer {
        width: 100px;
        text-align: center
    }

    #company-information-panel .entityLogoWrapper img {
        height: auto;
        max-width: 100%;
        max-height: 100%
    }

.company-information-panel__wrapper {
    display: block
}

.company-information-content {
    padding: 32px 30px 0;
    min-height: 106px
}

#company-information-panel .company-actions {
    display: block;
    padding: 20px 0;
    font-size: 0
}

.service-provider-launcher {
    min-width: 165px;
    text-align: center
}

.vendor-share-request-launcher.disabled {
    color: #565F6C;
    pointer-events: none;
    cursor: default
}

.md-modal.vendor-request-history-dialog.wide .vendor-share-history {
    margin-top: 15px
}

.md-modal.vendor-request-history-dialog.wide .vendor-share-link {
    position: absolute;
    top: 26px;
    right: 40px
}

.md-modal.vendor-request-history-dialog.wide .vendor-history-row {
    padding: 10px 0px;
    border-top: 1px solid #CDD2DA
}

    .md-modal.vendor-request-history-dialog.wide .vendor-history-row:last-of-type {
        border-bottom: 1px solid #CDD2DA
    }

.md-modal.vendor-request-history-dialog.wide .vendor-history-row-cell {
    display: block;
    float: left;
    width: 50%;
    line-height: 18px
}

    .md-modal.vendor-request-history-dialog.wide .vendor-history-row-cell div {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .md-modal.vendor-request-history-dialog.wide .vendor-history-row-cell .vendor-history__status {
        font-weight: bold
    }

.insight-evidence-reason .external-link {
    display: inline
}

.chart .insight {
    position: absolute;
    z-index: 100;
    margin-left: -9px
}

.insight__icon {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    width: 20px;
    height: 20px;
    line-height: 18px;
    z-index: 1;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #CDD2DA;
    color: #484F5A
}

    .insight__icon.regular {
        border: 1px solid #004470;
        color: #484F5A
    }

        .insight__icon.regular:hover {
            background: #004470;
            color: white
        }

    .insight__icon.rau {
        border: 1px solid #695e9e;
        color: #484F5A;
        border-radius: 2px
    }

        .insight__icon.rau:hover {
            background: #695e9e;
            color: white
        }

    .insight__icon.breach {
        width: 18px;
        height: 18px;
        border: 1px solid #20a39e;
        color: #484F5A;
        border-radius: 2px;
        transform: rotate(45deg);
        margin-left: 1px
    }

        .insight__icon.breach span {
            transform: rotate(315deg);
            position: absolute;
            left: 5px;
            top: -2px
        }

        .insight__icon.breach:hover {
            background: #20a39e;
            color: white
        }

    .insight__icon.breach-news {
        width: 20px;
        height: 20px;
        background-color: #EEF1F5;
        color: #484F5A;
        border-color: #CDD2DA;
        cursor: default
    }

.insight .insight-tooltip {
    display: none;
    position: relative;
    left: 22px;
    top: -7px;
    width: 178px;
    font-size: 11px;
    line-height: 14px;
    padding: 4px;
    border: 1px solid #CDD2DA;
    background: #EEF1F5;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2)
}

    .insight .insight-tooltip .date {
        display: block;
        color: #373E49
    }

    .insight .insight-tooltip .external-link {
        margin-top: 4px;
        margin-bottom: 1px
    }

.news-evidence .date-header {
    margin-bottom: 10px
}

.news-evidence .external-link {
    display: inline
}

.entity-details__wrapper {
    width: 810px;
    float: right
}

    .entity-details__wrapper.has_company_tree {
        min-height: 100px
    }

    .entity-details__wrapper .entity-subscription-group {
        line-height: 1.45em
    }

        .entity-details__wrapper .entity-subscription-group .upgrade-subscription-trigger.disabled {
            pointer-events: none
        }

            .entity-details__wrapper .entity-subscription-group .upgrade-subscription-trigger.disabled button {
                color: #565F6C;
                box-shadow: none
            }

        .entity-details__wrapper .entity-subscription-group .entity-subscription-expiration-label {
            border-bottom: 1px solid #A1A9B5
        }

            .entity-details__wrapper .entity-subscription-group .entity-subscription-expiration-label.color-basic {
                border-bottom-color: #b24053
            }

.entity-details__main {
    width: 570px;
    min-height: 50px;
    float: left
}

    .entity-details__main > h2 {
        padding-right: 60px;
        margin-bottom: 2px
    }

.entity-details__rating {
    width: 230px;
    float: left
}

    .entity-details__rating > .rating-key + .entity-details__main {
        width: 400px
    }

    .entity-details__rating .header-with-help-icon {
        display: inline-block;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 6px
    }

    .entity-details__rating .composite-ratings {
        margin-top: 52px
    }

    .entity-details__rating .company-tree, .entity-details__rating .composite-ratings {
        position: absolute;
        width: 230px;
        text-align: right;
        font-size: 14px
    }

        .entity-details__rating .company-tree > hr, .entity-details__rating .composite-ratings > hr {
            margin-top: 6px;
            margin-bottom: 10px;
            width: 50px
        }

        .entity-details__rating .company-tree .company-tree__helper-text, .entity-details__rating .composite-ratings .company-tree__helper-text {
            padding-top: 5px;
            color: #484F5A
        }

.entity-details__sub-dropdown {
    position: relative;
    float: left
}

    .entity-details__sub-dropdown .caret {
        display: none
    }

    .entity-details__sub-dropdown .select-subscription-dropdown {
        margin-left: 0
    }

.rating-help__wrapper {
    display: inline-block
}

    .rating-help__wrapper .icon-question {
        font-size: 17px;
        position: relative;
        vertical-align: middle;
        line-height: 14px;
        margin-left: 4px;
        color: #484F5A
    }

    .rating-help__wrapper:hover .icon-question {
        color: #484F5A;
        cursor: pointer
    }

    .rating-help__wrapper.tooltip-visible .rating-help-tooltip {
        display: block
    }

.details-group {
    float: left;
    margin-left: 0;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 4px;
    margin-top: 8px;
    position: relative
}

    .details-group.details-group__large {
        margin-bottom: 8px
    }

    .details-group:after {
        background: #484F5A;
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(50%, -50%)
    }

    .details-group:not(.hidden):last-of-type:after {
        display: none
    }

    .details-group.details-group__bullet-before:before {
        background: #484F5A;
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-420%, -50%)
    }

    .details-group.entity-subscription-group {
        clear: none
    }

    .details-group strong, .details-group .strong:not(.help-tooltip) {
        font-weight: bold
    }

    .details-group .help-tooltip {
        border-bottom: 1px solid #A1A9B5
    }

        .details-group .help-tooltip.color-intermediate {
            border-bottom-color: #e8a951
        }

.company-score-info {
    width: 100%;
    text-align: center
}

    .company-score-info h2 {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 45px;
        display: flex;
        justify-content: center
    }

        .company-score-info h2 .rating-key {
            float: right;
            margin-left: 10px;
            padding-top: 8px;
            margin-bottom: 0
        }

            .company-score-info h2 .rating-key .color {
                margin-bottom: 0
            }

.panel-toggle .panel-toggle__collapsed {
    display: inline
}

.panel-toggle .panel-toggle__expanded {
    display: none
}

.panel-toggle.expanded .panel-toggle__collapsed {
    display: none
}

.panel-toggle.expanded .panel-toggle__expanded {
    display: inline
}

.panel-collapsable {
    max-height: 0;
    overflow: hidden;
    padding-top: 4px;
    margin-bottom: 2px
}

    .panel-collapsable.expanded {
        max-height: none
    }

.floating-tooltip {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2),0 1px 3px rgba(0,0,0,0.1)
}

    .floating-tooltip .floating-tooltip__body {
        width: 100%;
        height: 100%
    }

    .floating-tooltip.rating-help-tooltip {
        width: 300px;
        padding: 30px 40px;
        left: -84px;
        top: 14px;
        display: none;
        position: absolute;
        right: 0;
        transform: translate(755px, 50px)
    }

        .floating-tooltip.rating-help-tooltip .rating-key {
            margin-bottom: 10px
        }

            .floating-tooltip.rating-help-tooltip .rating-key .rating-key_row {
                margin-bottom: 15px
            }

            .floating-tooltip.rating-help-tooltip .rating-key .color {
                width: auto;
                margin-bottom: 0
            }

            .floating-tooltip.rating-help-tooltip .rating-key .range {
                width: auto;
                text-transform: initial;
                font-weight: normal;
                font-size: 13px;
                line-height: 15.6px;
                margin-bottom: 0;
                padding: 0 0 0 5px
            }

            .floating-tooltip.rating-help-tooltip .rating-key .range-interval {
                color: #484F5A;
                font-weight: normal;
                padding: 0 0 0 5px
            }

    .floating-tooltip:after {
        bottom: 100%;
        right: 31px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px
    }

.rating-chart__wide {
    width: 100% !important
}

#company-information-panel .entity-details {
    width: 190px;
    margin-right: 30px;
    float: left
}

    #company-information-panel .entity-details p {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 17px
    }

        #company-information-panel .entity-details p.tagged {
            font-size: 12px
        }

    #company-information-panel .entity-details .holder {
        display: block;
        float: left;
        width: 20px
    }

#company-information-panel .subnav-details {
    display: block;
    float: left;
    width: 590px
}

.vendor-request-content .half-field-holder {
    width: 50%;
    float: left
}

    .vendor-request-content .half-field-holder:first-child {
        padding-right: 5px
    }

    .vendor-request-content .half-field-holder:last-child {
        padding-left: 5px
    }

.modal-inner .vendor-request-content p {
    line-height: 1.40em
}

.vendor-request-content label {
    display: none
}

.lte_ie9 .vendor-request-content label {
    display: block
}

.vendor-request-content .form-messages span {
    display: block
}

#company-information-panel .description {
    font-size: 14px;
    margin-bottom: 4px
}

    #company-information-panel .description.provisional-message {
        padding: 10px;
        background: #f9ead4;
        border-radius: 3px
    }

#company-information-panel .search-history {
    font-size: 14px
}

.page-subnav {
    left: 0;
    top: 62px;
    z-index: 1000;
    height: 50px;
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
    margin-top: 20px
}

.page-subnav--fixed {
    position: fixed;
    top: 42px;
    height: 36px;
    box-shadow: 0 0 3px rgba(25,25,25,0.3);
    margin-top: 0
}

    .page-subnav--fixed .page-subnav__wrapper {
        padding-right: 50px
    }

body:not(.fixed-subnav) > #company-information-panel {
    margin-top: 0
}

.page-subnav__spacer {
    display: block;
    margin-top: 70px
}

.page-subnav__menu {
    margin: 0 auto;
    display: block;
    font-size: 0px;
    width: 1000px
}

.page-subnav__item {
    display: inline-block
}

.page-subnav__link {
    font-size: 15px;
    line-height: 14px;
    display: block;
    padding: 0;
    background: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: padding .25s ease-out;
    -webkit-font-smoothing: antialiased
}

.unrendered .page-subnav__link {
    color: #fff !important;
    background: #EEF1F5 !important;
    padding: 0 !important
}

.page-subnav__item.active {
    box-shadow: 0 0 1px rgba(25,25,25,0.25);
    position: relative;
    z-index: 1;
    color: #004470;
    font-weight: bold
}

.unrendered .page-subnav__item.active {
    box-shadow: none
}

.active .page-subnav__link {
    background: #fff;
    color: #004470;
    font-weight: bold
}

.page-subnav--fixed .active .page-subnav__link {
    background: transparent
}

.page-subnav__item--premium .page-subnav__link {
    position: relative;
    background: #004470;
    color: #fff
}

.page-subnav__link:hover {
    text-decoration: none
}

.inactive .page-subnav__link:hover {
    color: #003252;
    background: #EEF1F5
}

.page-subnav__premium-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .25px;
    line-height: 10px;
    padding: 2px
}

    .page-subnav__premium-label.premium-round-label {
        bottom: auto;
        top: 3px;
        padding: 2px 7px;
        background: #ecb870;
        border-radius: 15px
    }

#alerts-subnav {
    width: 100%;
    overflow: hidden;
    width: 102%;
    margin-left: -1%
}

    #alerts-subnav .page-subnav__menu {
        background: #EEF1F5
    }

    #alerts-subnav .page-subnav__item {
        width: 200px
    }

.alerts-filter-sidebar {
    position: relative;
    float: left;
    width: 200px
}

.alert_decrease_icon {
    color: #b24053
}

#alerts_panel, #real_time_alert_display {
    display: block;
    position: relative;
    width: 670px;
    float: right
}

.real-time-event-table {
    margin-bottom: 20px
}

.company-information-panel__wrapper {
    position: relative
}

.entity-details .btn span {
    margin-right: 2px;
    font-size: 12px
}

.service-provider-launcher {
    position: relative
}

#service-provider-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    padding: 12px 0
}

    #service-provider-loader .bs-spinner {
        margin-top: 0
    }

.service-provider-preview-refresh {
    position: absolute;
    right: 40px;
    top: 24px;
    cursor: pointer;
    color: #373E49;
    font-size: 20px;
    width: 20px;
    height: 20px
}

    .service-provider-preview-refresh:hover {
        color: #373E49
    }

.service-provider-preview .bs-datatable {
    margin-bottom: 20px
}

.service-provider-preview .col-type {
    text-transform: capitalize
}

.service-provider-preview .col-rating {
    max-width: 115px
}

#portScore {
    font-weight: bold;
    font-size: 48px;
    margin-left: 20px;
    padding-top: 10px
}

.count-asterisk, .count-footnote {
    display: none
}

.footnote .count-asterisk {
    display: inline
}

.footnote .count-footnote {
    display: block
}

.count-footnote {
    margin-top: 1em;
    font-size: 11px
}

.entity-folder-list, .entity-subscription-group {
    clear: both;
    margin-top: 5px
}

.entity-folder-list {
    display: inline-block;
    margin-right: 4px
}

.page-subnav__expanded.page-subnav__spacer {
    margin-top: 50px
}

    .page-subnav__expanded.page-subnav__spacer .company-information-panel__wrapper {
        width: 1000px;
        margin: 0 auto
    }

.page-subnav__expanded.page-subnav {
    margin-top: 0;
    background-color: #EEF1F5;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.16)
}

    .page-subnav__expanded.page-subnav .page-subnav__item.active {
        border: 0
    }

        .page-subnav__expanded.page-subnav .page-subnav__item.active .page-subnav__link {
            color: #004470
        }

    .page-subnav__expanded.page-subnav .page-subnav__item.inactive:hover {
        background-color: #DFE3E9
    }

    .page-subnav__expanded.page-subnav .page-subnav__item.page-subnav__item--premium .page-subnav__link {
        color: rgba(129,130,135,0.8)
    }

    .page-subnav__expanded.page-subnav .page-subnav__item .page-subnav__link {
        background: transparent;
        color: #1A1E23
    }

.page-subnav--fixed {
    position: fixed;
    overflow: visible;
    z-index: 1000;
    height: 50px;
    background: rgba(255,255,255,0.96);
    width: 100%
}

    .page-subnav--fixed .page-subnav__menu {
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        height: 100%;
        z-index: 0
    }

    .page-subnav--fixed .page-subnav__item {
        height: 100%;
        padding: 0 9px;
        display: inline-block;
        background: none;
        cursor: pointer
    }

        .page-subnav--fixed .page-subnav__item.active {
            pointer-events: none;
            background: none
        }

            .page-subnav--fixed .page-subnav__item.active > * {
                color: #000
            }

        .page-subnav--fixed .page-subnav__item.inactive {
            color: #484F5A
        }

            .page-subnav--fixed .page-subnav__item.inactive > * {
                color: #484F5A
            }

            .page-subnav--fixed .page-subnav__item.inactive:hover {
                background-color: #DFE3E9
            }

    .page-subnav--fixed .page-subnav__link {
        display: block;
        width: 100%;
        line-height: 50px;
        height: 100%;
        text-align: center;
        background: #fff;
        position: relative
    }

        .page-subnav--fixed .page-subnav__link:hover {
            background: none !important
        }

        .page-subnav--fixed .page-subnav__link > .page-subnav__premium-label {
            transform: translateX(16px)
        }

        .page-subnav--fixed .page-subnav__link > span:not(.page-subnav__premium-label) {
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50% -50%)
        }

    .page-subnav--fixed .page-subnav__company {
        display: block
    }

    .page-subnav--fixed .page-subnav__item a {
        width: auto !important
    }

.page-subnav__company {
    position: relative;
    display: none;
    float: left;
    width: 190px;
    padding-left: 80px;
    height: 100%;
    z-index: 1001;
    margin-left: -15px
}

    .page-subnav__company .this-rating {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 100%
    }

    .page-subnav__company .rating-holder {
        position: absolute;
        width: 50px !important;
        line-height: 26px;
        height: 22px;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 600 !important;
        font-size: 14px !important;
        color: white;
        border-radius: 15px
    }

    .page-subnav__company .this-name {
        padding: 0 20px 0 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.page-subnav__actions-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    z-index: 1;
    display: none
}

    .page-subnav__actions-wrapper:hover .page-subnav__actions {
        background-color: #DFE3E9
    }

        .page-subnav__actions-wrapper:hover .page-subnav__actions svg {
            fill: #373E49
        }

.page-subnav__actions {
    border: 0;
    z-index: 0;
    background: none;
    width: 50px;
    height: 100%;
    border-left: 1px solid #CDD2DA;
    border-right: 1px solid #CDD2DA;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

    .page-subnav__actions svg {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #484F5A
    }

    .page-subnav__actions:focus {
        outline: none
    }

.page-subnav__actions-menu {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 5px;
    width: 240px;
    height: auto;
    background: white;
    box-shadow: 0 12px 24px 0 rgba(161,169,181,0.75);
    transform: translateY(5px);
    border-radius: 2px;
    overflow: hidden
}

    .page-subnav__actions-menu > button, .page-subnav__actions-menu > a {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0 20px;
        line-height: 40px;
        background: none;
        border-width: 0 0 1px 0;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #1A1E23;
        cursor: pointer;
        border: 0 none;
        box-shadow: none;
        border-radius: 0
    }

        .page-subnav__actions-menu > button.disabled, .page-subnav__actions-menu > button:disabled, .page-subnav__actions-menu > a.disabled, .page-subnav__actions-menu > a:disabled {
            color: #565F6C;
            pointer-events: none;
            cursor: default
        }

        .page-subnav__actions-menu > button:hover, .page-subnav__actions-menu > a:hover {
            box-shadow: inset 4px 0 0 #004470;
            text-decoration: none;
            color: #004470
        }

        .page-subnav__actions-menu > button:focus, .page-subnav__actions-menu > a:focus {
            outline: none;
            text-decoration: none
        }

.vendor-access-rce-header {
    padding: 4px;
    margin-bottom: -8px;
    border-bottom: 1px solid #A1A9B5
}

.company-actions .vendor-share-request-launcher, .company-actions .vendor-share-request-launcher--with_history {
    display: inline-block;
    min-width: 164px
}

    .company-actions .vendor-share-request-launcher.disabled button, .company-actions .vendor-share-request-launcher--with_history.disabled button {
        color: #A1A9B5;
        background: #EEF1F5;
        box-shadow: none;
        pointer-events: none;
        cursor: default
    }

.company-actions #vendor-share-history {
    margin-left: 16px
}

    .company-actions #vendor-share-history.is-bundled {
        display: none
    }

.company-actions .this-counter:before {
    content: '('
}

.company-actions .this-counter:after {
    content: ')'
}

.company-actions .icon-chevron-down {
    margin-left: 4px;
    position: relative;
    top: 2px
}

.company-actions .dropdown {
    display: inline-block;
    position: relative
}

    .company-actions .dropdown + .dropdown {
        margin-left: 0
    }

.company-actions .reports-dropdown-menu {
    min-width: 236px
}

.company-actions .view-add-entity {
    margin-right: 16px
}

.company-actions .view-add-entity-subscribe {
    margin-right: 0
}

#company-overview-subscribe .icon-chevron-down {
    margin-left: 4px
}

#company-overview-subscribe.call-to-action {
    box-shadow: inset 0 0 0 1px #373E49,0 6px 6px 0 rgba(0,0,0,0.24),0 0 6px 0 rgba(0,0,0,0.16)
}

#company_comparison {
    margin-left: 16px
}

#reports-dropdown {
    margin-left: 16px
}

.company-actions--wrapper {
    margin-left: 16px
}

.company-actions--bundle--disabled {
    display: inline-block;
    border: none;
    margin-left: 16px;
    cursor: help
}

    .company-actions--bundle--disabled:hover {
        border: none
    }

.page-subnav--fixed .company-info-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    white-space: nowrap
}

.page-subnav--fixed .page-subnav__actions-wrapper {
    display: block
}

.page-subnav_menu-trigger {
    display: none;
    height: 50px;
    padding: 0 40px;
    line-height: 50px;
    background: none;
    border: 0;
    font-size: 14px;
    position: relative;
    box-shadow: inset 0 -4px 0 #004470
}

    .page-subnav_menu-trigger:hover {
        text-decoration: none
    }

    .page-subnav_menu-trigger .icon-chevron-down {
        font-size: 13px;
        position: relative;
        top: 2px;
        margin-left: 2px
    }

.page-subnav__wrapper {
    position: relative
}

.page-subnav__menu.trigger-hidden {
    display: block
}

@media screen and (min-width: 1001px) {
    .page-subnav__expanded.page-subnav .page-subnav__item.active {
        box-shadow: inset 0 -4px 0 #004470
    }
}

@media screen and (max-width: 1000px) {
    .page-subnav__expanded:not(.page-subnav--fixed).page-subnav .page-subnav__item.active {
        box-shadow: inset 0 -4px 0 #004470
    }

    .page-subnav--fixed {
        min-width: 0
    }

        .page-subnav--fixed .page-subnav__menu {
            display: block;
            position: absolute;
            top: 100%;
            left: auto;
            right: 55px;
            width: 225px;
            transform: translateY(5px);
            border-radius: 5px;
            max-width: none;
            height: auto !important;
            overflow: hidden;
            white-space: normal;
            z-index: 2;
            background: white;
            box-shadow: 0 0 36px 0 rgba(0,0,0,0.24),0 1px 2px rgba(0,0,0,0.05)
        }

            .page-subnav--fixed .page-subnav__menu > div {
                float: left;
                width: 100%
            }

            .page-subnav--fixed .page-subnav__menu.trigger-hidden {
                display: none
            }

        .page-subnav--fixed .company-info-wrapper {
            width: 100%;
            height: 100%;
            position: relative
        }

            .page-subnav--fixed .company-info-wrapper .page-subnav__actions {
                border-right: none
            }

        .page-subnav--fixed .page-subnav__company {
            float: left;
            width: 500px
        }

        .page-subnav--fixed .page-subnav__wrapper {
            float: right
        }

        .page-subnav--fixed .page-subnav_menu-trigger {
            display: block;
            width: 100%;
            border: none;
            border-width: 0 1px
        }

        .page-subnav--fixed .page-subnav__link {
            text-align: left;
            width: 100%
        }

            .page-subnav--fixed .page-subnav__link > .page-subnav__premium-label {
                position: relative;
                transform: none;
                top: -1px;
                margin-left: 6px
            }

        .page-subnav--fixed .page-subnav__item {
            border: 1px solid #CDD2DA;
            border-width: 0 0 1px 0;
            font-size: 14px
        }

            .page-subnav--fixed .page-subnav__item.inactive {
                border: 1px solid #CDD2DA;
                border-width: 0 0 1px 0;
                font-size: 14px;
                background: white
            }

            .page-subnav--fixed .page-subnav__item.active {
                box-shadow: inset 4px 0 0 #004470
            }
}

@media screen and (max-width: 756px) {
    .page-subnav--fixed .page-subnav__company {
        width: 280px
    }
}

@media screen and (max-width: 534px) {
    .page-subnav--fixed .page-subnav__company {
        width: 80px
    }

        .page-subnav--fixed .page-subnav__company .this-name {
            display: none
        }

    .page-subnav--fixed .page-subnav__wrapper {
        float: right
    }
}

@media screen and (max-width: 350px) {
    .page-subnav--fixed .page-subnav__company {
        display: none
    }

    .page-subnav--fixed .page-subnav__menu {
        left: auto;
        right: 5px;
        transform: translateY(5px)
    }
}

a:focus, button:focus {
    text-decoration: none
}

.rating-sim #rating-sim {
    position: relative;
    height: 100%
}

    .rating-sim #rating-sim .no-actions {
        text-align: center;
        display: block;
        height: 60px;
        width: 420px;
        position: absolute;
        font-size: 16px;
        color: #484F5A;
        top: 0px;
        bottom: 0px;
        margin: auto
    }

    .rating-sim #rating-sim .need-more-time {
        position: absolute;
        bottom: 40px;
        left: 0px;
        padding: 30px;
        width: 100%;
        height: 90px;
        background-color: #EEF1F5
    }

#alternate_risk_vectors {
    margin-top: 20px
}

    #alternate_risk_vectors a.alternate-rating-vector * {
        pointer-events: none
    }

    #alternate_risk_vectors .alternate-rating-vector {
        height: 50px;
        line-height: 50px;
        padding-bottom: 10px;
        border-bottom: 1px solid #CDD2DA;
        display: block
    }

        #alternate_risk_vectors .alternate-rating-vector > div {
            display: block;
            color: #484F5A
        }

        #alternate_risk_vectors .alternate-rating-vector .alternate-rating-vector__name {
            float: left;
            color: #1A1E23;
            padding-left: 15px
        }

        #alternate_risk_vectors .alternate-rating-vector .alternate-rating-vector__rating {
            float: right;
            color: #fff;
            background-color: #695e9e;
            padding: 0px 10px;
            border-radius: 15px;
            height: 30px;
            line-height: 30px;
            margin-top: 10px;
            opacity: .8;
            min-width: 100px;
            text-align: center
        }

        #alternate_risk_vectors .alternate-rating-vector .alternate-rating-vector__nav {
            display: block;
            height: 100%;
            cursor: pointer;
            float: right;
            padding: 0px 10px;
            margin-left: 10px;
            color: #373E49
        }

            #alternate_risk_vectors .alternate-rating-vector .alternate-rating-vector__nav > span {
                position: relative;
                top: 2px
            }

            #alternate_risk_vectors .alternate-rating-vector .alternate-rating-vector__nav:hover {
                text-decoration: none
            }

        #alternate_risk_vectors .alternate-rating-vector:hover {
            background-color: #EEF1F5
        }

        #alternate_risk_vectors .alternate-rating-vector:last-child {
            border-bottom: 0px
        }

.chart-header {
    width: 100%;
    text-align: center
}

    .chart-header > span {
        display: inline-block;
        margin: 0 24px;
        color: #484F5A
    }

        .chart-header > span .rating-highlighted {
            font-size: 16px;
            font-weight: normal;
            margin: 0 6px
        }

        .chart-header > span .chart-header-date {
            font-size: 12px
        }

            .chart-header > span .chart-header-date .date-minmax {
                width: 70px;
                min-width: 1px;
                display: inline-block;
                text-align: left;
                white-space: pre
            }

                .chart-header > span .chart-header-date .date-minmax:before {
                    content: ' '
                }

.rating-competitors {
    transform: translateY(-60px)
}

.page-overview #graphdiv2-switcher {
    position: relative;
    bottom: 0;
    text-align: center;
    padding: 16px 0 24px
}

.range-dot {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-left: 6px;
    transform: translateY(3px)
}

    .range-dot.range-dot__portfolio {
        background-color: #CDD2DA
    }

    .range-dot.range-dot__industry {
        background-color: #C0DAEA
    }

#nist-dialog-holder .reg-report-dialog__header--blurb {
    position: absolute;
    right: 236px;
    top: 25px;
    line-height: normal
}

#iso-dialog-holder .reg-report-dialog__header--blurb {
    position: absolute;
    right: 236px;
    top: 25px;
    line-height: normal
}

#nist-dialog-holder .reg-report-dialog__cover--link, #iso-dialog-holder .reg-report-dialog__cover--link {
    margin-bottom: 20px
}

#nist-dialog-holder .reg-report-dialog__cover, #iso-dialog-holder .reg-report-dialog__cover {
    flex: 1 1;
    overflow-y: auto
}

#nist-dialog-holder .reg-report-dialog__coverpage, #iso-dialog-holder .reg-report-dialog__coverpage {
    padding: 30px
}

    #nist-dialog-holder .reg-report-dialog__coverpage > strong, #iso-dialog-holder .reg-report-dialog__coverpage > strong {
        margin-bottom: 10px;
        display: inline-block
    }

#nist-dialog-holder .reg-report-dialog__header, #iso-dialog-holder .reg-report-dialog__header {
    height: 68px;
    line-height: 68px;
    padding-left: 30px;
    padding-top: 1px;
    background-color: #EEF1F5
}

    #nist-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--label, #iso-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--label {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase
    }

    #nist-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--print, #iso-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--print {
        position: absolute;
        right: 70px;
        top: 16px;
        line-height: normal
    }

    #nist-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--close, #iso-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--close {
        position: absolute;
        right: 30px
    }

        #nist-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--close:hover, #iso-dialog-holder .reg-report-dialog__header .reg-report-dialog__header--close:hover {
            color: #484F5A;
            cursor: pointer
        }

#nist-dialog-holder .reg-report-dialog__footer, #iso-dialog-holder .reg-report-dialog__footer {
    height: 30px;
    background-color: #fff
}

#nist-dialog-holder .reg-report-dialog__body, #iso-dialog-holder .reg-report-dialog__body {
    background-color: #fff;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row
}

    #nist-dialog-holder .reg-report-dialog__body .reg-report_grade, #iso-dialog-holder .reg-report-dialog__body .reg-report_grade {
        display: inline-block;
        background-color: transparent;
        border-radius: 50%;
        height: 10px;
        width: 10px
    }

        #nist-dialog-holder .reg-report-dialog__body .reg-report_grade.category-row, #iso-dialog-holder .reg-report-dialog__body .reg-report_grade.category-row {
            position: absolute;
            right: 10px;
            top: 18px
        }

        #nist-dialog-holder .reg-report-dialog__body .reg-report_grade.grade--0, #iso-dialog-holder .reg-report-dialog__body .reg-report_grade.grade--0 {
            background-color: #b24053
        }

        #nist-dialog-holder .reg-report-dialog__body .reg-report_grade.grade--1, #iso-dialog-holder .reg-report-dialog__body .reg-report_grade.grade--1 {
            background-color: #ecb870
        }

        #nist-dialog-holder .reg-report-dialog__body .reg-report_grade.grade--2, #iso-dialog-holder .reg-report-dialog__body .reg-report_grade.grade--2 {
            background-color: #2c4d7f
        }

    #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions {
        flex: 0 0 300px;
        padding: 30px;
        overflow-y: auto
    }

        #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function {
            margin-bottom: 20px
        }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function > h1, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function > h1 {
                font-size: .85em
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function > hr, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function > hr {
                margin-top: 10px;
                margin-bottom: 10px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row {
                padding: 15px;
                border-left: 4px solid #fff;
                cursor: pointer;
                position: relative
            }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row.selected, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row.selected {
                    border-left: 4px solid #A1A9B5;
                    background-color: #EEF1F5
                }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row:hover, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row:hover {
                    background-color: #DFE3E9
                }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row .grade-circle, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row .grade-circle {
                    float: right;
                    display: inline-block
                }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row .category-row__name, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row .category-row__name {
                    padding-right: 10px;
                    width: 170px;
                    display: inline-block
                }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row .category-row__label, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__functions .reg-report-dialog__function .reg-report-dialog__category-rows .reg-report-dialog__category-row .category-row__label {
                    color: #484F5A
                }

    #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories {
        flex: 1 1;
        overflow-y: auto
    }

        #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category {
            padding: 30px
        }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__category--label, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__category--label {
                margin-bottom: 10px;
                color: #484F5A
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__category--footer, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__category--footer {
                color: #373E49
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__category--description, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__category--description {
                margin-bottom: 40px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__unsupported, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__unsupported {
                margin-right: 10px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__headline--legend, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__headline--legend {
                clear: both;
                margin-top: 5px;
                margin-bottom: 20px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__risk > p, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__risk > p {
                clear: both
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector {
                float: left;
                position: relative;
                margin-right: 10px;
                margin-bottom: 10px;
                padding: 0px 15px;
                background-color: #DFE3E9;
                border-radius: 20px;
                height: 29px;
                line-height: 30px;
                padding-right: 33px
            }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector > .grade-circle, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector > .grade-circle {
                    line-height: normal;
                    position: absolute;
                    right: 5px;
                    top: 4px;
                    font-weight: bold
                }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector.key, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector.key {
                    padding-right: 15px
                }

                #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector .value--lozenge, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector .value--lozenge {
                    border-radius: 20px;
                    padding: 2px 10px;
                    height: 29px;
                    color: #fff;
                    margin-left: 2px
                }

                    #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector .value--lozenge.enabled, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector .value--lozenge.enabled {
                        color: #20a39e;
                        font-weight: bold
                    }

                    #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector .value--lozenge.disabled, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__vector .value--lozenge.disabled {
                        color: #484F5A;
                        font-weight: bold
                    }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__headline--spacer, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__headline--spacer {
                padding-left: 20px;
                padding-right: 20px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__summary, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__summary {
                clear: both;
                margin-top: 10px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__upsell, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__upsell {
                position: relative;
                margin-right: 10px;
                margin-bottom: 10px;
                padding: 5px 15px 0px 15px;
                padding-right: 33px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__no-popover-upsell, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__no-popover-upsell {
                float: left;
                padding-top: 3px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__mech, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__mech {
                float: left;
                position: relative;
                margin-right: 10px;
                margin-bottom: 10px;
                padding: 0px 15px;
                background-color: #DFE3E9;
                height: 29px;
                line-height: 30px
            }

            #nist-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__subcategory, #iso-dialog-holder .reg-report-dialog__body .reg-report-dialog__categories .reg-report-dialog__category .reg-report-dialog__subcategory {
                margin-bottom: 20px
            }

.diligence-overview-tooltip {
    background: #fff;
    width: 240px;
    padding-bottom: 12px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 24px 24px 1px rgba(0,0,0,0.24),0 4px 24px 0 rgba(0,0,0,0.24)
}

    .diligence-overview-tooltip.grade-good .overview {
        background: #2c4d7f
    }

    .diligence-overview-tooltip.grade-fair .overview {
        background: #526d96
    }

    .diligence-overview-tooltip.grade-neutral .overview {
        background: #484F5A
    }

    .diligence-overview-tooltip.grade-warn .overview {
        background: #ecb870
    }

    .diligence-overview-tooltip.grade-bad .overview {
        background: #b24053
    }

    .diligence-overview-tooltip .overview {
        text-align: center;
        color: #fff;
        padding: 12px;
        z-index: 100;
        font-size: 14px
    }

    .diligence-overview-tooltip .breakdown {
        padding: 8px 12px 0px;
        font-size: 12px
    }

        .diligence-overview-tooltip .breakdown .line {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 4px 0
        }

            .diligence-overview-tooltip .breakdown .line .type {
                display: block
            }

            .diligence-overview-tooltip .breakdown .line .count {
                display: block;
                background: #DFE3E9;
                border-radius: 15px;
                padding: 2px 7px;
                min-width: 20px;
                text-align: center;
                border: 1px solid #CDD2DA;
                color: #484F5A
            }

    .diligence-overview-tooltip h5 {
        color: #fff;
        font-size: 16px;
        font-weight: lighter
    }

    .diligence-overview-tooltip .bubble-arrow-up {
        position: absolute;
        bottom: -5px;
        transform: translateX(-50%) translateX(120px) rotate(-45deg);
        background: #fff;
        width: 11.5px;
        height: 11.5px
    }

.download-loading-ratings-form__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

#diligence-overview-graph .highcharts-container {
    overflow: visible !important
}

.dataTable---bundled-entity .bulktag-checkbox {
    display: none
}

.dataTable---bundled-entity th.checkbox-col, .dataTable---bundled-entity td.checkbox-col {
    width: 0 !important
}

.page-purchase-confirmation h2 {
    border-bottom: 1px dashed #CDD2DA;
    text-align: center;
    padding-bottom: 2px
}

#purchase-list {
    margin: 24px auto;
    width: 482px;
    display: block
}

    #purchase-list .amount {
        font-weight: bold
    }

    #purchase-list h3 {
        background: #004470;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin: -6px 0 0;
        padding: 9px;
        font-size: 24px
    }

    #purchase-list .receipt {
        border: 1px solid #CDD2DA;
        border-top: 0;
        width: 100%;
        -webkit-box-shadow: rgba(0,0,0,0.0470588) 0px 1px 1px inset;
        box-shadow: rgba(0,0,0,0.0470588) 0px 1px 1px inset;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-bottom: 15px;
        padding: 14px 9px
    }

    #purchase-list .accept {
        border-top: 1px dashed #CDD2DA;
        margin-top: 20px;
        padding-top: 20px
    }

.ticket-content .form-messages {
    width: 100%;
    text-align: center
}

#purchase-success-alert {
    width: 581px;
    margin-left: auto;
    margin-right: auto
}

.panel.tier-pricing {
    margin-right: 20px;
    width: 490px
}

.panel.billing-information {
    width: 490px
}

.panel.purchase-history {
    width: 100%
}

.subscription-details, .subscription-details .panels {
    min-height: inherit
}

    .subscription-details .panel-row:last-child {
        margin: 0px
    }

.purchase-history .row {
    padding: 5px
}

    .purchase-history .row.odd {
        background-color: rgba(32,32,32,0.06)
    }

    .purchase-history .row.even {
        background-color: rgba(32,32,32,0.04)
    }

.purchase-history .purchase-price {
    text-align: right
}

.panel.insurance-policies {
    width: 100%;
    margin-right: 0
}

#policy-display {
    display: block;
    padding: 10px 16px
}

    #policy-display .policy-row {
        padding: 4px 0
    }

    #policy-display .col {
        float: left;
        display: block;
        padding: 0 4px;
        line-height: 18px;
        word-wrap: break-word;
        min-height: 1em
    }

    #policy-display header .col {
        font-size: 11px !important
    }

    #policy-display .col.actions {
        width: 30px;
        padding-right: 0
    }

    #policy-display .col.name {
        width: 160px
    }

    #policy-display .col.premium {
        width: 112px
    }

    #policy-display .col.coverage {
        width: 112px
    }

    #policy-display .col.dates {
        width: 170px
    }

    #policy-display .col.notes {
        width: 384px;
        font-size: 12px
    }

    #policy-display .policy_icon {
        font-size: 10px;
        color: #373E49;
        cursor: pointer;
        margin-right: 4px;
        display: block;
        float: left;
        margin-top: 1px;
        line-height: 1.4
    }

        #policy-display .policy_icon:last-child {
            margin-right: 0
        }

        #policy-display .policy_icon:hover {
            color: #004470
        }

.insurance-policies #add-policy {
    color: #004470;
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 10px 40px;
    border-top: 1px solid #CDD2DA
}

    .insurance-policies #add-policy .icon-plus {
        margin-right: 5px;
        font-size: 10px
    }

    .insurance-policies #add-policy:hover {
        text-decoration: none
    }

.insurance-policies .icon-plus-circle {
    margin-right: 4px
}

.policy-modal .form-row {
    margin-left: -20px
}

    .policy-modal .form-row .form-group {
        width: 50%;
        padding-left: 20px;
        float: left
    }

.policy-modal .details {
    max-height: 420px
}

#no_policy_msg {
    font-size: 12px;
    color: #565F6C;
    text-align: center;
    background: #fff;
    padding: 10px 40px
}

#add_first_policy {
    margin-left: 4px
}

#event-summary-chart-holder {
    position: relative
}

#event-summary-chart {
    width: 270px;
    height: 271px;
    margin: -30px 0 0 0;
    position: relative;
    z-index: 1
}

    #event-summary-chart path {
        cursor: pointer
    }

.event-summary-headline {
    font-weight: normal;
    font-size: 15px;
    position: relative;
    z-index: 5
}

    .event-summary-headline strong {
        color: #b24053
    }

.page-event-details {
    min-height: inherit
}

#event-summary-legend {
    position: absolute;
    left: 282px;
    top: 104px;
    display: block;
    width: 175px;
    z-index: 4;
    font-size: 10px
}

    #event-summary-legend .line {
        margin-bottom: 30px
    }

        #event-summary-legend .line:last-child {
            margin-bottom: 0
        }

    #event-summary-legend .swatch {
        float: left;
        display: block;
        width: 8px;
        height: 8px;
        margin-right: 8px;
        margin-top: 2px;
        border-radius: 4px
    }

#event-summary-context {
    position: absolute;
    top: 123px;
    left: 82px;
    z-index: 10;
    width: 103px;
    height: 103px;
    border: 1px solid #A1A9B5;
    border-radius: 53px;
    background-clip: padding-box;
    background-color: #EEF1F5
}

    #event-summary-context.no-events {
        left: 44px;
        width: 145px;
        border: none;
        background-color: transparent
    }

        #event-summary-context.no-events .infname {
            color: #1A1E23;
            font-size: 13px
        }

    #event-summary-context .infname {
        color: #b24053;
        font-size: 12px;
        font-weight: bold;
        padding-top: 42px;
        display: block;
        text-align: center
    }

    #event-summary-context .percentage {
        color: #1A1E23;
        font-size: 11px;
        text-align: center;
        display: block
    }

#event-details-table .event-details--entity-longname {
    max-width: 700px
}

#event-details-table .detail-label {
    margin-right: 6px;
    display: block;
    min-width: 68px;
    text-transform: capitalize;
    font-weight: bold;
    clear: left;
    float: left
}

#event-details-table .detail-data {
    word-wrap: break-word;
    float: left;
    max-width: 200px
}

    #event-details-table .detail-data.infection {
        width: 90px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        padding-bottom: 1px
    }

#event-details-table .spacer {
    display: block;
    height: .6em;
    width: 100%;
    clear: both
}

#event-details-table .kb-link {
    border-bottom: 1px dashed #484F5A
}

    #event-details-table .kb-link:hover {
        text-decoration: none;
        border-bottom: 1px dashed #003252;
        color: #003252
    }

#event-details-table td {
    vertical-align: top
}

    #event-details-table td.extended .detail-data.email-subject {
        max-width: 260px
    }

#event-details-table .ipTable .detail-data.email-subject {
    max-width: 145px
}

#event-details-table td.extended .extended-info {
    display: none;
    overflow: hidden;
    word-wrap: break-word;
    clear: right
}

#event-details-table tr.expanded, #event-details-table tr.extended {
    cursor: pointer
}

#event-details-table td.datecol {
    min-width: 92px;
    width: 92px
}

#event-details-table .loader {
    display: none;
    margin: 40px auto
}

#event-details-table.loading .loader {
    display: block
}

#event-details-table .shared-records-history-popover .loader {
    display: block;
    margin: 0
}

#event-details-table .annotations-trigger-container {
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 10px
}

#event-details-table .share-record-enable-access {
    height: 20px;
    float: right;
    margin-left: 10px;
    line-height: 20px
}

.event-details__toggle {
    float: right
}

    .event-details__toggle .chevron-icon {
        font-size: 10px
    }

.event-details--entity-longname {
    max-width: 700px
}

.download-csv-holder {
    position: absolute;
    top: 10px;
    right: 16px
}

    .download-csv-holder a {
        display: block
    }

#events-tools {
    display: block;
    margin-bottom: 10px;
    padding: 0
}

    #events-tools .rem-instruction {
        margin-left: auto;
        margin-top: auto;
        font-size: 12px;
        color: #565F6C
    }

    #events-tools .events-tools-row {
        display: flex
    }

        #events-tools .events-tools-row .searchbox-holder {
            margin-top: auto;
            top: 0px;
            align-self: flex-end
        }

        #events-tools .events-tools-row .annotations-filter-trigger {
            width: auto
        }

        #events-tools .events-tools-row .annotations-filter-container.dropdown.tag__filter {
            margin-top: auto;
            top: 0px;
            margin-left: 4px;
            align-self: flex-end
        }

        #events-tools .events-tools-row .annotations-filter-container.applied-tags__container {
            margin-top: 5px
        }

    #events-tools .search-holder {
        position: relative;
        float: left;
        margin-top: 18px
    }

    #events-tools .date-range-holder {
        margin-top: 10px;
        width: 280px
    }

#event-type-filters {
    width: 720px;
    margin-left: auto
}

    #event-type-filters .event-type {
        float: left;
        margin-right: 12px;
        width: 115px;
        font-size: 11px;
        font-weight: bold;
        cursor: pointer
    }

        #event-type-filters .event-type .count {
            font-weight: normal
        }

        #event-type-filters .event-type.disabled {
            opacity: .5
        }

    #event-type-filters h5 {
        margin-bottom: 7px
    }

    #event-type-filters .event-type:last-child {
        margin-right: 0
    }

    #event-type-filters .bs-checkbox {
        margin-right: 7px;
        float: left
    }

    #event-type-filters .name {
        float: left;
        margin-top: -2px;
        width: 84px;
        line-height: 15px
    }

    #event-type-filters .all-event-types {
        width: 65px
    }

        #event-type-filters .all-event-types .name {
            width: 30px
        }

    #event-type-filters .count {
        color: #373E49;
        display: block;
        font-size: 10px;
        padding-top: 1px
    }

#ev-expand, #ev-collapse {
    font-weight: normal;
    color: #004470;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    font-size: 11px
}

    #ev-expand:hover, #ev-collapse:hover {
        text-decoration: underline
    }

.vertical-tab-holder {
    display: block;
    height: 286px;
    margin-bottom: 30px;
    width: 1000px
}

    .vertical-tab-holder h5 {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: normal
    }

    .vertical-tab-holder .firstheader {
        float: left;
        width: 200px
    }

    .vertical-tab-holder .secondheader {
        font-weight: normal
    }

#primary-chart {
    display: block;
    width: 100%;
    height: 100%
}

.vertical-tab-selector {
    float: left;
    width: 180px;
    height: 100%;
    position: relative;
    margin-right: 10px
}

    .vertical-tab-selector .chart-type {
        display: block;
        cursor: pointer;
        width: 100%;
        padding: 10px 8px;
        padding-left: 16px;
        border-bottom: 1px solid #CDD2DA;
        border-right: 0 none;
        color: #1A1E23
    }

        .vertical-tab-selector .chart-type.default {
            padding-left: 8px
        }

        .vertical-tab-selector .chart-type.no-events {
            color: #565F6C
        }

        .vertical-tab-selector .chart-type:hover {
            background: #DFE3E9
        }

        .vertical-tab-selector .chart-type:last-child {
            border-bottom: 0 none
        }

        .vertical-tab-selector .chart-type.selected {
            color: #004470;
            cursor: default
        }

        .vertical-tab-selector .chart-type .icon {
            display: block;
            font-size: 22px;
            float: left;
            margin-right: 10px;
            margin-top: -2px
        }

        .vertical-tab-selector .chart-type .name {
            font-weight: bold;
            display: block;
            padding-top: 4px;
            font-size: 12px
        }

    .vertical-tab-selector .chart-helptext {
        display: none;
        position: absolute;
        right: 0;
        top: 126px;
        padding: 10px;
        width: 100%;
        color: #1A1E23;
        font-size: 12px
    }

    .vertical-tab-selector .selected .chart-helptext {
        display: block
    }

.horizontal-tab-holder.tab-selector {
    display: block;
    padding-top: 32px
}

.horizontal-tab-holder .grade-circle {
    line-height: normal;
    position: absolute;
    top: 3px;
    right: 5px;
    font-weight: bold
}

.horizontal-tab-holder .name {
    margin-right: 20px
}

.horizontal-tab-holder .chart-type {
    cursor: pointer;
    float: left;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 10px;
    height: 29px;
    line-height: 30px;
    padding: 0px 15px;
    color: #484F5A;
    position: relative;
    white-space: normal;
    min-width: 90px;
    border-radius: 20px;
    border: 1px solid #CDD2DA;
    background-color: #EEF1F5
}

    .horizontal-tab-holder .chart-type:hover {
        background-color: #DFE3E9
    }

    .horizontal-tab-holder .chart-type.small-label .name {
        line-height: 2em
    }

    .horizontal-tab-holder .chart-type:first-child {
        margin-left: 0
    }

    .horizontal-tab-holder .chart-type:last-child {
        margin-right: 0
    }

    .horizontal-tab-holder .chart-type.smaller {
        font-size: 10px;
        line-height: 10px
    }

    .horizontal-tab-holder .chart-type.default span.name {
        margin-right: 0px
    }

    .horizontal-tab-holder .chart-type.selected {
        color: #fff;
        background: #004470;
        border-color: #003a5f
    }

.horizontal-tab-holder .beta-label {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 3px;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    color: #373E49;
    text-transform: none
}

#event-details-charts-holder {
    float: left;
    width: 750px;
    height: 100%;
    background: #EEF1F5;
    padding: 10px 10px 10px 6px;
    position: relative
}

    #event-details-charts-holder .loader, #torrent-charts-holder .loader {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -16px 0 0 -16px;
        display: none
    }

    #event-details-charts-holder.loading .loader {
        display: block
    }

#getting-started-video {
    display: block;
    width: 460px;
    height: 260px
}

.panels {
    display: block;
    width: 100%;
    min-height: inherit
}

    .panels .panel-row {
        display: block;
        margin-bottom: 32px
    }

        .panels .panel-row.two-col {
            display: flex
        }

            .panels .panel-row.two-col .panel:first-child {
                margin-right: 20px
            }

        .panels .panel-row.connected {
            background: #fff
        }

.nomargin {
    margin-bottom: 0 !important
}

.panels .panel-row.nomargin {
    margin-bottom: 0
}

.panels .panel-row.has-tabs {
    padding-top: 22px
}

.panels .panel-row:last-child {
    margin-bottom: 0
}

#background-hider {
    display: block;
    height: 23px;
    border-top: 12px solid #DFE3E9;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 48px;
    left: 50%;
    margin-left: -510px;
    width: 1020px;
    background: #fff
}

#tabs-picker {
    display: block;
    width: 100%;
    padding-top: 1px
}

    #tabs-picker .tab {
        display: block;
        padding: 16px 4px;
        width: 160px;
        display: block;
        float: left;
        font-size: 14px;
        margin: 0 1px 0 0;
        text-align: center;
        background: #fff;
        color: #565F6C;
        position: relative;
        z-index: 2;
        box-shadow: 0 -1px 0px 1px #CDD2DA;
        border-bottom: 1px solid #CDD2DA;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px
    }

        #tabs-picker .tab:hover {
            text-decoration: none;
            background: #DFE3E9;
            color: #484F5A
        }

        #tabs-picker .tab.active {
            background: #fff;
            color: #004470;
            font-weight: bold;
            border-color: #CDD2DA;
            border-bottom: 1px solid #fff;
            cursor: default
        }

.panels .panel-row.half-margin {
    margin-bottom: 20px
}

.panels h2 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 15px;
    font-weight: normal
}

#pdf_options_dialog .event-options, #pdf_options_dialog .diligence-options, #pdf_options_dialog .user-behavior-options {
    margin: -54px 0 10px 22px
}

.modal-inner.pdf-options-dialog .details {
    max-height: 400px
}

#input_print_x_events, #input_print_x_diligence_data, #input_print_x_user_behavior {
    display: inline-block;
    width: 52px;
    padding: 5px 6px;
    font-size: 10px;
    margin: -9px 3px 0
}

    #input_print_x_events.error, #input_print_x_diligence_data.error, #input_print_x_user_behavior.error {
        border: 1px solid #AD0B08
    }

.option_group--disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.panels .panel {
    float: left;
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(135,152,164,0.6);
    border-radius: 2px
}

    .panels .panel.fullwidth {
        width: 100%
    }

.panel h4 {
    color: #1A1E23;
    line-height: 24px;
    padding: 16px 16px 0 16px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal
}

.rating-details__info h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    border: none
}

.panel h4.linked {
    padding: 0
}

    .panel h4.linked a {
        padding: 8px 9px 7px;
        color: #1A1E23;
        display: block
    }

        .panel h4.linked a:hover {
            text-decoration: none;
            background: #CDD2DA;
            color: #1A1E23
        }

.panel h4 a .arrow {
    position: absolute;
    display: block;
    right: 9px;
    top: 7px;
    height: 18px;
    width: 18px;
    border: 1px solid #CDD2DA;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/right-arrow.png) no-repeat right 0
}

.panel .panel-content {
    display: block;
    padding: 32px 30px 28px
}

    .panel .panel-content > p:first-child {
        color: #484F5A;
        margin-bottom: 32px
    }

.dashboard .panel .panel-content {
    padding-top: 22px;
    padding-bottom: 18px
}

.panel .panel-content.half {
    width: 50%;
    float: left
}

    .panel .panel-content.half:first-child {
        padding-right: 40px
    }

    .panel .panel-content.half:last-child {
        padding-left: 40px
    }

.overview-graph .chart {
    width: calc(100% + 30px);
    height: 250px;
    margin: 0 0 0 -10px
}

.overview-graph .rating {
    font-weight: bold
}

.overview-graph p {
    font-size: 12px
}

.panel.overview-rating {
    width: 100%;
    margin-right: 0
}

.overview-rating {
    width: 170px;
    margin-right: 20px
}

    .overview-rating .description-holder {
        float: left;
        display: block;
        width: 200px;
        padding-left: 10px;
        margin-right: 30px
    }

    .overview-rating .rating-chart-holder {
        float: left;
        display: block;
        width: 710px;
        position: relative
    }

    .overview-rating.dynamic-content .panel-content {
        padding: 0
    }

        .overview-rating.dynamic-content .panel-content .rating-highlight__share-eva {
            color: #004470;
            padding-left: 8px;
            cursor: pointer
        }

        .overview-rating.dynamic-content .panel-content .rating-chart-holder {
            float: left;
            display: block;
            width: 725px;
            position: relative;
            padding: 32px 30px 28px
        }

        .overview-rating.dynamic-content .panel-content .rating-changes-holder {
            display: block;
            width: 275px;
            background-color: #EEF1F5;
            top: 40px;
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 16px 0 32px 0;
            margin-top: 16px
        }

            .overview-rating.dynamic-content .panel-content .rating-changes-holder .rating-changes-header {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: flex-start;
                padding-right: 8px;
                padding-left: 8px;
                margin-bottom: 12px
            }

                .overview-rating.dynamic-content .panel-content .rating-changes-holder .rating-changes-header > h6 {
                    flex-grow: 1;
                    font-size: 14px
                }

            .overview-rating.dynamic-content .panel-content .rating-changes-holder .rating-changes-overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                display: none;
                background-color: rgba(255,255,255,0.7);
                top: 0;
                left: 0;
                text-align: center;
                padding-top: 50%
            }

                .overview-rating.dynamic-content .panel-content .rating-changes-holder .rating-changes-overlay .bs-spinner {
                    display: block
                }

.chart .insight.active > .rating-change {
    color: white
}

    .chart .insight.active > .rating-change.breach {
        background: #20a39e
    }

    .chart .insight.active > .rating-change.regular {
        background: #004470
    }

    .chart .insight.active > .rating-change.rau {
        background: #695e9e
    }

@-webkit-keyframes pulse_default {
    33% {
        background: #DFE3E9
    }
}

@keyframes pulse_default {
    33% {
        background: #DFE3E9
    }
}

@-webkit-keyframes pulse_rau {
    33% {
        background: #c1bdd7
    }
}

@keyframes pulse_rau {
    33% {
        background: #c1bdd7
    }
}

@-webkit-keyframes pulse_breach {
    33% {
        background: #a3d9d7
    }
}

@keyframes pulse_breach {
    33% {
        background: #a3d9d7
    }
}

@-webkit-keyframes pulse_regular {
    33% {
        background: #C0DAEA
    }
}

@keyframes pulse_regular {
    33% {
        background: #C0DAEA
    }
}

.rating-changes_wrapper {
    height: calc(100% - 30px);
    overflow-y: auto
}

    .rating-changes_wrapper .rating-changes {
        margin: 0;
        padding: 0
    }

        .rating-changes_wrapper .rating-changes > .rating-change {
            list-style: none;
            padding: 0 18px
        }

            .rating-changes_wrapper .rating-changes > .rating-change.active {
                -webkit-animation: pulse_default 2s 1;
                animation: pulse_default 2s 1
            }

            .rating-changes_wrapper .rating-changes > .rating-change.rau.active {
                -webkit-animation: pulse_rau 2s 1;
                animation: pulse_rau 2s 1
            }

            .rating-changes_wrapper .rating-changes > .rating-change.breach.active {
                -webkit-animation: pulse_breach 2s 1;
                animation: pulse_breach 2s 1
            }

            .rating-changes_wrapper .rating-changes > .rating-change.regular.active {
                -webkit-animation: pulse_regular 2s 1;
                animation: pulse_regular 2s 1
            }

            .rating-changes_wrapper .rating-changes > .rating-change .order {
                float: left;
                width: 30px;
                text-align: left;
                color: #484F5A
            }

                .rating-changes_wrapper .rating-changes > .rating-change .order > span {
                    display: inline-block;
                    text-align: center;
                    width: 20px;
                    height: 20px;
                    border-radius: 10px;
                    line-height: 18px;
                    font-size: 12px;
                    border: 1px solid #CDD2DA;
                    cursor: pointer
                }

                    .rating-changes_wrapper .rating-changes > .rating-change .order > span.regular {
                        border: 1px solid #004470;
                        color: #484F5A
                    }

                        .rating-changes_wrapper .rating-changes > .rating-change .order > span.regular:hover, .rating-changes_wrapper .rating-changes > .rating-change .order > span.regular.active {
                            background: #004470;
                            color: white
                        }

                    .rating-changes_wrapper .rating-changes > .rating-change .order > span.rau {
                        border: 1px solid #695e9e;
                        color: #484F5A;
                        border-radius: 2px
                    }

                        .rating-changes_wrapper .rating-changes > .rating-change .order > span.rau:hover, .rating-changes_wrapper .rating-changes > .rating-change .order > span.rau.active {
                            background: #695e9e;
                            color: white
                        }

                    .rating-changes_wrapper .rating-changes > .rating-change .order > span.breach {
                        width: 18px;
                        height: 18px;
                        border: 1px solid #20a39e;
                        color: #484F5A;
                        border-radius: 2px;
                        transform: rotate(45deg);
                        margin-left: 1px
                    }

                        .rating-changes_wrapper .rating-changes > .rating-change .order > span.breach span {
                            transform: rotate(315deg);
                            position: absolute;
                            left: 5px;
                            top: -2px
                        }

                        .rating-changes_wrapper .rating-changes > .rating-change .order > span.breach:hover, .rating-changes_wrapper .rating-changes > .rating-change .order > span.breach.active {
                            background: #20a39e;
                            color: white
                        }

                .rating-changes_wrapper .rating-changes > .rating-change .order > svg {
                    display: block;
                    transform: translateX(9px)
                }

            .rating-changes_wrapper .rating-changes > .rating-change .content {
                float: left;
                width: calc(100% - 30px);
                padding-top: 4px;
                padding-right: 18px;
                font-size: 12px;
                color: #484F5A
            }

                .rating-changes_wrapper .rating-changes > .rating-change .content .header {
                    line-height: 20px;
                    margin-bottom: 8px;
                    float: left
                }

                .rating-changes_wrapper .rating-changes > .rating-change .content .subheader {
                    float: left;
                    margin-bottom: 5px
                }

                    .rating-changes_wrapper .rating-changes > .rating-change .content .subheader > strong {
                        color: #1A1E23
                    }

                .rating-changes_wrapper .rating-changes > .rating-change .content .reasons {
                    float: left;
                    list-style: none;
                    padding-left: 0;
                    color: #484F5A
                }

                    .rating-changes_wrapper .rating-changes > .rating-change .content .reasons > li {
                        color: #484F5A;
                        margin-bottom: 5px
                    }

.overview-rating .portScore {
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: -10px;
    margin-left: -2px
}

.portScore .map-incomplete-indicator {
    font-size: 20px;
    color: #A1A9B5
}

.overview-rating .ratingtext {
    font-size: 16px;
    text-align: center
}

.overview-rating .description-holder p {
    font-size: 13px
}

.overview-rating .percentile-eval .segment, .overview-rating .percentile-eval .percent {
    font-weight: bold
}

.rating-key {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-top: 6px;
    margin-bottom: 6px
}

.subnav-details .rating-key {
    float: left;
    width: 220px;
    margin-top: 0
}

.rating-key .range {
    float: left;
    width: 74px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 10px
}

.rating-key .color {
    float: left;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 10px;
    line-height: 10px;
    margin-left: -1px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-font-smoothing: antialiased
}

    .rating-key .color.advanced {
        background: #2c4d7f
    }

.rating-key .range.advanced {
    color: #2c4d7f
}

.rating-key .color.intermediate {
    background: #e8a951
}

.rating-key .range.intermediate {
    color: #e8a951
}

.rating-key .color.basic {
    background: #b24053
}

.rating-key .range.basic {
    color: #b24053
}

.rating-highlighted.advanced {
    color: #2c4d7f
}

.rating-highlighted.intermediate {
    color: #e8a951
}

.rating-highlighted.basic {
    color: #b24053
}

.rating-key.horizontal {
    display: inline-block;
    margin: 10px 0 20px;
    text-align: center;
    width: 100%
}

    .rating-key.horizontal .color, .rating-key.horizontal .range {
        float: none;
        display: inline-block
    }

    .rating-key.horizontal .color {
        margin-left: 10px
    }

    .rating-key.horizontal .range {
        margin-right: 10px
    }

.panel.event-summary {
    width: 490px;
    margin-right: 20px
}

.event-duration .notes {
    margin-bottom: 9px
}

.duration-stats h5 {
    margin-bottom: 5px
}

.duration-stats .stat {
    float: left;
    min-width: 18%;
    display: block;
    margin-right: 15px;
    margin-bottom: 8px
}

.event-summary-metric {
    font-size: 30px;
    color: #1A1E23;
    font-weight: bold
}

.event-summary-metric-alert {
    color: #b24053;
    font-weight: bold
}

.event-summary-metric-positive {
    color: #2CA58D
}

.event-summary .detail-list {
    list-style-type: none;
    padding: 0
}

    .event-summary .detail-list .item {
        float: left;
        display: block;
        width: 90%;
        padding-left: 5px;
        font-weight: bold
    }

    .event-summary .detail-list .count {
        float: left;
        display: block;
        width: 10%;
        padding-right: 5px;
        text-align: right
    }

.event-summary .headline {
    font-size: 17px;
    font-weight: 300;
    border-bottom: 1px solid #CDD2DA;
    margin-bottom: 4px;
    padding: 4px 0 1px;
    border-bottom: 1px solid #CDD2DA;
    text-align: center
}

.page-overview .panel.spf {
    width: 490px;
    margin-right: 20px
}

.page-my-company .panel.spf {
    width: 490px
}

.page-overview .panel.spf .panel-content {
    min-height: 0
}

.panels.fullwidth .panel {
    width: 100%
}

.panel.event-duration {
    width: 490px;
    margin-right: 20px
}

    .panel.event-duration .footnote {
        color: #373E49
    }

.panel.event-summary.event-duration {
    width: 100%
}

.spf-label {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px;
    vertical-align: bottom
}

#show-spf-record {
    display: block;
    margin-bottom: 2px;
    display: none
}

#spf-record {
    display: none;
    background: #EEF1F5;
    border: 1px solid #A1A9B5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 2px 0px #fff inset;
    box-shadow: 0px 0px 2px 0px #fff inset;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 19px;
    font-family: Consolas, "Courier New", Menlo, Monaco, monospace;
    position: relative;
    word-wrap: break-word
}

.modal-inner.spf-browser #spf-record {
    display: block;
    width: 100%;
    background: transparent;
    border: 0 none;
    padding: 0
}

.spf-browser .spf-message {
    margin-bottom: 11px
}

#spf-record .collapse-all {
    position: absolute;
    top: 0;
    padding: 2px;
    right: 5px;
    font-size: 11px;
    font-family: Inter, sans-serif
}

.spf-include span {
    border-bottom: 1px dashed #004470
}

#spf-record .spf-include:hover {
    text-decoration: none
}

    #spf-record .spf-include:hover span {
        color: #003252;
        border-bottom: 1px dashed #003252
    }

.spf-include.loaded {
    font-size: 12px;
    color: #373E49
}

.spf-record .line.email-provider img {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 5px
}

.spf-record .line {
    white-space: normal
}

.spf-record .contextual-help {
    font-size: 13px;
    line-height: 19px;
    margin-left: 4px;
    color: #AD0B08
}

.spf-record .line small {
    font-size: 9px;
    margin: 0 5px
}

.spf-record .spf-parse-error {
    color: #AD0B08
}

    .spf-record .spf-parse-error .spf-record {
        color: #1A1E23
    }

.spf-include.loaded span {
    border-bottom: 1px dashed #A1A9B5;
    font-size: 15px
}

#spf-record .spf-include.loaded:hover {
    color: #1A1E23
}

.spf-include.loaded:hover span {
    border-bottom: 1px dashed #1A1E23
}

.spf-include.collapsed:after {
    content: " +"
}

.spf-include.expanded:after {
    content: " -"
}

#spf-record .subrecord {
    margin-left: 8px;
    padding-bottom: 1em
}

    #spf-record .subrecord .spf-record, #spf-record .subrecord .no-record {
        margin-top: 2px;
        border-left: 1px solid #CDD2DA;
        padding-left: 5px
    }

#spf-record .spf-record.fair, #spf-record .spf-record.neutral, #spf-record .spf-record.warn, #spf-record .spf-record.bad {
    padding-left: 8px
}

.spf-record .score-message {
    font-size: 11px;
    display: none
}

.spf-record .rec {
    display: block;
    word-wrap: break-word
}

.spf-record .spf-invalid-char {
    font-family: sans-serif;
    margin-right: 1px;
    font-size: 80%
}

.spf-record .email-provider .rec {
    display: inline-block
}

.spf-record .provider-message {
    display: block;
    font-size: 11px;
    color: #1A1E23
}

.spf-record.fair > .score-message {
    display: block;
    color: #526d96
}

.spf-record.neutral > .score-message {
    display: block;
    color: #A1A9B5
}

.spf-record.warn > .score-message {
    display: block;
    color: #ecb870
}

.spf-record.bad > .score-message {
    display: block;
    color: #b24053
}

.spf-record .recursive {
    background: #AD0B08;
    padding: 1px 2px 0;
    border-bottom: 0 none !important;
    color: #fff !important;
    display: inline-block
}

    .spf-record .recursive:hover span {
        color: #fff
    }

.spf-record:not(.good) > .score-message:before {
    content: "Error: "
}

.spf-include:not(.good) span {
    padding: 2px;
    border-bottom: 0 none !important
}

.spf-include.fair span {
    background: #ecb870
}

.spf-include.neutral span {
    background: #A1A9B5
}

.spf-include.warn span {
    background: #ecb870;
    color: #fff
}

.spf-include.bad span {
    background: #b24053;
    color: #fff !important
}

#spf-record .subrecord.loading {
    border-left: 0 none
}

#spf-record .spf-record.fair {
    border-left: 4px solid #526d96
}

#spf-record .spf-record.neutral {
    border-left: 4px solid #A1A9B5
}

#spf-record .spf-record.warn {
    border-left: 4px solid #ecb870
}

#spf-record .spf-record.bad {
    border-left: 4px solid #b24053
}

#spf-record .spf-record.top-level {
    border-left: 0 none;
    padding-left: 0
}

    #spf-record .spf-record.top-level > .score-message {
        display: none
    }

.spf-rating-table {
    width: 626px;
    border-right: 1px solid #CDD2DA;
    margin-bottom: 1em;
    font-size: 13px
}

    .spf-rating-table th {
        text-align: center;
        width: 16.5%;
        border-left: 1px solid #CDD2DA
    }

    .spf-rating-table td {
        text-align: center;
        border-left: 1px solid #CDD2DA
    }

    .spf-rating-table .rating-key {
        margin: 0
    }

        .spf-rating-table .rating-key .color {
            float: none;
            display: inline-block;
            width: 92px;
            margin: 2px 0 0 0
        }

#spf-score {
    font-weight: bold;
    text-decoration: none;
    color: #1A1E23
}

    #spf-score.infolink {
        border-bottom: 1px dashed
    }

    #spf-score:hover {
        text-decoration: none
    }

    #spf-score.good, #spf-help .good {
        color: #2c4d7f
    }

    #spf-score.fair, #spf-help .fair {
        color: #526d96
    }

    #spf-score.neutral, #spf-help .neutral {
        color: #A1A9B5
    }

    #spf-score.warn, #spf-help .warn {
        color: #ecb870
    }

    #spf-score.bad, #spf-help .bad {
        color: #b24053
    }

.help-video {
    display: block;
    width: 707px;
    height: 400px;
    margin: 0 auto 8px
}

.page-videolist h3 {
    margin-top: 25px
}

.event-duration-bars {
    display: block;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 34px
}

    .event-duration-bars .rowlabel {
        display: block;
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 3px
    }

        .event-duration-bars .rowlabel strong {
            font-size: 14px
        }

    .event-duration-bars .bar {
        display: block;
        height: 8px;
        border-radius: 4px;
        background-clip: padding-box;
        background-color: #DFE3E9;
        position: relative
    }

        .event-duration-bars .bar .fill {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            border-radius: 4px;
            background-clip: padding-box
        }

    .event-duration-bars .entity-row .fill {
        background: #AD0B08
    }

    .event-duration-bars .portfolio-row .fill {
        background: #695e9e
    }

    .event-duration-bars .industry-row .fill {
        background: #2CA58D
    }

.rta-kb-link {
    border-bottom: 1px dashed #484F5A
}

    .rta-kb-link:hover {
        text-decoration: none;
        border-bottom: 1px dashed #003252;
        color: #003252
    }

.no-alerts-message {
    display: block;
    margin: 28px 0;
    font-size: 14px
}

.rating-alert-group {
    margin-bottom: 20px;
    clear: both
}

    .rating-alert-group:first-child {
        margin-top: 20px
    }

    .rating-alert-group .bs-datatable {
        border: 0 none;
        padding-bottom: 20px
    }

    .rating-alert-group .bs-datatable__col, .rating-alert-group .bs-datatable__row:hover .bs-datatable__col {
        background: #fff
    }

    .rating-alert-group .col-icon {
        width: 5%
    }

    .rating-alert-group .col-name {
        width: 40%
    }

    .rating-alert-group .col-rating {
        width: 12%
    }

    .rating-alert-group .col-prior {
        width: 12%
    }

    .rating-alert-group .col-change {
        width: 30%
    }

    .rating-alert-group .rating-change .percentage {
        margin: 0 8px
    }

    .rating-alert-group .rating-change .indicator {
        font-size: 13px;
        float: left
    }

    .rating-alert-group.collapsed .bs-datatable {
        display: none
    }

.rating-alert-group__header {
    background: #DFE3E9;
    padding: 6px 10px;
    position: relative;
    cursor: pointer
}

    .rating-alert-group__header:hover {
        background: #DFE3E9
    }

    .rating-alert-group__header .date-display {
        width: 25%;
        display: inline-block
    }

    .rating-alert-group__header .alerts-count {
        width: 50%;
        text-align: center;
        display: inline-block
    }

.rating-alert-group.expanded header:after {
    font-family: 'icomoon';
    content: "\edbc";
    float: right;
    color: #373E49
}

.rating-alert-group.collapsed header:after {
    font-family: 'icomoon';
    content: "\edb4";
    float: right;
    color: #373E49
}

.rating-alert-group__more {
    display: block;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #CDD2DA
}

.collapsed .rating-alert-group__more {
    display: none
}

.rating-alert-group__more a {
    cursor: pointer
}

.alerts-content {
    position: relative
}

.alerts-total-count {
    margin: 8px 0 12px 0;
    font-size: 12px;
    display: inline-block;
    width: 50%
}

.rating-alert-group--realtime .col-timestamp {
    width: 25%
}

.rating-alert-group--realtime .col-count {
    width: 15%
}

.rating-alert-group--realtime .col-ip {
    width: 20%
}

.rating-alert-group--realtime .col-infection {
    width: 15%
}

.rating-alert-group--realtime .col-details {
    width: 25%;
    padding: 0;
    text-align: right
}

.rating-alert-group--realtime .row-expander {
    color: #484F5A;
    margin-right: 9px
}

    .rating-alert-group--realtime .row-expander:hover {
        color: #373E49;
        text-decoration: none
    }

.realtime-details {
    width: 400%;
    margin: 10px 0 20px -300%;
    background: #EEF1F5;
    text-align: left
}

.realtime-deatils__filterinfo {
    margin-top: 10px;
    padding: 10px
}

.realtime-deatils__filterinfo__clear {
    float: right;
    margin-left: 10px
}

.realtime-top-loader {
    margin-top: 10px;
    margin-left: -20px
}

.realtime-data-refresh {
    margin-bottom: 12px;
    height: 20px;
    display: inline-block;
    width: 50%;
    float: right;
    position: relative
}

.realtime-data-refresher {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #484F5A;
    font-size: 20px;
    width: 20px;
    height: 20px;
    -moz-transform-origin: 48% 50%;
    -o-transform-origin: 48% 50%;
    transform-origin: 48% 50%
}

    .realtime-data-refresher:hover {
        color: #373E49
    }

    .realtime-data-refresher.refreshing {
        -webkit-animation: alerts-refresh 1.1s infinite;
        animation: alerts-refresh 1.1s infinite
    }

@-webkit-keyframes alerts-refresh {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes alerts-refresh {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.realtime-details__col {
    width: 50%;
    display: inline-block;
    padding: 10px 9px;
    vertical-align: top
}

    .realtime-details__col:first-child {
        padding-left: 40px
    }

    .realtime-details__col:last-child {
        padding-right: 40px
    }

    .realtime-details__col .field, .realtime-details__col .value {
        display: inline-block;
        vertical-align: top;
        margin: 2px 0;
        font-size: 12px
    }

    .realtime-details__col .field {
        width: 36%
    }

    .realtime-details__col .value {
        width: 64%;
        word-break: break-word
    }

.table-filter-row {
    display: block;
    padding: 10px 0
}

    .table-filter-row .filter-dropdowns {
        display: inline-block;
        float: right
    }

        .table-filter-row .filter-dropdowns ul {
            text-align: left
        }

    .table-filter-row .display-inline-block {
        display: inline-block;
        font-size: 12px
    }

    .table-filter-row .portfolio-filter-container {
        float: left;
        margin: 0 10px
    }

    .table-filter-row .dropdown {
        display: inline-block;
        width: 140px;
        margin-left: 4px
    }

        .table-filter-row .dropdown a.btn {
            width: 140px;
            text-align: left
        }

        .table-filter-row .dropdown .btn.applied {
            border-color: #004470;
            color: #004470
        }

    .table-filter-row .portfolio-filter-dropdown .searchbox-holder {
        margin-right: 0
    }

    .table-filter-row .portfolio-filter-dropdown li {
        padding: 3px 9px;
        text-align: left;
        line-height: 17px
    }

    .table-filter-row .portfolio-filter-dropdown .name {
        margin-top: -1px;
        word-wrap: break-word;
        cursor: pointer;
        display: block;
        margin-left: 20px
    }

    .table-filter-row .portfolio-filter-dropdown .selection, .table-filter-row .portfolio-filter-dropdown .graph-toggle {
        float: left
    }

        .table-filter-row .portfolio-filter-dropdown .selection.disabled, .table-filter-row .portfolio-filter-dropdown .graph-toggle.disabled {
            pointer-events: none
        }

            .table-filter-row .portfolio-filter-dropdown .selection.disabled .checkbox-svg, .table-filter-row .portfolio-filter-dropdown .graph-toggle.disabled .checkbox-svg {
                background: #EEF1F5;
                opacity: .5
            }

    .table-filter-row .dropdown .dropdown-menu .btn {
        text-align: center;
        padding: 4px 12px;
        width: 160px;
        margin-top: 6px
    }

    .table-filter-row .active-event-filter-holder {
        margin-left: 8px;
        margin-bottom: 0;
        float: right;
        padding-top: 6px
    }

        .table-filter-row .active-event-filter-holder .cb {
            -webkit-transform: translate(0, 2px);
            -ms-transform: translate(0, 2px);
            transform: translate(0, 2px)
        }

#industry-filters .graph-toggle {
    display: none
}

#industry-charter .selection {
    display: none
}

.comparison-tab #botnet-dropdown {
    display: none
}

.comparison-tab #headline-vulnerability-dropdown {
    display: none
}

#botnet-filter-list {
    position: relative
}

#botnet_query_text {
    width: 100%
}

.portfolio-filter-container #portfolio_query_text {
    width: 100%;
    height: 25px
}

.portfolio-filter-container .portfolio_filter_divider {
    border-bottom: 1px solid #CDD2DA;
    margin-bottom: 5px
}

.portfolio-filter-container .portfolio-filter-list {
    overflow: auto
}

.table-filter-row .date-range-holder, .filter--type-custom .date-range-holder, #diligence-details-table .date-range-holder {
    clear: left;
    display: block;
    float: left
}

    .table-filter-row .date-range-holder h5, .filter--type-custom .date-range-holder h5, #diligence-details-table .date-range-holder h5 {
        margin-bottom: 4px;
        padding-left: 2px;
        font-weight: normal
    }

    .table-filter-row .date-range-holder .bs-date-input-holder, .filter--type-custom .date-range-holder .bs-date-input-holder, #diligence-details-table .date-range-holder .bs-date-input-holder {
        float: left
    }

    .table-filter-row .date-range-holder .bs-date-input, .filter--type-custom .date-range-holder .bs-date-input, #diligence-details-table .date-range-holder .bs-date-input {
        float: left;
        padding: 4px 10px 4px 15px;
        height: 32px;
        text-transform: uppercase;
        text-align: left
    }

    .table-filter-row .date-range-holder .icon-remove, .filter--type-custom .date-range-holder .icon-remove, #diligence-details-table .date-range-holder .icon-remove {
        right: 8px
    }

    .table-filter-row .date-range-holder .divider, .filter--type-custom .date-range-holder .divider, #diligence-details-table .date-range-holder .divider {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 10px 0 0
    }

#folder-manager {
    padding: 0 40px 20px;
    border-bottom: 1px solid #CDD2DA
}

.portfolio #folder-manager {
    padding-top: 20px
}

.portfolio-page #folders-menu-container {
    padding-top: 6px
}

#folders-menu-container {
    position: absolute;
    right: 0;
    top: -40px
}

    #folders-menu-container .btn {
        width: 100%;
        min-width: 0;
        text-align: left
    }

    #folders-menu-container .folder-selector {
        width: 250px;
        display: inline-block;
        position: relative
    }

        #folders-menu-container .folder-selector .menu-icon {
            margin-right: 6px;
            margin-left: 2px;
            font-size: 14px
        }

        #folders-menu-container .folder-selector .dropdown-menu {
            margin: 0;
            padding: 4px 0;
            width: 100%;
            max-width: none
        }

            #folders-menu-container .folder-selector .dropdown-menu a {
                padding: 4px 25px;
                font-weight: bold;
                width: 100%
            }

                #folders-menu-container .folder-selector .dropdown-menu a.selected {
                    color: #373E49
                }

        #folders-menu-container .folder-selector .add-new-folder {
            color: #004470
        }

        #folders-menu-container .folder-selector .folder-select-trigger {
            position: relative;
            overflow: hidden;
            min-height: 32px;
            text-overflow: ellipsis;
            padding-right: 30px
        }

        #folders-menu-container .folder-selector.highlight .folder-select-trigger, #folders-menu-container .folder-selector.highlight .folder-select-trigger .glyphicon-chevron-down {
            background: #E0F4FF
        }

    #folders-menu-container .icon-chevron-down {
        margin: 0;
        position: absolute;
        top: 8px;
        right: 8px;
        display: block;
        width: 12px
    }

.select-folder-dropdown .add-new {
    margin: 10px auto;
    display: block
}

.select-folder-dropdown .contains-entity [class*="icon-"] {
    color: #1A1E23;
    margin-left: -14px;
    margin-top: 2px;
    font-size: 10px;
    float: left;
    position: relative;
    padding-left: 14px
}

    .select-folder-dropdown .contains-entity [class*="icon-"]::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

.form-modal .details {
    padding-left: 80px;
    padding-right: 80px
}

.form-modal label, .form-modal .line {
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
    color: #373E49
}

.form-modal .bs-checkbox-replace + .cb, .form-modal .bs-checkbox {
    position: relative;
    top: 3px
}

.form-modal label em {
    color: #565F6C;
    font-size: 10px;
    font-style: normal;
    margin-left: 4px;
    font-weight: normal;
    text-transform: none
}

.form-modal input[type=text] {
    padding: 9px 12px;
    border-radius: 0 !important;
    height: auto
}

.form-modal input.disabled {
    color: #484F5A;
    background: #DFE3E9;
    padding: 9px 12px
}

.form-modal textarea {
    resize: vertical;
    border-radius: 0 !important
}

.form-modal .form-group {
    min-height: 72px;
    margin-bottom: 6px
}

    .form-modal .form-group textarea {
        margin-bottom: 22px
    }

    .form-modal .form-group .bs-checkbox {
        margin: 0 4px -4px 0
    }

.form-modal .line {
    position: relative;
    display: block;
    margin-bottom: 4px
}

    .form-modal .line .contextual-help {
        position: absolute;
        left: -19px;
        top: 4px;
        color: #004470
    }

    .form-modal .line .note {
        text-transform: none;
        font-weight: normal;
        display: block;
        margin: -2px 0 3px 0
    }

.form-modal .error {
    color: #AD0B08;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 1px;
    display: block;
    font-weight: normal;
    text-transform: none
}

.form-modal .checkbox-inline {
    vertical-align: top;
    padding-left: 0;
    display: block;
    margin-bottom: 6px;
    margin-left: 0
}

    .form-modal .checkbox-inline input.checkbox {
        margin: 0 5px 0 0;
        float: left;
        width: 11px
    }

.form-modal input:disabled {
    color: #484F5A
}

.form-modal #folder-expire-days-field {
    display: inline-block;
    width: 44px;
    padding: 5px 6px;
    font-size: 10px;
    margin: 0 3px
}

.form-modal input.invalid {
    border-color: #AD0B08;
    border-width: 1px
}

.folder-modal .details {
    overflow: visible !important
}

.folder-modal.add-new-folder .details {
    max-height: none
}

.folder-sharing-options .sharing-toggle-holder {
    min-height: 0
}

.folder-sharing-options #sharing-secondary-options {
    margin-top: 15px;
    margin-left: 24px
}

    .folder-sharing-options #sharing-secondary-options.disabled {
        opacity: .5;
        cursor: default;
        pointer-events: none
    }

.folder-sharing-options #user-sharing-selection-list {
    display: block;
    padding: 7px;
    overflow-y: auto;
    height: 114px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #A1A9B5;
    color: #1A1E23;
    font-weight: normal;
    text-transform: none;
    font-size: 12px
}

    .folder-sharing-options #user-sharing-selection-list.disabled {
        background: #EEF1F5;
        color: #484F5A;
        border: 1px solid #CDD2DA;
        cursor: default;
        pointer-events: none
    }

        .folder-sharing-options #user-sharing-selection-list.disabled .bs-checkbox {
            opacity: .65;
            cursor: default
        }

    .folder-sharing-options #user-sharing-selection-list .user-line {
        display: block;
        margin-bottom: 6px;
        cursor: pointer
    }

.folder-sharing-options #group-edit-contents-dropdown {
    text-transform: none
}

.folder-sharing-options #group-edit-contents-value {
    text-transform: none;
    margin-right: 4px
}

.folder-sharing-options .group-edit-contents-holder {
    margin-bottom: 20px
}

    .folder-sharing-options .group-edit-contents-holder .btn {
        margin-left: 4px;
        font-weight: normal
    }

.folder-checkbox-dropdown-holder {
    display: inline-block
}

    .folder-checkbox-dropdown-holder .dropdown-menu {
        padding: 0;
        max-width: 250px;
        width: 250px;
        z-index: 999;
        top: 45px;
        border: none;
        border-radius: 5px;
        box-shadow: 0 0 30px rgba(0,0,0,0.2),0 1px 3px rgba(0,0,0,0.1)
    }

        .folder-checkbox-dropdown-holder .dropdown-menu li {
            text-align: left;
            width: 100%;
            max-width: 100%;
            padding: 0 26px;
            margin: 10px 0;
            display: block;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #565F6C
        }

            .folder-checkbox-dropdown-holder .dropdown-menu li.folder-dropdown-header {
                margin-top: 0;
                padding-top: 20px;
                padding-bottom: 5px
            }

                .folder-checkbox-dropdown-holder .dropdown-menu li.folder-dropdown-header > p {
                    margin-bottom: 0px
                }

            .folder-checkbox-dropdown-holder .dropdown-menu li.folder-dropdown-footer {
                margin-top: 10px;
                padding-top: 3px;
                margin-bottom: 0;
                padding-bottom: 20px
            }

                .folder-checkbox-dropdown-holder .dropdown-menu li.folder-dropdown-footer > p {
                    margin-bottom: 0px
                }

            .folder-checkbox-dropdown-holder .dropdown-menu li .folder-dropdown-container {
                left: 20px;
                top: 10px;
                z-index: 0;
                height: 20px;
                min-width: 20px
            }

                .folder-checkbox-dropdown-holder .dropdown-menu li .folder-dropdown-container:focus {
                    outline: none
                }

                .folder-checkbox-dropdown-holder .dropdown-menu li .folder-dropdown-container .folder-name-checkbox {
                    top: 1px;
                    position: absolute
                }

                .folder-checkbox-dropdown-holder .dropdown-menu li .folder-dropdown-container label {
                    display: flex;
                    justify-content: space-between;
                    cursor: pointer;
                    padding-left: 26px;
                    color: #1A1E23;
                    font-weight: normal;
                    margin-bottom: 0
                }

                .folder-checkbox-dropdown-holder .dropdown-menu li .folder-dropdown-container .folder-name-text {
                    max-width: 138px
                }

            .folder-checkbox-dropdown-holder .dropdown-menu li .add-new {
                text-align: left;
                margin: 0
            }

            .folder-checkbox-dropdown-holder .dropdown-menu li.disabled label {
                cursor: not-allowed
            }

                .folder-checkbox-dropdown-holder .dropdown-menu li.disabled label .folder-name-text {
                    color: #565F6C
                }

                .folder-checkbox-dropdown-holder .dropdown-menu li.disabled label .folder-name-counter {
                    visibility: hidden
                }

            .folder-checkbox-dropdown-holder .dropdown-menu li.disabled.visible-counters .folder-name-counter {
                visibility: visible
            }

        .folder-checkbox-dropdown-holder .dropdown-menu:after {
            bottom: 100%;
            left: 50px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255,255,255,0);
            border-bottom-color: #fff;
            border-width: 10px
        }

.folder-name-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1 0 132px
}

.folder-name-counter {
    color: #484F5A;
    display: inline-block;
    flex: 0 1 auto
}

a.folder-selection {
    display: flex !important;
    justify-content: space-between;
    padding-left: 25px !important
}

.entity-subscription-group a {
    margin-left: 10px
}

.select-subscription-dropdown {
    width: 180%
}

    .select-subscription-dropdown .contains-entity [class*="icon-"] {
        color: #1A1E23;
        margin-left: -14px;
        margin-top: 2px;
        font-size: 10px;
        float: left
    }

.subscription-remaining-count {
    display: block;
    margin-top: -3px;
    color: #484F5A
}

#confirmation .select-subscription-dropdown {
    margin-left: 0
}

#confirmation .btn-cancel {
    margin-right: 0
}

#confirmation .actions {
    display: flex;
    justify-content: space-around
}

#confirmation .caret {
    margin-left: 5px
}

#network-map {
    display: block;
    border: 1px solid #CDD2DA;
    border-top: 0 none
}

    #network-map #scroller-holder {
        display: block;
        width: 728px;
        height: 360px;
        position: absolute;
        z-index: 10;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    #network-map .spacer {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #CDD2DA;
        height: 360px
    }

    #network-map #scroller {
        display: block;
        width: 9999px;
        padding: 0;
        cursor: hand;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab
    }

        #network-map #scroller .padder {
            display: inline-block;
            padding: 14px
        }

        #network-map #scroller img {
            max-width: none
        }

#network-map-details {
    display: block;
    padding: 14px
}

#map_datatable_length select {
    width: 65px;
    margin: -2px 2px 0
}

#map_datatable_length label {
    font-weight: normal
}

#map_datatable a:hover {
    text-decoration: none
}

#map_datatable tr {
    vertical-align: top
}

#map_datatable th {
    padding: 8px 4px
}

    #map_datatable th.checkboxes {
        padding: 8px
    }

    #map_datatable th.country {
        min-width: 65px
    }

#map_datatable td {
    padding: 8px 4px
}

    #map_datatable td.flag .tag-subnet-icon, #map_datatable td.flag .tag-domain-icon, #map_datatable td.flag .support-ticket, #map_datatable td.flag .icon-search, #map_datatable td.flag .icon-bin, #map_datatable td.flag .icon-guest-wifi {
        color: #484F5A
    }

    #map_datatable td.flag .tag-subnet-icon, #map_datatable td.flag .tag-domain-icon, #map_datatable td.flag .icon-search, #map_datatable td.flag .icon-bin, #map_datatable td.flag .icon-guest-wifi {
        margin-right: 8px
    }

    #map_datatable td.flag {
        min-width: 90px
    }

    #map_datatable td.source {
        min-width: 104px
    }

    #map_datatable td.country {
        min-width: 64px
    }

    #map_datatable td.date-start {
        min-width: 96px
    }

    #map_datatable td.date-end {
        min-width: 96px
    }

    #map_datatable td.ip-count {
        min-width: 72px
    }

    #map_datatable td.checkboxes {
        padding: 8px
    }

#map_datatable .bs-checkbox {
    margin-right: 0px
}

.network-map-table {
    padding: 0 0 10px;
    border-top: 0 none;
    position: relative
}

    .network-map-table .download-csv-holder {
        top: -20px;
        right: -20px
    }

    .network-map-table .header-text {
        display: block;
        max-width: 600px
    }

    .network-map-table .filters {
        display: flex;
        padding: 12px 0
    }

    .network-map-table .search-holder {
        width: 174px
    }

    .network-map-table .option {
        padding: 6px 0 0 0;
        margin: 0
    }

        .network-map-table .option.disabled {
            color: #484F5A
        }

    .network-map-table .search-holder input {
        display: inline-block;
        width: 148px;
        padding: 4px 33px 4px 10px;
        font-size: 15px
    }

    .network-map-table .search-icon {
        display: inline-block;
        position: relative;
        left: -28px;
        top: -2px;
        cursor: pointer
    }

.source-information-modal-container {
    padding: 16px
}

    .source-information-modal-container .source-information {
        max-height: 350px;
        overflow-y: scroll
    }

        .source-information-modal-container .source-information > * {
            margin: 8px 0px
        }

    .source-information-modal-container .cidr-header {
        font-size: 16px
    }

    .source-information-modal-container .reason-code {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        padding: 8px 0px 0px 8px
    }

    .source-information-modal-container .reason-category {
        min-width: 160px
    }

    .source-information-modal-container .reason-value {
        width: 250px
    }

    .source-information-modal-container .source-info {
        margin-top: 16px
    }

    .source-information-modal-container .source-article {
        margin: 16px 0px
    }

.source-information-modal-container__loading {
    padding: 32px;
    animation: modal_loading_data 1.5s infinite ease-in-out
}

@keyframes modal_loading_data {
    0% {
        opacity: 0.3
    }

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

.ssid-blurb {
    padding-right: 40px
}

.wifi-ssids-filter-container, .wifi-ssids-filter-container.dropdown {
    display: block;
    margin-right: 10px
}

    .wifi-ssids-filter-container .dropdown-menu, .wifi-ssids-filter-container.dropdown .dropdown-menu {
        width: 220px !important;
        height: 280px;
        padding: 20px 13px
    }

    .wifi-ssids-filter-container .ssid-dropdown-menu, .wifi-ssids-filter-container.dropdown .ssid-dropdown-menu {
        top: 36px
    }

    .wifi-ssids-filter-container a.wifi-ssids-filter-trigger, .wifi-ssids-filter-container.dropdown a.wifi-ssids-filter-trigger {
        cursor: pointer
    }

        .wifi-ssids-filter-container a.wifi-ssids-filter-trigger.disabled, .wifi-ssids-filter-container.dropdown a.wifi-ssids-filter-trigger.disabled {
            color: #565F6C;
            cursor: default;
            pointer-events: none
        }

    .wifi-ssids-filter-container a, .wifi-ssids-filter-container.dropdown a {
        text-align: left;
        display: inline-block;
        margin-bottom: 5px
    }

    .wifi-ssids-filter-container h2, .wifi-ssids-filter-container.dropdown h2 {
        font-size: 14px;
        line-height: 19px;
        padding: 0;
        margin-bottom: 0;
        text-align: left
    }

    .wifi-ssids-filter-container input, .wifi-ssids-filter-container.dropdown input {
        margin-top: 10px;
        border-radius: 2px;
        height: 32px;
        border: 1px solid #CDD2DA;
        padding: 4px 28px 4px 15px;
        font-size: 13px
    }

    .wifi-ssids-filter-container .icon-search, .wifi-ssids-filter-container.dropdown .icon-search {
        top: 58px;
        right: 25px;
        position: absolute
    }

    .wifi-ssids-filter-container .wifi-ssids-list, .wifi-ssids-filter-container.dropdown .wifi-ssids-list {
        list-style: none;
        margin: 10px 0;
        padding: 0;
        height: 170px;
        overflow-y: scroll
    }

        .wifi-ssids-filter-container .wifi-ssids-list .ssid-checkbox-filter-container, .wifi-ssids-filter-container.dropdown .wifi-ssids-list .ssid-checkbox-filter-container {
            display: flex;
            align-items: center;
            cursor: pointer
        }

        .wifi-ssids-filter-container .wifi-ssids-list .ssid-filter, .wifi-ssids-filter-container.dropdown .wifi-ssids-list .ssid-filter {
            color: #1A1E23;
            margin-left: 5px;
            max-width: 160px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap
        }

            .wifi-ssids-filter-container .wifi-ssids-list .ssid-filter:hover, .wifi-ssids-filter-container.dropdown .wifi-ssids-list .ssid-filter:hover {
                overflow: visible;
                white-space: normal;
                -ms-word-break: break-all;
                word-break: break-all
            }

    .wifi-ssids-filter-container .bs-checkbox, .wifi-ssids-filter-container.dropdown .bs-checkbox {
        padding: 1px;
        margin: 7px 5px 7px 0;
        vertical-align: middle
    }

.page-network-map .checkbox-holder {
    display: flex;
    justify-content: space-between;
    flex-grow: 1
}

.page-network-map .hidden-checkbox {
    display: block
}

    .page-network-map .hidden-checkbox label:first-of-type {
        margin-right: 10px
    }

.annotations-filter-container.applied-tags__container {
    margin-bottom: 8px
}

.network-map__help-icons {
    width: 100%;
    text-align: right;
    margin-bottom: 8px;
    color: #484F5A;
    font-size: 12px
}

#launch-darkweb, #launch-risk-metrics {
    margin-left: 5px
}

.darkweb-beta-tag {
    font-weight: normal;
    text-transform: none;
    margin-left: 3px
}

.modal-appear {
    opacity: 0.01
}

    .modal-appear.modal-appear-active {
        opacity: 1;
        transition: opacity 300ms ease-in
    }

.modal-exit {
    opacity: 1
}

    .modal-exit.modal-exit-active {
        opacity: 0;
        transition: opacity 300ms ease-in
    }

.bs-modal {
    position: absolute;
    left: -5%;
    display: block;
    max-height: 90vh;
    width: 110%
}

.bs-modal-header {
    display: block;
    position: relative;
    top: 0;
    height: 15%;
    width: 100%;
    border-bottom: 1px solid #CDD2DA
}

.bs-modal__open {
    overflow-y: hidden
}

.bs-modal-body {
    display: block;
    width: 100%;
    height: 70%
}

.bs-modal-footer {
    display: block;
    width: 100%;
    height: 15%;
    position: relative;
    bottom: 0
}

.bs-Modal-buttons {
    display: inline-block
}

.bs-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: #20a39e;
    color: white;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 20px
}

.bs-modal-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1A1E23;
    opacity: 0.7;
    z-index: 9990
}

.bs-modal-content {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    border: none;
    background-color: #DFE3E9;
    color: #1A1E23;
    z-index: 10000;
    border-radius: 2px
}

.darkweb-warning {
    width: 75%;
    left: 12.5%
}

.darkweb-warning-header {
    background: white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 29px
}

    .darkweb-warning-header .darkweb-close {
        position: absolute;
        right: 12px;
        top: 8px;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 15px;
        display: block;
        color: #484F5A;
        cursor: pointer;
        font-size: 14px;
        line-height: 33px
    }

.darkweb-warning-content {
    background: white;
    color: #1A1E23;
    padding: 30px
}

    .darkweb-warning-content .red-highlight {
        font-weight: bold
    }

.darkweb-warning-footer {
    background: white;
    color: #1A1E23;
    height: 45px;
    border-top: 1px solid #CDD2DA;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px
}

    .darkweb-warning-footer .darkweb-warning-input {
        display: flex;
        align-items: center
    }

        .darkweb-warning-footer .darkweb-warning-input .bs-checkbox-field {
            display: flex
        }

    .darkweb-warning-footer .darkweb-warning-buttons {
        display: flex;
        margin-left: auto
    }

        .darkweb-warning-footer .darkweb-warning-buttons button {
            margin-left: 8px
        }

.darkweb-view {
    background-color: #EEF1F5;
    color: #00263E;
    border-radius: 2px
}

    .darkweb-view .darkweb-title {
        height: 68px;
        line-height: 68px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 50px;
        padding-top: 1px;
        border-radius: 2px
    }

        .darkweb-view .darkweb-title .darkweb-close {
            cursor: pointer;
            position: absolute;
            right: 25px;
            top: 19px;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 15px;
            display: block;
            color: #484F5A;
            cursor: pointer;
            font-size: 14px;
            line-height: 33px
        }

    .darkweb-view .darkweb-header {
        padding: 25px 37px;
        padding-right: 25px;
        border-top: 1px solid #CDD2DA;
        border-bottom: 1px solid #CDD2DA;
        height: 70px;
        display: flex;
        align-items: center
    }

        .darkweb-view .darkweb-header label {
            margin-bottom: 0
        }

        .darkweb-view .darkweb-header .bs-checkbox-field {
            vertical-align: bottom
        }

            .darkweb-view .darkweb-header .bs-checkbox-field .bs-checkbox-label {
                vertical-align: top
            }

        .darkweb-view .darkweb-header .darkweb-filters {
            display: flex;
            justify-content: flex-end;
            flex-direction: row;
            align-items: center;
            flex-grow: 1
        }

            .darkweb-view .darkweb-header .darkweb-filters .bs-checkbox-field {
                margin-left: 16px;
                margin-right: 8px
            }

        .darkweb-view .darkweb-header .darkweb-searchbar-wrapper {
            display: flex;
            height: 32px;
            line-height: 32px;
            width: 180px;
            border-radius: 2px;
            vertical-align: top
        }

            .darkweb-view .darkweb-header .darkweb-searchbar-wrapper input {
                height: 100%;
                outline: none;
                padding: 0px 0px 0px 20px;
                background-color: #EEF1F5;
                color: #00263E;
                border-color: #00263E;
                border-width: 0 0 2px 0
            }

                .darkweb-view .darkweb-header .darkweb-searchbar-wrapper input:focus {
                    border-color: #004470;
                    background-color: #DFE3E9
                }

            .darkweb-view .darkweb-header .darkweb-searchbar-wrapper:before {
                font-family: icomoon !important;
                content: '\EB33';
                position: relative;
                left: 16px;
                color: #484F5A
            }

            .darkweb-view .darkweb-header .darkweb-searchbar-wrapper .darkweb-suggestions {
                z-index: 1000;
                background: #EEF1F5;
                border: 1px solid #CDD2DA;
                border-top: none;
                list-style-type: none;
                padding: 0;
                margin: 0;
                width: 140px;
                position: relative;
                left: 13px
            }

                .darkweb-view .darkweb-header .darkweb-searchbar-wrapper .darkweb-suggestions .selected {
                    font-weight: bold;
                    background: #DFE3E9
                }

                .darkweb-view .darkweb-header .darkweb-searchbar-wrapper .darkweb-suggestions .darkweb-suggestion {
                    padding: 0 3px;
                    border-bottom: 1px solid #CDD2DA;
                    cursor: pointer
                }

                    .darkweb-view .darkweb-header .darkweb-searchbar-wrapper .darkweb-suggestions .darkweb-suggestion:last-of-type {
                        border-bottom: none
                    }

        .darkweb-view .darkweb-header .darkweb-searchbar__clear {
            margin-left: 10px;
            font-size: 12px;
            text-transform: lowercase;
            color: #607999;
            cursor: pointer
        }

        .darkweb-view .darkweb-header .darkweb-dropdown {
            display: inline-block;
            text-transform: capitalize;
            margin-right: 8px
        }

            .darkweb-view .darkweb-header .darkweb-dropdown .bs-dropdown-menu-label {
                text-transform: capitalize;
                background: #DFE3E9;
                border-radius: 2px
            }

                .darkweb-view .darkweb-header .darkweb-dropdown .bs-dropdown-menu-label a {
                    text-decoration: none;
                    color: inherit
                }

                .darkweb-view .darkweb-header .darkweb-dropdown .bs-dropdown-menu-label:hover {
                    text-decoration: none;
                    color: #484F5A
                }

            .darkweb-view .darkweb-header .darkweb-dropdown .bs-menu {
                max-height: 500px;
                overflow-y: auto;
                overflow-x: hidden
            }

        .darkweb-view .darkweb-header .checkbox-wrapper {
            vertical-align: top;
            display: inline-block;
            height: 30px;
            line-height: 30px
        }

            .darkweb-view .darkweb-header .checkbox-wrapper label {
                margin-left: 13px;
                font-size: 10px
            }

            .darkweb-view .darkweb-header .checkbox-wrapper input[type='checkbox'] {
                display: none
            }

            .darkweb-view .darkweb-header .checkbox-wrapper .checkbox-replace + .cb {
                font-family: icomoon;
                font-size: 10px;
                line-height: 10px;
                display: inline-block;
                cursor: pointer
            }

                .darkweb-view .darkweb-header .checkbox-wrapper .checkbox-replace + .cb:before {
                    content: '\EE64'
                }

            .darkweb-view .darkweb-header .checkbox-wrapper .checkbox-replace:checked + .cb {
                font-family: icomoon;
                font-size: 10px;
                line-height: 10px;
                display: inline-block;
                cursor: pointer;
                background: #DFE3E9;
                border-radius: 0
            }

                .darkweb-view .darkweb-header .checkbox-wrapper .checkbox-replace:checked + .cb:before {
                    content: '\EE6B'
                }

    .darkweb-view .darkweb-documents {
        display: block;
        height: 55vh;
        overflow-y: auto;
        overflow-x: hidden;
        background: #DFE3E9;
        border-radius: 2px
    }

        .darkweb-view .darkweb-documents .darkweb-load-error {
            width: 100%;
            text-align: center;
            margin-top: 20px;
            font-size: 14px
        }

        .darkweb-view .darkweb-documents .darkweb-document {
            border-bottom: 1px solid #CDD2DA;
            padding: 25px 0
        }

            .darkweb-view .darkweb-documents .darkweb-document:last-of-type {
                border-bottom: none
            }

            .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-meta {
                margin: 3px;
                font-size: 14px;
                margin-top: 0px;
                margin-left: 50px;
                margin-right: 50px;
                display: flex;
                align-items: center;
                color: #373E49
            }

                .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-meta .darkweb-document__sourcing {
                    display: inline-flex;
                    min-width: 120px;
                    color: #484F5A
                }

                .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-meta .darkweb-document__entities {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    margin-top: -5px
                }

                .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-meta .darkweb-document__entity {
                    margin-left: 5px;
                    margin-top: 5px;
                    display: inline-block;
                    min-width: 20px;
                    height: 25px;
                    line-height: 25px;
                    font-size: 12px;
                    border-radius: 100px;
                    background: #DFE3E9;
                    cursor: default;
                    padding: 0 8px
                }

                    .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-meta .darkweb-document__entity.portfolio-entity {
                        background: #607999
                    }

            .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-content {
                font-size: 16px;
                line-height: 20px;
                margin: 15px 50px;
                cursor: default;
                white-space: pre-wrap;
                height: auto;
                display: block;
                overflow-x: hidden;
                word-wrap: break-word
            }

                .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-content.collapse {
                    overflow-y: hidden;
                    height: 20px
                }

            .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-options {
                font-size: 14px;
                text-decoration: underline;
                color: #004470;
                margin-left: 50px;
                cursor: pointer
            }

                .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-options span {
                    margin-right: 10px
                }

            .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-details {
                font-size: 10px;
                margin-left: 25px
            }

                .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-details .darkweb-document-author {
                    margin-bottom: 5px
                }

                .darkweb-view .darkweb-documents .darkweb-document .darkweb-document-details .darkweb-document-source {
                    font-style: italic
                }

#enhanced-ev {
    position: relative
}

    #enhanced-ev header {
        display: block;
        height: 37px
    }

    #enhanced-ev .dropdown-holder {
        display: block;
        float: right
    }

        #enhanced-ev .dropdown-holder .btn-group {
            float: right
        }

        #enhanced-ev .dropdown-holder .dropdown-toggle {
            margin-top: 4px;
            width: 208px
        }

            #enhanced-ev .dropdown-holder .dropdown-toggle .active-sort-order {
                float: left
            }

        #enhanced-ev .dropdown-holder .text {
            margin-right: 8px;
            padding-top: 14px;
            display: block;
            text-align: right;
            float: right;
            font-size: 12px;
            line-height: 12px
        }

    #enhanced-ev .dropdown-menu {
        text-align: left;
        width: 208px;
        min-width: 208px
    }

        #enhanced-ev .dropdown-menu li a {
            white-space: nowrap
        }

    #enhanced-ev #results-holder {
        display: block;
        background: #fff
    }

        #enhanced-ev #results-holder.empty {
            font-size: 20px
        }

    #enhanced-ev.empty {
        border: 0 none;
        padding: 14px 0;
        font-size: 15px;
        font-weight: bold
    }

    #enhanced-ev .icon-exclamation-sign {
        margin-right: 10px;
        float: left;
        color: #e8a951
    }

    #enhanced-ev .event {
        display: block;
        padding: 12px 0 7px 0;
        font-size: 15px;
        color: #1A1E23;
        min-height: 100px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        transition: all .1s ease-in-out
    }

        #enhanced-ev .event.settled {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        #enhanced-ev .event h4 {
            margin-top: 20px;
            padding: 0 0 10px;
            border: none;
            line-height: 22px;
            font-size: 15px;
            font-weight: normal;
            letter-spacing: 0;
            text-transform: none
        }

        #enhanced-ev .event .data-label .help {
            color: #1A1E23;
            cursor: help;
            border-bottom: 1px dashed #1A1E23
        }

            #enhanced-ev .event .data-label .help:hover {
                text-decoration: none;
                color: #1A1E23
            }

        #enhanced-ev .event .line {
            display: block;
            padding: 4px 5px 4px 0;
            font-size: 13px;
            line-height: 16px
        }

            #enhanced-ev .event .line .data-label {
                display: block;
                float: left;
                margin-right: 8px;
                width: 30%;
                word-wrap: break-word
            }

            #enhanced-ev .event .line .data-value {
                float: left;
                max-width: 323px;
                word-wrap: break-word
            }

.event-name__wrapper {
    display: block
}

.event-name__content-wrapper {
    padding: 10px 10px 0
}

    .event-name__content-wrapper .detail-rows {
        position: relative
    }

.event-entry--date-seen, .event-entry--location, .event-entry--ip {
    margin-top: 2px;
    padding-left: 11px;
    float: right;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    min-width: 240px
}

    .event-entry--ip .datum {
        font-weight: bold
    }

.event__name {
    padding: 7px 11px;
    position: relative;
    color: #1A1E23;
    background-color: #DFE3E9;
    display: inline-block;
    width: 100%
}

    .event__name div.event-evidence-tags-container {
        text-align: right;
        position: relative;
        top: 2px
    }

        .event__name div.event-evidence-tags-container a.annotations-tag-container {
            display: inline-block;
            padding-left: 5px
        }

.event-type__name {
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    background-color: #EEF1F5
}

    .event-type__name a {
        color: #1A1E23
    }

.label--location {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 30px
}

.filter--type {
    cursor: pointer;
    display: block
}

#filter-status {
    margin: 11px 14px 11px 0;
    float: left
}

#pagination-holder {
    padding: 10px 0;
    text-align: right;
    font-weight: bold
}

    #pagination-holder span {
        margin: 0 9px 0 8px
    }

    #pagination-holder a {
        display: inline-block;
        cursor: pointer;
        letter-spacing: .5px;
        font-size: 12px;
        line-height: 12px;
        padding: 8px 12px;
        border: 1px solid #484F5A;
        color: #373E49;
        margin-left: -1px
    }

        #pagination-holder a:first-child {
            border-radius: 4px 0 0 4px
        }

        #pagination-holder a:last-child {
            border-radius: 0 4px 4px 0
        }

        #pagination-holder a:hover {
            text-decoration: none;
            background: #EEF1F5;
            border-color: #373E49;
            position: relative;
            z-index: 1
        }

        #pagination-holder a.current, #pagination-holder a.current:hover {
            color: #004470;
            background: #fff;
            border-color: #004470
        }

        #pagination-holder a.inactive, #pagination-holder a.inactive:hover {
            cursor: default;
            background: #EEF1F5;
            color: #A1A9B5;
            border-color: #EEF1F5
        }

#ev_filters {
    position: relative;
    display: block
}

    #ev_filters .help-tooltip {
        color: #1A1E23
    }

    #ev_filters .whitelisted {
        margin-top: 20px
    }

    #ev_filters a, #ev_filters a:hover {
        text-decoration: none
    }

    #ev_filters .primary {
        display: block;
        width: 200px;
        margin: 0 0 0 -8px;
        padding-bottom: 7px
    }

    #ev_filters .secondary {
        display: block;
        width: 200px
    }

    #ev_filters .active.no-premium-package {
        color: #004470
    }

    #ev_filters .option {
        display: block;
        padding: 3px 8px 6px 0;
        cursor: pointer
    }

        #ev_filters .option.active:hover {
            color: #1A1E23
        }

        #ev_filters .option:hover, #ev_filters .option.hover {
            color: #000;
            text-decoration: none
        }

        #ev_filters .option.disabled {
            pointer-events: none
        }

            #ev_filters .option.disabled .name {
                color: #484F5A
            }

        #ev_filters .option .name {
            padding: 6px 8px 0;
            font-size: 14px
        }

#cust-date .custom-date-input--container.date-range-holder {
    float: none
}

.custom-date-input--container {
    margin-bottom: 20px
}

    .custom-date-input--container .line {
        display: block;
        margin-bottom: 9px
    }

    .custom-date-input--container .bs-date-input-holder, .custom-date-input--container input {
        float: left
    }

    .custom-date-input--container .name {
        float: left;
        display: block;
        text-align: right;
        width: 156px;
        margin-right: 12px;
        font-size: 15px;
        line-height: 27px
    }

        .custom-date-input--container .name.date-field__from-to {
            font-size: 12px;
            text-align: left
        }

#userbehavior-pak-link.no-premium-package {
    margin: 20px 8px
}

#forensics__type-label--evt.no-premium-package {
    margin: 20px 8px 0 0
}

#userbehavior-pak-link, #forensics__type-label--evt {
    display: block;
    font-weight: bold
}

    #userbehavior-pak-link .premium-tag, #forensics__type-label--evt .premium-tag {
        margin-left: 4px;
        padding: 2px 7px;
        background-color: #ecb870;
        border-radius: 15px;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: .25px;
        text-transform: uppercase
    }

#forensics-no-premium-modal header, #forensics-no-premium-modal .upgrade-button {
    text-align: center
}

#all-forensics {
    margin: 20px 0 11px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

#forensics__type-label--torrent.option {
    margin-top: 20px;
    padding: 3px 8px 6px 8px;
    font-weight: bold
}

.filter--type-custom {
    margin: 6px 0 0 0
}

.filter--type-custom__label, .forensics__type-label--events, .forensics__type-label--user-behavior {
    text-decoration: none;
    cursor: pointer
}

    .filter--type-custom__label:hover, .forensics__type-label--events:hover, .forensics__type-label--user-behavior:hover {
        color: #1A1E23;
        text-decoration: none
    }

    .filter--type-custom__label.active, .forensics__type-label--events.active, .forensics__type-label--user-behavior.active {
        color: #1A1E23
    }

.forensics__type-label--user-behavior {
    margin: 20px 0 0 8px;
    display: block
}

.subfield-type {
    display: block;
    padding-top: 1px;
    line-height: 17px;
    vertical-align: top;
    cursor: pointer
}

    .subfield-type .cb {
        float: left
    }

.subfilters-container, .whitelisted-container {
    margin-top: 15px;
    padding-left: 1px;
    position: relative;
    float: left;
    display: block;
    width: 200px
}

    .subfilters-container.overflowed, .whitelisted-container.overflowed {
        max-height: 214px;
        overflow: hidden
    }

        .subfilters-container.overflowed .secondary__more-toggle, .whitelisted-container.overflowed .secondary__more-toggle {
            position: absolute
        }

    .subfilters-container .secondary__more-toggle, .whitelisted-container .secondary__more-toggle {
        padding-top: 6px;
        position: relative;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 23px;
        background-color: #fff
    }

    .subfilters-container h4, .whitelisted-container h4 {
        margin-bottom: 10px;
        padding: 0 0 7px 0
    }

.page-enhanced-events .filter-type-container {
    padding-bottom: 15px
}

.forensics__expand-all {
    margin-top: 13px
}

#forensics__toggle-expand-all {
    float: right
}

    #forensics__toggle-expand-all:hover {
        cursor: pointer
    }

.toggle-detail-rows {
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer
}

    .toggle-detail-rows:hover {
        text-decoration: none
    }

    .toggle-detail-rows .icon-chevron-up, .toggle-detail-rows .icon-chevron-down {
        margin-left: 3px;
        font-size: 10px
    }

#enhanced-ev .download-csv-holder a {
    display: block;
    width: 54px;
    height: 63px;
    position: relative;
    padding: 10px;
    background: transparent url(../images/csv-page-icon.png) no-repeat 10px 11px
}

    #enhanced-ev .download-csv-holder a span {
        position: absolute;
        display: block;
        background: transparent url(../images/down-arrow-blue.png) no-repeat left top;
        width: 22px;
        height: 28px;
        left: 42px;
        top: 47px;
        z-index: 10
    }

    #enhanced-ev .download-csv-holder a:hover span {
        top: 50px
    }

#enhanced-ev span.dl {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px
}

#enhanced-ev .download-csv-holder {
    display: block;
    margin: 0 auto 20px;
    background: #EEF1F5;
    border: 1px solid #CDD2DA;
    width: 74px
}

.sans__scan-content {
    margin-top: -4px;
    float: left
}

.sans__scan-head-row {
    margin-bottom: 5px;
    background-color: #DFE3E9;
    line-height: 26px
}

.sans__scan-item, .sans__scan-head {
    margin-left: 10px;
    width: 125px;
    display: inline-block;
    line-height: 19px
}

    .sans__scan-item.sans__scan-item--time, .sans__scan-head.sans__scan-item--time {
        width: 166px
    }

.data-label--sans {
    margin-top: 1px
}

.tooltipsy {
    padding: 12px 16px;
    max-width: 200px;
    color: #1A1E23;
    background-color: #EEF1F5;
    position: relative;
    left: 14px;
    word-wrap: break-word;
    border: 1px solid #CDD2DA;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15)
}

    .tooltipsy, .tooltipsy p {
        font-size: 13px;
        line-height: 17px
    }

        .tooltipsy p:last-child {
            margin-bottom: 0
        }

        .tooltipsy:before, .tooltipsy:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            right: 100%;
            top: 50%;
            border: solid transparent
        }

        .tooltipsy:before {
            margin-top: -10px;
            border-color: rgba(204,204,204,0);
            border-right-color: #CDD2DA;
            border-width: 10px
        }

        .tooltipsy:after {
            margin-top: -9px;
            border: solid transparent;
            border-color: rgba(250,250,250,0);
            border-right-color: #EEF1F5;
            border-width: 9px
        }

.tooltipsy-bottom:before, .tooltipsy-bottom:after {
    top: 10px !important
}

.help-tooltip, .primaryRatingTooltip {
    cursor: help;
    border-bottom: 1px dashed #565F6C;
    transition: border 0.3s
}

    .help-tooltip:hover {
        border-bottom: 1px solid #A1A9B5
    }

.contextual-help.icon-info:before {
    content: "\e802";
    font-size: 16px;
    line-height: 12px
}

.full-description.icon-info:before, .help-tooltip.icon-info:before {
    content: "\e803";
    font-size: 16px;
    line-height: 14px
}

.page-invitation-signup {
    display: block
}

    .page-invitation-signup h1 {
        font-size: 24px;
        text-transform: none
    }

#registration-landing-page {
    float: left;
    width: 600px
}

#invite-signup {
    width: 320px;
    display: block;
    padding: 0;
    background: #DFE3E9;
    float: right;
    margin-top: 4px
}

    #invite-signup header {
        padding: 8px 18px;
        border-bottom: 1px solid #fff;
        background: #DFE3E9
    }

    #invite-signup form {
        padding: 18px
    }

    #invite-signup h3 {
        margin: 0;
        padding: 0;
        text-align: center
    }

#invitation-form .wrong-user {
    text-align: center;
    border: 1px solid #CDD2DA;
    font-weight: bold
}

#invitation-form .prepopulated p {
    margin-bottom: 4px
}

#invitation-form .prepopulated strong {
    display: inline-block;
    width: 50px
}

#invitation-form .prepopulated a {
    font-size: 12px
}

#signup-video {
    display: block;
    margin: 24px 0;
    width: 100%;
    height: 340px
}

#edit-email label {
    display: block
}

#invitation-form .errorlist {
    font-size: 13px;
    padding: 3px 10px 0;
    color: #AD0B08;
    list-style-type: none
}

#hubspot-signup-form {
    padding-top: 10px;
    width: 500px;
    margin: 0 auto
}

    #hubspot-signup-form .hs_submit .actions {
        padding-top: 0;
        margin-top: 0;
        padding-left: 26px
    }

    #hubspot-signup-form .hs_submit .hs-button {
        background-image: none !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding: 9px 20px;
        font-size: 15px;
        font-weight: normal;
        border: 1px solid #004470 !important;
        background: #004470
    }

    #hubspot-signup-form input.hs-input, #hubspot-signup-form textarea.hs-input {
        height: auto !important
    }

#edit-email {
    padding: 12px 0;
    margin-bottom: 12px;
    border-top: 1px solid #CDD2DA;
    border-bottom: 1px solid #CDD2DA
}

    #edit-email p {
        font-size: 13px
    }

#email-edit-cancel {
    float: right
}

#competitor-comparison-container {
    position: absolute;
    z-index: 2;
    margin-left: -6px
}

    #competitor-comparison-container .rating-label {
        text-align: center;
        display: block
    }

    #competitor-comparison-container #rating-key {
        height: 100%;
        position: relative;
        z-index: 1
    }

    #competitor-comparison-container .rating {
        position: absolute;
        width: 12px;
        left: -4px;
        margin-top: -6px;
        z-index: 1
    }

        #competitor-comparison-container .rating .rating-marker {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 6px
        }

    #competitor-comparison-container .basic .rating-marker {
        background: #b24053
    }

    #competitor-comparison-container .intermediate .rating-marker {
        background: #e8a951
    }

    #competitor-comparison-container .advanced .rating-marker {
        background: #2c4d7f
    }

    #competitor-comparison-container #competitors .rating-company-name {
        float: left;
        display: none;
        width: 105px;
        padding-top: 1px;
        font-weight: normal
    }

    #competitor-comparison-container #rating-bars {
        display: block;
        width: 4px;
        height: 100%
    }

    #competitor-comparison-container .rating-region {
        height: 33%
    }

    #competitor-comparison-container .rating-advanced {
        background-color: #2c4d7f;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    #competitor-comparison-container .rating-intermediate {
        background-color: #e8a951
    }

    #competitor-comparison-container .rating-basic {
        background-color: #b24053
    }

.comparison-remove-icon {
    color: #AD0B08;
    font-size: 16px
}

.md-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
    z-index: 50000;
    visibility: hidden
}

.md-modal {
    height: auto;
    z-index: 49950;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

    .md-modal:not(.mega) {
        position: absolute;
        bottom: 50%;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
        position: fixed;
        width: 420px
    }

.lte_ie9 .md-modal:not(.mega) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 0;
    left: 0;
    bottom: 0;
    top: 60px;
    margin: auto
}

.md-modal .footnote {
    font-size: 0.8em;
    color: #565F6C;
    margin: 0 0 10px
}

.datepicker.dropdown-menu {
    z-index: 50010 !important
}

.md-modal.wide {
    width: 540px
}

.md-modal.extra-wide {
    width: 860px
}

.md-show, .md-hiding {
    visibility: visible
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 49990;
    opacity: 0;
    background: #1A1E23;
    transition: all 0.3s
}

.md-content {
    background: #fff
}

.md-close {
    display: block;
    background-color: #004470;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: center;
    opacity: 0;
    z-index: 3
}

    .md-close .icon-cross {
        position: relative;
        top: 6px;
        color: white;
        font-size: 10px
    }

    .md-close:hover, .md-close:hover .icon-close-circle {
        color: #fff;
        background-color: #003252;
        text-decoration: none
    }

    .md-close:hover {
        text-decoration: none;
        background-color: #003252
    }

.md-show .md-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}

.md-overlay.visible {
    opacity: .7;
    visibility: visible
}

.lte_ie9 body {
    transform-style: preserve-3d
}

.md-modal.mega {
    width: 860px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100px
}

    .md-modal.mega .md-content {
        margin-bottom: 80px
    }

    .md-modal.mega .modal-inner .details {
        max-height: none;
        overflow: visible
    }

        .md-modal.mega .modal-inner .details h5.x-label {
            text-align: center;
            margin-top: -10px;
            margin-bottom: 20px
        }

.md-effect-scalein .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s
}

.md-show .md-effect-scalein .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-effect-flip.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-effect-flip .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    transition: all 0.3s;
    opacity: 0
}

.md-show .md-effect-flip .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1
}

.md-effect-slideup .md-content {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    transform: translateY(44px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s
}

.md-show .md-effect-slideup .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal-inner {
    width: 100%;
    height: 100%;
    color: #1A1E23;
    padding: 0
}

    .modal-inner header {
        display: block;
        padding: 24px 40px 16px
    }

        .modal-inner header h2 {
            font-weight: bold;
            font-size: 14px;
            line-height: 19px;
            padding: 0;
            color: #1A1E23;
            margin-bottom: 0
        }

    .modal-inner.kb-preview h2 {
        margin-bottom: 7px;
        font-size: 16px
    }

    .modal-inner.kb-preview p, .modal-inner.kb-preview ul li {
        font-size: 14px;
        line-height: 1.2
    }

    .modal-inner.kb-preview .event-remediation .md-label {
        margin-bottom: 4px
    }

    .modal-inner.kb-preview .external-link {
        margin-bottom: 5px
    }

        .modal-inner.kb-preview .external-link .icon-share {
            font-size: 15px
        }

    .modal-inner p {
        line-height: 1.45em;
        margin-bottom: 1em
    }

    .modal-inner .padder {
        padding: 0px 0 28px 40px;
        height: 100%;
        margin-top: -3px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .modal-inner .details {
        padding: 0;
        height: 100%;
        overflow: auto;
        max-height: 375px;
        padding-right: 40px;
        padding-left: 20px;
        margin-left: -20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .modal-inner .md-label {
        font-size: 13px;
        font-weight: bold;
        color: #484F5A
    }

    .modal-inner small {
        display: block;
        font-size: 13px;
        line-height: 13px
    }

.release-note-preview small {
    color: #484F5A
}

.modal-inner ul {
    list-style-position: inside;
    padding-left: 2px;
    margin: 4px 0 1em
}

    .modal-inner ul.without-margin {
        margin: 0
    }

.modal-inner .details small {
    margin-bottom: 1em
}

    .modal-inner .details small.list {
        display: inline
    }

.release-note-preview header {
    text-align: center
}

    .release-note-preview header h2 {
        font-weight: 300
    }

    .release-note-preview header h4 {
        color: #373E49
    }

.release-note-preview .release-title {
    font-weight: bold;
    display: block
}

.release-note-preview footer {
    text-align: center;
    padding-right: 40px
}

.release-note-preview .details ul {
    list-style-position: outside;
    padding-left: 30px
}

.modal-inner p.footer, .modal-inner footer {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 1px
}

.confirm-modal footer {
    text-align: right
}

#messages_icon_count {
    position: absolute;
    display: block;
    top: 3px;
    right: 0;
    font-size: 10px;
    letter-spacing: -.25px;
    font-weight: bold;
    border-radius: 12px;
    color: #fff;
    background: #1A1E23;
    text-align: center;
    min-width: 16px;
    padding: 1px 2px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    #messages_icon_count.highlighted {
        background: #e8a951;
        text-shadow: 0 1px 0 rgba(26,30,35,0.4)
    }

.alerts__icon-warning-holder, .alerts__icon-bad-holder, .alerts__icon-ok-holder {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    color: white;
    font-size: 9px;
    text-align: center
}

    .alerts__icon-warning-holder .rating-indicator-icon, .alerts__icon-bad-holder .rating-indicator-icon, .alerts__icon-ok-holder .rating-indicator-icon {
        position: absolute;
        top: 4px;
        left: 3.5px
    }

.alerts__icon-warning-holder {
    background-color: #e8a951
}

.alerts__icon-ok-holder {
    background-color: #2CA58D
}

.alerts__icon-bad-sign {
    color: #AD0B08;
    font-size: 15px
}

.filter-sidebar {
    position: relative;
    float: left;
    width: 200px
}

    .filter-sidebar .clear-filters {
        float: right
    }

.filter-data-error {
    margin-top: 15px;
    padding: 10px 10px 10px 15px;
    background: #EEF1F5;
    color: #484F5A;
    font-size: .8em
}

.filter-application {
    display: block;
    width: 720px;
    float: right
}

.filter-type-container, .subfilters-container {
    display: block;
    border-bottom: 1px solid #CDD2DA
}

    .filter-type-container:first-of-type, .subfilters-container:first-of-type {
        border-top: 1px solid #CDD2DA
    }

    .filter-type-container h4, .subfilters-container h4 {
        cursor: pointer;
        margin-bottom: 10px;
        padding: 15px 10px 5px 0;
        border: none;
        font-weight: normal;
        font-size: 14px;
        line-height: 14px
    }

    .filter-type-container .searchbox-holder, .subfilters-container .searchbox-holder {
        float: none
    }

        .filter-type-container .searchbox-holder .icon-search, .subfilters-container .searchbox-holder .icon-search {
            right: 20px
        }

    .filter-type-container .active, .subfilters-container .active {
        color: #1A1E23
    }

    .filter-type-container .bs-checkboxlist, .subfilters-container .bs-checkboxlist {
        margin-bottom: 18px
    }

.filter--subfield-chkbox__container h4 {
    margin-bottom: 10px;
    padding: 0 0 7px 0
}

.filter-type--search .searchbox {
    padding: 5px 10px
}

.react-filter-application {
    position: relative;
    display: block
}

.react-filter-application__display {
    display: block;
    padding-left: 220px
}

.react-filter-application__sidebar {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0
}

td a.annotations-tag-container {
    margin: 8px 0
}

a.annotations-tag-container {
    display: block;
    height: 22px;
    margin-top: 3px
}

    a.annotations-tag-container span.annotations-tag {
        display: inline-block;
        height: 100%;
        padding: 0 4px 0 1px;
        font-size: 9px;
        font-family: sans-serif;
        position: relative;
        margin-left: 11px;
        color: #fff;
        white-space: nowrap
    }

        a.annotations-tag-container span.annotations-tag.private {
            background-color: #A1A9B5;
            border: 1px solid #A1A9B5
        }

            a.annotations-tag-container span.annotations-tag.private .icon-eye-blocked {
                margin-right: 4px;
                vertical-align: middle;
                color: #fff
            }

        a.annotations-tag-container span.annotations-tag.public {
            background-color: #607999;
            border: 1px solid #607999
        }

        a.annotations-tag-container span.annotations-tag:before {
            content: "";
            position: absolute;
            width: 0;
            height: 22px;
            border-style: solid;
            border-color: transparent;
            border-left: 0;
            top: -1px;
            left: -10px;
            border-right-color: inherit;
            border-width: 9px
        }

        a.annotations-tag-container span.annotations-tag span.tag-name {
            display: inline-block;
            max-width: 100px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            vertical-align: middle;
            line-height: 22px;
            margin-top: -1px;
            color: #fff;
            text-transform: none
        }

        a.annotations-tag-container span.annotations-tag .icon-cross, a.annotations-tag-container span.annotations-tag .icon-pencil {
            font-size: 9px;
            padding-left: 10px
        }

div.annotations-filter-container, .annotations-filter-container.dropdown {
    clear: both;
    top: 10px;
    display: block;
    float: left;
    clear: left;
    width: auto !important
}

    div.annotations-filter-container .annotations-dropdown-menu, .annotations-filter-container.dropdown .annotations-dropdown-menu {
        top: 40px
    }

    div.annotations-filter-container.tag__filter, .annotations-filter-container.dropdown.tag__filter {
        top: -7px;
        margin-right: 10px
    }

    div.annotations-filter-container.filter-type-container, .annotations-filter-container.dropdown.filter-type-container {
        padding-top: 0;
        width: 100%
    }

        div.annotations-filter-container.filter-type-container .tags-list, .annotations-filter-container.dropdown.filter-type-container .tags-list {
            padding: 5px 0;
            height: auto;
            overflow-x: hidden;
            overflow-y: visible
        }

            div.annotations-filter-container.filter-type-container .tags-list .checkbox, .annotations-filter-container.dropdown.filter-type-container .tags-list .checkbox {
                padding-left: 1px;
                vertical-align: middle
            }

            div.annotations-filter-container.filter-type-container .tags-list .annotations-tag-container, .annotations-filter-container.dropdown.filter-type-container .tags-list .annotations-tag-container {
                display: inline-block
            }

            div.annotations-filter-container.filter-type-container .tags-list.overflowed, .annotations-filter-container.dropdown.filter-type-container .tags-list.overflowed {
                height: 180px;
                overflow: hidden
            }

    div.annotations-filter-container a.annotations-filter-trigger, .annotations-filter-container.dropdown a.annotations-filter-trigger {
        cursor: pointer;
        float: left;
        margin-top: 7px
    }

        div.annotations-filter-container a.annotations-filter-trigger.disabled, .annotations-filter-container.dropdown a.annotations-filter-trigger.disabled {
            color: #565F6C;
            cursor: default;
            pointer-events: none
        }

.annotations-filter-container ul.applied-tags {
    float: left;
    list-style: none;
    max-width: 600px;
    margin-bottom: 0px
}

    .annotations-filter-container ul.applied-tags.tag__filter {
        padding-left: 5px
    }

    .annotations-filter-container ul.applied-tags .tag-filter {
        display: inline-block;
        margin-right: 10px;
        cursor: default
    }

.annotations-filter-container .dropdown-menu, .cidr-actions .tag-cidr-dropdown {
    width: 200px !important;
    height: 280px;
    padding: 20px 13px
}

    .annotations-filter-container .dropdown-menu.tag-cidr-dropdown, .cidr-actions .tag-cidr-dropdown.tag-cidr-dropdown {
        height: 320px;
        padding-top: 10px;
        text-align: left
    }

        .annotations-filter-container .dropdown-menu.tag-cidr-dropdown .icon-search, .cidr-actions .tag-cidr-dropdown.tag-cidr-dropdown .icon-search {
            top: 69px
        }

        .annotations-filter-container .dropdown-menu.tag-cidr-dropdown .tags-list, .cidr-actions .tag-cidr-dropdown.tag-cidr-dropdown .tags-list {
            height: 160px
        }

    .annotations-filter-container .dropdown-menu a, .cidr-actions .tag-cidr-dropdown a {
        text-align: left;
        display: inline-block;
        margin-bottom: 5px
    }

    .annotations-filter-container .dropdown-menu h2, .cidr-actions .tag-cidr-dropdown h2 {
        font-size: 14px;
        line-height: 19px;
        padding: 0;
        margin-bottom: 0;
        text-align: left
    }

    .annotations-filter-container .dropdown-menu input, .cidr-actions .tag-cidr-dropdown input {
        margin-top: 10px;
        border-radius: 2px;
        height: 32px;
        border: 1px solid #CDD2DA;
        padding: 4px 28px 4px 15px;
        font-size: 13px
    }

    .annotations-filter-container .dropdown-menu .icon-search, .cidr-actions .tag-cidr-dropdown .icon-search {
        top: 58px;
        right: 25px;
        position: absolute
    }

    .annotations-filter-container .dropdown-menu .tags-list, .cidr-actions .tag-cidr-dropdown .tags-list {
        list-style: none;
        margin: 10px 0;
        padding: 0;
        height: 170px;
        overflow-y: scroll
    }

        .annotations-filter-container .dropdown-menu .tags-list .tag-filter .bs-checkbox, .annotations-filter-container .dropdown-menu .tags-list .tag-selector .bs-checkbox, .cidr-actions .tag-cidr-dropdown .tags-list .tag-filter .bs-checkbox, .cidr-actions .tag-cidr-dropdown .tags-list .tag-selector .bs-checkbox {
            padding: 1px;
            margin: 7px 5px 7px 0;
            vertical-align: middle
        }

.annotations-tag-domain-modal .checkbox {
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.annotations-tag-domain-modal .tag-selector {
    display: flex;
    align-items: center
}

.flag-container .disabled {
    cursor: not-allowed;
    opacity: 0.5
}

    .flag-container .disabled > a {
        color: currentColor;
        display: inline-block;
        pointer-events: none;
        text-decoration: none
    }

section.tags-section {
    margin-top: 30px
}

    section.tags-section h4 {
        padding: 13px 0;
        font-size: 14px;
        line-height: 1.3em
    }

    section.tags-section a.create-tag-trigger {
        padding: 10px 5px;
        position: relative;
        top: 10px;
        text-decoration: none
    }

        section.tags-section a.create-tag-trigger .icon-plus {
            font-size: 11px;
            padding-right: 5px
        }

    section.tags-section .tags-list {
        padding: 0;
        width: 180px
    }

        section.tags-section .tags-list .tag-management-row {
            list-style: none;
            position: relative;
            margin: 8px 0
        }

            section.tags-section .tags-list .tag-management-row .edit-tag-trigger, section.tags-section .tags-list .tag-management-row .delete-tag-trigger {
                position: absolute;
                top: 5px;
                right: 25px;
                cursor: pointer
            }

            section.tags-section .tags-list .tag-management-row .delete-tag-trigger {
                right: 0
            }

.modal-inner.annotations-modal .form-group {
    margin: 5px 0
}

.modal-inner.annotations-modal label {
    font-size: 10px;
    font-weight: 700;
    display: block;
    margin-bottom: 7px;
    color: #1A1E23
}

    .modal-inner.annotations-modal label span.cb {
        position: relative;
        top: 3px
    }

.modal-inner.annotations-modal input[type=text] {
    padding: 9px 12px;
    border-radius: 0 !important;
    height: auto
}

.modal-inner.annotations-modal .error {
    color: #AD0B08;
    display: block
}

.modal-inner.annotations-modal .characters-left {
    margin-top: 5px
}

    .modal-inner.annotations-modal .characters-left span {
        font-size: .8em;
        color: #484F5A;
        padding-right: 5px
    }

    .modal-inner.annotations-modal .characters-left .overlength.characters-left-counter {
        color: #AD0B08
    }

.modal-inner.annotations-modal footer {
    margin-top: 15px;
    text-align: right
}

.annotations-modal.annotations-tag-subnet-modal header p, .annotations-modal.annotations-tag-domain-modal header p {
    margin-bottom: 0
}

.annotations-modal.annotations-tag-subnet-modal a, .annotations-modal.annotations-tag-domain-modal a {
    cursor: pointer;
    text-decoration: none
}

.annotations-modal.annotations-tag-subnet-modal .details, .annotations-modal.annotations-tag-domain-modal .details {
    max-height: 500px
}

    .annotations-modal.annotations-tag-subnet-modal .details p, .annotations-modal.annotations-tag-domain-modal .details p {
        margin-bottom: 10px
    }

.annotations-modal.annotations-tag-subnet-modal .row.edit-subnet, .annotations-modal.annotations-tag-domain-modal .row.edit-subnet {
    margin-bottom: 10px
}

.annotations-modal.annotations-tag-subnet-modal .slash, .annotations-modal.annotations-tag-domain-modal .slash {
    margin-top: 10px;
    font-size: 18px
}

.annotations-modal.annotations-tag-subnet-modal .period, .annotations-modal.annotations-tag-domain-modal .period {
    margin-top: 10px;
    font-size: 18px
}

.annotations-modal.annotations-tag-subnet-modal .tags-list, .annotations-modal.annotations-tag-domain-modal .tags-list {
    list-style: none;
    height: 188px;
    overflow-y: scroll;
    border: 1px solid #CDD2DA;
    padding: 3px 8px
}

    .annotations-modal.annotations-tag-subnet-modal .tags-list .annotations-tag-container, .annotations-modal.annotations-tag-domain-modal .tags-list .annotations-tag-container {
        display: inline-block;
        margin-top: 0;
        vertical-align: middle
    }

    .annotations-modal.annotations-tag-subnet-modal .tags-list .bs-checkbox, .annotations-modal.annotations-tag-domain-modal .tags-list .bs-checkbox {
        margin: 5px 5px 5px 0 !important;
        padding: 0;
        vertical-align: middle
    }

    .annotations-modal.annotations-tag-subnet-modal .tags-list .tag-creator, .annotations-modal.annotations-tag-domain-modal .tags-list .tag-creator {
        margin: 5px 22px
    }

.annotations-modal.annotations-tag-subnet-modal .searchbox-holder, .annotations-modal.annotations-tag-domain-modal .searchbox-holder {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 5px;
    float: none
}

    .annotations-modal.annotations-tag-subnet-modal .searchbox-holder input[type=text], .annotations-modal.annotations-tag-domain-modal .searchbox-holder input[type=text] {
        display: inline-block;
        height: 30px;
        width: 50%;
        padding: 0 25px 0 10px
    }

    .annotations-modal.annotations-tag-subnet-modal .searchbox-holder .icon-search, .annotations-modal.annotations-tag-domain-modal .searchbox-holder .icon-search {
        color: #565F6C;
        font-size: 11px;
        margin-top: 4px;
        margin-right: 170px
    }

    .annotations-modal.annotations-tag-subnet-modal .searchbox-holder .radio-inline, .annotations-modal.annotations-tag-domain-modal .searchbox-holder .radio-inline {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0;
        font-size: 11px;
        line-height: 22px
    }

.annotations-modal.annotations-tag-subnet-modal .select-all-tags, .annotations-modal.annotations-tag-domain-modal .select-all-tags {
    margin-right: 20px
}

.annotations-modal.annotations-tag-subnet-modal .loader, .annotations-modal.annotations-tag-domain-modal .loader {
    position: absolute;
    top: 300px;
    left: 190px
}

.annotations-modal.annotations-tag-subnet-modal .disfunctional, .annotations-modal.annotations-tag-domain-modal .disfunctional {
    opacity: 0.4;
    pointer-events: none
}

.annotations-tag-domain-modal input[type=radio] {
    margin-left: -20px !important
}

.annotations-tag-domain-modal .domain-ending {
    display: flex;
    align-items: center;
    height: 34px;
    margin-left: 1px;
    font-size: 18px
}

.annotations-tag-domain-modal .domain-name {
    margin-left: 4px
}

.annotations-tag-domain-modal .subdomain-title {
    padding-left: 15px;
    padding-right: 15px
}

.annotations-tag-domain-modal .sub-domain-input-holder {
    padding-right: 0 !important
}

.md-modal.annotations-delete-tag-modal, .md-modal.annotations-delete-cidr-modal {
    text-align: center
}

.modal-inner.bulktag-progress-modal .error {
    color: #AD0B08;
    display: block;
    margin-top: 8px;
    margin-bottom: 24px
}

#zenbox_tab, #support-widget {
    position: fixed;
    z-index: 9997;
    bottom: 0;
    right: 10px;
    display: none;
    background: #00263E;
    color: #fff;
    height: 30px;
    padding: 9px 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

    #zenbox_tab:hover, #support-widget:hover {
        text-decoration: none;
        background: #003252
    }

.zendesk--isusue-type {
    width: 60%;
    display: inline-block;
    margin-left: 20px
}

#support-widget {
    position: fixed;
    width: 167px;
    height: 30px;
    border-top: 1px solid #A1A9B5;
    border-right: 1px solid #A1A9B5;
    border-left: 1px solid #A1A9B5;
    transition: height 0.5s;
    overflow: hidden;
    right: 10px;
    padding: 0
}

    #support-widget .support-toggle {
        padding: 9px 10px
    }

    #support-widget.active {
        background-color: #EEF1F5;
        color: #1A1E23;
        height: 235px;
        border-top: 1px solid #A1A9B5;
        border-right: 1px solid #A1A9B5;
        border-left: 1px solid #A1A9B5;
        transition: height 0.5s
    }

    #support-widget h3 {
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 0;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        text-transform: none
    }

    #support-widget.active h3 {
        color: #1A1E23;
        text-transform: none
    }

.support-toggle {
    cursor: pointer
}

.support-widget__option {
    position: relative;
    border-bottom: 1px solid #CDD2DA;
    background-color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 13px 18px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    fill: #1A1E23;
    text-decoration: none
}

    .support-widget__option .support-widget__icon {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px
    }

    .support-widget__option .option__label {
        display: inline-block;
        vertical-align: middle
    }

    .support-widget__option:hover, .support-widget__option a:hover {
        color: #004470;
        fill: #004470;
        transition: all 0.12s ease-out;
        text-decoration: none
    }

    .support-widget__option a {
        color: inherit;
        text-decoration: none
    }

    .support-widget__option .support-widget__offline-notice {
        display: none
    }

    .support-widget__option.offline {
        cursor: normal;
        color: #565F6C;
        fill: #565F6C;
        cursor: not-allowed
    }

        .support-widget__option.offline:hover {
            color: #565F6C;
            fill: #565F6C
        }

        .support-widget__option.offline .support-widget__offline-notice {
            display: block;
            font-size: 9px
        }

.bar.jx_ui_Widget {
    display: none
}

.overlay.jx_ui_Widget:before {
    content: 'X';
    left: 6px;
    top: 2px;
    position: absolute;
    font-size: 13px
}

#walkme-menu {
    z-index: 1000 !important
}

.walkme-powered-by-wrapper {
    display: none !important
}

#support-widget.verizon-support-menu {
    width: 200px;
    display: block
}

    #support-widget.verizon-support-menu .support-toggle {
        background-color: #000
    }

        #support-widget.verizon-support-menu .support-toggle:hover {
            background-color: #565F6C
        }

    #support-widget.verizon-support-menu.active {
        height: 225px
    }

        #support-widget.verizon-support-menu.active .support-toggle {
            background-color: #fff
        }

    #support-widget.verizon-support-menu .support--header {
        padding: 8px 18px;
        line-height: 1.2em
    }

    #support-widget.verizon-support-menu .support--number {
        padding: 8px 18px
    }

.api-token__container {
    margin-bottom: 16px;
    padding: 0 32px;
    border: 1px solid #CDD2DA
}

.api-token__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background: #EEF1F5;
    padding: 16px 16px;
    margin: 0 -32px 20px
}

.api-token__header-title {
    font-size: 14px;
    line-height: 14px;
    margin: 0
}

.api-token__header-text {
    font-size: 13px;
    margin: 0;
    color: #484F5A
}

.api-token__form-title {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #1A1E23
}

.api-token__form-group {
    display: flex;
    justify-content: space-between;
    padding: 16px 16px 0px 0px;
    margin-bottom: 8px
}

.api-toke__form-input {
    flex: 1;
    display: flex;
    flex-direction: column
}

.api-token__form-input {
    height: 40px
}

.api-token__form-dropdown {
    margin: 0px 8px
}

    .api-token__form-dropdown .bs-menu {
        max-height: 654px;
        overflow-y: auto
    }

.api-token__counter {
    padding-bottom: 5px;
    margin: 0px;
    font-size: 8px;
    color: #484F5A;
    align-self: flex-end
}

.api-token__description {
    display: flex;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.api-token__description-text {
    flex: 1;
    align-self: flex-start;
    margin-right: 41px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 17px
}

.api-token__description-button {
    align-self: flex-start;
    margin-right: 8px
}

.api-token__flash {
    padding-top: 8px
}

.api-token__flash-message {
    display: flex;
    padding: 8px 16px;
    height: 48px;
    border-radius: 2px;
    background-color: #F1FAF9;
    align-items: center;
    justify-content: space-between
}

.api-token__flash-message--error {
    display: flex;
    padding: 8px 16px;
    height: 48px;
    border-radius: 2px;
    background-color: #FEFAF4;
    align-items: baseline;
    justify-content: space-between
}

.api-token__flash-message-icon {
    fill: #1e9590;
    align-self: center;
    width: 20px;
    height: 20px
}

.api-token__flash-message-icon--error {
    fill: #d39a4a;
    align-self: center;
    width: 28px;
    height: 20px
}

.api-token__flash-message-text {
    margin-right: auto;
    padding-right: 8px;
    font-weight: 300;
    margin-bottom: 0
}

.api-token__flash-message-text--revoke {
    color: #48b3af;
    align-self: center;
    font-weight: normal;
    margin: 0 auto 0 8px
}

.api-token__flash-message-text--error {
    color: #ecb870;
    align-self: center;
    font-weight: normal;
    margin: 0 auto 0 8px
}

.api-token__flash-message-description {
    color: #20a39e;
    font-weight: normal;
    padding: 0 8px
}

.api-token__flash-message-copied {
    display: flex;
    padding-right: 16px;
    align-items: baseline
}

.api-token__flash-message-copied__icon {
    fill: #48b3af;
    align-self: stretch;
    height: 16px;
    width: 16px
}

.api-token__flash-message-copied__text {
    color: #48b3af;
    font-weight: bold;
    font-size: 13px;
    padding-left: 8px
}

.api-token__flash-message-clear__icon {
    fill: #484F5A;
    align-self: center;
    cursor: pointer;
    height: 24px;
    width: 24px
}

.api-token__flash-text {
    font-size: 13px;
    color: #484F5A;
    padding-top: 8px
}

.api-token__flash-text--bold {
    font-weight: bold
}

.api-token__modal-title {
    padding-left: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.api-token__modal-icon_exit {
    cursor: pointer;
    height: 16px;
    width: 16px
}

.api-token__modal-text {
    padding-left: 16px;
    padding-right: 48px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #373E49
}

.api-token__modal-text--bold {
    margin: 0 4px;
    font-weight: bold
}

.api-token__modal-body {
    padding: 16px
}

.api-token__modal-actions {
    display: flex;
    justify-content: flex-end
}

.api-token__modal-button_revoke {
    width: 160px
}

.api-token__title {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #1A1E23
}

.api-token__data-table {
    margin: 16px 0 32px 0
}

    .api-token__data-table .bs-datatable__row.selected .bs-datatable__col {
        animation: background-fade 4s !important;
        background: none !important
    }

    .api-token__data-table .bs-datatable__col--header--label {
        font-size: 14px;
        font-weight: bold;
        color: #1A1E23
    }

.col--tokens-colum {
    vertical-align: top
}

.api-token-empty {
    font-weight: bold;
    padding: 48px 0;
    text-align: center;
    font-size: 14px
}

@keyframes background-fade {
    0% {
        background: #fff
    }

    33% {
        background: #F1FAF9
    }

    66% {
        background: #F1FAF9
    }

    100% {
        background: #fff
    }
}

.userFeatures__features {
    padding: 24px 0
}

.userFeatures__feature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0
}

    .userFeatures__feature:not(:first-child) {
        border-top: 1px solid #A1A9B5
    }

.userFeatures__feature-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.userFeatures__feature-header__title {
    font-size: 16px
}

.userFeatures__feature-markdown {
    margin-right: 52px
}

.settings-page .settings-group {
    margin-bottom: 40px;
    padding: 0 30px 30px;
    border: 1px solid #CDD2DA
}

    .settings-page .settings-group h3 {
        display: block;
        font-size: 14px;
        line-height: 14px;
        background: #EEF1F5;
        padding: 15px 17px;
        margin: 0 -30px 20px
    }

    .settings-page .settings-group h4 {
        margin-top: 20px
    }

    .settings-page .settings-group .alerts__icon-ok-holder, .settings-page .settings-group .alerts__icon-bad-sign, .settings-page .settings-group .alerts__icon-warning-holder {
        position: relative;
        top: 3px
    }

    .settings-page .settings-group .icon-info {
        position: relative;
        top: 3px
    }

.settings-page .form-horizontal .bs-checkbox-replace + .cb {
    margin-right: 8px
}

.settings-page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.settings-page .bg-danger, .settings-page .bg-warning, .settings-page .bg-success {
    padding: 12px
}

.settings-page .help-inline {
    padding: 3px 2px 0;
    display: block;
    font-size: 11px;
    color: #AD0B08;
    width: 90%
}

.settings-page .form-group input {
    max-width: 360px
}

.settings-page label[for='id_alerts_email_distribution'] {
    margin-top: 15px
}

.settings-page .password-input-holder, .settings-page .alert-input-holder {
    float: left;
    width: 400px
}

.settings-page .password-hint {
    padding: 14px 0 0;
    float: left;
    width: 360px
}

.settings-page .alert-hint {
    padding: 50px 0 0;
    float: left;
    width: 360px
}

.settings-page .real-time-alert-hint {
    padding: 35px 0 0;
    float: left;
    width: 360px
}

#id_alerts_email_distribution {
    margin-bottom: 10px
}

#customer-alert-settings .threshold-options {
    margin: 8px 0 20px 40px
}

#customer-alert-settings .alert-type-options {
    margin-bottom: 25px
}

#customer-alert-settings .alert-threshold-description {
    width: 340px
}

.threshold-options > label {
    margin-bottom: 10px
}

.settings-group .invalid-value {
    border: 1px solid #AD0B08
}

.api-token-action {
    display: inline-block;
    margin: 20px 16px 20px 0
}

#page-account-settings .settings-group ul {
    margin-top: 10px
}

#page-account-settings .setting__landing-options {
    list-style-type: none
}

.saml-provider-details {
    line-height: 1.5em
}

    .saml-provider-details .item {
        width: 230px;
        display: inline-block;
        vertical-align: top
    }

    .saml-provider-details .details {
        width: 640px;
        display: inline-block
    }

    .saml-provider-details .hint {
        margin: 10px 0 10px 0
    }

#id_metadata_file_upload {
    display: inline-block;
    border: 1px solid #CDD2DA;
    padding: 7px;
    border-radius: 2px;
    width: 360px;
    margin-right: 10px
}

#form-saml-metadata .form-message {
    margin-top: 10px
}

#form-saml-metadata #fetch-metadata-button {
    margin-right: 10px
}

#form-saml-metadata .fetch-button-holder {
    padding: 6px 0 20px 0
}

#form-saml-metadata .saml-metadata-field {
    height: 250px
}

#form-saml-login-url .saml-login-url-field {
    max-width: none
}

#saml-url-loader-fields, #saml-file-loader-fields {
    margin-left: -10px;
    margin-right: -10px
}

#form-saml-enabled .form-group label {
    cursor: pointer
}

.settings-section {
    padding-bottom: 20px;
    word-wrap: break-word
}

.md-modal.saml-enable-modal {
    width: 460px
}

.no-diligence-records-headline {
    margin-top: 30px
}

#saml-error-details {
    font-size: 16px
}

.hidden {
    display: none
}

#rating-alert-thresholds .bs-checkbox-replace + .cb, #customer-alert-settings .bs-checkbox-replace + .cb {
    position: relative;
    top: 3px
}

#form-alert .bs-checkbox-replace + .cb {
    position: relative;
    top: 1px;
    float: left
}

.folder-email-alerts-body {
    margin-left: 40px
}

.real-time-alerts-account-settings .real-time-alerts-period {
    margin-left: 25px
}

.folder-email-alerts-settings {
    margin-bottom: 7px
}

    .folder-email-alerts-settings .folder-email-alerts-label {
        display: inline-block;
        margin: 0
    }

    .folder-email-alerts-settings #folder-email-alerts-dropdown {
        display: inline-block
    }

        .folder-email-alerts-settings #folder-email-alerts-dropdown a {
            cursor: pointer;
            text-decoration: none
        }

        .folder-email-alerts-settings #folder-email-alerts-dropdown .dropdown-menu {
            top: 25px;
            max-width: 256px;
            width: 256px;
            z-index: 999;
            border: none;
            border-radius: 2px;
            box-shadow: 0 0 30px rgba(0,0,0,0.2),0 1px 3px rgba(0,0,0,0.1);
            height: inherit;
            overflow-y: inherit
        }

            .folder-email-alerts-settings #folder-email-alerts-dropdown .dropdown-menu:after {
                left: 40px;
                bottom: 100%;
                right: 115px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(255,255,255,0);
                border-bottom-color: #fff;
                border-width: 10px
            }

            .folder-email-alerts-settings #folder-email-alerts-dropdown .dropdown-menu ul {
                padding: 8px 0;
                margin: 0;
                display: inherit;
                list-style: none;
                max-height: 360px;
                overflow-y: auto
            }

                .folder-email-alerts-settings #folder-email-alerts-dropdown .dropdown-menu ul li {
                    padding: 0 16px;
                    margin: 8px 0
                }

                    .folder-email-alerts-settings #folder-email-alerts-dropdown .dropdown-menu ul li label {
                        max-width: 200px;
                        width: 100%;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        line-height: 17px;
                        overflow-x: hidden
                    }

    .folder-email-alerts-settings .folder-email-alerts-selected-folders {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 !important
    }

        .folder-email-alerts-settings .folder-email-alerts-selected-folders li.selected-folder {
            margin: 5px 10px 5px 0;
            height: 30px;
            padding-left: 15px;
            color: #373E49;
            white-space: normal;
            min-width: 90px;
            border-radius: 20px;
            background-color: #EEF1F5;
            border: 1px solid #CDD2DA;
            cursor: default;
            line-height: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

            .folder-email-alerts-settings .folder-email-alerts-selected-folders li.selected-folder .icon-cross3 {
                margin-left: 8px;
                cursor: pointer;
                padding: 8px;
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px
            }

                .folder-email-alerts-settings .folder-email-alerts-selected-folders li.selected-folder .icon-cross3:hover {
                    background-color: #DFE3E9
                }

.setting__user-information {
    margin: 24px 0;
    padding: 10px 16px 16px 16px;
    border-top: 1px solid #CDD2DA;
    border-bottom: 1px solid #CDD2DA;
    display: flex;
    justify-content: space-between
}

.setting__user-profile {
    text-align: left
}

.setting__user-profile--identity {
    margin: 0;
    font-size: 20px
}

.setting__user-profile--name {
    display: inline
}

.setting__user-profile--email {
    margin: 0;
    line-height: 16px;
    font-weight: 400;
    color: #484F5A
}

.setting_user-profile--role {
    margin-top: 8px;
    vertical-align: middle;
    background: #CDD2DA;
    border-radius: 8px;
    text-transform: uppercase;
    color: #484F5A;
    padding: 2px 10px;
    font-size: 10px;
    letter-spacing: .25px;
    font-weight: bold
}

.setting__user-company {
    text-align: right
}

.setting__user-company-title {
    font-weight: 400;
    line-height: 32px;
    color: #484F5A;
    margin: 0
}

.setting__user-company--name {
    font-weight: 800;
    line-height: 16px;
    margin-bottom: 0px
}

.torrent-category-column {
    width: 150px
}

.whitelisted .help-tooltip:hover {
    color: #484F5A;
    border-bottom: 1px dashed #CDD2DA
}

#torrent-filters {
    margin: -10px 0 20px -30px;
    padding: 20px 30px;
    clear: both;
    width: 1000px;
    border-top: 1px solid #CDD2DA;
    border-bottom: 1px solid #CDD2DA
}

    #torrent-filters .dropdown, #torrent-filters .dropdown a.btn, #torrent-filters .dropdown-menu li {
        width: 160px
    }

        #torrent-filters .dropdown ul li a {
            text-transform: capitalize
        }

            #torrent-filters .dropdown ul li a.torrent--tv {
                text-transform: uppercase
            }

        #torrent-filters .dropdown li.no-events a {
            color: #565F6C
        }

    #torrent-filters .date-range-holder {
        float: none;
        display: inline-block;
        margin-top: -1px
    }

        #torrent-filters .date-range-holder .bs-date-input, #torrent-filters .date-range-holder .bs-date-input-holder {
            float: none;
            display: inline-block
        }

        #torrent-filters .date-range-holder h5, #torrent-filters .date-range-holder .h5 {
            margin-bottom: 0
        }

    #torrent-filters .annotations-filter-container .dropdown.tag__filter {
        width: auto;
        display: inline-block;
        margin-left: 0px;
        margin-right: 5px;
        top: 0px
    }

    #torrent-filters .annotations-filter-container a.btn {
        white-space: pre-wrap;
        width: auto;
        margin-top: 0px
    }

    #torrent-filters .annotations-filter-container .applied-tags {
        margin-bottom: 0px;
        line-height: 2
    }

        #torrent-filters .annotations-filter-container .applied-tags:empty {
            display: none
        }

    #torrent-filters .annotations-filter-container .applied-tags__container {
        display: inline-block
    }

    #torrent-filters .annotations-filter-container .tags-list {
        overflow-x: hidden
    }

#torrents-charts-holder {
    height: 180px
}

    #torrents-charts-holder.hasdata {
        height: 286px
    }

    #torrents-charts-holder .secondheader {
        margin-bottom: 10px;
        clear: both;
        font-size: 13px;
        font-weight: bold
    }

    #torrents-charts-holder .stat-label {
        text-align: center;
        margin-left: -4px;
        width: 54px
    }

#torrent-tables-holder {
    min-height: 415px
}

#torrent-charts-holder {
    position: relative;
    float: left;
    width: 96%;
    height: 100%;
    background-color: #fff
}

    #torrent-charts-holder .footnote {
        position: absolute;
        top: 3px
    }

    #torrent-charts-holder .nodata {
        background-color: #fff
    }

.no-torrent-message {
    width: 94%;
    float: left;
    margin-left: 18px
}

.torrent__descrip {
    margin-bottom: 30px
}

.torrent__descrip-content {
    float: left;
    width: 50%
}

.torrent__grade {
    margin: 10px 25px;
    float: right
}

.torrent-bar--wrapper {
    width: 12%;
    display: inline-block;
    margin-left: 20px
}

.torrent-label-wrapper {
    padding: 10px 15px;
    position: absolute;
    top: 79%;
    width: 143px;
    font-size: 11px;
    border-top: 1px solid #CDD2DA
}

.torrent-value-label {
    position: absolute;
    margin-top: -18px;
    width: 106px;
    font-weight: bold;
    text-align: center
}

.torrent__unit {
    font-weight: bold
}

.torrent-bar {
    margin-left: 15px;
    width: 106px;
    position: absolute;
    bottom: 21%
}

.discontinuedPart {
    background-color: #EEF1F5;
    color: #1A1E23;
    top: 54px;
    height: 8%;
    text-align: center;
    line-height: 20px;
    z-index: 535
}

.stat-value--small {
    font-size: 12px;
    font-weight: normal
}

.bs-datatable th.whitelisted-column {
    width: 110px
}

.torrent-label {
    font-weight: bold
}

.torrent-label--applications {
    color: #DBD56E
}

.torrent-label--books {
    color: #124559
}

.torrent-label--games {
    color: #695E9E
}

.torrent-label--movies {
    color: #003252
}

.torrent-label--music {
    color: #20A39E
}

.torrent-label--tv {
    color: #F26430
}

.torrent-label--other {
    color: #484F5A
}

.torrent-type--applications {
    background-color: #DBD56E
}

.torrent-type--books {
    background-color: #124559
}

.torrent-type--games {
    background-color: #695E9E
}

.torrent-type--movies {
    background-color: #003252
}

.torrent-type--music {
    background-color: #20A39E
}

.torrent-type--tv {
    background-color: #F26430
}

.torrent-type--other {
    background-color: #484F5A
}

.vector-file-sharing .row-label {
    width: 228px
}

.torrent__legend {
    position: absolute;
    top: 40%;
    left: -36px;
    font-weight: normal;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.footnote {
    font-size: 11px
}

.torrent__descrip .footnote {
    margin-top: 15px
}

.user-behavior-row-utilities {
    display: flex;
    justify-content: space-between
}

.partner-signup-container .partner-signup--description {
    margin: 24px 0;
    padding: 10px 16px 16px 16px;
    border-top: 1px solid #CDD2DA;
    border-bottom: 1px solid #CDD2DA
}

.partner-signup-container .partner-form-container--group {
    margin-bottom: 40px;
    padding: 0 30px 30px;
    border: 1px solid #CDD2DA
}

    .partner-signup-container .partner-form-container--group h3 {
        font-size: 14px;
        line-height: 14px;
        background: #EEF1F5;
        padding: 15px 17px;
        margin: 0 -30px 20px
    }

.partner-signup-container .partner-form-container--required {
    text-align: right;
    margin-bottom: 5px
}

.partner-signup-container .form-group {
    margin-bottom: 15px
}

    .partner-signup-container .form-group input, .partner-signup-container .form-group textarea {
        max-width: 360px
    }

    .partner-signup-container .form-group label {
        font-weight: normal
    }

    .partner-signup-container .form-group .hint {
        margin-top: 5px;
        margin-right: 5px;
        max-width: 360px
    }

.partner-signup-container .tos {
    display: block;
    margin: 0 auto;
    width: 650px;
    margin-bottom: 16px
}

    .partner-signup-container .tos .bs-checkbox-replace {
        opacity: 0;
        position: absolute;
        display: inline;
        width: 16px
    }

    .partner-signup-container .tos .cb {
        vertical-align: text-bottom
    }

.partner-signup-container input[type="submit"] {
    display: block;
    margin: 0 auto
}

.partner-signup-container .help-inline {
    padding: 3px 2px 0;
    display: block;
    font-size: 11px;
    color: #AD0B08
}

.partner-form-error-header {
    padding: 12px;
    margin: 0
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

    .datepicker.datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker > div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
        color: #000000;
        background-color: #ffcd70;
        border-color: #f59e00
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
            background-image: none
        }

        .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today[disabled].active, .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
            background-color: #ffdb99;
            border-color: #ffb733
        }

        .datepicker table tr td.today:hover:hover {
            color: #000
        }

        .datepicker table tr td.today.active:hover {
            color: #fff
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        color: #000000;
        background-color: #f7ca77;
        border-color: #f1a417;
        border-radius: 0
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
            color: #000000;
            background-color: #f4bb51;
            border-color: #bf800c
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
                background-image: none
            }

            .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #f7ca77;
                border-color: #f1a417
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
        color: #ffffff;
        background-color: #858585;
        border-color: #373737
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
            background-image: none
        }

        .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
            background-color: #999999;
            border-color: #555555
        }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e
    }

        .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
            background-image: none
        }

        .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active[disabled].active, .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
            background-color: #428bca;
            border-color: #357ebd
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker table tr td span:hover {
        background: #eeeeee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
            color: #ffffff;
            background-color: #3276b1;
            border-color: #285e8e
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                background-image: none
            }

            .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
                background-color: #428bca;
                border-color: #357ebd
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999999
    }

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
        background: #eeeeee
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0
    }

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429
}

    .datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
        padding: 0px 5px
    }
/*! jQuery UI - v1.12.1 - 2018-11-19
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: -1px
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

        .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0
    }

    .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

