﻿html, body {
    height: 100%;
    font-size: 12px;
}

/* override bootstrap */
legend {
    float: none;
    width: auto;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    font-size: 1.2rem;
}

#logo-container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1em;
}

    #logo-container span {
        height: 24px;
        width: 148px;
    }

/*----------------------
    Css Header
----------------------*/
#fakeHeader {
    height: 130px;
}

#header {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 35px;
    font-weight: bold;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: none;
    border: none;
}

#mainHeader {
    padding-top: 16px;
    padding-bottom: 14px;
    height: 52px;
    background-image: url("/Content/Images/wanpulse_500pix.png");
    background-position: 1em 0.5em;
    background-repeat: no-repeat;
}

#productName {
    color: #999999;
    font-family: tahoma;
    font-size: 0.5em;
    left: 336px;
    position: absolute;
    top: 44px;
}

#wanpulseVersion {
    color: #999999;
    font-size: 0.55em;
}

#menuHeader {
    font-size: 13px;
    margin-top: 15px;
    min-width: 330px;
    width: 330px;
    position: absolute;
    right: 10px;
    text-align: right;
    border: none;
    background: none;
}

    #menuHeader a:link {
        margin-right: 8px;
        margin-left: 8px;
    }

    #menuHeader a:hover {
        text-decoration: underline;
    }

#subHeader {
    float: left;
    font-size: 12px;
    height: 22px;
    min-width: 415px;
    padding-top: 5px;
    width: 100%;
}

#infoAgentHost, #switch {
    float: left;
    margin-left: 20px;
}

#switch {
    margin-top: -3px;
}

#minLogo {
    background-image: url("/Content/Images/wanpulse_inverse_resize.png");
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    height: 20px;
    margin-right: 20px;
    margin-top: -4px;
    width: 173px;
}

#ctl00_lblMachine {
    margin-left: 20px;
}

#separator {
    border: 0 none;
    float: left;
    height: 20px;
    width: 100%;
}

#notification {
    font-family: helvetica;
    font-size: 15px;
    text-align: center;
    width: 100%;
    background-image: none;
    border: none;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    max-height: 200px;
    border: none;
    color: inherit;
    font-weight: normal;
    outline: none;
}

#notificationMarker {
    display: inline-block;
    text-align: center;
}

#notificationContent {
    display: none;
}

.blockUI {
    border: 0;
    padding: 15px;
    background-color: #333;
    top: 30%;
    color: #bbb;
    cursor: default;
}

.blockUIMessage {
    font-family: Tahoma;
    font-size: 1.2em;
    padding-top: 20px;
    border: none;
    color: #BBBBBB;
    background: inherit;
}

.blockUIWanpulseTitle {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-family: tahoma;
    font-style: italic;
    border-bottom: 1px solid;
}

    .blockUIWanpulseTitle .blockUIWanpulseTitleSub {
        font-size: 2.5em;
    }

#waitAgentSleeping {
    display: none;
}

#waitAgentSleepingPlus {
    display: none;
    color: #CC6600;
    font-size: 0.7em;
    font-weight: bold;
    padding-top: 10px;
}

#loginHeader, #aboutHeader, #waitingHeader {
    margin: -15px;
    margin-bottom: 25px;
    font-family: tahoma;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    background-color: #ffffff;
    padding-left: 36px;
    text-align: left;
    height: 60px;
}

.waitLoadingDiv {
    font-family: Tahoma;
    z-index: 1001;
    position: fixed;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 486px;
    top: 30%;
    left: 50%;
    text-align: center;
    color: rgb(187, 187, 187);
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: rgb(51, 51, 51);
    cursor: default;
    padding-bottom: 5px;
    margin-left: -243px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 12px #000;
    -moz-box-shadow: 3px 3px 12px #000;
    -webkit-box-shadow: 3px 3px 12px #000;
    opacity: 1;
}

.loginHeaderVersion {
    color: #999999;
    font-size: 16px;
    left: 335px;
    position: absolute;
    top: 39px;
}

.loginText {
    font-weight: bold !important;
    padding-bottom: 3px;
    padding-left: 10px;
    width: 275px;
}

.loginError {
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 25px;
}

.gridViewRow {
    height: 10px;
}

#contentLeft {
    width: 235px;
    padding-left: 10px;
    padding-right: 5px;
    position: absolute;
    background-image: none;
    border: none;
    color: inherit;
    font-weight: normal;
    outline: none;
}

