#logoMapPlus {
    height: 100px !important;
    background: url(../img/v4_mapplus_logo.svg) center no-repeat #fff;
    background-size: 335px;
}

/* .ol-full-screen{
  right: 92px !important;
  pointer-events: auto !important;
}

#NeapoljsContainer:-webkit-full-screen {
  height: 100%;
  margin: 0;
}

#NeapoljsContainer:fullscreen {
  height: 100%;
}

.map:-webkit-full-screen {
  height: 100%;
  margin: 0;
}

.map:fullscreen {
  height: 100%;
}  */

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-tooltip {
    position: relative;
    background: #ffcc33;
    border-radius: 4px;
    color: black;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 15px;
}

.ol-tooltip-measure {
    opacity: 1;
    font-weight: lighter;
}

.ol-tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}

.ol-tooltip-measure:before,
.ol-tooltip-static:before {
    border-top: 6px solid #ffcc33;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}

.ol-tooltip-static:before {
    border-top-color: #ffcc33;
}

.ol-overviewmap-box {
    background-color: rgba(255, 255, 255, 0.6);
    border: 5px dotted red;
}

#infolay_wait {
    opacity: 0.8;
    animation: fade 1s linear;
}

@keyframes fade {

    0%,
    100% {
        opacity: 0
    }

    35% {
        opacity: 1
    }
}


/* Ribbon Home Button Bar */

