/* =====================================================================
   DSS (Furuno) CSS overrides.

   THIS is the file to edit for DSS-only styling. It is loaded AFTER the
   shared base Style.css (see BasePage.cshtml), so rules here win the cascade.
   Do NOT put DSS-only rules in Style.css — that file is an exact copy of the
   base VisionTime Style.css and is overwritten from base on every build.
   ===================================================================== */

/* Hide the fixed service-job navbar; the DSS report uses a header image + margins instead. */
.navbar.servicejob {
    display: none;
}

div.servicepage {
    margin: 0 50px 0 100px;
}

/* DSS uses a rounded "today" marker instead of the square base one. */
.today,
.table > tbody > tr > td.today {
    border-radius: 40%;
}

/* DSS datepicker z-index fix targets the popup wrapper element. */
[uib-datepicker-popup-wrap] {
    z-index: 1050;
}