#accordion, #accordion a {
    font-size: 1em;
}

.subMenuGroup {
    padding: 0;
}

a.subMenuAccordionDefault, a.subMenuAccordionActive {
    text-decoration: none;
    border: 0 !important;
    font-weight: normal !important;
    outline: none;
}

#pnlMiddle {
    margin-left: 7%;
    margin-bottom: 20px;
    font-family: helvetica;
    font-size: 12px;
    min-width: 1016px;
}

#ctl00_pnlAgentOffline {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    text-align: center;
    width: 25%;
}

#ctl00_pnlLeft {
    position: fixed;
    top: 155px;
    width: 200px;
    border-right: 1px solid #FFBB22;
}

.moduleColumnOne {
    border: 1px dotted #DDDDDD;
    float: left;
    margin-bottom: 40px;
    margin-right: 35px;
    min-width: 740px;
    padding: 10px;
    clear: both;
    width: 95%;
}

.moduleColumnTwo {
    border: 1px dotted #DDDDDD;
    float: left;
    margin-bottom: 40px;
    min-width: 740px;
    padding: 10px;
    width: 95%;
}

.moduleWaitHeader {
    text-align: center;
    font-style: italic;
    color: #444444;
    margin-left: 20px;
}

.moduleLabelHelp {
    color: #666666;
    font-size: 0.8em;
    font-style: italic;
}

#ctl00_ContentPlaceHolder1_ctl01_txtInfo {
    height: 150px;
    width: 687px;
}

#ctl00_ContentPlaceHolder1_ctl05_TxtFileOnAgent {
    width: 78%;
}

#ctl00_ContentPlaceHolder1_ctl06_FilePath {
    width: 79%;
}

#ctl00_ContentPlaceHolder1_ctl07_FilePath {
    width: 79%;
}

#ctl00_ContentPlaceHolder1_ctl01_btnGetInfo {
    float: right;
}

#serviceButtonPanel {
    margin-left: 152px;
    margin-top: 5px;
}

#pnlGetInfoButton {
    border-bottom: 1px solid;
    color: #FF7700;
    float: right;
    margin-bottom: 15px;
    text-align: right;
    width: 20%;
}

a {
    outline: none;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    font-family: Tahoma;
}

.ui-widget-content {
    font-family: system-ui;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
}

.dialogFixed.ui-dialog {
    position: fixed;
}

.deviceInformations {
    font-weight: bold;
}

.labelInformationsDialogHistory {
    display: inline-block;
    width: 120px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.labelInformationsDialogRule {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

.mainMenuIcone {
    padding-right: 8px;
    border: none;
}

.deviceTypeCompatibility {
    display: inline;
}

.mainMenuDeviceTypeIcone {
    margin-left: 6px;
    display: block;
    float: right;
    border: none;
}

.moduleDescription {
    font-size: 1em;
    font-style: italic;
    margin-top: -10px;
    padding-bottom: 1em;
}

.InfoLabel {
    font-weight: bold;
    padding-left: 10px;
}

.InfoResult {
    font-weight: normal;
    padding-right: 10px;
}

.menuItem {
    vertical-align: super;
    margin-right: 10px;
}

.colLeft {
    float: left;
    padding-right: 1em;
}

.colRight {
    padding-top: 0.01em;
}

.ui-accordion-header.menuModuleSeparator {
    margin-top: 20px;
}

.ui-button .ui-icon.loader-circle-small {
    background-image: url(/Content/Images/ajax-loader-circle-small.gif);
}

.InventoryGrid {
    padding-bottom: 0.5em;
}

/*****Accordion*****/
#ss-menu {
    width: 97%;
    height: 22px;
    font-weight: bold;
    font-size: 12px;
    color: #338099;
    background: #f6f6f6;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0 0 0;
    padding: 6px 15px 0 15px;
    cursor: pointer;
}

    #ss-menu:hover {
        color: #C77405;
        background: #FDF9E1;
        border: 1px solid #FBCB09;
    }

.moduleDesc {
    width: 97%;
    border: 1px solid #CCC;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 15px;
    margin: 0px 15px 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.moduleDescription {
    margin-top: 5px;
}

#perso {
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 0px;
    border-bottom: 0px;
}

#end {
    margin: 0px;
    border: 0.1em dotted #DDDDDD;
    border-top: 0px none;
    padding-bottom: 0px;
}

