<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

.footer {
    height: 40px;
}

    .footer &gt; div {
        height: 100%;
        overflow: hidden;
        display: inline-block;
    }

.copyright {
    width: calc(100% - 140px);
}

.links {
    width: 130px;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}


.strike-out {
    text-decoration: line-through;
}

/*THEME PATCHES - TEMPORARY STYLES UNTIL ADDED TO MAIN THEME*/
.card-footer {
    padding: 18px;
    border-top: 1px solid rgba(0,0,0,.125);
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #a3a3a3;
}

a.btn {
    -webkit-appearance: initial;
}
/*END THEME PATCHES*/

/* Fix for input group buttons not aligning with associated input - Needs to be fixed in core theme*/
.input-group &gt; input.form-control[type=text] {
    height: 34px;
}

.input-group &gt; .input-group-btn &gt; .btn {
    height: 34px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Log view */
.logfield {
    font-weight: bolder;
}

.logvalue {
    border: 1px inset #ccc;
    padding: 0 5px 0 5px;
    margin: 0 0 5px 0;
}

.logsession a {
    color: white;
}

#eventlog td {
    word-wrap: break-word;
    line-height: 18pt;
    padding: 5px;
}

#left-column {
    height: auto;
    padding: 0 0 0 0;
}

#right-column {
    height: auto;
    padding: 0 0 0 0;
}

.help-text {
    background: #ffffdd;
}

.text-active {
    color: black
}

.text-inactive {
    color: lightgray;
}

.text-orange {
    color: #EF9B50;
}

.text-green {
    color: #60DE60
}

#main {
    height: 100%;
    /*padding: 0 0;*/
    display: block;
    position: relative;
}

#GraphPanel {
    padding: 0 0 0 0;
}

.graph-container {
    padding: 10px 10px;
    min-height: 192px;
}

.doughnut-container {
    max-width: 484px;
    padding: 0px;
}

.doughnut-container-outlook {
    height: 250px;
}

.doughnut-container-browser {
    max-width: 50%;
    height: 250px;
}

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

.graph-panel-heading {
    padding: 10px 0px 10px 10px;
    font-weight: bold;
}

div.panel.graph-panel {
    margin-bottom: 0px;
}

#chartCanvas {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

.graph-panel-heading.panel-heading.collapsed {
    border-bottom: solid 0px black;
}

.collapse-icon {
    margin-top: 2px;
    padding-right: 10px;
}

#SearchContainer {
    padding: 0px 15px 0px 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

    #SearchContainer .form-control {
        max-width: 1000px;
    }

    #SearchContainer form {
        padding-top: 15px;
    }

table.borderless:not(.exclude-sitecss-table) tr td, table.borderless tr th {
    border: none;
    padding-bottom: 0px;
    padding-top: 1px;
}

table.email-results-table {
    margin-bottom: 0px;
    font-size: 12px;
}

    table.email-results-table tr &gt; td {
        padding: 5px 0 5px 0px;
    }

table.borderless {
    margin-bottom: 0px;
}

th.number, td.number {
    text-align: right
}

.email-from-label, .email-subject-label, .email-to-label, .email-cc-label, .email-keyword-label, .email-date-label {
    color: #A0A0A0;
    font-size: 12px;
}

.email-subject-label {
    position: relative;
    top: 2px;
}

.email-from, .email-subject, .email-to, .email-date, .email-size, .email-cc {
    font-size: 12px;
}

.email-from, .email-subject {
    word-wrap: break-word;
    word-break: break-all;
}



.email-date {
    padding-right: 0.4em;
    white-space: nowrap;
}

.email-header {
    background-color: white;
    border-bottom: 1px solid #A9B7C9;
    max-height: 170px;
    overflow-y: auto;
    padding-bottom: 2px;
    /*padding-top: 3px;*/ /*-- if added will create a small white space above delete message*/
}

    .email-header &gt; table &gt; tbody &gt; tr &gt; td {
        height: 22px;
    }

