

* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

a, a:visited {
    text-decoration: none;
    color: #000000;
}

    a:hover {
        color: #0081b8;
        text-decoration: none;
    }

p {
    margin: 0;
}

table {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

img {
    border: 0 none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

i {
    color: #0081b8;
}

input {
    font-family: Lato, Lato, Arial, Helvetica, sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Lato, Lato, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
}

div.WholePageDiv {
    margin: 0 auto;
    width: 100%;
}

div.TopColorBar {
    height: 37px;
    background-color: #0081b8;
}

.DIVTitleBar {
    background-color: #0081b8;
    z-index: 1030;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.DIVNavigation {
    height: 100%;
    position: relative;
    float: left;
    display: block;
    vertical-align: top;
    width: 227px;
    z-index: 1030;
    margin: 10px;
}

.DIVNavigationLogo {
    width: 227px;
    background-color: #0081b8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.DIVNavigationMenu {
    width: 227px;
    min-height: 130vh;
    background-color: #0081b8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.Navigation {
    width: 100%;
    background-color: #0081b8;
    color: #FFFFFF;
    font-size: 15px;
}

    .Navigation a {
        color: #FFFFFF;
    }

        .Navigation a.menuopen {
            color: #000000;
        }

        .Navigation a:hover {
            color: #7dbfdb;
        }

    .Navigation ul.subnav a:hover {
        color: #7dbfdb;
    }

    .Navigation ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .Navigation li {
        list-style: none;
        margin: 0px;
        padding: 0px 0px 0px 15px;
    }

    .Navigation ul li {
        line-height: 28px;
    }

        .Navigation ul li.Active {
        }

    .Navigation ul.subnav {
        list-style: none;
        font-size: 13px;
        padding: 5px 0px 15px 20px;
    }

        .Navigation ul.subnav li {
            line-height: 20px;
        }

            .Navigation ul.subnav li a {
                background-image: none;
                color: #000000;
                padding-left: 5px;
                font-weight: normal;
            }

div.TopTab {
    position: relative;
    display: block;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    text-align: center;
}

.hamburger {
    display: inline;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 9999;
}

.hamburger-bar {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #0081b8;
    margin: 4px 0;
}

div .TopTab {
    position: relative;
    display: block;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    text-align: center;
}

div.MiddleText {
    height: 60px;
    background-image: url(../Images/TabMiddle.png);
    background-repeat: repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: White;
    padding-top: 5px;
}

div.HelpButton {
    position: relative;
    top: -6px;
    display: block;
    float: right;
    padding-right: 10px;
}

div.FAQsButton {
    position: relative;
    top: -6px;
    display: block;
    float: right;
    padding-right: 10px;
}

div.ContentBoxDivider {
    border: 1px solid #0081b8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 25px;
    background-image: url(../Images/ContentBoxShading.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
}

#DIVItem:hover {
    background-color: #F0F0F0;
}

@media print {
    div.ContentBox {
        border: 1px solid #0081b8;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding-left: 25px;
        background-color: #FFFFFF;
    }
}

@media screen {
    div.ContentBoxNoPrint {
        border: 1px solid #0081b8;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding-left: 25px;
        background-image: url(../Images/ContentBoxShading.gif);
        background-repeat: repeat-x;
        background-position: top;
        background-color: #FFFFFF;
    }
}

div.ContentPageTitle {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-size: 42px;
    font-style: italic;
    color: #FFFFFF;
}

div.ContentPageTitleReverse {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 42px;
    font-style: italic;
    color: #000000;
}

div.ContentPageTitleReservation {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 42px;
    font-style: italic;
    color: #FFFFFF;
}

.ContentSecondaryPageTitle {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

div.ContentThirdPageTitle {
    padding-bottom: 5px;
    font-size: 14px;
}

div.BoldCenter24px {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

div.BoldCenter18px {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

div.BoldCenter16PX {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

div.BoldCenter14PX {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

div.Bold18PX {
    font-size: 18px;
    font-weight: bold;
}

div.CompetitionHeader {
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

div.CompetitionItemHeader {
    font-size: 20px;
    font-weight: bold;
}

div.Center {
    text-align: center;
    margin-top: 20px;
}

div.FAQGlossaryHeader {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

td.GlossaryLine {
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #AAAAAA;
}

.RoundedBox {
    padding: 5px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="text"][disabled] {
    padding: 5px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F0F0F0;
}

select[disabled] {
    padding: 5px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F0F0F0;
}

.RoundedButton {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #0081b8;
    font-weight: bold;
    border-style: none;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
}

input[type="submit"][disabled] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #A0A0A0;
    font-weight: bold;
    border-style: none;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 10px;
}

.RoundedButtonSmall {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #0081b8;
    font-size: 13px;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.RoundedButton:hover {
    background-color: #6090a5;
}

.InactiveCheckBox {
    background-color: #CCCCCC;
}

.Seperator {
    border-top: 1px solid #CCCCCC;
    margin-right: 15px;
}

table.MainGrid {
    width: 98%;
    border: 0;
}

    table.MainGrid th {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }

        table.MainGrid th:last-child {
            border-right: none;
        }

    table.MainGrid td {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }

        table.MainGrid td:last-child {
            border-right: none;
        }

    table.MainGrid th {
        background-color: #FFFFFF;
    }

    table.MainGrid tr:nth-child(2n+2) {
        background-color: #FDFDFD;
    }

td.ProgressSize, div.ProgressCell {
    width: 15px;
    height: 15px;
}

div.ProgressCell {
    background-color: #dd2222;
    display: none;
    text-align: center;
    vertical-align: middle;
}

table.TableWithGridlines {
    width: 100%;
    border-collapse: collapse;
}

    table.TableWithGridlines td {
        vertical-align: top;
        padding: 2px;
    }

@media print {
    .NoPrint {
        display: none;
    }
}

@media screen {
    .NoScreen {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .DIVNavigation {
        position: absolute;
        float: left;
        display: none;
    }

    .profile-image-mobile {
        display: inline;
    }

    .hamburger {
        display: inline;
    }

    table.MainGrid thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.MainGrid tr {
        border-bottom: 3px solid #B1B1B1;
        display: block;
    }

    table.MainGrid td {
        border-bottom: 1px solid #B1B1B1;
        display: block;
        border-right: none;
        text-align: right;
        min-height: 22px;
    }

        table.MainGrid td:before {
            content: attr(data-label);
            float: left;
        }
}

.header-label-volume {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-image-volume {
    width: 18px;
    margin-left: 10px;
}

/* Start new responsive changes */

/* Start table responsive */

table {
    border-collapse: collapse
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        text-align: center;
    }

    .table th {
        background-color: #F6F6F6;
    }

    .table thead th:first-child {
        border-top-left-radius: 10px;
    }

    .table thead th:last-child {
        border-top-right-radius: 10px;
    }

    .table thead th {
        vertical-align: top;
        border-bottom: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

@media screen {
    table tr:hover {
        background-color: #FAD4D4;
    }

    table tr:nth-child(2n+2) {
        background-color: #F6F6F6;
    }

        table tr:nth-child(2n+2):hover {
            background-color: #FAD4D4;
        }
}

/* End table responsive */

/* Start master content */

.main-container {
    display: block;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.main-content {
    display: block;
    position: relative;
    vertical-align: top;
    margin-left: 237px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    min-height: 100vh;
}

.profile-image {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}

.profile-image-mobile {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 2;
    cursor: pointer;
}

.hamburger {
    display: none;
}

.profile-name {
    float: right;
    color: #fff !important;
    margin-right: 20px;
    margin-top: 7px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {

    .profile-image-mobile {
        display: inline;
    }

    .hamburger {
        display: inline;
    }

    .main-content {
        margin-left: unset;
    }
}

/* End master content */

/* Start form inline */

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline-background {
    background-color: #EDEDED;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-inline .form-label {
    margin: 5px 10px 5px 0;
}

.form-inline .form-select,
.form-inline .form-input,
.form-inline .form-checkbox,
.common-input,
.form-inline .form-btn {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}

.form-inline .form-disable-btn {
    background-color: #A0A0A0;
}

.form-inline .form-btn-margin {
    margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
    .form-inline .form-select,
    .form-inline .form-input,
    .form-inline .form-checkbox,
    .form-inline .form-btn {
        margin: 10px 0;
        width: unset !important;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch !important;
    }

        .form-inline .form-btn-margin {
            margin: 10px 0 0 0;
        }

    .common-input {
        margin: 10px 0;
        width: 100% !important;
    }
}

/* End form inline */

/* Start graph */

.graph-card {
    padding: 1rem;
    height: 4rem;
}

.graph-cards {
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
}

@media (min-width: 1024px) {
    .graph-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* End graph */

/* Start full form */

.form-col-10 {
    float: left;
    width: 10%;
    margin-top: 7px;
}

.form-col-20 {
    float: left;
    width: 20%;
    margin-top: 7px;
}

.form-col-30 {
    float: left;
    width: 30%;
    margin-top: 7px;
}

.form-col-40 {
    float: left;
    width: 40%;
    margin-top: 7px;
}

.form-col-60 {
    float: left;
    width: 60%;
    margin-top: 7px;
}

.form-col-70 {
    float: left;
    width: 70%;
    margin-top: 7px;
}

.form-col-80 {
    float: left;
    width: 80%;
    margin-top: 7px;
}

.form-col-100 {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.form-row {
    display: flex;
}

    .form-row:after {
        content: "";
        /*display: table;*/
        clear: both;
    }

    .form-row .form-select,
    .form-row .form-input {
        vertical-align: middle;
    }

    .form-row .form-checkbox {
        vertical-align: middle;
        padding: 10px 10px 10px 0;
    }

    .form-row .form-hl-label {
        display: inline-block;
        width: 20%;
    }

    .form-row .form-hr-label {
        display: inline-block;
    }

    .form-row .and-label {
        margin: 0 5px;
    }

@media screen and (max-width: 1350px) {
    .form-col-20 {
        width: 25%;
    }

    .form-col-80 {
        width: 75%;
    }

    .form-row .form-hl-label {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .form-row {
        flex-flow: column;
    }

    .form-col-10, .form-col-20, .form-col-30, .form-col-40, .form-col-70, .form-col-60, .form-col-80 {
        width: 100%;
        margin-top: 0;
    }

    .form-row .form-select,
    .form-row .form-input,
    .form-row .form-checkbox {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .form-row .form-hl-label {
        width: 50%;
    }

    .form-row .form-hr-label {
        width: 50%;
    }

    .form-row .and-label {
        margin: 12px 5px;
    }
}

/* End full form */

/* Start common */

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-flow: column;
}

.ml-10 {
    margin-left: 10px;
}

.align-item-center {
    align-items: center
}

.align-item-start {
    align-items: start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.p-unset {
    padding: unset;
}

.m-5 {
    margin: 5px;
}

.lh-40 {
    line-height: 40px;
}

.h-50 {
    height: 50px;
}

@media screen and (max-width: 950px) {
    .production-area-flex-column {
        flex-flow: column;
    }

    .production-area-mb-20 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .flex-column-sm {
        flex-flow: column;
    }

    .ml-sm-0 {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .flex-column-sm {
        flex-flow: column;
    }

    .ml-sm-0 {
        margin-left: 0;
    }
}

/* End common */

/* End new responsive changes */

/* Start production map css */

.ui-dialog {
    width: 42% !important;
}

.ui-dialog {
    top: 215px !important;
    left: 515px !important;
}

#divContextMenu {
    display: none;
    position: absolute;
    padding: 0px 10px;
    background-color: #ddd;
    border: 1px solid #000;
    list-style-type: none;
    cursor: pointer;
}

    #divContextMenu li {
        padding: 5px;
    }

.new_tool_handle {
    cursor: move;
}

.production-area-canvas {
    overflow: auto;
    resize: both;
}

    .production-area-canvas .tool_wrapper {
        display: inline-block;
        width: auto;
        height: auto;
    }

        .production-area-canvas .tool_wrapper .ui-resizable-se {
            margin-left: -5px;
            margin-top: -5px;
        }

        .production-area-canvas .tool_wrapper .button {
            width: 60px;
            height: 60px;
            border: 1px red solid;
            text-align: center;
            padding: 0.5em;
        }

.batchIdlabel, .tankIdlabel, .notelabel {
    display: none;
}

.tanklabel {
    background-color: skyblue;
    border-radius: 5px;
    padding: 2px;
    font-size: 16px;
}

.batchlabel {
    background-color: antiquewhite;
    border-radius: 5px;
    padding: 2px;
    font-size: 16px;
}

.notelabel {
    background-color: darkseagreen;
    border-radius: 5px;
    padding: 2px;
    font-size: 16px;
}

.volumelabel {
    background-color: aquamarine;
    border-radius: 5px;
    padding: 2px;
    font-size: 16px;
}

.noteicon {
    font-size: 20px;
    color: yellowgreen;
    cursor: pointer;
}

#divProductionAreaCanvas .ui-state-disabled,
#draganddrop .ui-state-disabled {
    opacity: unset;
}

/* End production map css */

.btn-cancel {
    color: #2d70b7 !important;
    background-color: #FFFFFF !important;
    border: 1px #2d70b7 solid !important;
}

.pos-logo {
    vertical-align: top;
    height: 60px;
    margin-right: 10px;
}

@media print {
    .DIVNavigation {
        display: none;
    }

    .main-content {
        display: inline;
        overflow: visible;
    }
}

.overViewBtnCls div {
    display: inline-block;
    height: auto;
    box-shadow: 5px 8px 12px 0px rgba(0,0,0,0.47);
    transition: .3s;
    border-radius: 10px;
    margin: 15px;
    vertical-align: top;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 250px;
    height: 200px;
    text-align: left;
    background-color: #F1F1F1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-width: 5px;
    border-color: #FFFFFF;
    border-style: solid;
    transform: scale(1,1);
}

    .overViewBtnCls div:hover {
        box-shadow: none;
        transform: scale(0.95,0.95);
        border-width: 5px;
        border-color: #000000;
        border-style: solid;
    }

.Hint {
    padding: 10px 12px;
    position: absolute;
    margin-top: -38px;
    width: 266px;
    z-index: 1;
    display: none;
    color: #333;
    font-size: 92%;
}

.HintX {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 17px;
    top: 15px;
    cursor: pointer;
    z-index: 2;
    background-image: url(../Images/HintClose.png);
    background-repeat: no-repeat;
}

.Hint .HintText {
    background-image: url(../Images/HintTop.png);
    background-repeat: no-repeat;
}

.Hint .HintTextExtended {
    background-image: url(../Images/HintTopExtended.png);
    background-repeat: no-repeat;
}

.Hint .HintText p {
    padding: 8px 16px 1px 37px;
    margin: 0px;
}

.Hint .HintTextExtended p {
    padding: 8px 16px 1px 37px;
    margin: 0px;
}

.Hint .HintBottom {
    background-image: url(../Images/HintBottom.png);
    height: 5px;
    background-repeat: no-repeat;
}

span.HintBox {
    background-image: url(../Images/HintQuestionMark.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}

    span.HintBox p {
        display: none;
    }


/* Toggle button styling */
#sidebarToggle {
    position: absolute;
    top: 38px;
    left: 222px;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    color: var(--theme-color);
    border-radius: 100%;
    z-index: 9999;
    font-size: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* When sidebar is hidden (using either inline style or class) */
#DIVNavigation[style*="display: none"],
.DIVNavigation.hidden {
    /* This helps target the sibling toggle button */
}

    /* Position when sidebar is hidden */
    #DIVNavigation[style*="display: none"] + #sidebarToggle,
    .DIVNavigation.hidden + #sidebarToggle {
        left: 15px;
    }

/* Icon when sidebar is visible */
#sidebarToggle::before {
    content: '<'; /* Left arrow when sidebar is visible */
}

/* Icon when sidebar is hidden */
#DIVNavigation[style*="display: none"] + #sidebarToggle::before,
.DIVNavigation.hidden + #sidebarToggle::before {
    content: '>'; /* Right arrow when sidebar is hidden */
}

#sidebarToggle:hover {
    background-color: var(--theme-color);
    color: white;
    transform: scale(1.1);
}


/* Media queries - MOBILE FIRST APPROACH */
@media (max-width: 768px) {
    /* Default: hide sidebarToggle on mobile */
    #sidebarToggle {
        display: none !important;
    }

    .profile-image-mobile {
        display: inline-block !important;
    }

    .ContentPageTitle {
        font-size: 22px !important;
    }
}

/* For screens up to 660px */
@media (max-width: 660px) {
    #btnAddTopMenu {
        width: 100% !important;
    }

    #pnlItemUnitQuantities {
        text-align: center !important;
    }

        #pnlItemUnitQuantities > a:not(#btnAddTopMenu):not(.btnSelectDivisionTypesClass) {
            width: 90% !important;
            display: inline-flex !important;
            flex-direction: column-reverse;
        }

    .btnSelectDivisionTypesClass {
        width: 90% !important;
    }
}

/* For screens between 501px and 660px */
@media (max-width: 660px) and (min-width: 501px) {
    #pnlItemUnitQuantities > a:not(#btnAddTopMenu):not(.btnSelectDivisionTypesClass) {
        height: 280px !important;
    }
}

/* For screens between 400px and 500px */
@media (max-width: 500px) and (min-width: 400px) {
    #pnlItemUnitQuantities > a:not(#btnAddTopMenu):not(.btnSelectDivisionTypesClass) {
        height: 220px !important;
    }
}

/* For screens below 400px */
@media (max-width: 399px) {
    #pnlItemUnitQuantities > a:not(#btnAddTopMenu):not(.btnSelectDivisionTypesClass) {
        height: 180px !important; /* Fixed typo from 1800px to 180px */
    }
}

@media (min-width: 769px) {
    /* Always show on desktop */
    #sidebarToggle {
        display: block !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    /* Hide mobile hamburger on desktop */
    .profile-image-mobile {
        display: none !important;
    }
}


.breadcrumbs {
    position: absolute;
    top: 90px;
    padding-left: 10px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    width: 80%;
}

    .breadcrumbs a {
        cursor: pointer;
        text-decoration: none;
        color: var(--theme-color);
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs span {
        color: var(--theme-color);
        font-weight: bold;
    }

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0px 4px 0px 4px !important;
    color: var(--theme-color) !important
}