/**********BREADCRUMB**********/
#breadc {
    margin: 0px;
    border-bottom: 0px;
}

#breadcrumb {
    margin: 0px;
    padding: 0px;
}


/**********ALERT POP-UP FOR RESTART**********/
#bg_warning_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #737C7B;
    opacity: 0.7;
    text-align: center;
    z-index: 10;
    visibility: hidden;
    display: none;
    color: #fff;
    padding-top: 50px;
    font-size: 20px;
}


/********* Alignment for form *********/

label.error {
    color: red;
    margin-left: 10px;
    min-width: 140px;
}

p.error {
    color: red;
}

input.error {
    border-color: red !important;
}

select.error {
    border-style: solid;
    border-color: red;
}

fieldset.wp-fieldset div.OptionsDisplay {
    padding: 0.3em;
}

.left {
    float: left;
    clear: both;
    width: 15em;
    padding: 1em;
    text-align: right;
    line-height: 2em;
}

.left-small {
    float: left;
    clear: both;
    width: 5em;
    padding: 1em;
    text-align: right;
    line-height: 2em;
}

.left-small-monitoring {
    float: left;
    clear: both;
    width: 9em;
    padding: 1em;
    text-align: right;
    line-height: 2em;
}

.left-big {
    float: left;
    clear: both;
    width: 20em;
    padding: 1em;
    text-align: right;
    line-height: 2em;
}

fieldset.wp-fieldset .left {
    float: left;
    clear: both;
    width: 14.6em;
    padding: 1em;
    text-align: right;
    line-height: 2em;
}

.right {
    float: left;
    padding: 1em 0.4em 1em 1em;
}

.right-small {
    max-width: 25em;
}

.right-nopadding {
    float: left;
}

div.button {
    padding: 2em 1em 1em 1em;
    clear: both;
}

div.only {
    margin-left: 14.6em;
    padding-left: 1em;
    clear: both;
}

div.clone-left {
    float: left;
    width: 49%;
}

div.clone-right {
    float: right;
    width: 49%;
}

fieldset.wp-fieldset fieldset.wp-fieldset .left {
    width: 13.7em;
}

fieldset.wp-fieldset.clone {
    width: auto;
}

    fieldset.wp-fieldset.clone legend {
        font-weight: bold;
    }

fieldset.wp-fieldset .only {
    margin-left: 14.6em;
    padding-left: 1em;
    clear: both;
}

fieldset.wp-fieldset fieldset.wp-fieldset .only {
    margin-left: 13.7em;
}

div.only-fieldset {
    margin-left: 11em;
    clear: both;
}

div.only-big {
    margin-left: 23em;
    clear: both;
}

fieldset.wp-fieldset {
    clear: both;
    margin-top: 1em;
    border: 1px solid #CCCCCC;
    padding: .5rem;
}

div.fieldset {
    width: 9em;
    margin-left: 0;
}

div.fieldset-big {
    width: 14em;
    margin-left: 0;
}

div.only-fieldset-big {
    margin-left: 16em;
}

#changePassword > div {
    clear: both;
}

#NotificationForm {
    clear: both;
}

.removeLeft {
    left: auto;
}

.clear {
    clear: both;
    float: none;
}

div.none, fieldset.none {
    display: none;
}

button#WriteFilter_Fbwf_Restore {
    clear: both;
    float: left;
    margin-top: 1em;
}

button#WriteFilter_Fbwf_Commit {
    float: left;
}

.fieldset-legend-icon-link {
    float: left;
    margin-right: 5px;
    margin-top: -1px;
}

.fieldset-legend-text-link {
    margin-right: 10px;
}

.Show_Hide {
    cursor: pointer;
}

#Manager_Upload_List {
    height: 450px !important;
}

.Manager_Select_File_Browse {
    margin-left: 5px;
}

.no-lineheight {
    line-height: 0px;
}

.small-lineheight {
    line-height: 11px;
}

.landingpage_title {
    font-weight: bold;
}

.landing_icon {
    position: absolute;
    bottom: 3pt;
    left: 100%;
}

.landing_icon_dialog {
    position: absolute;
    bottom: 3pt;
}