.email-subject {
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(&lt;q&gt;assets/xml/ellipsis.xml#ellipsis&lt;/q&gt;) !important
}

.email-attachments-row .email-attachments {
    font-size: 12px;
}

.email-attachments-row .glyphicon-paperclip {
    vertical-align: middle;
}

.email-attachments-row &gt; .email-attachments {
    padding-left: 3px;
}

.email-attachment {
    cursor: pointer;
    text-wrap: none;
    white-space: nowrap;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 2px transparent;
    box-sizing: content-box;
}

    .email-attachment:hover {
        background-color: #3399FF;
        color: #FFFFFF;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE/Edge */
        user-select: none; /* non-prefixed version, currently not supported by any browser */
    }


.email-size {
    padding-right: 0.5em;
}

.email-size-col {
    vertical-align: top;
    text-align: right;
}

.email-to-more, .email-cc-more {
    cursor: pointer;
}

    .email-to-more:hover, .email-cc-more:hover {
        background-color: #3399FF;
        color: #FFFFFF;
        cursor: pointer;
    }

.more {
    cursor: pointer;
}

    .more:hover {
        background-color: #3399FF;
        color: #FFFFFF;
    }





.email-result-score {
    text-align: center;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.emailresult-second-row {
    border: solid 0px black;
}

.email-result-date {
    padding-left: .2em;
    padding-right: .2em;
    text-align: center;
}

.email-result-date-col {
    border-left-style: solid;
    border-left-color: #F8F8F8;
    border-left-width: 1px;
}

.email-result-size {
    margin-right: 5px;
    font-size: 12px;
    text-align: right;
    padding-left: 0.2em;
}

.email-result-size-col {
    border-left-style: solid;
    border-left-color: #F8F8F8;
    border-left-width: 1px;
}


#emailresults {
    overflow-x: hidden;
}

.no-round-corners-left {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.no-round-corners-right {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.emailresults-numbers {
    padding-right: 5px;
    padding-top: 5px;
}

.paging-numbers {
    padding-right: 5px;
    line-height: 26px;
    margin-top: 4px;
    display: inline-block;
}

#emailBodyIframe {
    width: 100%;
}

.spacer1em {
    line-height: 2em;
}

.email-subject {
    border-left: solid 2px transparent;
    border-right: solid 0.5em transparent;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
    box-sizing: content-box;
    padding-left: 0px;
}

    .email-subject:not(.deleted):hover {
        background-color: #3399FF;
        color: #FFFFFF;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE/Edge */
        user-select: none; /* non-prefixed version, currently not supported by any browser */
    }

.email-subject-row &gt; .email-subject-column {
    padding-left: 5px;
}


.email-keyword-row {
    font-size: 12px;
}

    .email-keyword-row th {
        font-weight: normal;
        color: #A0A0A0;
    }

tr.email-keyword-row &gt; td.email-keyword-column {
    padding-left: 3px;
}

div.email-keyword {
    display: inline-block;
    margin-right: 0px;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 2px transparent;
    box-sizing: content-box;
}

div.email-keyword-active {
    cursor: pointer;
}

    div.email-keyword-active:hover {
        background-color: #3399FF;
        color: #FFFFFF;
    }

.email-keyword-more {
    font-weight: bold;
}

.email-id-row {
    font-size: 12px;
}

    .email-id-row th {
        font-weight: normal;
        color: #A0A0A0;
    }


#search-form {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
}

#Query {
    max-width: 100%;
}

table.search-form-keyword-table tr td {
    padding-left: 0px;
}

.search-form-keyword {
    color: #C0C0C0;
    border-left: solid 3px transparent;
    border-right: solid 0px transparent;
    border-bottom: solid 2px transparent;
    display: inline-block;
    box-sizing: content-box;
    padding-right: 0em;
}

    .search-form-keyword span.glyphicon {
        padding-left: 0em;
    }

    .search-form-keyword.selected {
        color: black;
    }

        .search-form-keyword.selected span.glyphicon {
            color: green;
        }

    .search-form-keyword:active span.glyphicon {
        color: lightgreen;
    }

    .search-form-keyword:hover {
        background-color: #3399FF;
        color: #FFFFFF;
    }

.search-form-keyword-toggle {
    margin-top: -0.6em;
    padding-left: 30px;
}

.filter-section-heading {
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 1.2em;
}

.filter-section-filters table {
    width: 100%;
    table-layout: fixed;
    white-space: nowrap;
    border-spacing: 0px;
    border-collapse: separate;
}

    .filter-section-filters table tr td {
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 0px !important;
    }

.hellip {
    padding-left: 0.2em;
    float: right;
    background: white;
    position: relative;
}

#graphsContainer {
    margin-left: 0px;
    margin-right: 0px;
    overflow-y: auto;
    padding: 0px;
    border-bottom: 1px solid #A9B7C9;
    height: 368px;
}

    /*@media (min-width: 1367px) {*/
    #graphsContainer.AllowMessages {
        height: 400px;
    }
        /*}*/

        #graphsContainer.AllowMessages #chartCanvas {
            min-height: 365px;
        }

.AllowMessages table {
    height: 100%;
}