.njsIconButtonPrint {
    background: url(../img/buttons/icon_print_btn.png) center no-repeat;
    height: 18px;
    width: 18px;
    display: block;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonImage {
    background: url(../img/ribbon/btn_preview.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonImage:hover {
    background: url(../img/ribbon/btn_preview.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconButtonPDFPrint {
    background: url(../img/ribbon/btn_pdf.svg) center no-repeat;
    height: 32px;
    width: 32px;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.tundra .dijitToggleButtonHover .njsIconButtonPDFPrint {
    background: url(../img/ribbon/btn_pdf.svg) center no-repeat;
    height: 32px;
    width: 32px;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconButtonPDFPrint {
    background: url(../img/ribbon/btn_pdf.svg) center no-repeat;
    height: 32px;
    width: 32px;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnSplitView {
    background: url(../img/ribbon/btn_splitview.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnSplitView:hover {
    background: url(../img/ribbon/btn_splitview.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

#btnShop {
    background: url(../img/ribbon/btn_shop.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

#btnShop:hover {
    background: url(../img/ribbon/btn_shop.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnShLinkManager {
    background: url(../img/ribbon/btn_shlink.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnShLinkManager:hover {
    background: url(../img/ribbon/btn_shlink.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnWeeClip {
    background: url(../img/ribbon/btn_clipboard.svg) center no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-left: 5px;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnWeeClip:hover {
    background: url(../img/ribbon/btn_clipboard.svg) center no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-left: 5px;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

#shop_callshop {
    background: url(../img/buttons/databest.svg) left 4px center no-repeat;
    display: block;
    width: 115px;
    padding: 4px;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

#shop_callshop:hover {
    background: url(../img/buttons/databest.svg) left 4px center no-repeat;
    display: block;
    width: 115px;
    padding: 4px;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

#shop_set_custom_extent {
    background: url(../img/buttons/reload.svg) left 4px center no-repeat;
    display: block;
    width: 100px;
    padding: 4px;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnMaps {
    background: url(../img/ribbon/btn_bgmaps.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnMaps:hover {
    background: url(../img/ribbon/btn_bgmaps.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnThemes {
    background: url(../img/ribbon/btn_theme.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnThemes:hover {
    background: url(../img/ribbon/btn_theme.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnRemoveLayers {
    background: url(../img/ribbon/btn_layers.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnRemoveLayers:hover {
    background: url(../img/ribbon/btn_layers.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnLocate {
    background: url(../img/ribbon/btn_locate.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnLocate:hover {
    background: url(../img/ribbon/btn_locate.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnInitialExtent {
    background: url(../img/ribbon/btn_home.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnInitialExtent:hover {
    background: url(../img/ribbon/btn_home.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnStreetView {
    background: url(../img/ribbon/btn_streetview.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnStreetView:hover {
    background: url(../img/ribbon/btn_streetview.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btn3D {
    background: url(../img/ribbon/btn_3d.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btn3D:hover {
    background: url(../img/ribbon/btn_3d.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnInfra3D {
    background: url(../img/ribbon/btn_infra3D.svg) center no-repeat;
    width: 32px;
    height: 32px;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnInfra3D:hover {
    background: url(../img/ribbon/btn_infra3D.svg) center no-repeat;
    width: 32px;
    height: 32px;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButton .njsIconButtonShop {
    background: url(../img/buttons/shop.svg) center no-repeat;
    height: 48px;
    width: 48px;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.tundra .dijitToggleButtonHover .njsIconButtonShop {
    background: url(../img/buttons/shop.svg) center no-repeat;
    height: 48px;
    width: 48px;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnHelp {
    background: url(../img/ribbon/btn_help.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnHelp:hover {
    background: url(../img/ribbon/btn_help.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.btnLogout {
    background: url(../img/ribbon/btn_logout.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.btnLogout:hover {
    background: url(../img/ribbon/btn_logout.svg) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

/* Ribbon Measure Button Bar */

.njsIconButtonSimple {
    background: url(../img/ribbon/btn_measure_simple.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonSimple:hover {
    background: url(../img/ribbon/btn_measure_simple.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconButtonSimple {
    background: url(../img/ribbon/btn_measure_simple.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconButtonRuler {
    background: url(../img/ribbon/btn_measure_line.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonRuler:hover {
    background: url(../img/ribbon/btn_measure_line.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconButtonRuler {
    background: url(../img/ribbon/btn_measure_line.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconButtonArea {
    background: url(../img/ribbon/btn_measure_area.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonArea:hover {
    background: url(../img/ribbon/btn_measure_area.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconButtonArea {
    background: url(../img/ribbon/btn_measure_area.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconButtonOrthoMeasure {
    background: url(../img/ribbon/btn_measure_ortho.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonOrthoMeasure:hover {
    background: url(../img/ribbon/btn_measure_ortho.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconButtonOrthoMeasure {
    background: url(../img/ribbon/btn_measure_ortho.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconMeasureDelete {
    background: url(../img/ribbon/btn_icon_delete.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonProfile {
    background: url(../img/ribbon/btn_measure_profile.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconButtonProfile:hover {
    background: url(../img/ribbon/btn_measure_profile.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconButtonProfile {
    background: url(../img/ribbon/btn_measure_profile.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconMeasureDelete {
    background: url(../img/ribbon/btn_icon_delete.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconMeasureDelete:hover {
    background: url(../img/ribbon/btn_icon_delete.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}


/* Ribbon Redlining Button Bar */

.njsIconRedliningText {
    background: url(../img/ribbon/btn_rl_text.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningText:hover {
    background: url(../img/ribbon/btn_rl_text.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconRedliningText {
    background: url(../img/ribbon/btn_rl_text.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: drop-shadow(2px 2px 2px grey);
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconRedliningPoint {
    background: url(../img/ribbon/btn_rl_point.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningPoint:hover {
    background: url(../img/ribbon/btn_rl_point.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconRedliningPoint {
    background: url(../img/ribbon/btn_rl_point.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconRedliningLine {
    background: url(../img/ribbon/btn_rl_line.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningLine:hover {
    background: url(../img/ribbon/btn_rl_line.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconRedliningLine {
    background: url(../img/ribbon/btn_rl_line.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconRedliningPolygon {
    background: url(../img/ribbon/btn_rl_area.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningPolygon:hover {
    background: url(../img/ribbon/btn_rl_area.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconRedliningPolygon {
    background: url(../img/ribbon/btn_rl_area.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconRedliningCircle {
    background: url(../img/ribbon/btn_rl_circle.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningCircle:hover {
    background: url(../img/ribbon/btn_rl_circle.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.tundra .dijitToggleButtonChecked .njsIconRedliningCircle {
    background: url(../img/ribbon/btn_rl_circle.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconRedliningDelete {
    background: url(../img/ribbon/btn_icon_delete.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningDelete:hover {
    background: url(../img/ribbon/btn_icon_delete.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconRedliningSave {
    background: url(../img/ribbon/btn_icon_save.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningSave:hover {
    background: url(../img/ribbon/btn_icon_save.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}

.njsIconRedliningFileManager {
    background: url(../img/ribbon/btn_icon_save.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(38%) sepia(10%) saturate(2230%) hue-rotate(165deg) brightness(122%) contrast(99%);
}

.njsIconRedliningFileManager:hover {
    background: url(../img/ribbon/btn_icon_save.svg) center no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: invert(10%) sepia(34%) saturate(4304%) hue-rotate(213deg) brightness(96%) contrast(107%);
}