.landing_border {
    border: 1px solid grey;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

.device-windows {
    padding-left: 16px;
    background-image: url("../Images/xp.png");
}

.device-linux {
    padding-left: 16px;
    background-image: url("../Images/linux.png");
}

.packageMetadatasTable {
    display: inline-block;
    position: relative;
    color: #325C74;
    padding: 0px;
    margin: 0px;
}

#packageMetadatas .ui-icon {
    display: none;
}

#GeneralConfiguration_PackagerDeploy_WarningVersion {
    width: 100%;
    display: none;
}

    #GeneralConfiguration_PackagerDeploy_WarningVersion .ui-widget {
        padding: 0.5em;
        margin: 0.5em;
    }

#packageMetadatas {
    max-width: 80%;
    height: auto;
    display: inline-block;
    margin-left: 7.8em;
    position: relative;
}

.eventabRow {
    background-color: #e6eff4;
}


/* CONTEXT MENU */
.contextMenu {
    background: none repeat scroll 0 0 #FFFFFF;
    width: auto;
    min-width: 220px;
    font-family: Verdana, sans-serif;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.9em;
    overflow: hidden;
}

    .contextMenu a {
        height: 29px;
        line-height: 27px;
    }

    .contextMenu li.category {
        line-height: 20px;
        padding: 2px 10px 2px 5px;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        font-weight: bold;
    }

    .contextMenu li.with-lib-icon a {
        padding-left: 0;
    }

        .contextMenu li.with-lib-icon a > i {
            width: 35px;
            text-align: center;
            font-size: 16px;
            line-height: 100%;
            height: 100%;
            color: #18669d;
            display: inline-block;
        }


/*Monitoring Flag (in single and multi)*/
.monitoring-alertLevel-high, .monitoring-alertLevel-normal, .monitoring-alertLevel-low {
    display: inline-block;
    height: 12px;
    width: 12px;
    text-align: center;
}

.monitoring-alertLevel-high {
    background-image: url("../images/alert_high.png");
}

.monitoring-alertLevel-normal {
    background-image: url("../images/alert_normal.png");
}

.monitoring-alertLevel-low {
    background-image: url("../images/alert_low.png");
}


/*****************ToolTip***********/
#wanpulse-tooltip {
    display: none;
    position: fixed;
    background-color: #EFEFEF;
    border: 1px solid #888888;
    z-index: 9999;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 26px;
    font-size: 0.9em;
    background-size: 16px auto;
}

    #wanpulse-tooltip.wanpulse-tooltip-description {
        cursor: help;
    }

    #wanpulse-tooltip.wanpulse-tooltip-no-icon {
        padding-left: 10px;
    }

    #wanpulse-tooltip div.wanpulse-tooltip-arrow-top {
        margin-left: 0px;
        background-position: center center;
        position: fixed;
        width: 16px;
        height: 8px;
        background-repeat: no-repeat;
        background-image: url("/Content/Images/tooltip-arrow-bottom.png");
    }

    #wanpulse-tooltip div.wanpulse-tooltip-arrow-bottom {
        margin-left: 0px;
        background-position: center center;
        position: fixed;
        width: 16px;
        height: 8px;
        background-repeat: no-repeat;
        background-image: url("/Content/Images/tooltip-arrow-top.png");
    }

    #wanpulse-tooltip.wanpulse-tooltip-top {
        width: auto;
        max-width: 500px;
    }

    #wanpulse-tooltip.wanpulse-tooltip-right {
        max-width: 220px;
        height: auto;
    }

    #wanpulse-tooltip div.wanpulse-tooltip-text {
        white-space: pre-line;
    }

    #wanpulse-tooltip div.wanpulse-tooltip-arrow-right {
        margin-top: 1px;
        background-position: center center;
        position: fixed;
        width: 8px;
        height: 16px;
        background-repeat: no-repeat;
        background-image: url("/Content/Images/tooltip-arrow-left.png");
    }

    #wanpulse-tooltip div.wanpulse-tooltip-arrow-left {
        margin-top: 1px;
        background-position: center center;
        position: fixed;
        width: 8px;
        height: 16px;
        background-repeat: no-repeat;
        background-image: url("/Content/Images/tooltip-arrow-right.png");
    }


/*****************Fin ToolTip***********/


div.device-security-details-title,
div.device-health-details-title,
div.available-updates-details-title {
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
}

div.device-security-details-content,
div.device-health-details-content {
    padding: 5px 5px 0 5px;
}

    div.device-security-details-content div span,
    div.device-health-details-content div span {
        display: inline-block;
        vertical-align: middle;
        margin: 3px 3px 3px;
    }