@media (max-width: 1366px) {
    @media (height: 768px) {
        #graphsContainer.AllowMessages {
            height: 579px !important;
        }
    }

    @media (height: 800px) {
        #graphsContainer.AllowMessages {
            height: 611px !important;
        }
    }

    #graphsContainer.AllowMessages #chartCanvas {
        min-height: 280px;
    }

    td.filter-section-filters-col {
        display: none;
    }
}

td.filter-section-filters-col {
    padding-top: 10px;
    padding-right: 0px;
    margin-right: 0px;
    width: 200px;
}

.is-loading {
    position: absolute !important;
    text-align: center !important;
    display: none;
}

.is-error {
    position: absolute !important;
    text-align: center !important;
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

    .is-error .message {
        position: relative;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

div.advanced-search-size-picker {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    cursor: pointer;
}

    div.advanced-search-size-picker:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.input-group-btn select {
    border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.legend-datapoint span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}



.text-egress {
    color: #f63;
}

.email-header-encrypted-media-label {
    display: inline-block;
}

.email-header-encrypted-media-label {
    color: #f63;
}

.email-header-filters-dropdown {
    margin: 30px;
    min-height: 400px;
    overflow: auto;
}

.email-header-filter-thread-id {
    cursor: pointer;
}

/* START : SELECTIZE */
.selectize-control {
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.selectize-input {
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.selectize-input {
    border: none;
    min-height: 20px;
}

    .selectize-input.has-items {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .selectize-input:not(.has-items) {
        height: 25px;
        top: 4px;
    }

    .selectize-input &gt; div {
        display: inline-block;
        vertical-align: middle !important;
    }

    .selectize-input:not(.has-items) .selectize-textarea {
        position: absolute !important;
    }

.selectize-textarea {
    border: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    resize: none !important;
    text-align: left !important;
    overflow: hidden !important;
    padding: 0;
    margin: 0;
    height: 22px;
    line-height: 22px;
    line-height: 1em;
    vertical-align: bottom !important;
}

.selectize-control.multi .selectize-input &gt; div {
    background: #ddd;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: 1px solid #ccc;
}

.selectize-control.plugin-remove_button [data-value][name="invalidMailTags"] .remove {
    border-left: 1px solid #880000 !important;
}

.selectize-control.multi .selectize-input &gt; div.active {
    background: #ccc;
    color: #fff;
    border: 1px solid #999;
}

.selectize-control.plugin-remove_button .active[data-value] .remove {
    border-left-color: #999;
}

.selectize-control.plugin-remove_button .active[data-value][name="invalidMailTags"] .remove {
    border-left-color: #880000 !important;
}

.selectize-control .selectize-input [name="invalidMailTags"],
.selectize-control .selectize-input [name="invalidKeywordTags"] {
    background: #F1B3B3 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-control.multi .selectize-input.has-items {
    padding-top: 0px;
    padding-bottom: 0px;
    top: 4px;
}

.selectize-control .selectize-input [name="validMailTags"] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-control:focus {
    border: none;
}

.selectize-control:not(.has-items) {
    height: 34px !important;
}

.selectize-control {
    min-height: 34px !important;
    margin: 0px;
    padding: 0px;
    overflow-x: visible;
}

.tooltip {
    height: auto !important;
    word-wrap: break-word;
    word-break: break-word;
}
/* END : SELECTIZE */

#MessageID {
    max-width: 100%;
}

#graphs-and-analysis-panel {
    margin-bottom: 0px;
    border-bottom: 0px solid transparent;
}


.panel.with-nav-tabs .panel-heading {
    padding: 0px 0px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs &gt; li &gt; a,
.with-nav-tabs.panel-default .nav-tabs &gt; li &gt; a:hover,
.with-nav-tabs.panel-default .nav-tabs &gt; li &gt; a:focus {
    color: #777;
}

    .with-nav-tabs.panel-default .nav-tabs &gt; .open &gt; a,
    .with-nav-tabs.panel-default .nav-tabs &gt; .open &gt; a:hover,
    .with-nav-tabs.panel-default .nav-tabs &gt; .open &gt; a:focus,
    .with-nav-tabs.panel-default .nav-tabs &gt; li &gt; a:hover,
    .with-nav-tabs.panel-default .nav-tabs &gt; li &gt; a:focus {
        color: #777;
        background-color: #ddd;
        border-color: transparent;
    }

.with-nav-tabs.panel-default .nav-tabs &gt; li.active &gt; a,
.with-nav-tabs.panel-default .nav-tabs &gt; li.active &gt; a:hover,
.with-nav-tabs.panel-default .nav-tabs &gt; li.active &gt; a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs &gt; li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .with-nav-tabs.panel-default .nav-tabs &gt; li.dropdown .dropdown-menu &gt; li &gt; a {
        color: #777;
    }

        .with-nav-tabs.panel-default .nav-tabs &gt; li.dropdown .dropdown-menu &gt; li &gt; a:hover,
        .with-nav-tabs.panel-default .nav-tabs &gt; li.dropdown .dropdown-menu &gt; li &gt; a:focus {
            background-color: #ddd;
        }

    .with-nav-tabs.panel-default .nav-tabs &gt; li.dropdown .dropdown-menu &gt; .active &gt; a,
    .with-nav-tabs.panel-default .nav-tabs &gt; li.dropdown .dropdown-menu &gt; .active &gt; a:hover,
    .with-nav-tabs.panel-default .nav-tabs &gt; li.dropdown .dropdown-menu &gt; .active &gt; a:focus {
        color: #fff;
        background-color: #555;
    }
/********************************************************************/

.popover {
    width: 100%;
}
/* popovers, text for filters doesn't fit*/
.popover-content, .popover-content .body {
    width: 100%;
}

    .popover-content li {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Start : Small Summary */
.search-summary {
    background-color: #fCfCfC;
    padding-top: 15px !important;
    padding-left: 15px !important;
}

.summary-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.summary-filter {
    word-wrap: break-word;
}
/* End : Small Summary */

.graphs-container {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}

#chartCanvasContainer {
    width: 100%;
    max-height: 400px;
    padding-top: 15px;
    margin-right: 10px;
}

@media (max-width: 1366px) {
    #chartCanvasContainer {
        max-height: 300px;
        padding-top: 15px;
    }
}

#graphAreaToggle {
    padding-top: 15px;
    padding-left: 15px;
    text-align: right;
    cursor: pointer;
}

.emailresult-address-more {
    cursor: pointer;
}

.email-attachment-more-icon {
    cursor: pointer;
    margin-left: 5px;
}

.email-attachment span {
    vertical-align: middle;
}

.email-attachment .img_filetype {
    margin-right: 5px;
}

#scope-menu {
    overflow-y: auto;
}

.dropdown-menu a {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.email-more-icon {
    padding-left: 5px;
}



/* ------------------ start : overide theme files -----------------*/
.email-header .table &gt; tbody &gt; tr:last-child &gt; td,
.email-header .table &gt; tfoot &gt; tr:last-child &gt; td {
    padding-bottom: 0px;
}

iframe {
    font-family: roboto;
    font-size: 13px;
    line-height: 1.428571429143;
    background-color: #FFFFFF;
}

.loader { /*page-loader is original class, I cannot use it because there is window.load event which will hide loader after page is loaded, TODO: add task to JIRA to add class to the main theme*/
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

    .loader .preloader { /*page-loader is original class, I cannot use it because there is window.load event which will hide loader after page is loaded, TODO: add task to JIRA to add class to the main theme*/
        width: 50px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -55px;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 3000ms;
        animation-duration: 3000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .loader .preloader p { /*page-loader is original class, I cannot use it because there is window.load event which will hide loader after page is loaded, TODO: add task to JIRA to add class to the main theme*/
            white-space: nowrap;
            position: relative;
            left: -9px;
            top: 22px;
            color: #CCC;
        }

html.ismobile .page-loader {
    display: none;
}

.search-form-container .table &gt; thead &gt; tr &gt; th:first-child,
.search-form-container .table &gt; tbody &gt; tr &gt; th:first-child,
.search-form-container .table &gt; tfoot &gt; tr &gt; th:first-child,
.search-form-container .table &gt; thead &gt; tr &gt; td:first-child,
.search-form-container .table &gt; tbody &gt; tr &gt; td:first-child,
.search-form-container .table &gt; tfoot &gt; tr &gt; td:first-child {
    padding-left: 0px;
}

.search-form-container .table &gt; thead &gt; tr &gt; th:last-child,
.search-form-container .table &gt; tbody &gt; tr &gt; th:last-child,
.search-form-container .table &gt; tfoot &gt; tr &gt; th:last-child,
.search-form-container .table &gt; thead &gt; tr &gt; td:last-child,
.search-form-container .table &gt; tbody &gt; tr &gt; td:last-child,
.search-form-container .table &gt; tfoot &gt; tr &gt; td:last-child {
    padding-right: 0px;
}

.search-form-container .table &gt; tbody &gt; tr.active &gt; td,
.search-form-container .table &gt; tfoot &gt; tr.active &gt; td,
.search-form-container .table &gt; tbody &gt; tr.info &gt; td,
.search-form-container .table &gt; tfoot &gt; tr.info &gt; td,
.search-form-container .table &gt; tbody &gt; tr.warning &gt; td,
.search-form-container .table &gt; tfoot &gt; tr.warning &gt; td,
.search-form-container .table &gt; tbody &gt; tr.succes &gt; td,
.search-form-container .table &gt; tfoot &gt; tr.succes &gt; td,
.search-form-container .table &gt; tbody &gt; tr.danger &gt; td,
.search-form-container .table &gt; tfoot &gt; tr.danger &gt; td {
    border: 0;
}



.search-form-container .table &gt; tbody &gt; tr:last-child &gt; td,
.search-form-container .table &gt; tfoot &gt; tr:last-child &gt; td {
    padding-bottom: 0px;
}

.filter-section-filters .table {
    background-color: white;
}

.panel .with-nav-tabs .panel-default {
    background-color: white;
}

.search-form-container .table-condensed &gt; thead &gt; tr &gt; th,
.search-form-container .table-condensed &gt; tbody &gt; tr &gt; th,
.search-form-container .table-condensed &gt; tfoot &gt; tr &gt; th,
.search-form-container .table-condensed &gt; thead &gt; tr &gt; td,
.search-form-container .table-condensed &gt; tbody &gt; tr &gt; td,
.search-form-container .table-condensed &gt; tfoot &gt; tr &gt; td {
    padding: 3px;
}

.search-form-container .table {
    background-color: transparent;
}

#main {
    /*padding-top: 30px;*/
}

.btn {
    -webkit-appearance: button;
}

.btn-secondary {
    color: #5e5e5e;
    border-image: none;
    border: solid 0px;
}
.btn-danger:hover {
    background-color: #b31f1a !important;
}

/*.container {
    margin-right: unset;
    margin-left: unset;
    padding-left: 15px;
    padding-right: 15px;
}*/

.search-form-container .btn-group {
    margin-top: 2px;
}

#SearchContainer .fg-button,
#SearchContainer .ellipsis,
#PagingContainer .fg-button,
#PagingContainer .ellipsis {
    height: 24px;
    min-width: 24px;
    width: auto;
    border: 1px solid #eaeaea;
    display: inline-block;
    color: #444;
    font-weight: normal;
    margin-top: 4px;
    padding-top: 5px;
}



    #SearchContainer &gt; span &gt; a.ui-state-disabled:hover:after,
    #SearchContainer &gt; span &gt; a.ui-state-disabled:focus:after,
    #SearchContainer .fg-button.next.ui-state-disabled:hover:after,
    #SearchContainer .fg-button.next.ui-state-disabled:focus:after,
    #SearchContainer .fg-button.previous.ui-state-disabled:hover:after,
    #SearchContainer .fg-button.previous.ui-state-disabled:focus:after,
    #PagingContainer &gt; span &gt; a.ui-state-disabled:hover:after,
    #PagingContainer &gt; span &gt; a.ui-state-disabled:focus:after,
    #PagingContainer .fg-button.next.ui-state-disabled:hover:after,
    #PagingContainer .fg-button.next.ui-state-disabled:focus:after,
    #PagingContainer .fg-button.previous.ui-state-disabled:hover:after,
    #PagingContainer .fg-button.previous.ui-state-disabled:focus:after {
        background-color: rgba(0, 0, 0, 0.2);
    }

    #PagingContainer .fg-button:hover,
    #SearchContainer .fg-button:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    #SearchContainer .fg-button,
    #SearchContainer .fg-button:first-child,
    #SearchContainer .fg-button:last-child,
    #PagingContainer .fg-button,
    #PagingContainer .fg-button:first-child,
    #PagingContainer .fg-button:last-child {
        border-radius: 0;
    }

#SearchContainer .fg-button,
#PagingContainer .fg-button {
    background-color: #FAFAFA;
}

#wrapper .table &gt; thead &gt; tr &gt; th:first-child,
#wrapper .table &gt; tbody &gt; tr &gt; th:first-child,
#wrapper .table &gt; tfoot &gt; tr &gt; th:first-child,
#wrapper .table &gt; thead &gt; tr &gt; td:first-child,
#wrapper .table &gt; tbody &gt; tr &gt; td:first-child,
#wrapper .table &gt; tfoot &gt; tr &gt; td:first-child {
    padding-left: 0px;
}

#wrapper .table &gt; thead &gt; tr &gt; th:last-child,
#wrapper .table &gt; tbody &gt; tr &gt; th:last-child,
#wrapper .table &gt; tfoot &gt; tr &gt; th:last-child,
#wrapper .table &gt; thead &gt; tr &gt; td:last-child,
#wrapper .table &gt; tbody &gt; tr &gt; td:last-child,
#wrapper .table &gt; tfoot &gt; tr &gt; td:last-child {
    padding-right: 5px;
}

#emailresults, .SearchResultInfoWrapper {
    background-color: #f5f5f5;
}

.ui-state-disabled {
    cursor: not-allowed;
}
/* ------------------ end : overide theme files -------------------*/