div.available-updates-details-content {
    margin: 0 0.25rem;
}

    div.available-updates-details-content div.available-updates {
        margin: 0.5rem 0;
    }

        div.available-updates-details-content div.available-updates > * {
            display: inline-block;
            vertical-align: middle;
        }

        div.available-updates-details-content div.available-updates > i {
            width: 20px;
            text-align: center;
        }

        div.available-updates-details-content div.available-updates > span {
            margin-left: 0.25rem;
        }

        div.available-updates-details-content div.available-updates > i.fab.fa-windows {
            color: #007bff;
        }

        div.available-updates-details-content div.available-updates > i.fas.fa-microchip {
            color: #6c757d;
        }

td[aria-describedby="DevicesList_Grid_DeviceHealthState"] span,
td[aria-describedby="DevicesList_Grid_DeviceSecurityState"] span,
span.device-security-status,
span.device-health-status {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 2px;
}

span.device-security-value,
span.device-health-value {
    font-weight: bold;
}

#wanpulse-tooltip.wanpulse-tooltip-right.device-security,
#wanpulse-tooltip.wanpulse-tooltip-right.device-health,
#wanpulse-tooltip.wanpulse-tooltip-right.available-updates {
    max-width: none;
    height: auto;
    padding-left: 10px;
    min-width: fit-content;
}

.device-health-details-legend {
    white-space: normal;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #CCCCCC;
}

    .device-health-details-legend span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1ex;
    }

span.green {
    color: green;
}

span.red {
    color: red;
}

td[aria-describedby="DevicesList_Grid_DeviceHealthState"] span,
span.device-health-status {
    border-radius: 3px;
}

td[aria-describedby="DevicesList_Grid_DeviceSecurityState"] span,
span.device-security-status {
    border-radius: 6.5px;
}

    span.device-security-status.red,
    span.device-health-status.red,
    td[aria-describedby="DevicesList_Grid_DeviceSecurityState"] span.red,
    td[aria-describedby="DevicesList_Grid_DeviceHealthState"] span.red {
        background-color: #e74c3c;
    }

    span.device-security-status.orange,
    span.device-health-status.orange,
    td[aria-describedby="DevicesList_Grid_DeviceSecurityState"] span.orange,
    td[aria-describedby="DevicesList_Grid_DeviceHealthState"] span.orange {
        background-color: #e67e22;
    }

    span.device-security-status.green,
    span.device-health-status.green,
    td[aria-describedby="DevicesList_Grid_DeviceSecurityState"] span.green,
    td[aria-describedby="DevicesList_Grid_DeviceHealthState"] span.green {
        background-color: #2ecc71;
    }

    span.device-security-status.unknown,
    span.device-health-status.unknown,
    td[aria-describedby="DevicesList_Grid_DeviceSecurityState"] span.unknown,
    td[aria-describedby="DevicesList_Grid_DeviceHealthState"] span.unknown {
        background-color: #bdc3c7;
    }

.floating-right-panel a {
    text-decoration: none;
}

.floating-right-panel span.link,
.floating-right-panel .go-to-entity .link,
.floating-right-panel .publisher .link,
.floating-right-panel .go-to-entity span,
.floating-right-panel .publisher span {
    color: #4297d7;
    cursor: pointer;
}

    .floating-right-panel .go-to-entity .link:hover,
    .floating-right-panel .publisher .link:hover,
    .floating-right-panel .go-to-entity span:hover .link,
    .floating-right-panel .publisher span:hover .link {
        text-decoration: underline;
    }