/* -------------------- start : Date Picket - Egress Colors - from esi-ui-new.css ------------------ */
.datepicker table thead tr:first-child th {
    background: #f63 !important;
}

.datepicker table thead tr:last-child:not(:only-child) {
    background: #f63 !important;
}

.datepicker table td.active:before {
    background-color: #f63 !important;
}

.timepicker-picker table tbody tr + tr:not(:last-child) {
    background: #f63;
}

.bootstrap-datetimepicker-widget a[data-action] {
    color: #f63;
}

.datepicker-months .month.active, .datepicker-years .year.active, .timepicker-minutes .minute.active, .timepicker-hours .hour.active {
    background: #f63;
}

.datepicker table thead tr:first-child th:hover {
    background: #d94f21;
}



.form-control-label {
    padding-top: 9px;
}


textarea.auto-resize {
    overflow: hidden;
    resize: none;
    min-height: 26px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}


/* Logging Advanced Form : Start*/
#search-form-advanced #Refid,
#search-form-advanced #SessionID,
#search-form-advanced #ScopeID,
#search-form-advanced #EventID,
#search-form-advanced #IP,
#search-form-advanced #User {
    max-width: 100%;
}

#advancedLogSearchModal input[type=text] {
    max-width: 100%;
}
/* Logging Advanced Form :End */

/* fieldset :Start*/

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

    fieldset.scheduler-border:first-child {
        margin-right: 5px;
    }

    fieldset.scheduler-border legend {
        margin-bottom: 5px;
    }

legend.scheduler-border {
    font-size: 1em !important;
    font-weight: !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
/* fieldset :End*/

/* Main Menu : Start*/
.badge-small {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    font-size: 8px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #2196f3 !important;
    border-radius: 2px;
    position: absolute;
    left: 30px;
    top: 21px;
}

.badge-sub-menu {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    font-size: 8px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #2196f3 !important;
    border-radius: 2px;
}


.sub-menu.toggled .badge-small {
    display: none;
}

.sub-menu .badge-small {
    display: inline-block;
}

.sub-menu.active .badge-small {
    display: none;
}

.sub-menu.active.toggled .badge-small {
    display: inline-block;
}

.new-updates {
    margin-top: 11px;
    margin-left: 10px;
}

    .new-updates i {
        color: #2196f3;
    }

.card-header .badge-small {
    left: 37px;
    top: 31px;
}

.message-brief .from {
    text-wrap: avoid;
}

.popover {
    max-width: 500px;
    width: auto;
}

    .popover .message-brief {
        color: black;
    }
/* Main Mneu : End*/

.message-block {
    display: table;
    height: 500px;
    width: 100%;
}

.message-block-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.confluenceTable:first-child, .table-wrap:first-child {
    margin-top: 0;
}

.confluenceTable, .table-wrap {
    margin: 10px 0 0 0;
    overflow-x: auto;
}

.confluenceTable {
    border-collapse: collapse;
}

.confluenceTh, .confluenceTd {
    border: 1px solid #ddd;
    padding: 7px 10px;
    vertical-align: top;
    text-align: left;
}

.help-btn {
    -webkit-appearance: initial !important;
}

h2.padding-top-50, p.padding-top-50 {
    padding-top: 50px;
}

a.helpPageLink:link {
    color: black;
}

/* visited link */
a.helpPageLink:visited {
    color: black;
}

/* mouse over link */
a.helpPageLink:hover {
    color: darkgray;
}

/* selected link */
a.helpPageLink:active {
    color: black;
}

a.email-address {
    color: black;
    text-decoration: none;
}

    a.email-address:hover {
        color: black;
        text-decoration: underline;
    }

.padd-top-0 {
    padding: 0;
}

    .padd-top-0 #content {
        padding: 0;
    }

body.sw-toggled.padd-top-0 #content {
    padding-left: 30px;
}

#content, .container-main, #vue-search, #vue-search &gt; div, #vue-search &gt; div &gt; div:first-child {
    height: 100%;
}

/* classes for Messages Report / Log Report : Start*/
.bar-char-legend-item-color {
    line-height: 20px;
    height: 20px;
    width: 30px;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    float: left;
}

.bar-char-legend-item-title {
    display: inline-block;
}

.bar-chart-legend ul {
    list-style-type: none;
    padding-left: 20px;
}

.bar-chart-legend-title {
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 10px;
}