.floating-right-panel {
    z-index: 100;
    position: fixed;
    right: 0;
    top: 53px;
    width: 450px;
    bottom: 0;
    border-left: 3px solid #CCCCCC;
    display: none;
}

    .floating-right-panel > div {
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .floating-right-panel .background {
        background-color: #F3F3F3;
        opacity: 0.92;
    }

    .floating-right-panel div.content h2 {
        line-height: 30px;
        padding: 20px 10px 20px 15px;
        margin: 0;
    }

    .floating-right-panel div.content > div {
        position: absolute;
    }

    .floating-right-panel div.content ul.filters {
        display: flex;
        line-height: 20px;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .floating-right-panel div.content ul.filters > li.clear {
            width: 0;
        }

        .floating-right-panel div.content ul.filters > li:not(.clear) {
            flex-grow: 1;
            padding: 8px 14px;
            text-align: center;
            color: #666666;
            border-bottom: 3px solid #CCCCCC;
            cursor: pointer;
        }

        .floating-right-panel div.content ul.filters > li.All {
            width: 30px;
        }


        .floating-right-panel div.content ul.filters > li:not(.clear).current {
            background-color: #666666;
            border-bottom: 3px solid #666666;
            color: #F3F3F3;
        }

        .floating-right-panel div.content ul.filters > li:not(.clear).new {
            border-bottom: 3px solid #1E90FF;
            color: #1E90FF;
        }

        .floating-right-panel div.content ul.filters > li:not(.clear):not(.current):hover {
            background-color: #999999;
            border-bottom: 3px solid #999999;
            color: #F3F3F3;
        }

        .floating-right-panel div.content ul.filters > li:not(.clear) > i {
            font-size: 20px;
        }

        .floating-right-panel div.content ul.filters > li:not(.clear) > span {
            font-size: 12px;
        }

    .floating-right-panel div.content div.notifications-list {
        top: 61px;
        bottom: 40px;
        right: -17px;
        left: 0;
        padding-top: 10px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .floating-right-panel div.content div.no-notifications {
        display: none;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }

    .floating-right-panel div.content div.notification {
        width: 420px;
        margin-left: 29px;
        margin-bottom: 9px;
        background-color: #EEEEEE;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

        .floating-right-panel div.content div.notification div.notification-summary {
            display: table-row;
            min-height: 48px;
        }

        .floating-right-panel div.content div.notification div.notification-details {
            display: none;
            border-top: 1px solid #CCCCCC;
            padding: 10px;
        }

            .floating-right-panel div.content div.notification div.notification-details div i {
                margin-right: 10px;
            }

            .floating-right-panel div.content div.notification div.notification-details div.last-notification-date,
            .floating-right-panel div.content div.notification div.notification-details div.publisher,
            .floating-right-panel div.content div.notification div.notification-details div.go-to-entity {
                margin: 10px;
            }

        .floating-right-panel div.content div.notification div.notification-summary div:not(.clear) {
            padding: 8px;
            line-height: 24px;
            display: table-cell;
            vertical-align: middle;
            top: 0;
            bottom: 0;
        }

        .floating-right-panel div.content div.notification.notification-first {
            margin-top: 29px;
        }

        .floating-right-panel div.content div.notification.notification-last {
            margin-bottom: 29px;
        }

        .floating-right-panel div.content div.notification div.notification-summary div.notification-category {
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-right: 1px solid #CCCCCC;
            background-color: #E3E3E3;
            text-align: center;
            font-size: 20px;
        }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-category.notificationTaskUnpersistedFailed {
                background-color: lightcoral;
            }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-category.notificationTaskSucceeded {
                background-color: lightgreen;
            }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-category.notificationTaskUnpersisted {
                background-color: lightblue;
            }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-category.notificationTaskObsolete {
                background-color: lightslategray;
            }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-category.notificationTaskFailed {
                background-color: lightsalmon;
            }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-category.notificationTaskFailedInProgress {
                background-color: lightsalmon;
            }

        .floating-right-panel div.content div.notification div.notification-summary div.notification-title {
            width: 325px;
            font-size: 1em;
        }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-title span.bold {
                font-size: 1.2em;
            }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-title span.italic {
                font-style: italic;
            }

        .floating-right-panel div.content div.notification div.notification-summary div.notification-action {
            border-left: 1px solid #CCCCCC;
            width: 12px;
        }

            .floating-right-panel div.content div.notification div.notification-summary div.notification-action span {
                display: inline-block;
                text-align: center;
                line-height: 20px;
                width: 14px;
                margin: 0 5px;
                cursor: pointer;
            }

    .floating-right-panel div.content div.global-actions {
        bottom: 0;
        width: 100%;
        padding: 10px 20px;
        line-height: 20px;
        border-top: 1px solid #CCCCCC;
        text-align: right;
    }

.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    cursor: default;
}


.notification-template {
    display: none;
}

#managerHeaderMainRightMenu_Notification .notification-circle {
    color: red;
    width: 100%;
    text-align: right;
    font-size: 8px;
    line-height: 8px;
    height: 8px;
    display: none;
}


.border-radius-3x {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.border-radius-10x {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#loginPageProduct,
#waitingPageProduct {
    padding: 10px;
    text-align: center;
}

#waitingPageProduct {
    margin: 10px auto 10px auto;
}

    #loginPageProduct span,
    #waitingPageProduct span {
        margin: 5px auto;
        display: block;
        font-size: 1.2em;
        color: #999999;
    }

#loginPageProductLogo,
#waitingPageProductLogo {
    background-size: 220px 36px;
    width: 220px;
    height: 36px;
}