.bar-char-legend-item-title {
    float: left;
    margin-bottom: 10px;
    padding-left: 10px;
}
/* classes for Messages Report / Log Report : End*/


.padding-right-0 {
    padding-right: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-bottom-50 {
    padding-bottom: 30px !important;
}

.largescreen-block-header-btn {
    min-height: 16px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .smallscreen-block-header-btn {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1367px) {
    .emails-tab {
        display: none !important;
    }
}

.table-hover &gt; tbody &gt; tr:hover .block-with-text:after {
    background-color: #f5f5f5;
}

table.table-condensed td.padding-3 {
    padding: 3px !important;
}

@media (max-width: 1735px) {
    .smallscreen-bottom-5 {
        bottom: 5px !important;
    }
}

.left-18 {
    left: -12px;
}

ul.search-summary-level-1.list-circle-prefix {
    list-style-type: circle !important;
}

ul.search-summary-level-1.padding-left-20 {
    padding-left: 20px !important;
}

/* Dialog screens */
.dialog-card {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    min-height: 75px;
    margin-bottom: 0;
    max-width: 1000px;
}

    .dialog-card .panel {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 0px !important;
    }

    .dialog-card .panel-body {
        margin-bottom: 0;
    }

    .dialog-card .panel-heading {
        margin-left: -15px;
        margin-right: -15px;
    }

        .dialog-card .panel-heading &gt; .tab-nav {
            margin-bottom: 0;
            padding-left: 15px;
            white-space: initial;
        }

    .dialog-card .tab-content {
        margin-bottom: 0;
    }

    .dialog-card .panel-body &gt; .tab-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-bottom: 15px;
    }

    .dialog-card .panel-footer {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 30px;
        padding-right: 30px;
    }

.tab-nav li {
    cursor: pointer;
}

/* */
.highlight {
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    box-sizing: content-box;
    padding-left: 0px;
}

    .highlight:hover {
        background-color: #3399FF;
        color: #FFFFFF;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE/Edge */
        user-select: none; /* non-prefixed version, currently not supported by any browser */
    }

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

input::-ms-clear {
    display: none;
}

.inline-help-page {
    padding-left: 0px;
    padding-right: 0px;
}

    .inline-help-page section#content {
        padding-left: 0px !important;
    }

    .inline-help-page section#main {
        padding-top: 0px !important;
    }

    .inline-help-page section#content &gt; .container {
        width: 100% !important;
        padding-right: 0px;
    }