#waitingPage {
    background-color: #DDDDDD;
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #777777;
    display:flex;
    justify-content:center;
    align-items:center;
}

    #waitingPage.full {
        height: 100%;
        width: 100%;
    }

    #waitingPage:not(.full) {
        top: 53px;
        height: calc(100% - 53px);
    }

        #waitingPage:not(.full).collapsed-menu {
            width: calc(100% - 44px);
            left: 44px;
        }

        #waitingPage:not(.full):not(.collapsed-menu) {
            width: calc(100% - 250px);
            left: 250px;
        }

#waitingPageContent {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
}

#waitingPageWaitingArea {
    text-align: center;
    margin: 37px 0;
}

    #waitingPageWaitingArea > span {
        margin: 30px 100px;
        width: auto;
        display: block;
    }


.remove_Store:hover {
    cursor: pointer;
    opacity: 0.7;
}

.remove_Store {
    position: relative;
    float: right;
    color: #EF3038;
    margin-left: 10px;
    clear: both;
    font-size: 20px;
}

.add_Store:hover {
    cursor: pointer;
    opacity: 0.7;
}

.add_Store {
    margin-left: 10px;
    margin-right: 14px;
}

.valign-top {
    vertical-align: top;
}

.wp-dialog-content-choice,
.wp-dialog-content-form {
    display: table;
    background-color: #ffffff;
    width: 100%;
    height: calc(100% - 16px - 1rem - 1px);
    padding: 10px 0;
}

    .wp-dialog-content-choice > div {
        display: flex;
    }

        .wp-dialog-content-choice > div.wp-dialog-content-input,
        .wp-dialog-content-form > div.wp-dialog-content-input {
            height: 46px;
        }

        .wp-dialog-content-choice > div > div:last-child > select,
        .wp-dialog-content-form > div > div:last-child > input,
        .wp-dialog-content-form > div > div:last-child > textarea,
        .wp-dialog-content-form > div > div:last-child > select {
            line-height: 16px;
            padding: 4px 8px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #999999;
            max-width: 30em;
            min-width: 12.5em;
        }

        .wp-dialog-content-choice > div > div > span,
        .wp-dialog-content-form > div > div:first-child {
            display: table-cell;
            text-align: center;
            padding-top: 10px;
            vertical-align: top;
            width: 30%;
            float: none;
            margin-bottom: 16px;
            min-width: 14em;
        }

.wp-dialog-wizard_msg {
    overflow: hidden;
    float: left;
    text-align: center;
    margin-top: 26px;
    width: 100%;
}

.dialog-message-title {
    font-weight: bold;
    border-bottom: 1px solid;
    color: darkgreen;
}

.wp-dialog-content-form > div > div:last-child {
    display: table-cell;
    text-align: center;
    padding: 10px 20px 10px 20px;
    vertical-align: top;
}

.wp-dialog-content-choice > div > div:last-child {
    padding: 10px 20px 10px 20px;
}

.wp-dialog-content-tree {
    padding: 25px;
    background-color: white;
    max-height: 210px;
    overflow: auto;
}

    .wp-dialog-content-tree > div {
        background-color: white !important;
        overflow-y: auto;
    }

.jstree-default.jstree-focused {
    background: unset !important;
}

.pretty-scrollbar {
    /* Mozilla firefox */
    /* ReSharper disable CssNotResolved */
    scrollbar-color: #aaa transparent;
    scrollbar-width: thin;
    /* ReSharper restore CssNotResolved */
}

    .pretty-scrollbar::-webkit-scrollbar {
        width: 5px;
    }

    .pretty-scrollbar::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 4px;
    }

/* Added rendering jstree link as "disabled" */
div.jstree li[rel="disabled"] a {
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    cursor: default !important;
    -ms-opacity: 0.33 !important;
    opacity: 0.33 !important;
}

.wp-fieldset input[type="checkbox"] {
    display: inline-block;
    margin-right: 0.5rem;
}