.top25 {
    top: 25% !important;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.toast-success {
    background-color: #006400;
}

/*table.table-subscribers &gt; tbody &gt; tr:last-child &gt; td,
table.table-subscribers &gt; tfoot &gt; tr:last-child &gt; td {
    padding-bottom: 10px;
}

table.table-subscribers {
    margin-bottom: 20px;
}*/

.table .table {
    background-color: transparent;
}

.exclude-sitecss-table tbody tr:nth-child(2) td {
    border-top: none !important;
}

    .exclude-sitecss-table tbody tr:nth-child(2) td div.card {
        margin-bottom: 0px;
    }

.top-minus-5 {
    top: -5px;
}

@media screen and (min-width: 1600px) {

    .col-1600-6 {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1420px) {

    .col-1600-7 {
        float: left;
        width: 58.33333333% !important;
    }

    .col-1600-5 {
        float: left;
        width: 41.66666667% !important;
    }
}

@media screen and (max-width: 1420px) and (min-width: 1300px) {

    .col-1420-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-1420-4 {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 1300px) {

    .visible-1200 {
        display: none !important;
    }
}

.padding-top-6 {
    padding-top: 6px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.top-minus-10 {
    top: -10px;
}

.padding-bottom-23 {
    padding-bottom: 23px !important;
}

.full-col-width {
    width: 80%;
}

.div-tr {
    min-height: 32px;
    padding: 0px;
}

#tblIndexes &gt; .div-tr:nth-of-type(odd) {
    background-color: #f4f4f4
}

.div-th {
    font-weight: bold;
}

.div-td {
    padding: 7px;
}

    .div-td:first-child {
        padding: 7px 7px 7px 30px;
    }

#tblIndexes {
    padding: 0px;
}

.SearchResultInfoWrapper .ui-button.not-active:hover {
    cursor: not-allowed;
}

.SearchResultInfoWrapper .ui-button:hover {
    cursor: pointer;
}

#PagingContainer .ui-button {
    vertical-align: auto;
    line-height: 12px;
    text-align: center;
}



/*------------------- Multi level dropdown menu BS3 ------------- */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu &gt; .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover &gt; .dropdown-menu {
        display: block;
    }

    .dropdown-submenu &gt; a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover &gt; a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left &gt; .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*------------------- Multi level dropdown menu BS3 ------------- */


.fa.disabled {
    color: #9a9a9a;
}

.word-break {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.text_clump {
    width: 130px;
    height: 20px;
    padding-top: 4px;
    margin-right: 20px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.values_clump {
    height: 20px;
    padding-top: 4px;
    margin-left: -20px;
    overflow: hidden;
    display: inline-block;
}

/*------------------- css fix for IE10 ------------- */
.composeField textarea {
    line-height: 20px;
}

.composeField &gt; div {
    padding-top: 2px;
}

.fa-10x {
    font-size: 10em;
}


/* --------------------- OVERRIDE theme --------------- */
[data-current-skin="egress-orange"] {
    background-color: #009FE3;
}

.tab-nav[data-tab-color="egress-orange"] &gt; li &gt; a::after {
    background: #009FE3;
}

.preloader.pls-egress-orange .plc-path {
    stroke: #009FE3;
}

.btn-primary {
    color: #ffffff;
    background-color: #009FE3;
    border-color: #0090E0;
}

.fg-line:not([class*="has-"])::after {
    background: #009FE3;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active {
    background-color: #009FE3;
    border-color: #0090E0;
}

.btn-primary:hover:hover, .btn-primary:focus:hover, .btn-primary.focus:hover, .btn-primary:active:hover, .open &gt; .dropdown-toggle.btn-primary:hover, .btn-primary:hover:focus, .btn-primary:focus:focus, .btn-primary.focus:focus, .btn-primary:active:focus, .open &gt; .dropdown-toggle.btn-primary:focus, .btn-primary.focus:hover, .btn-primary.focus:focus, .btn-primary.focus.focus, .btn-primary.focus:active, .open &gt; .dropdown-toggle.btn-primary.focus, .open &gt; .dropdown-toggle.btn-primary {
    background-color: #0062cc;
}

.checkbox .input-helper::after {
    border-bottom: 2px solid #009FE3;
    border-left: 2px solid #009FE3;
}

.checkbox input:focus ~ .input-helper::before {
    border: 2px solid #009FE3;
}


body {
    font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
    line-height: 1.5 !important;
}

.main-menu {
    font-size: 13px;
    font-weight: 400;
    color: black;
    margin-left: 20px;
}

    .main-menu &gt; li &gt; a &gt; i {
        font-size: 13px;
        width: auto;
        position: static;
        padding: 0 0;
    }

    .main-menu &gt; li &gt; a {
        color: black;
        font-weight: 400;
        position: relative;
        padding: 0 0;
    }

        .main-menu &gt; li &gt; a:focus {
            background: none;
        }

.sub-menu ul &gt; li &gt; a {
    color: black;
    /*padding: 8px 20px 8px 50px;
    font-weight: 500;
    display: block;*/
}




.menu-item {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    color: black;
    padding: 8px 20px 8px 10px;
}

    .menu-item.no-link {
        cursor: auto;
    }

a.menu-item-link {
    color: black;
    padding: 0;
}

    a.menu-item-link.active {
        color: #009FE3;
    }


.sub-menu &gt; a::after, .sub-menu.toggled &gt; a::after {
    display: none;
}

.sub-menu-modified.active:not(.toggled) &gt; a:before {
    display: none;
}

.sub-menu &gt; a::before, .sub-menu.toggled &gt; a::before {
    display: none;
}

#menu-trigger {
    width: 45px;
}

    #menu-trigger:before {
        top: 2px;
        left: -2px;
    }

#sidebar {
    background-color: #edecec;
}

html:not(.alt-sidebar) body.sw-toggled #sidebar {
    background-color: #edecec;
}

body, html:not(.ismobile) .page-loader {
    background-image: none;
}


.sub-menu-item:hover {
    background-color: #f7f7f7;
}

.menu-item:not(.no-link):hover {
    background-color: #f7f7f7;
}

.main-menu &gt; li &gt; a.active:hover {
    color: #0a6ebd;
    background-color: transparent;
}

.sub-menu-item {
    padding: 8px 0 8px 30px;
    font-weight: 400;
    color: #7f7f7f;
    position: relative;
    font-size: 13px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    body.sw-toggled #content {
        padding-left: 260px;
    }
}

@media (min-width: 1200px) {
    body.sw-toggled #content &gt; .container {
        width: calc(100% - 30px);
    }
}


.h-left {
    float: left;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .h-left {
        margin-left: 0;
    }

    .h-right {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .product-name {
        display: none;
    }
}

.menu-button {
    width: 18px;
    height: 12px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    margin: 12px !important;
}

</pre></body></html>