﻿
input[type=button]:hover {
    cursor: pointer;
}

c, body {
    min-height: 100%;
}

.manifest-container {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 97%;
    /* <<< 25/10/2021    -   GJogi  -  247161  -Console Rebrand White Space Padding*/
    /*padding-top: 20px;*/
    padding-top: 10px;
    /* >>> 25/10/2021    -   GJogi  -  247161  -Console Rebrand White Space Padding*/
}

/* <<<< 07/02/2020 - AX196083 - HHOCA - Introducing manual debrief into fleXipod + creating the foundation for the new MVC project */
.manifest-container-nopadding {
    box-sizing: border-box;
    width: 100%;
    /*<<< AX214148 - DarnellE - 19/03/2020 - Scrollbar showing on clients with a header larger than 90px*/
    height: calc(100% + 30px);
    /*>>> AX214148 - DarnellE - 19/03/2020 - Scrollbar showing on clients with a header larger than 90px*/
}

    .manifest-container-nopadding > iframe {
        width: 100%;
        height: 100%;
    }
/* >>>> 07/02/2020 - AX196083 - HHOCA - Introducing manual debrief into fleXipod + creating the foundation for the new MVC project */

.searchcriteria {
    background-color: #ffffff;
    border-radius: 0px;
    width: 250px;
    margin: 0px 10px 0px 10px;
    float: left;
    position: relative;
    z-index: 1;
}

.searchcriteriaHidden {
    height: 40px;
}

#pleaseWaitAreaHolder {
    top: 0px;
    width: 100%;
    height: 97%;
    padding-top: 20px;
    margin-left: 270px;
    display: none;
}

.pleaseWaitArea {
    height: 114px;
    width: 254px;
    background-color: #ffffff;
    background-image: url("../images/loading.gif");
    position: relative;
    text-align: center;
    padding: 150px 0px 0px 0px;
    font-weight: bold;
    color: #bbb;
}


.resultscaption {
    background-color: #fff;
    height: 42px;
    margin: 0px 5px 5px 270px;
    border-radius: 0px;
    min-width: 695px;
    border: none;
}


#itemresultscaption {
    /*<<< DavidT #487914 26/06/2023 Added side panel on drop list screen*/
    margin: 0px 5px 0px 270px;
    /*>>> DavidT #487914 26/06/2023 Added side panel on drop list screen*/
}

#Alertsresultscaption {
    margin: 0px 0px 0px 270px;
}

.resultscaptionvisible {
    background-color: #fff;
    height: 40px;
    margin: 0px 5px 5px 270px;
    border-radius: 0px;
    min-width: 695px;
    border: none;
}

.results {
    height: 400px;
    margin: 10px 5px 0px 10px;
    border-radius: 0px;
    display: none;
    overflow: auto;
}

.resultstable {
    width: 100% !important;
    /*<<< 25/10/2021 GJogi 247159 - Console Rebrand Padding on first header field on a table */
    /*<<< 10/11/2021 - GJogi - 256933 - Alignment Issues at the Headers*/
    /*padding-left: 5px;*/
    /*<<< 10/11/2021 - GJogi - 256933 - Alignment Issues at the Headers*/
    /*>>> 25/10/2021 GJogi 247159 - Console Rebrand Padding on first header field on a table */
}


.default {
    width: 100%;
    height: 100%;
}

.welcomelabel {
    width: 100%;
    top: 300px;
    text-align: center;
    font-size: 20pt;
    color: #000;
    position: absolute;
}

.resultstitle {
    padding: 12px 0px 0px 15px;
    font-size: 11pt;
    color: #000;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.searchcriteriaheader {
    height: 40px;
    background-color: #e4ecec;
    border-radius: 0px;
    border: solid 1px #aaa;
}

.searchcriteriatitle {
    padding: 12px 0px 0px 15px;
    font-size: 11pt;
    color: #000;
    float: left;
    white-space: nowrap;
    /*<<< 20/12/2021 - SSaravanan - DO255634 - Edit Site Content*/
    /*overflow: hidden;*/
    /*>>> 20/12/2021 - SSaravanan - DO255634 - Edit Site Content*/
    text-overflow: ellipsis;
    font-weight: bold;
}

.searchcriteriatitle {
    width: 150px;
}

.searchcriteriahide {
    float: right;
    font-size: 10pt;
    color: #a20c33;
    text-align: right;
    padding: 12px 15px 0px 0px;
}

    .searchcriteriahide:hover {
        cursor: pointer;
        /*<<< 09/15/2021 - VBhardwaj - #247157: Console Rebrand - "Hide" Hover Over Styling Issue*/
        /*color: #000;*/
        font-weight: bold;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        /*>>> 09/15/2021 - VBhardwaj - #247157: Console Rebrand - "Hide" Hover Over Styling Issue*/
    }

.searchcriteriacontainer {
    margin: 10px 0px 0px 0px;   
    /*<<< DavidT #487914 26/06/2023 Added side panel on drop list screen*/
    height: calc(100vh - 125px - var(--headerheight));
    /*>>> DavidT #487914 26/06/2023 Added side panel on drop list screen*/
    background-color: #e4ecec; 
    border-radius: 0px;
    position: relative;
    border: solid 1px #aaa; 
    overflow-y: auto;
    overflow-x: hidden;   
}

.searchcriteriacontainer-overview {
    margin: 10px 0px 0px 0px;
    height: 406px;
    background-color: #e4ecec;
    border-radius: 0px;
    position: relative;
    border: solid 1px #aaa;
    min-height: 655px;
}

.searchcriteriarow {
    width: 100%;
    min-height: 45px;
    float: left;
    margin: 8px 0px 0px 0px;
}

.searchcriteriasearchrow {
    width: 100%;
    min-height: 45px;
    float: left;
    margin: 0px 0px 0px 0px;
}

.searchattributecriteriarow {
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 0px 0px 0px 0px;
}

.searchcriteriafilterresultsrow {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.searchcriteriabuttonrow {
    width: 100%;
    float: left;
    margin: 8px 0px 0px 0px;
}

.searchcriteriatyperow {
    width: 84%;
    /*<<< 20/01/2025 - AStoenescu - DO678673 - Fixed Driver Debrief search option styling*/
    height: auto;
    /*>>> 20/01/2025 - AStoenescu - DO678673 - Fixed Driver Debrief search option styling*/
    float: left;
    /*<<< 09/17/2021 VBhardwaj DO243257 - Create Driver Debrief radio button & page*/
    /*margin: 20px 10px 10px 10px;*/
    margin: 20px 10px 0px 15px;
    border: solid 1px #aaa;
    display: flex;
    flex-direction: column;
    /*>>> 09/17/2021 VBhardwaj DO243257 - Create Driver Debrief radio button & page*/
}

/*<<< 20/01/2025 - AStoenescu - DO678673 - Fixed Driver Debrief search option styling*/
.searchcriteriatypecontent {
    padding-bottom: 5px;
}
/*>>> 20/01/2025 - AStoenescu - DO678673 - Fixed Driver Debrief search option styling*/

.searchcriteriarownarrow {
    width: 100%;
    height: 50px;
    float: left;
    margin: 5px 0px 0px 0px;
}

.searchcriteriaLabel {
    padding: 5px 0px 0px 15px;
    font-size: 11pt;
    color: #000;
    font-weight: normal;
    float: left;
}

.searchcriteriaLabelButtons {
    padding: 0px 0px 0px 10px;
    font-size: 11pt;
    color: #000;
    font-weight: normal;
    float: left;
}

.searchcriteriaLabelNonBold {
    padding: 5px 0px 0px 15px;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
}

.searchcriteriaSubLabel {
    padding: 0px 0px 0px 5px;
    font-size: 11pt;
    font-weight: normal;
    float: left;
    color: #000;
}

.searchcriteriaInput {
    width: 100%;
    /*<<< 09/17/2021 VBhardwaj DO243257 - Create Driver Debrief radio button & page*/
    /*padding: 5px 0px 0px 15px;*/
    padding: 0px 0px 0px 15px;
    margin-top: 10px;
    /*>>> 09/17/2021 VBhardwaj DO243257 - Create Driver Debrief radio button & page*/
    color: #000;
    font-weight: normal;
    float: left;
}

.searchcriteriawarning {
    width: 220px;
    float: left;
    margin: 10px 10px 0px 10px;
    color: White;
    background-color: red;
    padding: 5px;
    border-radius: 0px;
    display: none;
    font-size: 11pt;
}

.txtDate, .txtDateTo, .txtPlannedVsActualDate, .txtPlannedVsActualDateTo {
    width: 180px;
    height: 20px;
    font-size: 11pt;
    color: Black;
    float: left;
    position: relative;
    z-index: 2008;
    border-radius: 0px;
    text-indent: 5px;
    border: solid 1px #aaa;
}

/*<<< 09/17/2021 VBhardwaj DO243257 - Create Driver Debrief radio button & page*/
.txtDriverDebriefDate, .txtDriverDebriefDateTo {
    width: 180px;
    height: 20px;
    font-size: 11pt;
    color: Black;
    float: left;
    position: relative;
    z-index: 2008;
    border-radius: 0px;
    text-indent: 5px;
    border: solid 1px #aaa;
}

.searchModeLabel {
    background-color: #e4ecec;
    z-index: 1;
    position: absolute;
    margin-left: 20px;
    margin-top: 12px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11pt;
    color: #000;
    font-weight: normal;
}
/*>>> 09/17/2021 VBhardwaj DO243257 - Create Driver Debrief radio button & page*/

.txtDateJob, .txtDateToJob {
    width: 180px;
    height: 20px;
    font-size: 11pt;
    color: Black;
    float: left;
    position: relative;
    z-index: 2008;
    border-radius: 0px;
    text-indent: 5px;
    border: solid 1px #aaa;
}

.selOutbase {
    width: calc(100% - 30px);
    height: 24px;
    font-size: 11pt;
    border-radius: 0px;
    text-indent: 5px;
    color: #000;
    border: solid 1px #aaa;
}

#chkFailrues {
    float: right;
    margin-right: 10px;
    font-size: 15pt;
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

/* <<< 13/03/2024 - DO569607 - VGudipudi - Added filter by User Search in User Maintenance*/
.filterUser {
    width: calc(100% - 36px);
    height: 20px;
    font-size: 11pt;
    border-radius: 0px;
    text-indent: 5px;
    color: #000;
    border: solid 1px #aaa;
}
/* >>> 13/03/2024 - DO569607 - VGudipudi - Added filter by User Search in User Maintenance*/

.searchcriteriaLabelFullRow {
    padding: 5px 0px 0px 15px;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
    float: left;
    width: 100%;
}

.searchcriteriaLabelFullRowWhite {
    padding: 5px 0px 0px 15px;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    float: left;
    width: 100%;
}

.searchcriteriahalfrow {
    width: 100%;
    height: 25px;
    float: left;
    margin: 5px 0px 0px 0px;
}

.searchCriteriaLeftCheckbox {
    float: left;
}

.searchcriteriaInputRight {
    padding: 5px 15px 0px 15px;
    float: right;
    color: #000;
    font-weight: normal;
}

.searchcriteriaCheckRight {
    float: right;
    margin-left: 5px;
}

/*<<< DavidT #487914 26/06/2023 Added side panel on drop list screen*/
#dropsearchcriteria {
    margin-left: 10px;
    margin-right: 0px;
}
/*>>> DavidT #487914 26/06/2023 Added side panel on drop list screen*/

.manifestoutbase {
    width: 100%;
    font-size: 12pt;
    padding: 3px 0px 0px 0px;
    height: 20px;
    float: left;
    font-weight: bold;
    background-color: rgb(234, 234, 232);
    border-bottom: 1pt solid black;
}

.manifestoutbaselabel {
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    font-size: 12pt;
}

    .manifestoutbaselabel:hover, .txtDate:hover {
        cursor: pointer;
    }

.resultstablecontainer {
    width: 100%;
}

.resultstablecontainer-rc {
    width: 100%;
    float: left;
}

.formsresultstablecontainer {
    width: 100%;
    float: left;
}

.formsresultstablecontainer-rc {
    width: 100%;
    float: left;
    min-width: 1400px;
    overflow-x: scroll;
}

.resultstablecontainercover {
    z-index: 2000;
    background-color: White;
    position: fixed;
    right: 0;
    padding: 5px;
}

.resultsNoResults {
    width: 100%;
    font-size: 18pt;
    color: #000;
    text-align: center;
    vertical-align: middle;
}

.heading-number {
    width: 16%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.heading-number-nomap {
    width: 17%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.heading-detail {
    width: 14%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.heading-detail-nomap {
    width: 15%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.heading-status {
    width: 15%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.heading-status-nomap {
    width: 16%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.heading-driver {
    width: 230px;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
/* table.dataTable thead th (jquery datatables) tries to apply 10px 0px 10px 0px padding by default */
/* but in the manifest search screen we want the text located at the bottom of the header. */
/* So overwrite the bottom 10px and instead set to 0px */
.resultsheadings-manifest > th.heading-driver {
    padding: 10px 0px 0px 0px !important;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.heading-driver-nomap {
    width: 20%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.heading-drops {
    width: 6%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.heading-drops-nomap {
    width: 7%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.heading-view {
    width: 7%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.heading-view-nomap {
    width: 8%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.heading-outbase {
    width: 0%;
    display: none;
}

.heading-onesize {
    width: 175px;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.manifest-onesize {
    width: 175px;
    font-size: 10pt;
    float: left;
    padding-top: 4px;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unassigndriver, .unallocated, .unassigndriversmate {
    color: Red;
}

    .reallocate:hover, .unallocated:hover {
        cursor: pointer;
        border: 1px solid #aaa;
        background-color: #fff;
        color: #000;
        width: 228px;
    }

.reallocateselected .unallocatedselected {
    border: 1pt solid #999;
    background-color: #b18abe;
    color: #eee;
}

.expander {
    padding: 0px 10px 0px 10px;
    font-size: 16pt;
    float: left;
}

.expander-group-row {
    /*<<< 28/07/2025 - AStoenescu - DO759744 - Removed as most rows are bigger than that (usually 25px) and this blocks the use od display flex*/
    /*height: 20px;*/
    /*>>> 28/07/2025 - AStoenescu - DO759744 - Removed as most rows are bigger than that (usually 25px) and this blocks the use od display flex*/
    float: left;
    width: 100%;
    background-color: #e4ecec;
    font-size: 11pt;
    border-bottom: 0.5px solid #aaa;
}

    .expander-group-row.subGroup td {
        padding-left: 30px !important;
        width: 90%;
        position: relative;
        float: left;
    }
        .expander-group-row.subGroup td span {
            float: left;
            width: 35%;
        }

.FISLabel {
    position: absolute;
    width: 20%;
    font-weight: bold;
    font-style: italic;
    float: none !important;
}

    .FISLabel span {
        float: none !important;
        width: 100%;
    }

.resultsheadings {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 0px;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* flex to centralise headers nicely */
    display: flex;
    flex-direction: row;
    align-items: center;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
}

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

/* An alternative to using absolute positioning to set the headings to the bottom of the header on the manifest search screen */
/* Instead, use flex-end */
.resultsheadings-manifest {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

    /* We have to style the sort buttons slightly different on the manifest search screen due to the addition of the vertical debrief columns */
    /* and text is located at the bottom of the header rather than the centre */
    .resultsheadings-manifest th.sorting {
        background: url(../images/sort_both.png) no-repeat bottom left;
        position: relative;
        background-position: center left !important;
        right: 5px;
    }

    .resultsheadings-manifest th.sorting_asc {
        background: url(../images/sort_asc.png) no-repeat bottom left;
        position: relative;
        background-position: center left !important;
        right: 5px;
    }

    .resultsheadings-manifest th.sorting_desc {
        background: url(../images/sort_desc.png) no-repeat bottom left;
        position: relative;
        background-position: center left !important;
        right: 5px;
    }

/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.manifest {
    width: 100%;
    height: 26px;
    border-bottom: 1pt dotted #b18abe;
    float: left;
}
/*.manifest:hover {cursor: pointer; background-color: Orange;}*/
.manifest-number {
    width: 16%;
    font-size: 10pt;
    float: left;
    padding-top: 4px;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manifest-number-nomap {
    width: 17%;
    font-size: 10pt;
    float: left;
    padding-top: 4px;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manifest-detail {
    width: 14%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.manifest-detail-nomap {
    width: 15%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.manifest-status {
    width: 15%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manifest-status-nomap {
    width: 16%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manifest-driver {
    width: 230px;
    max-width: 230px;
    font-size: 10pt;
    float: left;
    border-radius: 0px;
    margin-top: 0px;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    /* <<< 25/07/2025 - SChestney - DO715498 - Driver Selection Dropdown Icon Symbol Out of Box */
    display: flex;
    flex-direction: row;
    align-items: center;
    /* >>> 25/07/2025 - SChestney - DO715498 - Driver Selection Dropdown Icon Symbol Out of Box */
}

.manifest-driver-nomap {
    width: 20%;
    font-size: 10pt;
    float: left;
    padding-top: 1px 0px 0px 0px;
    border-top: solid 1pt #fff;
    border-right: solid 1pt #fff;
    border-left: solid 1pt #fff;
    border-radius: 0px;
    margin-top: 0px;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manifest-driver-label {
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    float: left;
    margin-top: 0px;
}

.manifest-driver-ddld {
    padding: 0px 0px 0px 0px;
    min-width: 30px;
    /* <<< 25/07/2025 - SChestney - DO715498 - Driver Selection Dropdown Icon Symbol Out of Box */
    margin-left: auto;
    /* >>> 25/07/2025 - SChestney - DO715498 - Driver Selection Dropdown Icon Symbol Out of Box */
    display: none;
}

.manifest-drivers-mate-label {
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    float: left;
    margin-top: 0px;
}

.manifest-drivers-mate-ddldm {
    padding: 0px 0px 0px 0px;
    min-width: 30px;
    float: right;
    display: none;
}

.manifest-drops {
    width: 6%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.manifest-drops-nomap {
    width: 7%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.processinglevel:hover {
    cursor: pointer;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #000;
    height: 12px;
    width: 173px;
}

.manifest-processing-level-ddld {
    padding: 0px 0px 0px 0px;
    min-width: 30px;
    float: right;
    display: none;
}

.manifest-processing-level-label {
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    float: left;
    margin-top: 0px;
    max-height: 16px;
}

.processingleveldropdown {
    position: absolute;
    min-width: 140px;
    border: solid 1px #aaa;
    display: none;
    background-color: #fff;
    z-index: 2000;
    border-radius: 0px;
}

.processingleveldropdownheader {
    width: 100%;
    background-color: #fbeeff;
    border-bottom: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.processingleveldropdownfooter {
    width: 100%;
    background-color: #e4ecec;
    border-top: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.processingleveldropdownheader-driver {
    width: 75%;
    float: left;
    color: #000;
    font-size: 10pt;
}

.processingleveldropdownheader-count {
    width: 25%;
    float: left;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.processingleveldropdown-list {
    width: 100%;
    float: left;
    overflow: auto;
    height: 80px;
    height: 200px;
    background-color: rgb(255, 255, 255);
}

.processingleveldropdown-row {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 10pt;
    border-bottom: 0.5pt dotted #b18abe;
    color: #000;
    padding-top: 3px;
}

.processingleveldropdown-row-active:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.processingleveldropdown-row-processinglevel {
    width: 75%;
    float: left;
    font-size: 10pt;
}

.processingleveldropdown-row-processinglevel-label {
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
}

.processingleveldropdown-row-count {
    width: 25%;
    float: left;
    font-size: 10pt;
    text-align: center;
}

.processingleveldropdownheader-close {
    width: 25%;
    float: right;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

    .processingleveldropdownheader-close:hover {
        cursor: pointer;
        color: #000;
    }

.processingleveldropdown-row-inactive {
    color: #bbb;
}

.manifest-drops-label {
    font-size: 10pt;
    float: left;
    width: 70%;
}

.manifest-drops-view {
    width: 7%;
    padding-top: 3px;
    float: left;
}

.manifest-drops-view-nomap {
    width: 8%;
    padding-top: 3px;
    float: left;
}

.manifest-drops-map-view {
    width: 7%;
    padding-top: 3px;
    float: left;
}

#debriefcodestable .drops-drop-view-button:hover, #formsresultstable .form-action-button:hover, #vehicleprofiletable .vehicleprofile-action-dropdown-button:hover {
    cursor: pointer;
    background-color: #e4ecec;
    color: #000;
}

.form-action-button, .drops-drop-view-button, .manifest-drops-view-button, .manifest-drops-map-view-button
, .manifest-drops-forms-button
, .manifest-drops-sequence-edit-button
, .formviewer-form-view-button
/* <<< 11/04/2025 - SChestney - DO243267 - driver debrief notes feature*/
, .manifest-view-driver-debrief-notes-button
/* >>> 11/04/2025 - SChestney - DO243267 - driver debrief notes feature*/
/* <<< 09/05/2025 - SChestney - DO727992 - APOD Cancel Visit (Console): Cancel Visit by Console interaction*/
, .manifest-drops-cancel-drop-button
/* >>> 09/05/2025 - SChestney - DO727992 - APOD Cancel Visit (Console): Cancel Visit by Console interaction*/ {
    width: 90%;
    font-size: 9pt;
    float: left;
    text-align: left;
    cursor: pointer;
    border: 1px solid #aaa;
    position: relative;
    color: #fff;
    background-color: #559bb4;
    border-radius: 0px;
    height: 15px;
    margin: -1px 0px 0px 0px;
    text-align: center;
    padding: 1px 0px 0px 0px;
}

    .form-action-button:hover, .drops-drop-view-button:hover, .manifest-drops-view-button:hover, .manifest-drops-map-view-button:hover
    , .manifest-drops-forms-button:hover
    , .manifest-drops-sequence-edit-button:hover
    /* <<< 29/11/2024 - SChestney - DO378528 - Can't view all columns on Form Viewer screen/table */
    , .formviewer-form-view-button:hover
    /* >>> 29/11/2024 - SChestney - DO378528 - Can't view all columns on Form Viewer screen/table */
    /* <<< 11/04/2025 - SChestney - DO243267 - driver debrief notes feature*/
    , .manifest-view-driver-debrief-notes-button:hover
    /* >>> 11/04/2025 - SChestney - DO243267 - driver debrief notes feature*/
    /* <<< 09/05/2025 - SChestney - DO727992 - APOD Cancel Visit (Console): Cancel Visit by Console interaction*/
    , .manifest-drops-cancel-drop-button:hover
    /* <<< 09/05/2025 - SChestney - DO727992 - APOD Cancel Visit (Console): Cancel Visit by Console interaction*/ {
        cursor: pointer;
        background-color: #a20c33;
        color: #fff;
    }


.manifest-drops-view-button {
    position: relative;
}

/* <<< 25/02/2025 - SChestney - DO243268 - display driver debrief score summary */
.driver-debrief-summary-popup {
    z-index: 2001;
    width: 25vw;
    min-width: 660px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    overflow: hidden;
}

.driver-debrief-summary-popup-content {
    display: flex;
    flex-direction: column;
    height: 55vh;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    scrollbar-gutter: stable;
    overflow-x: auto;
}

.driver-debrief-summary-popup-table-header {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 2px;
    border: 1px solid #aaa;
    text-decoration: none;
    font-size: 14pt;
    cursor: move;
    scrollbar-gutter: stable;
    overflow: hidden;
}

.driver-debrief-summary-popup-table-column-event {
    width: 30%;
    padding-left: 40px;
}

.driver-debrief-summary-popup-table-column-issue {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-right: 40px;
    gap: 5px;
}

.driver-debrief-summary-popup-table-row {
    display: flex;
    justify-content: space-around;
}

.driver-debrief-summary-popup-footer {
    display: inherit;
    height: 49px;
    background-color: #e4ecec;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
/* >>> 25/02/2025 - SChestney - DO243268 - display driver debrief score summary */

/* <<< 11/04/2025 - SChestney - DO243267 - driver debrief notes feature*/
.driver-debrief-notes-popup {
    z-index: 2001;
    width: 25vw;
    min-width: 660px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    overflow: hidden;
}

.driver-debrief-notes-popup-content {
    display: flex;
    justify-content: center;
    height: 55vh;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.driver-debrief-notes-popup-text-area {
    height: 100%;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    font-family: Arial, Helvitica, Sans-Serif;
    line-height: 22px;
}

.driver-debrief-notes-popup-title {
    display: inherit;
    width: 100%;
    /* <<< 23/05/2025 - SChestney - DO736570 - Long manifestID not being fully displayed in title */
    min-height: 35px;
    /* >>> 23/05/2025 - SChestney - DO736570 - Long manifestID not being fully displayed in title */
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .driver-debrief-notes-popup-title:hover {
        cursor: move;
    }

.driver-debrief-notes-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.driver-debrief-notes-popup-footer {
    display: inherit;
    height: 49px;
    background-color: #e4ecec;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.driver-debrief-notes-popup-footer-multiple-driver-assignments {
    display: inline-flex;
    align-items: center;
    height: 100%;
    color: red;
    padding-left: 14px;
    padding-right: 10px;
}
/* >>> 11/04/2025 - SChestney - DO243267 - driver debrief notes feature*/

/*<<< 30/04/2025 AStoenescu DO244435 - Added the "On The Fly" Driver Message*/
.driver-debrief-message-popup {
    z-index: 2001;
    width: 650px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    overflow: hidden;
}

.driver-debrief-message-popup-content {
    display: flex;
    justify-content: center;
    height: 25vh;
    gap: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.driver-debrief-message-popup-text-area {
    height: 100%;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    font-family: Arial, Helvitica, Sans-Serif;
    line-height: 22px;
}

.driver-debrief-message-popup-title {
    display: inherit;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .driver-debrief-message-popup-title:hover {
        cursor: move;
    }

.driver-debrief-message-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.driver-debrief-message-popup-footer {
    display: inherit;
    height: 49px;
    background-color: #e4ecec;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.driver-debrief-message-popup-message-label-div {
    display: inherit;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    padding: 6px 2px 2px 16px;
}
.driver-debrief-message-popup-footer-disabledButton
{
    pointer-events: none;
}
/*>>> 30/04/2025 AStoenescu DO244435 - Added the "On The Fly" Driver Message*/

.driverdropdown {
    position: absolute;
    min-width: 140px;
    border: solid 1px #aaa;
    display: none;
    background-color: #fff;
    z-index: 2000;
    border-radius: 0px;
}

.driverdropdownheader {
    width: 100%;
    background-color: #e4ecec;
    border-bottom: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.driverdropdownfooter {
    width: 100%;
    background-color: #e4ecec;
    border-top: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.driverdropdownheader-driver {
    width: 75%;
    float: left;
    color: #000;
    font-size: 10pt;
}

.driverdropdownheader-count {
    width: 25%;
    float: left;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.driverdropdown-list {
    width: 100%;
    float: left;
    overflow: auto;
    height: 80px;
    height: 200px;
    background-color: rgb(255, 255, 255);
}

.driverdropdown-row {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 10pt;
    border-bottom: 0.5pt dotted #b18abe;
    color: #000;
    padding-top: 3px;
}

    .driverdropdown-row:hover {
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }

.driverdropdown-row-driver {
    width: 75%;
    float: left;
    font-size: 10pt;
}

.driverdropdown-row-driver-label {
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
    /*<<< 29/08/2022 rvuddagiri DO326267 Alignment issue while assigning drivers through dropdown in Manifest screen*/
    display: block;
    cursor: pointer;
    /*>>> 29/08/2022 rvuddagiri DO326267 Alignment issue while assigning drivers through dropdown in Manifest screen*/
}

.driverdropdown-row-count {
    width: 25%;
    float: left;
    font-size: 10pt;
    text-align: center;
}

.driverdropdownheader-close {
    width: 25%;
    float: right;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

    .driverdropdownheader-close:hover {
        cursor: pointer;
        color: #000;
    }

.assignedtomanifest {
    color: #bbb;
}


.driversmatedropdown {
    position: absolute;
    min-width: 140px;
    border: solid 1px #aaa;
    display: none;
    background-color: #fff;
    z-index: 2000;
    border-radius: 0px;
}

.driversmatedropdownheader {
    width: 100%;
    background-color: #e4ecec;
    border-bottom: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.driversmatedropdownfooter {
    width: 100%;
    background-color: #e4ecec;
    border-top: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.driversmatedropdownheader-driver {
    width: 75%;
    float: left;
    color: #000;
    font-size: 10pt;
}

.driversmatedropdownheader-count {
    width: 25%;
    float: left;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.driversmatedropdown-list {
    width: 100%;
    float: left;
    overflow: auto;
    height: 80px;
    height: 200px;
    background-color: rgb(255, 255, 255);
}

.driversmatedropdown-row {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 10pt;
    border-bottom: 0.5pt dotted #b18abe;
    color: #000;
    padding-top: 3px;
}

    .driversmatedropdown-row:hover {
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }

.driversmatedropdown-row-driver {
    width: 75%;
    float: left;
    font-size: 10pt;
}

.driversmatedropdown-row-driver-label {
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
}

.driversmatedropdown-row-count {
    width: 25%;
    float: left;
    font-size: 10pt;
    text-align: center;
}

.driversmatedropdownheader-close {
    width: 25%;
    float: right;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

    .driversmatedropdownheader-close:hover {
        cursor: pointer;
        color: #000;
    }

.map-container {
    border-radius: 0px;
    background-color: White;
    margin: 0px 10px 0px 10px;
    height: 456px;
    min-width: 962px;
    height: 100%;
}

.map-popup {
    border: 1pt dotted black;
    height: 700px;
    margin: 0px 5px 0px 10px;
    border-radius: 0px;
    overflow: auto;
    position: relative;
}

.view-drops {
    border-radius: 0px;
    background-color: White;
    height: 456px;
    min-width: 962px;
    height: 100%;
}

.view-drop {
    border-radius: 0px;
    background-color: White;
    height: 456px;
    min-width: 962px;
    height: 100%;
}

.view-drops-header {
    background-color: #fff;
    height: 40px;
    margin: 0px 0px 0px 1%;
    border-radius: 0px;
    float: left;
    width: 99%;
    color: #fff;
    border: none;
}

.view-drops-content {
    border: none;
    border-radius: 0px;
}


/*<<< DavidT #487914 26/06/2023 Added side panel on drop list screen*/
#view-drops-drops-table_wrapper {
    overflow: hidden;
    overflow-x: auto;
    margin-right: 5px;
}

.drop-list-container #view-drops-drops-table_wrapper .dataTables_scrollBody {
    height: calc(100vh - 205px - var(--headerheight)) !important;
}

.drop-list-container #view-drops-drops-table_wrapper .dataTables_scroll {
    height: auto !important;
}
/*>>> DavidT #487914 26/06/2023 Added side panel on drop list screen*/

.view-drops-route-header {
    width: 99%;
    margin-left: 1%;
    height: 25px;
    background-color: #fff;
    border: none;
    float: left;
    border-radius: 0px;
}

.view-drops-drops-container {
    height: 317px;
    width: 100%;
    overflow: auto;
    float: left;
    overflow: hidden;
    margin-top: 5px;
}

/*<<< DavidT #487914 26/06/2023 Added side panel on drop list screen*/
.drop-list-drops-container {
    height: calc(100vh - 148px - var(--headerheight));
    width: 100%;
    overflow: auto;
    float: left;
    overflow: hidden;
    margin-top: 5px;
}
/*>>> DavidT #487914 26/06/2023 Added side panel on drop list screen*/

.view-jobs-container {
    height: 317px;
    width: 100%;
    overflow: auto;
    float: left;
    overflow: hidden;
    overflow-x: scroll;
}

.view-drops-drops-row-header {
    width: 100%;
    border-bottom: 1pt dotted #b18abe;
    background-color: #fff;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .view-drops-drops-row-header > th:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.view-jobs-row-header {
    width: 100%;
    background-color: #fff;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .view-jobs-row-header > th:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.view-drops-items-row-header {
    width: 100%;
    background-color: #fbeeff;
}

.view-drops-drops-row {
    width: 100%;
    height: 25px;
    border-bottom: 1pt dotted #b18abe;
    float: left;
    padding-top: 0px;
}

.view-jobs-row {
    width: 100%;
    height: 25px;
    border-bottom: 1pt dotted #b18abe;
    float: left;
    padding-top: 0px;
}

.view-drops-drops-row-selected {
    background-color: rgb(255, 231, 16);
}

.view-jobs-row-selected {
    background-color: rgb(255, 231, 16);
}

.view-drops-right {
    width: 250px;
    float: right;
}

.view-drops-drop-header {
    width: 248px;
    float: left;
    height: 35px;
    border-left: dotted 1pt black;
    border-bottom: solid 1pt black;
    background-color: rgb(234, 234, 232);
}

.view-drops-drop-detail {
    width: 248px;
    float: left;
    height: 317px;
    border-left: dotted 1pt black;
    overflow: auto;
}

.view-map-footer {
    width: 100%;
    float: left;
    border-top: 1pt solid black;
    height: 50px;
    background-color: #e4ecec;
    border-radius: 0px;
}

.view-drops-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    float: left;
    border-top: 1pt solid black;
    height: 50px;
    background-color: #e4ecec;
    border-radius: 0px;
}

.view-drops-footer-left {
    padding: 0px 0px 0px 10px;
}

.view-drops-footer-right {
    width: 250px;
    float: right;
}

.button-wide {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 100px;
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    font-size: 9pt;
}

.button-wide-search-criteria {
    width: 105px;
    font-size: 9pt;
    margin: 10px 10px 0px 0px;
}

.button-wide-overview-select-all {
    width: 105px;
    font-size: 9pt;
    margin: 10px 10px 0px 0px;
}

.button-wide-overview-select-none {
    width: 105px;
    font-size: 9pt;
    margin: 10px 0px 0px 5px;
}

.button-left {
    width: 105px;
    font-size: 9pt;
    float: left;
}

.button-extrawide {
    /*>>> 29/09/2021- GJogi - 247476 - Alignment Issue of edit symbol in Debrief Codes Screen*/
    width: 160px;
    /*>>> 29/09/2021- GJogi - 247476 - Alignment Issue of edit symbol in Debrief Codes Screen*/
    font-size: 9pt;
}

/*<<< 25/03/2022   SSaravanan  DO279467 - Fixing CreateDate getting overlapped on Remove Button*/
.button-remove {
    width: 100%;
}
/*>>> 25/03/2022   SSaravanan  DO279467 - Fixing CreateDate getting overlapped on Remove Button*/

.button.wide {
    width: 200px;
}
/*<<< 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */
.view-drops-drops-table {
}

.view-jobs-table {
}
/*>>> 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */

.view-drops-route-header-title, .view-drops-drop-header-title {
    padding: 5px 0px 0px 2px;
    font-size: 10pt;
    color: black;
    float: left;
}

    .view-drops-route-header-title a {
        text-decoration: none;
        color: Black;
    }

        .view-drops-route-header-title a:hover {
            cursor: pointer;
            color: #7ed5a9;
        }

.view-drops-route-header-transmission {
    padding: 5px 15px 0px 0px;
    font-size: 10pt;
    color: black;
    float: right;
}

.drops-heading-drop-number {
    width: 10%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.drops-heading-drop-time {
    width: 12%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.drops-heading-drop-name {
    width: 16%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.drops-heading-drop-address {
    width: 18%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.drops-heading-drop-postcode {
    width: 11%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.drops-heading-drop-status {
    width: 14%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: left;
}

.drops-heading-drop-debriefed {
    width: 12%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.drops-heading-drop-sent {
    width: 11%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.drops-heading-drop-view {
    width: 8%;
    float: left;
    background-color: #fbeeff;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.drops-heading-drop-number:hover, .drops-heading-drop-time:hover, .drops-heading-drop-name:hover, .drops-heading-drop-address:hover, .drops-heading-drop-postcode:hover, .drops-heading-drop-status:hover {
    cursor: pointer;
}

.drops-drop-number {
    width: 10%;
    font-size: 10pt;
    float: left;
    padding-top: 4px;
    text-align: center;
}

.drops-drop-time {
    width: 12%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.drops-drop-name {
    width: 16%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drops-drop-address {
    width: 18%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
}

.drops-drop-postcode {
    width: 11%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.drops-drop-status {
    width: 14%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.drops-drop-debriefed {
    width: 12%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
    font-size: 0pt;
    color: White;
}

.drops-drop-sent {
    width: 11%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
    font-size: 0pt;
    color: White;
}

.drops-drop-view {
    width: 8%;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: center;
    font-size: 0pt;
    color: White;
}

.drops-image {
    width: 15px;
    vertical-align: middle;
    height: 15px;
    text-align: center;
}

.clickable:hover {
    cursor: pointer;
}

.view-drops-drops-table {
    /*<<< 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */
    width: 100% !important;
    margin-left: 5px !important;
    /*>>> 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */
}

.view-drops-drops-table-body {
    height: 100%;
    overflow: auto;
    width: 100%;
}
/*<<< 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */
.view-jobs-table {
    width: 100% !important;
    padding-left: 5px;
}
/*>>> 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */

.view-jobs-table-body {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.drop-details-label {
    float: left;
    width: 40%;
    font-size: 12pt;
}

.drop-details-data {
    float: left;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    width: 60%;
}

.drop-details-details {
    float: left;
    overflow: auto;
    min-height: 100%;
}

.drop-details-details-row {
    width: 98%;
    float: left;
    padding: 0px 0px 0px 10px;
    line-height: 25px;
}

.drop-details-details-row-right {
    width: 98%;
    float: left;
    margin: 4px 0px 0px 0px;
    min-width: 450px;
}

.drop-details-edit {
    float: left;
    height: 140px;
    width: 100%;
}

.drop-details-edit-title {
    width: 238px;
    padding: 5px 0px 0px 10px;
    border-bottom: solid 1pt black;
    background-color: rgb(234, 234, 232);
    height: 25px;
    font-size: 12pt;
}

.drop-details-edit-instructions {
    float: left;
    height: 60px;
    border: 1pt dotted #b18abe;
    width: 237px;
    margin: 0px 0px 0px 0px;
    font-size: 12pt;
    font-weight: bold;
    overflow: auto;
    font-family: Arial, Helvitica, Sans-Serif;
}

.buttonsmall {
    width: 60px;
    height: 18px;
    padding-top: 5px;
}

.drop-details-details {
    width: 100%;
    overflow-x: auto;
}

.view-drop-container {
    width: 100%;
    height: 100%;
    float: left;
}


.view-drop-container-right {
    width: 48.5%;
    height: 98%;
    float: right;
    margin-right: 1%;
}

.view-drop-container-left {
    width: 48.5%;
    height: 98%;
    float: left;
    margin-left: 1%;
    border: 1px solid silver;
    overflow: auto;
}

.view-drop-content-right-top {
    width: 100%;
    float: left;
}

.view-drop-content-right-bottom {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.view-drop-content-right-container {
    width: 100%;
    display: none;
}

.view-drop-content-right-container-show {
    display: block;
    height: 100%;
    overflow: auto;
    border: 1px solid silver;
}

.view-drop-content-right-header {
    width: 100%;
    float: left;
}

.view-drop-content-right-header-item {
    /* <<< 07/05/2025 - SChestney - DO727987 - APOD Cancel Visit (Console): Drop History Tab */
    min-width: 16%;
    /* >>> 07/05/2025 - SChestney - DO727987 - APOD Cancel Visit (Console): Drop History Tab */
    padding: 4px 3px;
    float: left;
    text-align: center;
    font-size: 12pt;
    color: Black;
    border: 1pt solid silver;
    border-bottom: none;
    border-radius: 0px;
}

    .view-drop-content-right-header-item:hover {
        cursor: pointer;
        color: #000;
    }

.drop-header-item-selected {
    color: #000;
    font-weight: bold;
}

/* <<< 29/01/2025 - SChestney - DO668536 - Created the Two Way Messaging screens */
#DropDetailsTwoWayUnreadMessageCountHeaderLozenge {
    position: absolute;
    display: inline;
    margin-left: 5px;
    margin-top: -2px;
    float: none;
}
/* >>> 29/01/2025 - SChestney - DO668536 - Created the Two Way Messaging screens */

.drop-message-table-container {
    width: 100%;
    height: 130px;
    border-top: 1pt solid #aaa;
    border-bottom: 1pt solid #aaa;
    border-radius: 0px;
    float: left;
    overflow: auto;
}

.drop-message-table {
    width: 100%;
    font-size: 10pt;
    table-layout: auto;
}

.drop-documents-table-container {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    float: left;
    overflow: auto;
}

.drop-message-table-row:hover {
    cursor: pointer;
    background-color: #E4ECEC;
}

table.drop-message-table .Message {
    width: 55%;
}

table.drop-message-table .User {
    width: 15%;
}

table.drop-message-table .Created {
    width: 15%;
}

table.drop-message-table .Acknowledged {
    width: 15%;
}

table.drop-message-table tr td {
    text-align: center;
    border-bottom: 1pt dotted #b18abe;
    border-right: 1pt dotted #b18abe;
}

    table.drop-message-table tr td:first-of-type {
        text-align: left;
    }

    table.drop-message-table tr td:last-of-type {
        border-right: none;
    }

.drop-message-textarea {
    width: 96%;
    height: 92%;
    padding: 5px 5px 5px 10px;
    border: 0pt solid white;
    font-size: 12pt;
    font-weight: bold;
    overflow: auto;
    font-family: Arial, Helvitica, Sans-Serif;
}

.view-drop-items-container {
    /*<<< 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */
    /*margin: 0px 5px 0px 10px;*/
    margin: 5px 5px 0px 0px;
    /*>>> 27/10/2021- GJogi - 247765 - Manifest Search screen drag selected columns styling inconsistency */
    border-radius: 0px;
    overflow-x: auto;
    overflow-y: hidden;
}

/*<<< DavidT #487914 26/06/2023 Added side panel on drop list screen*/
.drop-list-container {
    margin: 5px 0px 0px 0px;
    border-radius: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto !important;
    padding-left: 10px;
}

.drop-list-content {
    border: none;
    border-radius: 0px;
}

.drop-list-header {
    width: 100%;
    height: 25px;
    background-color: #fff;
    border: none;
    float: left;
    border-radius: 0px;
}
/*>>> DavidT #487914 26/06/2023 Added side panel on drop list screen*/

.view-alerts-container {
    height: auto !important;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* Align the alert table on the x-axis to the search container to the left of the screen */
    margin: 10px 0px 0px 0px;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    border-radius: 0px;
    overflow-x: auto;
    overflow-y: hidden;
}

    .view-alerts-container .resultstablecontainer {
        height: auto !important;
    }

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
.resultheadings-alerts > th:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.view-drop-items-container .resultstablecontainer {
    height: auto !important;
}

#itemresultstable_wrapper {
    height: auto !important;
}


.dataTables_scrollHeadInner {
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    /*background-color: #fff;*/
    /* <<< 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    background-color: #ffffff;
    /* >>> 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    border-radius: 0px;
    /*<<< 19/11/2021 - GJogi - 243258 - Vertical column Depot Time Deviation Conditions */
    /*border-bottom: solid 1px #000;*/
    /*>>> 19/11/2021 - GJogi - 243258 - Vertical column Depot Time Deviation Conditions */
    width: 100% !important;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    display: none;
}

.dataTable tr {
    width: 100%;
    color: #000;
    /*<<< 10/11/2021 - GJogi - 256933 - Alignment Issues at the Headers*/
    padding-left: 1px;
    /*>>> 10/11/2021 - GJogi - 256933 - Alignment Issues at the Headers*/
}

.dataTable td {
}

.dataTable_thPadding {
    padding: 10px 0px !important;
    border-bottom: none !important;
}

.dataTable_tdPadding {
    padding: 5px 0px !important;
}

.dataTable_sorting {
    position: relative;
    background-position: center left !important;
    right: 5px;
}

.sorting {
    background: url('../images/sort_both.png') no-repeat center left;
}

.sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center left;
}

.sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center left;
}

.expanded-group {
    background: url("../images/minus.jpg") no-repeat scroll left center;
    padding-left: 15px !important;
}

.collapsed-group {
    background: url("../images/plus.jpg") no-repeat scroll left center;
    padding-left: 15px !important;
}

.group {
    display: inline-table;
}

.messagestable {
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    width: 100% !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    border-collapse: collapse !important;
    padding-bottom: 5px;
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
}

.messagestableheadings {
    width: 100%;
    height: 35px;
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    /*border: 1pt dotted #b18abe;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    background-color: #fff;
    border-radius: 0px;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.debrief-codes-row-header {
    width: 100%;
    float: left;
}

.mt-head-date {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 15% !important;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    background-color: #fbeeff;
    color: #000;
    font-size: 10pt;
    /*<<< 31/03/2022 SSaravanan  DO279433 Fixing column alignment issue*/
    /*text-align: center;*/
    text-align: start;
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    padding-left: 2px !important;
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    /*>>> 31/03/2022 SSaravanan  DO279433 Fixing column alignment issue*/
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .mt-head-date:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */

.mt-head-user {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 10% !important;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    background-color: #fbeeff;
    color: #000;
    font-size: 10pt;
    text-align: left;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .mt-head-user:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.mt-head-to {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 15% !important;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    background-color: #fbeeff;
    color: #000;
    font-size: 10pt;
    text-align: left;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .mt-head-to:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.mt-head-message {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 50% !important;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    background-color: #fbeeff;
    color: #000;
    font-size: 10pt;
    text-align: left;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .mt-head-message:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.mt-head-view {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 10% !important;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    /* <<< 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    background-color: #ffffff;
    /* >>> 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    color: #000;
    font-size: 10pt;
    /*<<< 22/08/2022 - GJogi - 272711 - Styling issue in Messaging Screen*/
    /*text-align: left;*/
    text-align: left;
    /*>>> 22/08/2022 - GJogi - 272711 - Styling issue in Messaging Screen*/
}


.mt-row {
    min-height: 25px;
    width: 100%;
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    border-bottom: 1pt dotted #b18abe;
    position: relative;
    font-size: 10pt;
    color: #000;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

    .mt-row:hover {
        white-space: normal; /*height: auto;*/
        cursor: pointer;
        background-color: #eee;
    }

        .mt-row:hover td {
            white-space: normal;
        }


.mt-date {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 15%;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    /*<<< 31/03/2022 SSaravanan  DO279433 Fixing column alignment issue*/
    /*text-align: center;*/
    text-align: start;
    /*>>> 31/03/2022 SSaravanan  DO279433 Fixing column alignment issue*/
    /*<<< 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    word-break: break-word;
    /*>>> 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

.mt-user {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 10%;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    /*<<< 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    word-break: break-word;
    /*>>> 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

.mt-to {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 15%;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    text-align: left;
    /*<<< 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    word-break: break-word;
    /*>>> 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

.mt-message {
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    width: 50%;
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    text-align: left;
    white-space: normal; /*overflow:hidden; text-overflow: ellipsis;*/
    /*<<< 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    word-break: break-word;
    /*>>> 20/09/2022  VGudipudi  DO343146-Messaging Screen Zoom Issue*/
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
    padding-right: 5px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns (Alignment fixes) */
}

.mt-view {
    width: 10%;
    /*<<< 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    /*float: left;*/
    /*>>> 16/09/2022  VGudipudi  DO279433-Messaging Screen layout / column alignment*/
    text-align: right;
}

.mt-message:hover {
}

.help-popup {
    width: 750px;
    height: 650px;
    color: black;
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    background-color: white;
    z-index: 1002;
    border: 1px solid #000000;
    overflow: none;
    border-radius: 0px;
    box-shadow: 10px 10px 5px #888;
}

.help-popup-title {
    display: inherit;
    width: 750px;
    height: 35px;
    background-color: #fbeeff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
}

    .help-popup-title:hover {
        cursor: move;
    }

.help-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #fff;
    display: inline;
    text-align: left;
    float: left;
}

.help-popup-content {
    width: 747px;
    height: 565px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

/*<<< 22/01/2020 - ADyson - AX211996 - Adjusted for centralization.*/
.message-popup {
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 600px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup  */
    height: 430px;
    color: White;
    display: none;
    position: absolute;
    top: calc(50% - 215px);
    left: calc(50% - 250px);
    /*margin: 0px 0px 0px -190px;*/
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}
/*>>> 22/01/2020 - ADyson - AX211996 - Adjusted for centralization.*/

.message-popup-title {
    display: inherit;
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 598px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .message-popup-title:hover {
        cursor: move;
    }

.message-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.message-popup-content {
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 598px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    height: 345px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.message-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.message-popup-label-div {
    float: left;
    margin: 5px 10px 0px 10px;
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 578px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
}

.message-popup-label {
    font-size: 12pt;
    color: Black;
    float: left;
    padding-top: 5px;
    margin: 0px 5px 0px 5px;
}

.message-popup-label-option {
    font-size: 10pt;
    color: #000;
    float: left;
    margin: 0px 5px 0px 5px;
}

.message-popup-label-option-right {
    font-size: 10pt;
    color: #000;
    float: right;
    margin: 0px 5px 0px 5px;
}

    .message-popup-label-option:hover, .message-popup-label-option-right:hover {
        cursor: pointer;
        font-weight: bold;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.message-popup-footer {
    display: inherit;
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 598px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.message-popup-message-text {
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 578px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    height: 255px;
    border: 1pt solid #aaa;
    margin: 10px;
    float: left;
}

.message-popup-message-text-view {
    overflow: auto;
    width: 468px;
    height: 245px;
    color: Black;
    font-weight: bold;
    overflow: auto;
    margin: 5px;
    font-size: 16pt;
    font-family: Arial, Helvitica, Sans-Serif;
}

/*<<< 21/01/2020 - AX211962 - Adjusted to a slightly better fit and disabled resizing because the outer container doesn't resize.*/
.driver-message-textarea {
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 566px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    height: 240px;
    resize: none;
    border: none;
    font-weight: bold;
    overflow: auto;
    margin: 5px;
    font-size: 16pt;
    font-family: Arial, Helvitica, Sans-Serif;
}
/*>>> 21/01/2020 - AX211962 - Adjusted to a slightly better fit and disabled resizing because the outer container doesn't resize.*/


.message-popup-charcount-div {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 488px;
}

.message-popup-charcount-label {
    font-size: 12pt;
    color: #a20c33;
    float: right;
    text-align: right;
    margin-right: 10px;
    padding-top: 4px;
}

.message-popup-expiry-time {
    float: left;
    font-size: 12pt;
    height: 25px;
}

.message-popup-expiry-div {
    float: left;
    margin: 0px 0px 0px 10px;
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 588px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
}

.txtExpiryDate {
    width: 110px;
    height: 20px;
    font-size: 12pt;
    color: Black;
    float: left;
    padding-left: 5px;
}

.message-popup-expiry-div-detail {
    float: left;
}

.expires-checkbox {
    float: left;
    padding-top: 7px;
}

.message-popup-message-drivers {
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 582px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    height: 255px;
    border: 1pt solid #000;
    border-radius: 0px;
    margin: 2px 10px 10px 10px;
    float: left;
    overflow-y: scroll;
    overflow-x: none;
}

.message-driver-list-manifestgroup {
    color: Black;
    font-size: 12pt;
    float: left;
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 535px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    background-color: #e4ecec;
    border-bottom: 1pt dotted black;
    border-bottom: 1pt dotted black;
    margin: 2px 0px 2px 0px;
}

.message-driver-list-driver {
    /* <<< 07/01/2025 - SChestney - DO652275 - Aligning issues driver messaging */
    display: flex;
    align-items: center;
    /* >>> 07/01/2025 - SChestney - DO652275 - Aligning issues driver messaging */
    margin-left: 40px;
    color: Black;
    font-size: 12pt;
    /* <<< 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    width: 340px;
    /* >>> 16/05/2025 - SChestney - DO715567 - Username is not displayed fully on broadcast popup */
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-driver-list-driver-lang {
    margin-left: 0px;
    color: Black;
    font-size: 12pt;
    width: 140px;
    float: left;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-driver-list-manifestgroup-expander {
    margin: 0px 3px 0px 3px;
    float: left;
    font-size: 14pt;
    font-weight: bold;
    width: 15px;
    text-align: center;
}

    .message-driver-list-manifestgroup-expander:hover {
        cursor: pointer;
    }

.message-driver-list-manifestgroup-name {
    float: left;
    font-weight: bold;
}

.message-driver-list-manifestgroup-check {
    float: left;
    margin: 0px 5px 0px 0px;
}

.message-driver-list-driver-check {
    float: left;
    /* <<< 07/01/2024 - SChestney DO652275 - Added spacing between input and driver name */
    margin: 0px 5px 0px 0px;
    /* >>> 07/01/2024 - SChestney DO652275 - Added spacing between input and driver name */
}

.ui-datepicker-trigger {
    float: left;
}

.uploadstable {
    width: 100%;
    border-collapse: collapse !important;
    padding-bottom: 5px;
}

.uploadstableheadings {
    width: 100%;
    height: 35px;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0px;
    color: #fff;
}

.ut-head-date {
    /*<<< 25/10/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    width: 15%;
    float: left;
    /*>>> 25/10/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    font-size: 10pt;
    text-align: left;
    padding-left: 15px !important;
}

.ut-head-user {
    /*<<< 25/10/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    /* <<< 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
    width: 15%;
    float: left;
    /* >>> 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
    /*float: left;*/
    /*>>> 25/10/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    font-size: 10pt;
    text-align: left;
}

.ut-head-filename {
    /*<<< 25/10/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    width: 15%;
    float: left;
    /*>>> 25/10/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    font-size: 10pt;
    text-align: left;
    /*<<<* 10/19/2021 - Vbhardwaj - 247115 - Console Rebrand - Upload Page Styling Issue */
    /*<<< 17/08/2021 - GJogi - 228672 - Inappropriate Message in Upload Screen when the file name is to large*/
    /*margin-right: 15px;*/
    /*<<< 17/08/2021 - GJogi - 228672 - Inappropriate Message in Upload Screen when the file name is to large*/
    /*>>>* 10/19/2021 - Vbhardwaj - 247115 - Console Rebrand - Upload Page Styling Issue */
}

.ut-head-output {
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    width: 39%;
    float: left;
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    font-size: 10pt;
    text-align: left;
}

.ut-head-status {
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    width: 15%;
    float: left;
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    font-size: 10pt;
    text-align: left;
}

/*
.ut-row {width: 100%; min-height: 25px; max-height: 25px; float: left; border-bottom: 1pt dotted silver;}
.ut-row:hover {min-height: 25px; max-height: 100px;}
*/
.ut-row {
    min-height: 25px;
    width: 100%;
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    /*float: left;*/
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    border-bottom: 1pt dotted silver;
    height: auto;
    white-space: normal;
    overflow: hidden; /* text-overflow: ellipsis; */
    font-size: 10pt;
    color: #000;
}

    .ut-row:hover {
        white-space: normal;
        height: auto;
        cursor: pointer;
        background-color: #e4ecec;
    }

        .ut-row:hover td {
            white-space: normal;
        }

.ut-date {
    width: 15%;
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    padding-left: 15px !important;
    float: left;
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    text-align: left;
}

.ut-user {
    /* <<< 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
    width: 15%;
    /* >>> 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    float: left;
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    text-align: left;
    /* <<< 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* >>> 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
}

.ut-filename {
    width: 15%;
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    float: left;
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    text-align: left;
    /*<<< 17/08/2021 - GJogi - 228672 - Inappropriate Message in Upload Screen when the file name is to large*/
    white-space: normal;
    word-break: break-word;
    /*>>> 17/08/2021 - GJogi - 228672 - Inappropriate Message in Upload Screen when the file name is to large*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut-output {
    width: 39%;
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    float: left;
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    text-align: left;
    /* <<< 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* <<< 13/12/2022 - SChestney - DO369911 - Upload Screen layout / column alignment issue */
}

    .ut-output:hover {
        color: #a20c33;
    }

.ut-status {
    width: 15%;
    /*<<< 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    float: left;
    /*>>> 03/11/2022 VGudipudi DO352073 - Upload Screen layout / column alignment issue*/
    text-align: left;
}

.upload-popup {
    width: 500px;
    height: 220px;
    color: White;
    display: none;
    position: absolute;
    top: 230px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.upload-popup-title {
    display: inherit;
    width: 498px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .upload-popup-title:hover {
        cursor: move;
    }

.upload-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.upload-popup-content {
    width: 498px;
    height: 135px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.documents-upload-popup-content {
    width: 498px;
    height: 300px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.documents-upload-popup {
    width: 500px;
    height: 260px;
    color: White;
    display: none;
    position: absolute;
    top: 230px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.document-upload-popup-label {
    font-size: 10pt;
    color: Red;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.upload-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.upload-popup-label-div {
    float: left;
    margin: 5px 10px 0px 10px;
    width: 478px;
}

.upload-popup-label {
    font-size: 12pt;
    color: Black;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.upload-popup-label-option {
    font-size: 10pt;
    color: #5e216f;
    float: left;
    margin: 0px 5px 0px 5px;
}

.upload-popup-label-option-right {
    font-size: 10pt;
    color: #5e216f;
    float: right;
    margin: 0px 5px 0px 5px;
}

    .upload-popup-label-option:hover, .upload-popup-label-option-right:hover {
        cursor: pointer;
        color: #7ed5a9;
    }

.upload-progress-label {
    font-size: 12pt;
    color: Black;
    float: left;
    padding-top: 15px;
    margin: 0px 5px 0px 5px;
    padding-left: 10px;
}


.upload-popup-footer {
    display: inherit;
    width: 498px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.upload-popup-upload-text {
    width: 478px;
    height: 40px;
    border: 1pt solid #e4ecec;
    border-radius: 0px;
    margin: 10px 10px 2px 10px;
    float: left;
}

.upload-popup-upload-text-view {
    overflow: auto;
    width: 468px;
    height: 30px;
    color: Black;
    font-weight: bold;
    overflow: auto;
    margin: 5px;
    font-size: 16pt;
    font-family: Arial, Helvitica, Sans-Serif;
}

.driver-upload-textarea {
    width: 468px;
    height: 30px;
    border: 0pt solid white;
    font-weight: bold;
    overflow: auto;
    margin: 5px;
    font-size: 16pt;
    font-family: Arial, Helvitica, Sans-Serif;
    resize: none;
}

.documents-upload-textarea {
    width: 400px;
    height: 30px;
    border: 0pt solid white;
    font-weight: bold;
    overflow: auto;
    margin: 5px;
    font-size: 16pt;
    font-family: Arial, Helvitica, Sans-Serif;
    resize: none;
}

.upload-popup-charcount-div {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 488px;
}

.upload-popup-charcount-label {
    font-size: 12pt;
    color: #7ed5a9;
    float: right;
    text-align: right;
    margin-right: 10px;
    padding-top: 4px;
}

.upload-popup-expiry-time {
    float: left;
    font-size: 12pt;
    height: 25px;
}

.upload-errorpopup {
    width: 500px;
    height: 500px;
    color: White;
    display: none;
    position: absolute;
    top: 130px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.upload-errorpopup-title {
    display: inherit;
    width: 498px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #000;
}

    .upload-errorpopup-title:hover {
        cursor: move;
    }

.upload-errorpopup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.upload-errorpopup-content {
    width: 498px;
    height: 415px;
    max-height: 415px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.upload-errorpopup-container {
    width: 100%;
    height: 100%;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
}

.upload-errorpopup-label-div {
    float: left;
    margin: 5px 10px 0px 10px;
    width: 478px;
}

.upload-errorpopup-label {
    font-size: 12pt;
    color: Black;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.upload-errorpopup-label-option {
    font-size: 10pt;
    color: #5e216f;
    float: left;
    margin: 0px 5px 0px 5px;
}

.upload-errorpopup-label-option-right {
    font-size: 10pt;
    color: #5e216f;
    float: right;
    margin: 0px 5px 0px 5px;
}

    .upload-errorpopup-label-option:hover, .upload-errorpopup-label-option-right:hover {
        cursor: pointer;
        color: #7ed5a9;
    }

.upload-errorpopup-error {
    min-height: 20px;
    padding: 10px 5px 10px 5px;
    width: 100%;
    float: left;
}

.error-topborder {
    border-top: 1px dotted silver;
}

.upload-errorpopup-record-label {
    width: 60px;
    font-size: 10pt;
    color: Black;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.upload-errorpopup-error-label {
    width: 380px;
    font-size: 10pt;
    color: Black;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.upload-errorpopup-noerrors {
    padding: 0px 20px 0px 20px;
    font-size: 18pt;
    color: #000;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.upload-errorpopup-container-noerrors {
    width: 100%;
    height: 100%;
    float: left;
    display: table;
    overflow-y: scroll;
    overflow-x: hidden;
}

.upload-errorpopup-footer {
    display: inherit;
    width: 498px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.view-message-table {
    width: 100%;
    height: 100%;
}

.view-message-table-row {
    min-height: 25px;
    width: 100%;
    float: left;
    border-bottom: 1pt dotted #b18abe;
    height: auto;
    white-space: normal;
    overflow: hidden; /* text-overflow: ellipsis; */
    font-size: 10pt;
    color: #000;
}

.view-message-table-head {
    width: 100%;
    height: 20px;
    border: 1pt dotted #b18abe;
    background-color: #fbeeff;
}

.view-message-table-head-name {
    width: 40%;
    float: left;
    background-color: #fbeeff;
    color: #000;
    font-size: 10pt;
    text-align: left !important;
}

    /* <<< 28/03/2023 - SChestney - Adjust sorting arrow text position on View Message Recipients screen */
    .view-message-table-head-name:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 28/03/2023 - SChestney - Adjust sorting arrow text position on View Message Recipients screen */

.view-message-table-head-tick {
    width: 15%;
    float: left;
    background-color: #fbeeff;
    color: #000;
    font-size: 10pt;
    text-align: center !important;
}

.view-message-table-head-date {
    width: 30%;
    float: left;
    background-color: #fbeeff;
    color: #000;
    font-size: 10pt;
    text-align: center !important;
}

.view-message-table-name {
    width: 40%;
    float: left;
    color: black;
    font-size: 10pt;
    text-align: left !important;
}

.view-message-table-tick {
    width: 15%;
    float: left;
    color: black;
    font-size: 10pt;
    text-align: center !important;
}

.view-message-table-date {
    width: 30%;
    float: left;
    color: black;
    font-size: 10pt;
    text-align: center !important;
}


.languagedropdown {
    position: absolute;
    border-right: solid 1pt #000;
    border-left: solid 1pt #000;
    border-top: solid 1pt #000;
    border-bottom: solid 1pt #000;
    display: none;
    background-color: #fff;
    z-index: 2000;
    border-radius: 0px;
    /*21/10/21 Vbhardwaj 247119: Console Rebrand - Send Message Styling Issues*/
    /*max-height: 200px;*/
    max-height: 400px;
    /*21/10/21 Vbhardwaj 247119: Console Rebrand - Send Message Styling Issues*/
    width: 250px;
}

.langwarning {
    position: absolute;
    border-right: solid 1pt #000;
    border-left: solid 1pt #000;
    display: none;
    background-color: red;
    color: White;
    z-index: 2000;
    border-radius: 0px;
    padding: 5px 3px 5px 3px;
    width: 244px;
    font-size: 10pt;
    text-align: center;
}

.languagedropdownheader {
    width: 100%;
    background-color: #fff;
    border-bottom: 1pt dotted #aaa;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.languagedropdownfooter {
    width: 100%;
    background-color: #eee;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.languagedropdownheader-language {
    width: 75%;
    float: left;
    color: #000;
    font-size: 10pt;
    font-weight: bold;
}

.languagedropdownheader-count {
    width: 25%;
    float: left;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.languagedropdown-list {
    width: 100%;
    float: left;
    overflow: auto;
    height: 80px;
    height: 200px;
    background-color: #ffffff;
}

.languagedropdown-row {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 10pt;
    border-bottom: 0.5pt dotted #aaa;
    color: #000;
    padding-top: 3px;
}

    .languagedropdown-row:hover {
        cursor: pointer;
        background-color: #7ed5a9;
    }

.languagedropdownheader-row-language-label {
    width: 75%;
    float: left;
    font-size: 10pt;
}

.languagedropdownheader-row-language-label {
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
}

.driverdropdown-row-count {
    width: 25%;
    float: left;
    font-size: 10pt;
    text-align: center;
}

.languagedropdownheader-close {
    width: 25%;
    float: right;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

    .languagedropdownheader-close:hover {
        cursor: pointer;
        font-weight: bold;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.assignedtomanifest {
    color: #bbb;
}

.clientsresultstable-title {
    width: 98%;
    margin-top: 0%;
    margin-right: 1%;
    margin-bottom: 0%;
    margin-left: 1%;
    width: 98%;
    height: 35px;
    min-width: 695px;
    border-radius: 0px;
    background-color: #fff;
    float: left;
    color: #000;
    padding: 15px 0px 0px 0px;
    font-size: 14pt;
}

.clientsresultstable-title-label {
    float: left;
    color: #000;
    padding: 0px 0px 0px 15px;
    font-size: 14pt;
    font-weight: bold;
}

.clientsresultstablecontainer {
    width: 98%;
    margin-top: 5px;
    margin-right: 1%;
    margin-bottom: 0%;
    margin-left: 1%;
    float: left;
}

.clientresultstable {
    width: 100%;
    float: left;
}

.clientresultstable-header {
    width: 100%;
    float: left;
    border-radius: 0px;
    background-color: #fbeeff;
    color: #fff;
}

.clientresultstable-body {
    width: 100%;
    border-radius: 0px;
    border: 1pt dotted #b18abe;
    float: left;
}


.clientresultstable-heading-name {
    width: 17%;
    text-align: left;
    color: #000;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .clientresultstable-heading-name:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.clientresultstable-heading-id {
    width: 17%;
    text-align: left;
    color: #000;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .clientresultstable-heading-id:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */


.clientresultstable-heading-active {
    width: 6%;
    text-align: center;
    color: #000;
    padding-top: 3px;
    font-size: 9pt;
    float: left;
    margin-left: 0.5%;
}

.clientresultstable-heading-number {
    width: 17%;
    text-align: left;
    color: #000;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .clientresultstable-heading-number:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */


.clientresultstable-heading-address {
    width: 17%;
    text-align: left;
    color: #000;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .clientresultstable-heading-address:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.clientresultstable-heading-contacts {
    width: 17%;
    text-align: left;
    color: #000;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .clientresultstable-heading-contacts:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.clientresultstable-heading-view {
    width: 5%;
    text-align: left;
    color: #000;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .clientresultstable-heading-view:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.clientresultstable-row {
    float: left;
    width: 100%;
    border-bottom: 1pt dotted #b18abe;
}

.clientresultstable-row-name {
    width: 17%;
    text-align: left;
    color: black;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
    /*<<< 30/03/2023 - GJosyula - DO455282 - Manifest Group screen display issue when Manifest group name have a long name*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*>>> 30/03/2023 - GJosyula - DO455282 - Manifest Group screen display issue when Manifest group name have a long name*/
}

.clientresultstable-row-id {
    width: 17%;
    text-align: left;
    color: black;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

.clientresultstable-row-active {
    width: 6%;
    color: White;
    float: left;
    text-align: center;
    padding-top: 3px;
    margin-left: 0.5%;
}

.clientresultstable-row-number {
    width: 17%;
    text-align: left;
    color: black;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

.clientresultstable-row-address {
    width: 17%;
    text-align: left;
    color: black;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
    /*<<< 30/03/2023 - GJosyula - DO455282 - Manifest Group screen display issue when Manifest group name have a long name*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*>>> 30/03/2023 - GJosyula - DO455282 - Manifest Group screen display issue when Manifest group name have a long name*/
}

.clientresultstable-row-contacts {
    width: 17%;
    text-align: left;
    color: black;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
    /*<<< 30/03/2023 - GJosyula - DO455282 - Manifest Group screen display issue when Manifest group name have a long name*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*>>> 30/03/2023 - GJosyula - DO455282 - Manifest Group screen display issue when Manifest group name have a long name*/
}

.clientresultstable-row-view {
    width: 5%;
    text-align: left;
    color: black;
    padding-top: 3px;
    font-size: 10pt;
    float: left;
}

.clientsresultsfooter {
    width: 98%;
    margin-top: 0%;
    margin-right: 1%;
    margin-bottom: 0%;
    margin-left: 1%;
    width: 98%;
    height: 50px;
    min-width: 695px;
    border-radius: 0px;
    background-color: #e4ecec;
    border-top: 1pt solid black;
    float: left;
    color: #eee;
    padding: 0px 0px 0px 0px;
    font-size: 14pt;
}

.notset {
    color: Red;
}

.manifestGroup-popup {
    z-index: 2001;
    width: 650px;
    height: 640px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

.manifestGroup-popup-title {
    display: inherit;
    width: 650px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .manifestGroup-popup-title:hover {
        cursor: move;
    }

.manifestGroup-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.manifestGroup-popup-content {
    width: 650px;
    height: 540px;
}

.manifestGroup-popup-container {
    width: 650px;
    height: 600px;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.manifestGroup-popup-footer {
    display: inherit;
    width: 650px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.manifestGroup-popup-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 5px;
}

.manifestGroup-popup-line {
    float: left;
    width: 100%;
    margin: 3px 0px 0px 0px;
}

.manifestGroup-popup-label-area {
    float: left;
    width: 152px;
    text-align: right;
    padding: 3px 5px 0px 5px;
}

.manifestGroup-popup-text-area {
    float: left;
    width: 230px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}


.client-popup {
    z-index: 2001;
    width: 600px;
    height: 625px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

.client-popup-title {
    display: inherit;
    width: 598px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .client-popup-title:hover {
        cursor: move;
    }

.client-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.client-popup-content {
    width: 598px;
    height: 540px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.client-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.client-popup-footer {
    display: inherit;
    width: 598px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.client-popup-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 5px;
}

.client-popup-line {
    float: left;
    width: 100%;
    margin: 3px 0px 0px 0px;
}

.client-popup-label-area {
    float: left;
    width: 152px;
    text-align: right;
    padding: 3px 5px 0px 5px;
}

.client-popup-text-area {
    float: left;
    width: 230px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

#client-popup-message-page3 .client-popup-text-area {
    width: 100px;
}

#client-popup-message-page3 .client-popup-label-area {
    width: 282px;
}

#client-popup-message-page3 .client-popup-valid-area {
    width: 135px;
}

#client-popup-message-page3 .client-popup-section {
    margin-bottom: 10px;
}

.client-popup-header-area {
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 5px 0px 5px;
    font-weight: bold;
}

.client-popup-geofencing-area {
    float: left;
    width: 150px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

.geofence-trigger-border {
    border: 0px;
    padding: 3px;
}

.client-popup-geofencing-section {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 5px;
}

.client-popup-valid-area-geofence {
    float: left;
    width: 180px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    font-size: 9pt;
}

.client-popup-textbox {
    float: left;
    text-align: left;
    /*<<< 14/07/2022 rvuddagiri DO324759 Underscore symbol not visible in Client ID textfield*/
    height: 25px;
    font-size: 12pt;
    /*>>> 14/07/2022 rvuddagiri DO324759 Underscore symbol not visible in Client ID textfield*/
    width: 100%;
}

.client-popup-textarea {
    float: left;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    font-family: Arial;
    /*<<< 0/03/2022 - SSaravanan - DO277506 - Fixing Description box display issue*/
    height: 80px;
    resize: none;
    /*>>> 0/03/2022 - SSaravanan - DO277506 - Fixing Description box display issue*/
}

.client-popup-label-notice {
    float: left;
    width: 80%;
    height: 100%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 10%;
}

.ClientSelect {
    float: left;
    font-size: 12pt;
    width: 100%;
    height: 30px;
    border: solid 1px #aaa;
}

.client-popup-textbox-small {
    float: left;
    text-align: left;
    height: 24px;
    font-size: 14pt;
    width: 50%;
}

.client-popup-valid-area {
    float: left;
    width: 180px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
}

.mandatory {
    color: #7ed5a9;
}

.invalid {
    color: red;
}

.valid {
    color: Green;
}

.locked {
    disabled: disabled;
    background-color: Gray;
}

    .locked:hover {
        cursor: default;
    }

.literal-popup {
    z-index: 2001;
    width: 700px;
    height: 425px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

.literal-popup-title {
    border-radius: 0px;
    background-color: #e4ecec;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    width: 698px;
}

.literals-popup-content {
    width: 698px;
    height: 340px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.literals-popup-footer {
    display: inherit;
    width: 698px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.literals-popup-label-area {
    float: left;
    text-align: left;
    padding: 3px 5px 0px 10px;
    font-size: 10pt;
}

.literals-popup-select {
    float: left;
    text-align: left;
    font-size: 10pt;
    height: 20px;
    width: 150px;
}

.literals-popup-select-right {
    float: right;
    text-align: left;
    font-size: 10pt;
    height: 20px;
    width: 150px;
    margin: 0px 10px 0px 0px;
    border: solid 1px #aaa;
}

.literals-popup-button {
    border: 1px solid #aaa;
    color: #fff;
    background-color: #559bb4;
    border-radius: 0px;
    height: 15px;
    text-align: center;
    padding: 1px 0px 0px 0px;
}

    .literals-popup-button:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.literals-list {
    width: 670px;
    height: 100%;
    margin: 0px 10px 0px 10px;
    float: left;
    overflow: hidden;
    border: 1pt solid #aaa;
    border-radius: 0px;
}

.literals-list-container {
    width: 100%;
    overflow: auto;
    height: 229px;
    float: left;
}

.literal-popup-title-label {
    color: #000;
}

.literals-list-heading {
    width: 100%;
    height: 20px;
    border-bottom-color: black;
    border-bottom-width: 1pt;
    border-bottom-style: solid;
    float: left;
    background-color: #fff;
    border-radius: 0px;
    font-weight: bold;
}

.literals-list-heading-image {
    width: 20px;
    height: 20px;
    float: left;
    border-right: 1pt dotted #fff;
}

.imgExcl {
    width: 15px;
    height: 15px;
    border: none;
    margin: 3px 0px 0px 3px;
}

.literals-list-heading-desc {
    width: 230px;
    border-right: 1pt dotted #fff;
    margin: 0px 4px 0px 4px;
    float: left;
    color: #000;
    font-size: 9pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
    background-color: #fff;
}

.literals-list-heading-currentvalue {
    width: 185px;
    border-right: 1pt dotted #fff;
    margin: 0px 2px 0px 2px;
    float: left;
    color: #000;
    font-size: 9pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
    background-color: #fff;
}

.literals-list-heading-newvalue {
    width: 195px;
    margin: 0px 2px 0px 2px;
    float: left;
    color: #000;
    font-size: 9pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
    background-color: #fff;
}

.literals-list-heading-save {
    width: 45px;
    border-right: 1pt dotted #fff;
    margin: 0px 2px 0px 2px;
    float: left;
    color: #000;
    font-size: 9pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
    background-color: #fff;
}

.literals-list-item {
    height: 20px;
    border-bottom-color: #b18abe;
    border-bottom-width: 1pt;
    border-bottom-style: dotted;
    float: left;
}

.literals-list-item-image {
    width: 20px;
    height: 20px;
    float: left;
    border-right: 1pt dotted #b18abe;
}

.literals-list-item-desc {
    width: 230px;
    border-right: 1pt dotted #b18abe;
    margin: 0px 4px 0px 4px;
    float: left;
    color: Black;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
}

.literals-list-item-currentvalue {
    width: 185px;
    border-right: 1pt dotted #b18abe;
    margin: 0px 2px 0px 2px;
    float: left;
    color: Black;
    font-size: 8pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
}

.literals-list-item-newvalue {
    width: 195px;
    margin: 0px 2px 0px 2px;
    float: left;
    color: Black;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
}

.literals-list-item-save {
    width: 45px;
    border-right: 1pt dotted #b18abe;
    margin: 0px 2px 0px 2px;
    float: left;
    color: Black;
    font-size: 9pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    padding-top: 3px;
}

.literal-popup-textbox {
    width: 100%;
    float: left;
    border: none;
    font-weight: bold;
}

.literalLink {
    text-decoration: underline;
    color: Blue;
    font-size: 8pt;
}

    .literalLink:hover {
        cursor: pointer;
    }

.literal-language {
    z-index: 2001;
    width: 380px;
    height: 135px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    top: 220px;
    border-radius: 0px;
    box-shadow: 10px 10px 5px #888;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

.literal-language-title {
    display: inherit;
    width: 100%;
    height: 35px;
    background-color: #b18abe;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
}

.literal-language-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #eee;
    display: inline;
    text-align: left;
    float: left;
}

.literal-language-content {
    width: 378px;
    height: 50px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.literal-language-container {
    width: 100%;
    height: 100%;
    float: left;
}

.literal-language-footer {
    display: inherit;
    width: 378px;
    height: 49px;
    background-color: #eee;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.timezone-select {
    z-index: 2001;
    width: 424px;
    height: 465px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    top: 220px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
    border: 1px solid black;
}

.timezone-select-title {
    display: inherit;
    width: 100%;
    height: 35px;
    background-color: #b18abe;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
}

.timezone-select-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #eee;
    display: inline;
    text-align: left;
    float: left;
}

.timezone-select-content {
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin: 10px;
}

.timezone-select-container {
    width: 100%;
    height: 100%;
    float: left;
}

.timezone-select-footer {
    display: inherit;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
}

.timezone-select-popup-select {
    width: 365px;
}

.timezone-select-popup-daylightsaving {
}

.chkDLS {
    font-size: 10pt;
    padding: 10px 5px 0px 5px;
}

.divDLS {
    font-size: 10pt;
    float: left;
    width: 360px;
    text-align: left;
    padding: 10px 5px 0px 5px;
    height: 30px;
}

.divDLSTime {
    font-size: 10pt;
    float: left;
    width: 360px;
    text-align: left;
    padding: 10px 5px 0px 5px;
}

.divTimezoneTime {
    float: left;
    width: 100px;
}

.general-popup {
    z-index: 2001;
    width: 600px;
    height: 425px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: 10px 10px 5px #888;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

.general-popup-title {
    display: inherit;
    width: 100%;
    height: 35px;
    background-color: #FFF;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-bottom: solid 1px #000;
}

    .general-popup-title:hover {
        cursor: move;
    }

.general-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.general-popup-content {
    width: 598px;
    height: 340px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.general-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.general-popup-footer {
    display: inherit;
    width: 598px;
    height: 49px;
    background-color: #eee;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.general-popup-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.general-popup-line {
    float: left;
    width: 100%;
    margin: 3px 0px 0px 0px;
}

.general-popup-label-area {
    float: left;
    width: 150px;
    text-align: right;
    padding: 3px 5px 0px 5px;
}

.general-popup-label-area-small {
    float: left;
    width: 150px;
    text-align: right;
    padding: 0px 5px 0px 5px;
    font-size: 9pt;
}

.general-popup-fullline {
    float: left;
    width: 580px;
    margin-left: 10px;
    font-size: 10pt;
    text-align: left;
}

.general-popup-halfline-left {
    float: left;
    width: 290px;
    margin-left: 10px;
    font-size: 10pt;
    text-align: left;
    padding: 3px 0px 0px 0px;
}

.general-popup-halfline-right {
    float: right;
    width: 150px;
    margin-right: 10px;
    font-size: 10pt;
    text-align: right;
    padding: 3px 0px 0px 0px;
}

.general-popup-fullline-small {
    float: left;
    width: 580px;
    margin-left: 10px;
    font-size: 9pt;
    text-align: center;
}

.general-popup-text-area {
    float: left;
    width: 230px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

.general-popup-text-area-locekd-small {
    float: left;
    width: 230px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    font-size: 9pt;
    font-weight: bold;
}

.general-popup-textbox {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 100%;
}

.general-popup-textarea {
    float: left;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    font-family: Arial;
}

.general-popup-label-notice {
    float: left;
    width: 80%;
    height: 100%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 10%;
}

.selectedLiteral {
    background-color: #00FF33;
    color: Black;
}

.skippedPushpin, .skippedPushpin div {
    color: #000000 !important;
    fill: #000000 !important;
}

.outstandingPushpin, .outstandingPushpin div {
    color: #000000 !important;
    fill: #000000 !important;
}

.successfulPushpin, .successfulPushpin div {
    color: #000000 !important;
    fill: #000000 !important;
}

.failPushpin, .failPushpin div {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

.partialPushpin, .partialPushpin div {
    color: #000000 !important;
    fill: #000000 !important;
}

.OutbasePushpin, .OutbasePushpin div {
    color: #000000 !important;
    fill: #000000 !important;
}

.H_ib_body {
    background: #FFF !important;
    border: 1px solid rgb(136, 136, 136);
    bottom: 2em !important;
}

.H_ib {
    color: #000 !important;
    fill: #000 !important;
    font-family: Verdana !important;
}

.H_ib_close .H_icon {
    fill: #888;
    color: #000;
}

.H_ib_tail {
    z-index: -1 !important;
    fill: #FFF;
    color: #FFF;
    bottom: .9em !important;
}

.H_ib_content {
    margin-top: 8px !important;
}

.infoBoxLabel {
    font-weight: bold;
    font-size: 11px;
    padding: 8px 0px 2px 0px;
    width: 100%;
}

.infoBoxSubLabel {
    font-size: 11px;
}

.infoBoxDeviceSubLabel {
    font-weight: bold;
    font-size: 11px;
}

.infoBoxDetail {
    font-size: 11px;
}

.infoBoxActualTimes {
    font-weight: bold;
    font-size: 11px;
    float: right;
}

.infoBoxTimes {
    font-size: 11px;
    float: right;
}

.infoBoxDropText {
    font-weight: bold;
    font-size: 11px;
}

.infoBoxContainer {
    height: 100%;
}
.infoBoxContainerType1 {
    /* <<< 02/07/2025 - SChestney - DO744504 - tracking tower map display  */
    min-width: 200px;
    width: max-content;
    /* >>> 02/07/2025 - SChestney - DO744504 - tracking tower map display  */
    font-family: Verdana;
    font-size: 10pt;
    color: #888;
    line-height: 1.2em;
    padding: 10px 5px;
}

.map-infobox-routeNumType1 {
    width: 67% !important;
    margin-bottom: 5px;
    font-size: 15px;
}

.infobox-titleType1 {
    font-size: 10pt;
    line-height: 1.1;
    font-weight: bold;
    color: #333;
    padding-left: 5px;
}

/*<<< 15/06/2020 - ADyson - AX216772 - Amendment to change info properly in multidrop pin.*/
.infobox-header {
    font-weight: bold;
    color: black;
    font-size: 18px;
}
/*>>> 15/06/2020 - ADyson - AX216772 - Amendment to change info properly in multidrop pin.*/

.infoboxSpanTitleType1 {
    font-size: 10pt;
    line-height: 1.1;
    font-weight: bold;
    color: #333;
}

.infobox-dropTitleType1 {
    font-size: 15pt;
    line-height: 1.1;
    color: #333;
    padding-left: 5px;
}


.infoboxSpanDropTitleType1 {
    font-size: 15pt;
    line-height: 1.1;
    color: #333;
}

.scrollableMapDetailSectionType1 {
    width: 220px;
}

.infoboxBoxDrpDetails {
    width: 100%;
    height: 80%;
    min-height: 80%;
    max-height: 80%;
    position: relative;
    overflow-y: auto;
    line-height: 16px;
}


.infobox-info {
    height: 90% !important;
    padding: 5px 10px 0 10px !important;
    overflow: hidden !important;
}


.infobox-title {
    height: 10%;
    padding: 5px 0px 5px 10px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.infobox-body {
    height: 100%;
}

.map-infobox-footer {
    width: 100%;
    height: 10%;
    position: relative;
}

.map-infobox-button {
    width: 15%;
    font-size: 9pt;
    cursor: pointer;
    border: 1pt solid #aaa;
    color: #ffffff;
    background-color: #7ed5a9;
    border-radius: 0px;
    height: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

    .map-infobox-button.prev {
        float: left;
    }

    .map-infobox-button.next {
        float: right;
    }

    .map-infobox-button:hover {
        cursor: pointer;
        background-color: #b18abe;
    }

.map-infobox-routeNum {
    text-align: center;
    position: relative;
    float: left;
    width: 70%;
    font-weight: bold;
}

.route-status-container {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 97%;
    padding-top: 20px;
    overflow-x: scroll;
    display: none;
}

.route-status-header {
    width: 3900px;
    float: left;
}

.route-status-date-header {
    width: 300px;
    float: left;
}

.route-status-details {
    width: 3900px;
    float: left;
    position: relative;
}

.route-status-box {
    position: absolute;
    border: solid 1px #000000;
}

.route-current-date-time {
    border-left: solid 1px #FF0000;
    border-right: solid 1px #FF0000;
    width: 0px;
    min-width: 0px;
    height: 400px;
    top: -25px;
    position: absolute;
}

.debriefcodestable th {
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* Removed dotted lines which look very dated on the debrief code screen */
    /*border-left: dotted 1px #D6C3DD;*/
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
}

.debriefcodestable td {
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* Removed dotted lines which look very dated on the debrief code screen */
    /*border-left: dotted 1px #D6C3DD;*/
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
}

.rc-result-code {
    width: 130px;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rc-result-desc {
    width: 250px;
    float: left;
    background-color: #b18abe;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .rc-result-desc:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.rc-result-form {
    width: 230px;
    float: left;
    background-color: #b18abe;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .rc-result-form:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.rc-result-type {
    width: 130px;
    float: left;
    background-color: #b18abe;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .rc-result-type:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.rc-result-check {
    width: 110px;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* Centralise the spans on the debrief code screen for checkbox headers */
    .rc-result-check > span {
        display: inline-flex;
        width: 75%;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: column;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.rc-head-view {
    width: 90px;
    float: left;
    /* <<< 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    background-color: #ffffff;
    /* >>> 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    color: #000;
    font-size: 7pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rc-code {
    width: 130px;
    float: left;
    text-align: center;
}

.rc-desc {
    width: 250px;
    float: left;
    text-align: left; /*white-space: normal;*/
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rc-type {
    width: 130px;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rc-check {
    width: 110px;
    float: left;
    text-align: center;
    white-space: normal;
    color: #000;
    font-size: 1pt; /*overflow:hidden; text-overflow: ellipsis;*/
}

.rc-view {
    width: 90px;
    float: left;
    text-align: right;
}


.rc-check:hover {
    background-color: #ccc;
}

.fc-form-label {
    padding: 0px 0px 0px 3px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    float: left;
    margin-top: -3px;
}

.fc-form-ddld {
    padding: 0px 0px 0px 0px;
    min-width: 30px;
    float: right;
    display: none;
}

.fc-form-onesize {
    width: 230px;
    font-size: 10pt;
    float: left;
    padding-top: 4px;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.formdropdown {
    position: absolute;
    min-width: 140px;
    border: solid 1pt #aaa;
    display: none;
    background-color: #fff;
    z-index: 2000;
    border-radius: 0px;
}

.formdropdownheader {
    width: 100%;
    background-color: #fff;
    border-bottom: 1pt solid #aaa;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.formdropdownfooter {
    width: 100%;
    background-color: #e4ecec;
    border-top: 1pt dotted #aaa;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.formdropdownheader-form {
    width: 75%;
    float: left;
    color: #000;
    font-size: 10pt;
}

.formdropdownheader-count {
    width: 25%;
    float: left;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.formdropdown-list {
    float: right;
    border-radius: 7px;
    position: relative;
    border: 1px solid #aaa;
    overflow: auto;
    height: 80px;
    height: 200px;
    background-color: rgb(255, 255, 255);
}

.formdropdown-row {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 10pt;
    border-bottom: 0.5pt dotted #b18abe;
    color: #000;
    padding-top: 3px;
}

    .formdropdown-row:hover {
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }

.formdropdown-row-form {
    width: 75%;
    float: left;
    font-size: 10pt;
}

.formdropdown-row-form-label {
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
}

.formdropdown-row-count {
    width: 25%;
    float: left;
    font-size: 10pt;
    text-align: center;
}

.formdropdownheader-close {
    width: 25%;
    float: right;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

    .formdropdownheader-close:hover {
        cursor: pointer;
    }

/*<<< 05/10/2020 - DarnellE - DO#83517 - Added debrief code groups*/
.rg-code {
    width: 130px;
    float: left;
    text-align: center;
    background-color: #e4ecec;
}

.rg-desc {
    width: 1500px;
    float: left;
    text-align: left;
    font-weight: bold;
    white-space: pre !important;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #e4ecec;
    position: sticky;
}

.rg-view {
    width: 90px;
    float: left;
    text-align: right;
    background-color: #e4ecec;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* table.dataTable td tries to apply a 5px padding to the top and bottom of the Result Group View button (debrief code maintenance) container as it is a td */
    /* In our child button, we have a 1px white border on the top and bottom */
    /* So once the table.dataTable td gets applied, we're 2 pixels larger than we expect and so the button background appears */
    /* larger than the rest of the result group background */
    /* Thus, knock off an extra pixel on the top and bottom of the padding to account for the white border of the button */
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
}



.assignedtomanifest {
    color: #bbb;
}

.rc-details-popup {
    width: 600px;
    height: 480px;
    color: White;
    display: none;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.rc-details-popup-title {
    display: inherit;
    width: 598px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .rc-details-popup-title:hover {
        cursor: move;
    }

.rc-details-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.rc-details-popup-content {
    width: 598px;
    height: 425px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.rc-details-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.rc-details-popup-label-div {
    float: left;
    margin: 5px 10px 0px 10px;
    width: 478px;
}

.rc-details-popup-label {
    font-size: 12pt;
    color: Black;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.rc-details-popup-label-option {
    font-size: 10pt;
    color: #5e216f;
    float: left;
    margin: 0px 5px 0px 5px;
}

.rc-details-popup-label-option-right {
    font-size: 10pt;
    color: #5e216f;
    float: right;
    margin: 0px 5px 0px 5px;
}

.rc-details-popup-label-option:hover {
    cursor: pointer;
    color: #a20c33;
}

.rc-details-popup-footer {
    display: inherit;
    width: 598px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.rc-details-popup-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.rc-details-popup-line {
    float: left;
    width: 100%;
    margin: 1px 0px 0px 0px;
}

.rc-details-popup-label-area {
    float: left;
    width: 150px;
    text-align: right;
    padding: 3px 5px 0px 5px;
    color: Black;
}

.rc-details-popup-label-area-left {
    float: left;
    width: 150px;
    text-align: left;
    padding: 3px 5px 0px 5px;
    color: Black;
}

.rc-details-popup-valid-area-centre {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 5px 0px 5px;
    font-size: 9pt;
}

.rc-details-popup-text-area {
    float: left;
    width: 230px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    color: Black;
}

.rc-details-popup-textbox {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 100%;
}

    .rc-details-popup-textbox input::-webkit-calendar-picker-indicator {
        display: none
    }



.rc-details-popup-textarea {
    float: left;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    font-family: Arial;
    border: solid 1px #aaa;
}

.rc-details-popup-label-notice {
    float: left;
    width: 80%;
    height: 100%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 10%;
}

.rc-details-popup-textbox-small {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 50%;
    border: solid 1px #aaa;
}

.rc-details-popup-valid-area {
    float: left;
    width: 180px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
}

.rc-details-popup-options {
    margin: 0px 20px 0px 100px;
    border: 1pt solid #aaa;
    width: 468px;
    height: 170px;
    float: left;
    overflow: auto;
}

.rc-details-popup-Suboption {
    margin-top: 2px;
    margin-bottom: 2px;
}

.rc-details-popup-Suboption-List {
    list-style-type: none;
}


.rc-details-popup-option {
    width: 440px;
    color: Grey;
    font-size: 11pt;
    float: left;
    margin-top: 2px;
}

.bottompadding {
    padding-bottom: 4px;
    border-bottom-color: #aaa;
    border-bottom-width: 1pt;
    border-bottom-style: dotted;
}

.option-selected {
    color: Black;
}

.rc-defaults-popup {
    width: 450px;
    color: White;
    display: none;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -225px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.rc-defaults-popup-rdnbtn-label {
    display: block;
    margin-left: 25px;
}

.rc-defaults-popup-rdnbtn {
    float: left;
}

.rc-defaults-popup-title {
    display: inherit;
    width: 448px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .rc-defaults-popup-title:hover {
        cursor: move;
    }

.rc-defaults-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.rc-defaults-popup-content {
    width: 448px;
    height: 700px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.rc-defaults-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.rc-defaults-popup-footer {
    display: inherit;
    width: 448px;
    height: 50px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.rc-defaults-popup-label {
    font-size: 12pt;
    color: Black;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.rc-defaults-popup-line {
    float: left;
    width: 100%;
    padding: 5px 0px 5px 5px;
    color: Black;
}

    .rc-defaults-popup-line > label {
        font-size: 11pt;
    }

.rc-defaults-popup-label-area {
    float: left;
    width: 150px;
    text-align: right;
    padding: 3px 5px 0px 5px;
    color: Black;
}

.rc-defaults-popup-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.rc-defaults-popup-options {
    margin: 0px 20px 0px 20px;
    border: 1pt solid #aaa;
    width: 408px;
    float: left;
    overflow: auto;
    padding: 5px 5px 5px 0px;
}

.modal-window {
    /*<<< 22/10/2020 - AbhishekA - DO#87069 - collaborativeDebriefSettings */
    width: 650px;
    /*>>> 22/10/2020 - AbhishekA - DO#87069 - collaborativeDebriefSettings */
    color: Black;
    display: none;
    position: absolute;
    top: calc(50% - 200px);
    left: 50%;
    margin: 0px 0px 0px -225px;
    background-color: white;
    z-index: 1002;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #aaa;
}

.modal-window-header {
    border-bottom: 1px solid #aaa;
    cursor: move;
}

    .modal-window-header * {
        cursor: inherit;
    }

    .modal-window-header > label {
        padding: 6px 2px 6px 16px;
        font-size: 14pt;
        display: block;
    }

.modal-window-content {
    width: 100%;
    padding: 10px 0px;
    display: block;
}

    .modal-window-content label {
        padding-top: 4px;
    }

    .modal-window-content div > label, .modal-window-content > label {
        font-size: 12pt;
        margin: 5px 16px;
        display: block;
    }

    .modal-window-content > hr {
        opacity: 0.5;
        width: 90%;
    }

    .modal-window-content table {
        width: 100%;
        display: table;
        /*<<< 22/10/2020 - AbhishekA - DO#87069 - collaborativeDebriefSettings */
        left: -70px;
        position: relative;
        /*>>> 22/10/2020 - AbhishekA - DO#87069 - collaborativeDebriefSettings */
    }

        .modal-window-content table tbody {
            width: 100%;
        }

            .modal-window-content table tbody tr {
                width: 100%;
            }

    .modal-window-content.checkbox-table tbody tr td:first-child {
        width: 20%;
        text-align: right;
    }



.modal-window-footer {
    bottom: 0px;
    background-color: #e4ecec;
    border-top: 1px solid #aaa;
    width: 100%;
    height: 50px;
}

.modal-window-footer-button {
    margin: 10px 14px;
    padding: 4px 0px 0px 0px;
    text-decoration: none;
    color: #fff;
    background-color: #559bb4;
    height: 20px;
    border: solid 1px #aaa;
    width: 80px;
    text-align: center;
    border-radius: 0px;
    font-size: 10pt;
    font-weight: bold;
}

    .modal-window-footer-button:hover {
        cursor: pointer;
        background-color: #a20c33;
        color: #fff;
    }


.rc-action-subMenu {
    color: #000;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ /* left: 0; */
    background-color: #e4ecec;
    margin: 0px 0px 0px -1px;
    padding: 0px 0px 3px 0px;
    display: none;
    border-radius: 0px;
    z-index: 1001;
    border: 1px solid silver;
}

.subhover {
    background-position: center bottom;
    cursor: pointer;
}

/*--Hover effect for trigger--*/
.rc-action-subMenu div {
    margin: 0px;
    padding: 3px 0px 3px 0px;
    border-top: 1pt dotted #b18abe; /*--Create bevel effect--*/ /*--Create bevel effect--*/
    clear: both;
}

.rc-action-subMenu-item {
    padding: 1px 0px 0px 1px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 10%;
}

    .rc-action-subMenu-item:hover {
        color: #559bb4;
        cursor: pointer;
    }

.rc-default-popup {
}

.formsresultstableresultstablecontainer {
    width: 100%;
    float: left;
}

.formtype {
    width: 100%;
    height: 25px;
    border-bottom: 1pt dotted #b18abe;
    float: left;
    position: relative;
}

.view-forms-row-header {
    width: 100%;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* Removed as this element should not be visible */
    /*border-bottom: 1pt dotted #b18abe;*/
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* <<< 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    background-color: #ffffff;
    /* >>> 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    /*<<< 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
    /* height: 20px;*/
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* Removed as this element should not be visible */
    /*height: 35px;*/
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /*>>> 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
    float: left;
}

/* <<< 29/11/2024 - SChestney - DO378528 - Can't view all columns on Form Viewer screen/table */
.formviewer-container {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 97%;
    padding-top: 10px;
}

#view-forms-table_wrapper {
    overflow: hidden;
    overflow-x: auto;
    margin-right: 5px;
}

.view-forms-table {
    width: 100% !important;
    margin-left: 5px !important;
}
/* >>> 29/11/2024 - SChestney - DO378528 - Can't view all columns on Form Viewer screen/table */

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
.formviewertable-heading:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.heading-formnum {
    width: 100px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: left;
}

.heading-formname {
    width: 250px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .heading-formname:not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */


.heading-formdesc {
    width: 350px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .heading-formdesc:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.heading-language {
    width: 130px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: left;
}

.heading-defaulttemplate {
    width: 150px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: left;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .heading-defaulttemplate:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.heading-completion {
    width: 180px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.heading-active {
    width: 100px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.heading-published {
    width: 100px;
    float: left;
    background-color: #003375;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.heading-forms-view {
    width: 150px;
    float: left;
    /* <<< 27/03/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    background-color: #ffffff;
    color: #000000;
    /* >>> 27/03/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    font-size: 10pt;
    /*<<< 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* The headers for buttons is consisentently aligned left in tables */
    text-align: left;
    /*text-align: Center;*/
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /*<<< 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
}

.forms-formnum {
    width: 100px;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forms-formname {
    width: 250px;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forms-formdesc {
    width: 350px;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forms-language {
    width: 130px;
    font-size: 10pt;
    float: left;
    padding-top: 6px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forms-defaulttemplate {
    width: 150px;
    color: White;
    float: left;
    text-align: center;
    padding-top: 3px;
    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    /* Alignment issues */
    /*margin-left: 0.5%;*/
    /* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
}

.formsresultstable-row-required {
    width: 180px;
    color: White;
    float: left;
    text-align: center;
    padding-top: 3px;
    /*<<< 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
    /* margin-left: 0.5%;*/
    /*>>> 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
}

.formsresultstable-row-active {
    width: 100px;
    color: White;
    float: left;
    text-align: center;
    padding-top: 3px;
    /*<<< 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
    /* margin-left: 0.5%;*/
    /*>>> 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
}

.formsresultstable-row-published {
    width: 100px;
    color: White;
    float: left;
    text-align: center;
    padding-top: 3px;
    /*<<< 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
    /*margin-left: 0.5%;*/
    /*>>> 18/08/2022 - GJogi - 330641 - Styling issue in Forms screen */
}

.forms-view {
    width: 140px;
    padding-top: 3px;
}

/*<<< 22/04/2020 - ADyson - AX210099 - Adjustment of form-popup height.*/
/*<<< 02/06/2020 - ADyson - AX210100 - Adjustment of form-popup height for additional prompt height.*/
.form-popup {
    z-index: 2001;
    width: 750px;
    height: 595px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
}
/*>>> 02/06/2020 - ADyson - AX210100 - Adjustment of form-popup height for additional prompt height.*/
/*>>> 22/04/2020 - ADyson - AX210099 - Adjustment of form-popup height.*/

.form-popup-title {
    display: inherit;
    width: 100%;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .form-popup-title:hover {
        cursor: move;
    }

.form-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

/*<<< 22/04/2020 - ADyson - AX210099 - Adjustment of form-popup height.*/
.form-popup-content { /* width: 698px; */
    width: 100%;
    height: calc(100% - 88px);
    border-left: 1px solid black;
    border-right: 1px solid black;
}
/*>>> 22/04/2020 - ADyson - AX210099 - Adjustment of form-popup height.*/

/*<<< 21/10/2024 - DO439920 - Shruthi.T - Styling issue while creating a form in console*/
.form-popup-container {
    width: 100%;
    height: 100%;
    float: left;
    overflow-y: auto;
}
/*>>> 21/10/2024 - DO439920 - Shruthi.T -  Styling issue while creating a form in console*/
.form-popup-footer {
    display: inherit; /* width: 698px; */
    width: 740px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-left: 10px;
}

.form-popup-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.form-popup-question-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px dotted #b18abe;
}

.form-page-section {
    float: left;
    width: 100%;
    overflow-y: scroll;
    height: 305px;
}

.form-page-section-nopages {
    float: left;
    width: 100%;
    overflow-y: scroll; /* height: 375px; */
    height: 100%;
}

.form-popup-line {
    float: left;
    width: 100%;
    margin: 3px 0px 0px 0px;
}

    .form-popup-line .Alert {
        float: right;
        position: relative;
    }

        .form-popup-line .Alert .Hyper {
            margin: 0px;
            color: #a20c33;
        }

            .form-popup-line .Alert .Hyper:hover {
                text-decoration: underline;
                cursor: pointer;
            }

.form-popup-sub-line {
    float: right;
    width: 100%;
    margin: 3px 0px 0px 0px;
    display: none;
}

.form-popup-progression-error {
    font-size: small;
    height: 20px;
    margin: 10px 5px 0 0;
    display: none;
    float: left;
    background-color: #FFE6F0;
    border: 1pt solid #aaa;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.form-popup-padded-line {
    float: left;
    width: 100%;
    margin: 3px 0px 0px 0px;
    padding: 10px 0px;
}

.form-popup-label-area {
    float: left;
    width: 220px;
    text-align: right;
    padding: 3px 5px 0px 5px;
}

.form-popup-progression-label-area {
    float: left;
    width: 280px;
    text-align: center;
    padding: 3px 5px 0px 5px;
    font-weight: bold;
}

.form-popup-sub-progression-label-area {
    float: left;
    width: 280px;
    text-align: right;
    padding: 3px 5px 0px 5px;
    font-weight: bold;
}

.form-popup-progression-text-area-value {
    float: left;
    width: 280px;
    text-align: left;
    padding: 3px 5px 0px 5px;
}

.form-progression-content {
    margin-left: 10px;
    width: 98%;
}

.form-popup-progression-add-remove-image {
    padding: 3px 5px 0px 0px;
}

.active-image {
    cursor: pointer;
}

.form-popup-progression-decimal-value {
    width: 120px;
    font-weight: bold;
    font-size: 12pt;
}

    .form-popup-progression-decimal-value.left {
        text-align: right;
    }


.form-popup-progression-decimal-text {
    width: 120px;
    border: 1px solid white;
    font-weight: bold;
    font-size: 12pt;
    display: inline-block;
}
    .form-popup-progression-decimal-text.left {
        text-align: right;
    }
    .form-popup-progression-decimal-text.right {
        text-align: left;
    }

.form-popup-label-area-prompt {
    float: left;
    width: 683px;
    text-align: left;
    padding: 3px 5px 2px 10px;
    margin-left: 10px;
    border-top-color: silver;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: silver;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #e4ecec;
    margin-bottom: 4px;
    border-radius: 0px;
}


.form-popup-text-area {
    float: left;
    width: 230px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

.form-popup-text-center {
    float: initial;
    text-align: center;
    padding: 0px 5px 0px 5px;
}

.form-popup-text-area-multiline {
    float: left;
    text-align: left;
    font-size: 14pt;
    width: 100%;
    border: solid 1px #aaa;
    height: 80px;
    font-family: Arial, Helvitica, Sans-Serif;
}

.form-popup-config-text-area {
    float: left;
    width: 230px;
    text-align: left;
    padding: 3px 5px 0px 5px;
    font-weight: bold;
}


.form-popup-progression-text-area {
    float: left;
    width: 300px;
    text-align: left;
    padding: 3px 5px 0px 5px;
}

.form-popup-progression-normal-text-area {
    float: left;
    width: 600px;
    text-align: left;
    padding: 3px 5px 0px 5px;
}

    .form-popup-progression-normal-text-area label {
        float: left;
        margin-right: 3px;
    }

.form-popup-progression-text-area label {
    float: left;
    margin-right: 3px;
}

.form-popup-textbox {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 100%;
}

.form-popup-textarea {
    float: left;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    font-family: Arial;
    border: solid 1px #aaa;
    /*<<< 18/04/2022 - SSaravanan - DO277506 - Fixing Description box display issue*/
    resize: none;
    height: 200px;
    /*>>> 18/04/2022 - SSaravanan - DO277506 - Fixing Description box display issue*/
}
/*<<< 22/04/2020 - ADyson - AX210099 - New class to handle the display of the question prompt editable div.*/
.form-popup-prompt-textarea {
    display: inline-block;
    text-align: left;
    font-size: 12pt;
    height: 72px;
    width: 100%;
    font-family: Arial;
    border: solid 1px #aaa;
    resize: none;
    overflow-y: auto;
    padding: 2px;
}
/*>>> 22/04/2020 - ADyson - AX210099 - New class to handle the display of the question prompt editable div.*/

.form-popup-label-notice {
    float: left;
    width: 80%;
    height: 100%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 10%;
}

.form-popup-textbox-small {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 50%;
    border: solid 1px #aaa;
}

/*<<< 22/04/2020 - ADyson - AX210099 - Allowing this section to size itself to prevent odd behaviour.*/
.form-popup-valid-area {
    float: left;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
    position: absolute;
    left: 470px;
    margin-left: 5px;
}
/*>>> 22/04/2020 - ADyson - AX210099 - Allowing this section to size itself to prevent odd behaviour.*/

.form-popup-edit-image {
    float: left;
}

.form-page-footer {
    float: right;
    height: 15px;
    margin: 5px;
    padding: 5px;
}

.form-popup-info-area {
    font-size: 18pt;
    color: #ccc;
    width: 100%;
    text-align: center;
    margin-top: 150px;
}

.FormProgressionSelect {
    float: left;
    font-size: 12pt;
    width: 300px;
    /*<<< 25/03/2024 - VGudipudi - DO560702 - To fix the cross browser styling issue*/
    height: 100%;
    /*>>> 25/03/2024 - VGudipudi - DO560702 - To fix the cross browser styling issue*/
}

#form-popup-message-page2 {
    height: 100%;
}

/*<<< 22/04/2020 - ADyson - AX210099 - New class for attribute query box.*/
.form-popup-attributequery {
    font-size: 12pt;
    width: 100%;
    height: 30px;
    border: solid 1px #aaa;
    display: inline-block;
}
/*>>> 22/04/2020 - ADyson - AX210099 - New class for attribute query box.*/

iframe {
    border: 0px solid #ffffff;
}

#overviewRoutes {
    position: relative;
}

#overviewRoutesMain {
    float: left;
    width: 1000px;
}

#overviewTimes {
    position: relative;
    z-index: 1;
}

#overviewRoutesHeader {
    position: relative;
    z-index: 1;
    width: 301px;
    float: left;
}

.overviewTime {
    height: 40px;
    width: 201px;
    float: left;
    background-color: #fff;
    color: #000;
    border-right: 1px solid #000;
}

.overviewRoute {
    height: 40px;
    width: 201px;
    float: left;
    border-right: 1px solid #000;
}

.headerSpacer {
    height: 40px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    float: left;
    width: 260px;
    background-color: #fff;
}

#overviewCurrentTime {
    position: absolute;
    width: 1px;
    border-right: 1px dashed #FF0000;
    z-index: 1;
}

.overviewHeader {
    background-color: #fff;
    color: #000;
    height: 40px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    float: left;
    width: 300px;
}

#overviewHeaderOptions {
    background-color: #fff;
    color: #000;
    height: 32px;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: none;
    width: 150px;
    display: none;
    float: left;
    position: absolute;
    z-index: 2002;
    font-size: 12px;
    padding: 3px 5px;
}

.timeHeader {
    border-bottom: 1px solid #000;
}

.overviewRoutesLine {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
    min-height: 40px;
    max-height: 40px;
    height: 40px;
}

.overviewRouteLeft {
    float: left;
    width: 100px;
    height: 100%;
    border-right: 1px solid #eee;
}

.overviewRouteRight {
    float: left;
    width: 100px;
    height: 100%;
}

.overviewResults {
    border: 1pt dotted black;
    height: 400px;
    margin: 10px 5px 0px 10px;
    border-radius: 0px;
    display: none;
    overflow-y: scroll;
}

.overviewOffset {
    margin: 5px 4px 4px 0px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
}

.overviewOffsetRed {
    margin: 5px 4px 4px 0px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    color: Red;
}

.dropDetailNoDropsHolder {
    position: absolute;
    height: 34px;
    margin: 3px 0px;
    background-color: #ff0000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.dropDetailNoDropsHolderGrey {
    position: absolute;
    height: 34px;
    margin: 3px 0px;
    background-color: grey;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.dropDetailNoDropsHolderText {
    padding: 10px 10px;
    color: #444;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    position: relative;
    font-style: italic;
}

.dropDetailHolder {
    position: absolute;
    height: 26px;
    margin: 3px 0px;
}

.dropDetailHolderNoTimeline {
    float: left;
    height: 26px;
    margin: 3px 2px 3px 0px;
    min-width: 90px;
}
.Diamond {
    float: left;
    height: 20px !Important;
    width: 20px !Important;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    margin: 3px 0px 1px 20px;
    transform: rotate(-45deg);
    transform-origin: 45% 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform-origin: 45% 100%;
    -moz-transform-origin: 45% 100%;
    -o-transform-origin: 45% 100%;
}

    .Diamond.small {
        height: 15px !important;
        width: 15px !important;
        margin: 5px 5px 5px 5px;
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
    }

.DiamondText {
    text-align: center;
    font-family: ariel;
    color: red;
    font-weight: bolder;
    font-size: 30px;
    position: absolute;
    top: -7px;
    left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

    .DiamondText.small {
        font-size: 21px;
        top: -5px;
        left: 4px;
    }

.dropDetailHolderNoTimelineText {
    float: left;
    font-size: 11px;
    width: 75px;
    padding: 0px 4px;
    height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.dropDetailHolderNoTimelineTextLine
{
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 194px;
}

.checkList {
    border: solid 1px #CCC;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFF;
    min-height: 50px;
    max-height: 300px;
    min-width: 200px;
    padding-left: 10px;
    padding-top: 5px;
}

.bigcheckList {
    border: solid 1px #CCC;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFF;
    height: 270px;
    width: 650px;
    margin-left: 10px;
}

.checkListLine {
    float: left;
    width: 100%;
    color: #000;
}

.searchcriteriarownoheight {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.searchcriteriarownoheightlowpadding {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.searchcriteriarownoheightlowpadding {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.overviewOutstandingBorder {
    border: 4px solid #000000;
}

.overviewInWindowBorder {
    border: 4px solid #00FF00;
}

.overviewOutWindowBorder {
    border: 4px solid #FF0000;
}

.overviewBeforeWindowBorder {
    border: 4px solid #FFFF00;
}

.overviewUnallocatedBorder {
    border: 4px solid #CCCCCC;
}

.centerSvg {
    padding-left: 9px;
}

.overviewUnallocatedBorder-svg {
    stroke: #CCCCCC;
    stroke-width: 4px;
}

.overviewOutstandingBorder-svg {
    stroke: #000000;
    stroke-width: 4px;
}

.overviewInWindowBorder-svg {
    stroke: #00FF00;
    stroke-width: 4px;
}

.DropETAOffsetOutsideWindow {
    border: 4px solid Red;
}

.DropETAOffsetOutsideWindow-svg {
    stroke: #FF0000;
    stroke-width: 4px;
}

.successfulVisit {
    background-color: #00FF00;
    color: #000000;
}

.failedVisit {
    background-color: #FF0000;
    color: #000000;
}

.partialSuccessVisit {
    background-color: #FFFF00;
    color: #000000;
}

.outstandingVisit {
    background-color: #FFFFFF;
    color: #000000;
}

.skippedVisit {
    background-color: #000000;
    color: #FFFFFF;
}

.successfulVisit-svg {
    fill: #00FF00;
}

.outstandingVisit-svg {
    fill: #FFFFFF;
}

.dropDetailHolderText {
    float: left;
    font-size: 11px;
    height: 18px;
    padding: 0px 4px;
}

.noRightBorder {
    border-right: none;
}

.noLeftBorder {
    border-left: none;
}

.dropDetailHolderTextLine {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.routeHeaderText {
    float: left;
    font-size: 12px;
    height: 32px;
    margin: 4px 2px 4px 4px;
    width: 115px;
}

.routeHeaderLastTransmission {
    float: left;
    font-size: 12px;
    height: 32px;
    margin: 4px 0px 4px 0px;
    width: 40px;
}


.routeHeaderTextLine {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
}

.routeHeaderTransmissionTextLine {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px;
}

.routeHeaderButtons {
    float: left;
    height: 32px;
    margin: 4px 4px 4px 0px;
    width: 60px;
}

.routeHeaderViewButton {
    float: left;
    width: 30px;
    height: 30px;
    margin: 1px 0px 1px 0px;
    background-image: url(../images/list_go.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.routeHeaderMapButton {
    float: right;
    width: 30px;
    height: 30px;
    margin: 1px 0px 1px 0px;
    background-color: #FFF;
    background-image: url(../images/maps2.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.buttonHolder {
    width: 102px;
    height: 36px;
    padding: 2px;
}

.overviewOptionButton {
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 2px 0px;
    text-decoration: none;
    color: #ffffff;
    background-color: #7ed5a9;
    height: 23px;
    border: 0.5pt solid #aaa;
    width: 100px;
    text-align: center;
    border-radius: 0px;
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .overviewOptionButton:hover {
        cursor: pointer;
        background-color: #b18abe;
    }

#overviewPopout {
    z-index: 2003;
    width: 350px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

#overviewPopoutTitle {
    display: inherit;
    width: 100%;
    height: 35px;
    background-color: #fff;
    z-index: 2003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    #overviewPopoutTitle:hover {
        cursor: move;
    }

.overviewPopoutTitleLabel {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

#overviewPopoutContent {
    width: 90%;
    /* <<< 21/03/2025 - SChestney - DO708152 - Added line summary / SKU grouping support on overview popup */
    height: 300px;
    /* >>> 21/03/2025 - SChestney - DO708152 - Added line summary / SKU grouping support on overview popup */
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 5%;
    color: #000;
}
    #overviewPopoutContent.Small {
        height: 50px;
    }

#overviewPopoutFooter {
    display: inherit;
    width: 100%;
    height: 49px;
    background-color: #eee;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.overviewCustomer {
    font-weight: bold;
    width: 100%;
    margin: 0px 0px 5px 0px;
}

.overviewAddress {
    width: 100%;
    height: 40px;
    margin: 0px;
}

.overviewSectionLabel {
    width: 100%;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 13px;
}

.overviewLabel {
    width: 100%;
}

.overviewExtraDetails {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.divColumnPicker {
    z-index: 2001;
    width: 700px;
    height: 425px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: 10px 10px 5px #888;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

.drop-attachment-row {
    width: 92%;
    float: left;
    margin: 4px 0px 0px 5px;
    min-width: 450px;
}


.drop-attachment-details-label {
    float: left;
    min-width: 25%;
    width: 25%;
    font-size: 13pt;
}


.drop-attachment-details {
    float: left;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
}

#drop-attachment-details-section {
    margin: 10px 0px 0px 0px;
}


.drop-attachment-viewer {
    width: 454px;
    height: 335px;
    display: none;
    position: absolute;
    border: 2px solid #aaa;
    background-color: #fff;
    z-index: 1002;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: none;
    left: 50%;
    top: 15px;
    margin: 0px 0px 0px -275px;
}

.drop-attachment-viewer-bigger {
    width: 840px;
    height: 840px;
}

.drop-attachment-viewer:hover {
    cursor: move;
}

.drop-attachment-viewer-content {
    width: 434px;
    height: 244px;
    background-color: White;
    position: absolute;
    top: 30px;
    overflow: auto;
    border-radius: 0px;
    padding: 0px 10px 10px 10px;
}

.drop-attachment-viewer-content-bigger {
    width: 820px;
    height: 759px;
}

.drop-attachment-viewer-content:hover {
    cursor: default;
}

.drop-attachment-frame-holder {
    width: 234px;
    height: 115px;
    margin: 10px 100px 20px 100px;
}

    .drop-attachment-frame-holder img {
        max-width: 234px;
        max-height: 115px;
    }

.drop-attachment-frame-holder-bigger {
    width: 800px;
    height: 600px;
    margin: 10px 10px 20px 10px;
}

    .drop-attachment-frame-holder-bigger img {
        max-width: 800px;
        max-height: 600px;
    }

.drop-attachment-viewer-footer {
    background-color: rgb(234,234,232);
    width: 444px;
    position: absolute;
    height: 50px;
    top: 284px;
    border-top: #aaa 1pt solid;
    border-radius: 0px;
    padding-left: 10px;
}

.drop-attachment-viewer-footer-bigger {
    width: 840px;
    top: 789px;
}

#drop-attachment-viewer-title {
    float: left;
    padding: 5px 0px 0px 15px;
    color: #000;
    font-weight: bold;
    font-size: large;
}

.drop-attachment-viewer-row {
    width: 100%;
    float: left;
    height: 25px;
}

.drop-attachment-viewer-label {
    width: 130px;
    float: left;
    font-size: 13pt;
    vertical-align: middle;
}

.drop-attachment-viewer-detail {
    width: 284px;
    float: left;
    font-size: 14pt;
    font-weight: bold;
}

    .drop-attachment-viewer-detail .MapIco {
        height: 25px;
        vertical-align: middle;
    }


.drop-attachment-viewer-detail-bigger {
    min-width: 75%;
    width: 75%;
    float: left;
    font-size: 14pt;
    font-weight: bold;
}

.short-button {
    width: 100px;
    font-size: 9pt;
    float: left;
    text-align: left;
    cursor: pointer;
    border: 1px solid #aaa;
    color: #fff;
    background-color: #559bb4;
    border-radius: 0px;
    height: 15px;
    margin: -3px 4px 0px 4px;
    text-align: center;
    padding: 1px 0px 0px 0px;
}

    .short-button:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.overviewUnallocated {
    color: Red;
}

.searchcriteriakeyrow {
    width: 100%;
    height: 50px;
    float: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
}

.column-heading {
    float: left;
    color: #000;
    font-size: 10pt;
    text-align: left;
}

.manifest-column {
    font-size: 10pt;
    float: left;
    padding: 5px 0px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manifest-column-small {
    width: 125px;
}

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
/* table.dataTable thead th tries to apply 10px 0px 10px 0px padding */
/* but in the manifest search screen we want the text located at the bottom of the header. */
/* So overwrite the bottom 10px and instead set to 0px */
.resultsheadings-manifest > th.manifest-column-small {
    padding: 10px 0px 0px 0px !important;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.manifest-column-medium {
    width: 175px;
}

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
/* table.dataTable thead th tries to apply 10px 0px 10px 0px padding */
/* but in the manifest search screen we want the text located at the bottom of the header. */
/* So overwrite the bottom 10px and instead set to 0px */
.resultsheadings-manifest > th.manifest-column-medium {
    padding: 10px 0px 0px 0px !important;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.manifest-column-big {
    width: 225px;
}

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
/* table.dataTable thead th tries to apply 10px 0px 10px 0px padding */
/* but in the manifest search screen we want the text located at the bottom of the header. */
/* So overwrite the bottom 10px and instead set to 0px */
.resultsheadings-manifest > th.manifest-column-big {
    padding: 10px 0px 0px 0px !important;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

/*<<< 15/11/2021 - GJogi - 248817 - Driver Debrief - Change Column Picker*/
.manifest-column-large {
    width: 260px;
}

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
/* table.dataTable thead th tries to apply 10px 0px 10px 0px padding */
/* but in the manifest search screen we want the text located at the bottom of the header. */
/* So overwrite the bottom 10px and instead set to 0px */
.resultsheadings-manifest > th.manifest-column-large {
    padding: 10px 0px 0px 0px !important;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

/* If the datatable header is sortable, then display the pointer cursor */
table.dataTable thead th.sorting {
    cursor: pointer
}

/*>>> 15/11/2021 - GJogi - 248817 - Driver Debrief - Change Column Picker*/
/*<<< 19/11/2021 - GJogi - 243258 - Vertical column Depot Time Deviation Conditions */
/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
/*.manifest-displays{*/
/*    position: absolute;
    bottom:0;*/
/*}*/

th:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > .manifest-displays > span {
    position: relative;
    left: 20px;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.DriverDebriefConditionContainer {
    -webkit-transform: rotate( -90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 0px;
    text-align: left;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    bottom: -1px;
    position: absolute;
    white-space: nowrap;
}

.manifest-DriverDebrief-Condition {
    position: relative;
    height: 100px;
    margin-left: 12px;
    width: 40px;
}

/* <<< 05/02/2024 - SChestney - DO243259 - Resolved styling issue when viewing debrief condition columns */
.manifest-DriverDebriefConditions {
    float: left;
    width: 40px;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    border-left: 1pt dotted #b18abe;
    color: black !important;
}
/*>>> 19/11/2021 - GJogi - 243258 - Vertical column Depot Time Deviation Conditions */

.manifest-DriverDebriefConditions-last {
    border-right: 1pt dotted #b18abe; /* Every manifest-DriverDebriefConditions column will have a border-left, the last one just needs a right border*/
}

.manifest-DriverDebriefConditions-inactive-darken-overlay {
    position: relative;
}

    .manifest-DriverDebriefConditions-inactive-darken-overlay::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        pointer-events: none;
    }

.manifest-DriverDebriefConditions-inactive-striped-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient( -45deg,
    rgba(255, 255, 255, 0.4) 0px,
    rgba(255, 255, 255, 0.4) 2px,
    rgba(0, 0, 0, 0.2) 2px,
    rgba(0, 0, 0, 0.2) 4px
    );
    pointer-events: none;
}

.manifest-DriverDebriefConditions-depot-event-condition {
    background-color: #E7EDED !important;
    /* <<< 25/02/2025 - SChestney - DO243260 - Made these height 100% as display is wrong on firefox */
    height: 100%;
    /* >>> 25/02/2025 - SChestney - DO243260 - Made these height 100% as display is wrong on firefox */
}

.manifest-DriverDebriefConditions-job-condition {
    background-color: #FFF2CC !important;
    /* <<< 25/02/2025 - SChestney - DO243260 - Made these height 100% as display is wrong on firefox */
    height: 100%;
    /* >>> 25/02/2025 - SChestney - DO243260 - Made these height 100% as display is wrong on firefox */
}

/* <<< 25/02/2025 - SChestney - DO243260 - Display Failed Debrief driver debrief columns */
.manifest-DriverDebriefConditions-failure-debrief-condition {
    background-color: #FBE5D6 !important;
    height: 100%;
}
/* >>> 25/02/2025 - SChestney - DO243260 - Display Failed Debrief driver debrief columns */

/* <<< 18/02/2025 - SChestney - DO243261 - Display location deviation driver debrief columns */
.manifest-DriverDebriefConditions-location-deviation-condition {
    background-color: #FFDCB9 !important;
    /* <<< 25/02/2025 - SChestney - DO243260 - Made these height 100% as display is wrong on firefox */
    height: 100%;
    /* >>> 25/02/2025 - SChestney - DO243260 - Made these height 100% as display is wrong on firefox */
}
/* >>> 18/02/2025 - SChestney - DO243261 - Display location deviation driver debrief columns */

/* <<< 11/02/2025 - SChestney - DO243262 - Display driver scoring */
.driver-debrief-score-label {
    cursor: pointer;
}

.driver-debrief-threshold-score-exceeded {
    background-color: #FBE5D6;
    font-weight: bold;
    height: 100%;
}
/* >>> 11/02/2025 - SChestney - DO243262 - Display driver scoring */

/* <<< 13/02/2025 - SChestney - DO243265 - Display driver debrief status */
.driver-debrief-status-score-exceeded {
    background-color: #FFF2CC;
    height: 100%;
}

.driver-debrief-status-flagged {
    background-color: #FBE5D6;
    height: 100%;
}

.driver-debrief-status-completed {
    background-color: #EAEAEA;
    height: 100%;
}
/* >>> 13/02/2025 - SChestney - DO243265 - Display driver debrief status */

/* <<< 13/02/2025 - SChestney - DO243263 - Display job progress */
.job-progress-label-complete {
    background-color: #E2F0D9;
    height: 100%;
}
/* >>> 13/02/2025 - SChestney - DO243263 - Display job progress */

/* <<< 14/02/2025 - SChestney - DO243264 - Display ETA to Depot column */
.ETAToDepot-depot-return-arrived {
    background-color: #E2F0D9;
    height: 100%;
}

.ETAToDepot-depot-return-overdue {
    background-color: #FBE5D6;
    height: 100%;
}
/* >>> 14/02/2025 - SChestney - DO243264 - Display ETA to Depot column */

/* >>> 05/02/2024 - SChestney - DO243259 - Resolved styling issue when viewing debrief condition columns */
.manifest-column-huge {
    width: 400px;
}

.center-aligned {
    text-align: center !important;
}

.view-drop-items-footer {
    width: 100%;
    float: left;
    border-top: 1pt solid black;
    height: 50px;
    background-color: #e4ecec;
    border-radius: 0px;
    margin: 10px 0px 0px 0px;
}



.paging-bar {
    width: 100% !important;
    border-top: 1pt solid black;
    height: 25px;
    background-color: #e4ecec;
    padding-top: 5px;
    padding-left: 20px;
    margin-top: 5px;
}

.view-drop-items-content-holder {
    margin: 0px 0px 0px 270px;
}

.view-alerts-content-holder {
    margin: 0px 0px 0px 270px;
    height: auto;
}

.hiddenText {
    display: none;
}

#column-selection-popup {
    z-index: 2001;
    width: 600px;
    height: 425px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
    overflow: none;
}

.column-selection-header {
    display: inherit;
    width: 600px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: hidden;
    border-radius: 0px;
    margin: 0px;
    border: none;
    padding: 0px;
}

    .column-selection-header:hover {
        cursor: move;
    }

.column-selection-header-title {
    padding: 6px 2px 2px 10px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
    width: 586px;
    border: solid 1px #aaa;
    height: 25px;
}

.column-selection-content-holder {
    width: 598px;
    height: 340px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#UserMaintananceSettings select {
    margin: 10px;
}

.column-selection-footer {
    display: inherit;
    width: 598px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.column-selection-content-left {
    width: 224px;
    height: 340px;
    float: left;
}

.column-selection-content-centre {
    width: 150px;
    height: 280px;
    text-align: center;
    padding: 60px 0px 0px 0px;
    float: left;
}

.column-selection-content-right {
    width: 224px;
    height: 340px;
    float: left;
}

.column-selection-content-inner {
    padding: 10px;
    width: 204px;
    height: 320px;
    float: left;
}

.column-selection-content-title {
    text-align: justify;
    font-size: 12pt;
    height: 30px;
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0px 10px 0px;
    color: #000;
    background-color: #FFF;
}

.column-selection-list-area {
    width: 204px;
    height: 270px;
    overflow: auto;
    background-color: #fff;
}

.column-selection-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #000;
}

.column-selection-table {
    font-size: 11pt;
    padding: 2px 0px;
    cursor: pointer;
    width: 175px;
}

.column-selection-button-bottom {
    float: right;
    margin: 10px 10px 0px 0px;
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    color: #fff;
    background-color: #559bb4;
    height: 25px;
    border: 1px solid #aaa;
    width: 105px;
    text-align: center;
    border-radius: 0px;
    font-size: 9pt;
    font-weight: bold;
}

    .column-selection-button-bottom:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.column-selection-highlighted-column {
    background-color: #e4ecec;
}

.column-selection-button {
    float: left;
    margin: 10px 10px 0px 10px;
    padding: 4px 0px 0px 0px;
    text-decoration: none;
    color: #000;
    background-color: #dfdfdf;
    height: 20px;
    border: 1px solid #aaa;
    width: 130px;
    text-align: center;
    border-radius: 0px;
    font-size: 9pt;
    font-weight: bold;
}

    .column-selection-button:hover {
        cursor: pointer;
        background-color: #b18abe;
    }

.column-selection-move-column {
    cursor: move;
    background-color: #fbeeff;
}

.short-inline-button {
    width: 100px;
    font-size: 9pt;
    float: left;
    text-align: left;
    cursor: pointer;
    border: 1px solid #aaa;
    color: #000;
    background-color: #dfdfdf;
    border-radius: 0px;
    height: 16px;
    margin: 0px 4px 0px 4px;
    text-align: center;
    padding: 4px 0px 0px 0px;
}

    .short-inline-button:hover {
        cursor: pointer;
        background-color: #b18abe;
    }

.users-active-head {
    width: 5%;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 8pt;
    text-align: center !important;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-name-head {
    width: 15%;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .users-name-head > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

/*//<<< 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/
.users-email-head {
    width: 15%;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .users-email-head > span {
        position: relative;
        left: 25px;
    }
/*//>>> 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/

.users-code-head {
    width: 10%;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .users-code-head > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.users-role-head {
    width: 30%;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 8pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .users-role-head > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.users-app-version-head {
    width: 10%;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 8pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .users-app-version-head > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.users-view-head {
    width: 5%;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 7pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-edit-app-head {
    width: 10%;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 7pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-active {
    width: 5%;
    float: left;
    text-align: center;
    color: Red;
    font-size: 9pt;
    font-weight: bold;
    /* <<< 07/01/2024 - SChestney - DO650017 - Use an ellipsis on user active text to prevent overlapping elements */
    overflow: hidden;
    text-overflow: ellipsis;
    /* >>> 07/01/2024 - SChestney - DO650017 - Use an ellipsis on user active text to prevent overlapping elements */
}

.users-name {
    width: 15%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*//<<< 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/
.users-email {
    width: 15%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*//<<< 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/

.users-code {
    width: 10%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-role {
    width: 30%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-app-version {
    width: 10%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-view {
    width: 5%;
    float: left;
    text-align: right;
}

.users-edit-app {
    width: 10%;
    float: left;
    text-align: right;
}


.user-details-popup {
    width: 800px;
    height: 580px;
    color: White;
    display: none;
    position: absolute;
    top: 82px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.user-details-popup-title {
    display: inherit;
    width: 798px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .user-details-popup-title:hover {
        cursor: move;
    }

.user-details-popup-title-large {
    height: 55px;
}

.user-details-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.user-details-popup-content {
    width: 798px;
    height: 495px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.user-details-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.user-details-popup-label-div {
    float: left;
    margin: 5px 10px 0px 10px;
    width: 478px;
}

.user-details-popup-label {
    font-size: 12pt;
    color: Black;
    float: left;
    padding-top: 4px;
    margin: 0px 5px 0px 5px;
}

.user-details-popup-label-option {
    font-size: 10pt;
    color: #5e216f;
    float: left;
    margin: 0px 5px 0px 5px;
}

.user-details-popup-label-option-right {
    font-size: 10pt;
    color: #5e216f;
    float: right;
    margin: 0px 5px 0px 5px;
}

.user-details-popup-label-option:hover {
    cursor: pointer;
    color: #7ed5a9;
}

.user-details-popup-footer {
    display: inherit;
    width: 788px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-left: 10px;
}

.user-details-popup-line {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.user-details-popup-label-area {
    float: left;
    width: 275px;
    text-align: right;
    padding: 3px 5px 0px 5px;
    color: Black;
}

.user-details-popup-options-label-area {
    float: left;
    width: 740px;
    text-align: left;
    padding: 3px 5px 3px 30px;
    color: Black;
}

.user-details-popup-section {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.user-details-description-section {
    color: #000;
    padding: 5px 10px 0 10px;
    margin: 0 0 15px 0;
}

.user-details-popup-half-section {
    float: left;
    width: 49%;
    margin: 10px 0px 0px 0px;
}


.user-details-popup-large-text {
    float: left;
    width: 90%;
    height: 70%;
    margin: 5% 5% 5% 5%;
    position: relative;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.user-details-popup table {
    width: 100%;
    table-layout: fixed;
    height: 100%;
    display: block;
}

    .user-details-popup table thead {
        width: 100%;
        height: 5%;
        background-color: #fff;
        border-radius: 0px;
        color: #000;
        font-size: 12px;
        display: block;
        border-bottom: solid 1px #000;
    }

    .user-details-popup table tbody {
        width: 100%;
        height: 95%;
        overflow-y: auto;
        display: block;
    }

    .user-details-popup table tr {
        width: 100%;
        display: block;
    }

    .user-details-popup table th {
        text-align: left;
    }

    .user-details-popup table td {
        height: 20px;
        color: #000;
        border-bottom: 1pt dotted #b18abe;
    }

    .user-details-popup table .user-code {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .user-details-popup table .user-name {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .user-details-popup table .user-app-ver {
        width: 15%;
        min-width: 15%;
        max-width: 15%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .user-details-popup table .user-date {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.user-details-popup-label-area-left {
    float: left;
    width: 150px;
    text-align: left;
    padding: 3px 5px 0px 5px;
    color: Black;
}

.user-details-popup-valid-area-centre {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 5px 0px 5px;
    font-size: 9pt;
}

.user-details-popup-text-area {
    float: left;
    width: 310px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    color: Black;
}

.user-details-popup-textbox {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 100%;
}

.user-details-popup-select {
    float: left;
    text-align: left;
    height: 24px;
    font-size: 14pt;
    width: 100%;
    border: solid 1px #aaa;
}

.user-details-popup-textarea {
    float: left;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    font-family: Arial;
}

.user-details-popup-label-notice {
    float: left;
    width: 80%;
    height: 100%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 10%;
}

.user-details-popup-textbox-small {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 50%;
}



.user-details-popup-valid-area {
    float: left;
    width: 180px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
}

/*//<<< 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/
.user-details-popup-valid-area-wide {
    float: left;
    width: 350px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
    /*'<<< 01/11/2023 - AStoenescu - DO530942 - Constraining the validation message box to not overflow*/
    max-height: 30px;
    overflow: auto;
    /*'>>> 01/11/2023 - AStoenescu - DO530942 - Constraining the validation message box to not overflow*/
}
/*//>>> 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/

.user-details-popup-options {
    margin: 0px 20px 0px 30px;
    border: 1pt solid #aaa;
    width: 735px;
    height: 165px;
    float: left;
    overflow: auto;
}

.user-details-popup-option {
    width: 715px;
    color: Gray;
    font-size: 11pt;
    float: left;
    margin-top: 2px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-details-search-checkbox {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.user-details-search-checkbox-label {
    padding-top: 10px;
    color: #000;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 11pt;
}

.user-details-popup-label-notice {
    float: left;
    width: 96%;
    height: 100%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 2%;
}

.devices-active-head {
    width: 5%;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-name-head {
    width: 11%;
    float: left;
    background-color: #b18abe;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .devices-name-head > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.devices-code-head {
    width: 11%;
    float: left;
    background-color: #b18abe;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .devices-code-head:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.devices-phone-head {
    width: 10%;
    float: left;
    background-color: #b18abe;
    color: #000;
    text-align: left;
    font-size: 8pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .devices-phone-head:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.devices-version-head {
    width: 5%;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-user-head {
    width: 22%;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .devices-user-head:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.devices-lastconnceted-head {
    width: 13%;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .devices-lastconnceted-head:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.devices-batterylevel-head {
    width: 10%;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .devices-batterylevel-head:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.devices-phonesignal-head {
    width: 10%;
    float: left;
    background-color: #b18abe;
    color: #000;
    font-size: 8pt;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
    .devices-phonesignal-head:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
        position: relative;
        left: 20px;
    }
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.devices-view-head {
    width: 6%;
    float: left;
    /* <<< 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    background-color: #ffffff;
    /* >>> 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    color: #000;
    /* <<< 29/03/2023 - SChestney - DO347890 - Add 'view' column header text for consistency */
    font-size: 8pt;
    /* >>> 29/03/2023 - SChestney - DO347890 - Add 'view' column header text for consistency*/
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-active {
    width: 5%;
    float: left;
    text-align: center;
    color: Red;
    font-size: 9pt;
    font-weight: bold;
}

.devices-name {
    width: 11%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-code {
    width: 11%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-phone {
    width: 10%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-version {
    width: 5%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-user {
    width: 22%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-lastconnceted {
    width: 13%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-batterylevel {
    width: 10%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-phonesignal {
    width: 10%;
    float: left;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devices-view {
    width: 6%;
    float: left;
    text-align: right;
}

.devices-lastconnceted-never {
    color: Gray;
}

.devices-lastconnceted-recent {
    color: Green;
}

.device-battery-indicator-container {
    float: left;
    width: 30px;
    border: 1px solid black;
    margin-right: 5px;
    border-radius: 0px;
}

.device-battery-indicator-level {
    float: left;
    border-radius: 0px;
}

.device-battery-indicator-text {
    float: left;
    width: 30px;
    padding-top: 2px;
    font-size: 9pt;
}

.device-details-container {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 97%;
    padding-top: 20px;
    display: none;
}

.device-details-header {
    background-color: #fff;
    height: 40px;
    margin: 0% 1% 0% 1%;
    border-radius: 0px;
    float: left;
    width: 98%;
    color: #000;
}

.device-details-header-title {
    padding: 10px 0px 0px 15px;
    font-size: 13pt;
    color: #000;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#selDeviceDDL {
    width: 250px;
    float: left;
    font-size: 14pt;
    font-weight: bold;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
}

.widget-no-data {
    width: 80%;
    text-align: center;
    margin: 15% 10% 0% 10%;
    font-size: 14pt;
    color: red;
    float: left;
}

.device-details-content {
    float: left;
    border: 1pt dotted silver;
    margin: 0% 1% 0% 1%;
    width: 98%;
}

.device-details-footer {
    width: 98%;
    float: left;
    border-top: 1pt solid black;
    height: 50px;
    background-color: #e4ecec;
    border-radius: 0px;
    margin: 0% 1% 0% 1%;
}

.device-details-widget-float {
    position: absolute;
    display: none;
    width: 800px;
    height: 400px;
    top: 150px;
    left: 50%;
    margin-left: -400px;
    background-color: White;
    border: 1px solid black;
    border-radius: 0px;
    z-index: 5000;
}

.device-details-widget {
    float: left;
    width: 48.5%;
    height: 47%;
    margin: 0.5%;
    border: 1pt dotted black;
    border-radius: 0px;
}

.device-details-widget-header {
    width: 100%;
    background-color: #fff;
    height: 25px;
    border-radius: 0px;
    color: #000;
}

.device-details-widget-header-caption {
    float: left;
    padding-top: 3px;
    color: #000;
    margin-left: 5px;
    z-index: 9001;
}

.device-details-widget-header-option {
    float: right;
    width: 20px;
    padding-top: 3px;
    color: #000;
    font-weight: bold;
    z-index: 9999;
}

.device-details-widget-header-close {
    float: right;
    width: 70px;
    padding-top: 3px;
    font-size: 10pt;
    padding-top: 5px;
    color: #000;
    z-index: 9999;
}

.device-details-widget-header-option-view {
    float: right;
    width: 50px;
    padding-top: 3px;
    color: #000;
    font-size: 10pt;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: right;
    z-index: 9001;
}

.device-details-widget-header-option:hover {
    cursor: pointer;
    color: #a20c33;
}

.device-details-widget-header-close:hover {
    cursor: pointer;
    color: rgb(255,231,16);
}

.device-details-widget-header-option-view:hover {
    cursor: pointer;
    color: #a20c33;
}

.device-details-widget-body {
    float: left;
    width: 100%;
}

.device-details-widget-wait-image {
    position: relative;
    top: 30%;
    left: 25%;
    max-height: 65%;
    max-width: 65%;
}

.device-details-widget-wait {
    position: absolute;
    background-color: White;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    z-index: 9999;
    display: none;
}

.device-details-widget-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 0px;
    display: none;
    width: 250px;
    z-index: 9999;
    border: solid 1px #aaa;
}

.device-details-widget-menu-item {
    float: left;
    width: 97%;
    margin: 0% 0% 0% 0%;
    font-size: 11pt;
    color: #000;
    border-bottom: 1px dotted #aaa;
    padding-top: 5px;
    padding-right: 3%;
    height: 20px;
    text-align: right;
}

    .device-details-widget-menu-item:hover {
        cursor: pointer;
        color: #a20c33;
    }

.widget-info-row {
    width: 94%;
    margin: 2.6% 3% 0% 3%;
    float: left;
}

.widget-info-label {
    width: 35%;
    float: left;
    margin: 0.4% 1% 0% 0%;
    text-align: right;
    font-size: 12pt;
}

.widget-info-data {
    width: 60%;
    float: left;
    margin: 0% 0% 0% 1%;
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.device-widget-current-status-row {
    width: 100%;
    margin: 1.5% 0% 0% 0%;
    float: left;
    display: flex;
    justify-content: space-around;
}

.widget-subheader {
    width: 100%;
    background-color: #e4ecec;
    border-bottom: 2pt solid black;
    float: left;
    min-height: 25px;
    max-height: 50px;
}

.widget-subheader-option {
    background-color: rgb(234, 234, 232);
    border-bottom: 2pt solid black;
    float: right;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    color: Black;
}

    .widget-subheader-option:hover {
        cursor: pointer;
    }

.widget-subheader-selector {
    font-size: 10pt;
    text-align: right;
    margin: 2px 10px 0px 0px;
}

.widget-subheader-Image {
    float: right;
}

.device-widget-current-status-main-property {
    width: 20%;
    height: 140px;
    float: left;
    margin: 0% 2% 0% 2%;
    border: 1pt solid silver;
    border-radius: 0px;
}

.device-widget-current-status-main-property-heading {
    width: 100%;
    margin: 2% 0% 2% 0%;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    float: left;
}

.device-widget-current-status-main-property-image {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
}

.device-widget-current-status-main-property-image-image {
    width: 88%;
    margin: 1% 6% 0% 6%;
    float: left;
}

.device-widget-current-status-main-property-data {
    width: 100%;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    float: left;
}

.device-widget-current-status-main-property-data-good {
    width: 100%;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    float: left;
    color: Green;
}

.device-widget-current-status-main-property-data-warning {
    width: 100%;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    float: left;
    color: Red;
}

.device-widget-current-status-label {
    width: 100%;
    text-align: center;
    font-size: 10pt;
    float: left;
}

.device-widget-current-status-small-property-on {
    width: 14%;
    height: 40px;
    float: left;
    margin: 0% 1% 0% 1%;
    border: 1pt solid green;
    border-radius: 0px;
}

.device-widget-current-status-small-property-off {
    width: 14%;
    height: 40px;
    float: left;
    margin: 0% 1% 0% 1%;
    border: 1pt solid red;
    border-radius: 0px;
}

.device-widget-current-status-small-property-heading {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    float: left;
}

.device-widget-current-status-small-property-data {
    width: 100%;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    float: left;
}

.device-widget-current-status-small-property-data-good {
    width: 100%;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    float: left;
    color: Green;
}

.device-widget-current-status-small-property-data-warning {
    width: 100%;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    float: left;
    color: Red;
}

.widget-tableheader {
    float: left;
    width: 100%;
    border-bottom: 1pt solid black;
    height: 25px;
    background-color: #e4ecec;
}

.widget-tableheader-assignments-th-user {
    float: left;
    width: 30%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px -3px 0px 3px;
}

.widget-tableheader-assignments-th-loggedon {
    float: left;
    width: 30%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
}

.widget-tableheader-assignments-th-loggedoff {
    float: left;
    width: 30%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
}

.widget-tableresults {
    position: relative;
    width: 100%;
    overflow: auto;
    top: 0px;
    bottom: 3px;
}

#device-widgets-errorlogs.widget-tableresults {
    height: calc(100% - 55px);
}

.widget-tablerow {
    float: left;
    width: 100%;
    border-bottom: 1pt dotted silver;
    min-height: 25px;
}

    .widget-tablerow:hover {
        background-color: #CCFFFF;
    }

.widget-tablerow-assignments-tr-user {
    float: left;
    width: 30%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px -3px 0px 3px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-assignments-tr-loggedon {
    float: left;
    width: 30%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-assignments-tr-loggedoff {
    float: left;
    width: 30%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tableheader-config-th-desc {
    float: left;
    width: 60%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px -3px 0px 3px;
}

.widget-tableheader-config-th-value {
    float: left;
    width: 35%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px -3px 0px 3px;
}

.widget-tablerow-config-tr-desc {
    float: left;
    width: 60%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px 0px 0px 0px;
    border-right: 1pt dotted silver;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-tablerow-config-tr-value {
    float: left;
    width: 30%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px 0px 0px 0px;
    border-right: 1pt dotted silver;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.device-details-map-container {
    width: 100%;
    float: left;
}

.widget-location-info-container {
    position: relative;
    width: 390px;
    height: 1px;
    left: 5px;
}

.widget-location-info {
    width: auto;
    height: auto;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    background-color: rgb(0, 51, 153);
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    border: 1pt solid silver;
    z-index: 1001;
    top: 33px;
    position: absolute;
}

.hidden {
    display: none;
}

.device-details-search-textbox {
    height: 25px;
    border-radius: 0px;
    font-size: 14pt;
    float: left;
    width: 87%;
    text-align: left;
    margin: 5px 0px 0px 15px;
}

.widget-tablerow-logons-tr-password-text {
    display: none;
}

.widget-tablerow-fail {
    color: Red;
}

.widget-tableheader-logons-th-usercode {
    float: left;
    width: 29%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px -3px 0px 3px;
}

.widget-tableheader-logons-th-username {
    float: left;
    width: 40%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
}

.widget-tableheader-logons-th-password {
    float: left;
    width: 23%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
}


.widget-tableheader-logons-th-date {
    float: left;
    width: 29%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
}

.widget-tablerow-logons-tr-usercode {
    float: left;
    width: 29%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px -3px 0px 3px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-logons-tr-username {
    float: left;
    width: 40%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-logons-tr-password {
    float: left;
    width: 23%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-logons-tr-logondate {
    float: left;
    width: 29%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 2px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tableheader-messages-th-date {
    float: left;
    width: 14%;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding-left: 2px;
    margin: 5px -3px 0px 3px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-tableheader-messages-th-direction {
    float: left;
    width: 10%;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-tableheader-messages-th-type {
    float: left;
    width: 30%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-tableheader-messages-th-status {
    float: left;
    width: 28%;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-tableheader-messages-th-processed {
    float: left;
    width: 14%;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding-left: 2px;
    margin: 5px 0px 0px 0px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-tablerow-messages-tr-date {
    float: left;
    width: 14%;
    font-size: 10pt;
    text-align: center;
    padding-left: 2px;
    margin: 4px -3px 0px 3px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-messages-tr-direction {
    float: left;
    width: 10%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 4px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-messages-tr-direction-img {
    float: left;
    margin: 3px 0px 0px 35%;
}

.widget-tablerow-messages-tr-type {
    float: left;
    width: 30%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 4px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-messages-tr-status {
    float: left;
    width: 28%;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
    margin: 4px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.widget-tablerow-messages-tr-processed {
    float: left;
    width: 14%;
    font-size: 10pt;
    text-align: center;
    padding-left: 2px;
    margin: 4px 0px 0px 0px;
    border-right: 1pt dotted silver;
}

.user-details-popup-label-notice {
    float: left;
    width: 96%;
    height: 100%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 2%;
}

.device-details-widget table.ErrorLogs {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
}

    .device-details-widget table.ErrorLogs tr {
        width: 100%;
    }

    .device-details-widget table.ErrorLogs thead tr {
        float: none;
    }

    .device-details-widget table.ErrorLogs th, .device-details-widget table.ErrorLogs td {
        padding: 3px;
        width: 15%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .device-details-widget table.ErrorLogs th.ErrorDetails, .device-details-widget table.ErrorLogs td.ErrorDetails {
            padding: 3px;
            width: 55%;
        }

    .device-details-widget table.ErrorLogs span {
        float: left;
    }

    .device-details-widget table.ErrorLogs tbody tr td {
        border: 1px dotted #C0C0C0;
        padding: 3px;
    }

        .device-details-widget table.ErrorLogs tbody tr td.ErrorDetails {
        }

    .device-details-widget table.ErrorLogs tbody tr:hover td {
        background-color: #CCFFFF;
    }


#addmanifestpopup {
    display: none;
    position: absolute;
    width: 550px;
    height: 200px;
    border: 1pt solid #aaa;
    border-radius: 0px;
    top: 180px;
    left: 50%;
    margin: 0px 0px 0px -275px;
    background-color: White;
    z-index: 5000;
    box-shadow: none;
}

#addmanifestdropspopup {
    display: none;
    position: absolute;
    /* <<< Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    /*<<< 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    width: 1100px;
    /*>>> 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    top: 90px;
    /* >>> Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    /*<<< 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    /*border: 1pt solid #aaa;*/
    border-top: 1pt solid #aaa;
    border-left: 1pt solid #aaa;
    border-right: 1pt solid #aaa;
    /*>>> 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    border-radius: 0px;
    left: 50%;
    margin: 0px 0px 0px -450px;
    background-color: White;
    z-index: 5000;
    box-shadow: none;
}

#addmanifestdropspopuphederbody {
    background-color: White;
    /*<<< 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    border-bottom: 1pt solid #aaa;
    /*>>> 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    float: left;
    width: 100%;
    /*<<< 24/10/2024 - AStoenescu - DO650262 - Amended to size based on viewport*/
    height: 77.3vh;
    /*<<< 24/10/2024 - AStoenescu - DO650262 - Amended to size based on viewport*/
    border-radius: 0px;
    /*<<< 01/09/2021 -GJogi- 242712- Styling inconsistency at varying zoom level while adding manifest via console*/
    display: flex;
    /*>>> 01/09/2021 -GJogi- 242712- Styling inconsistency at varying zoom level while adding manifest via console*/
}

#addmanifestpopupheder {
    float: left;
    width: 100%;
    color: White;
    height: 120px;
    border-radius: 0px;
    border-bottom: 1pt solid #aaa;
}

#addmanifestpopuphederbody {
    background-color: White;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

#addmanifestdroppopupheder {
    float: left;
    width: 100%;
    color: White;
    /*<<< 05/09/2022 - VGudipudi - DO279460 - Changes to accommodate Long Manifest Id*/
    /*height: 30px;*/
    height: auto;
    /*>>> 05/09/2022 - VGudipudi - DO279460 - Changes to accommodate Long Manifest Id*/
    border-radius: 0px;
    border-bottom: 1pt solid black;
}

#addmanifestpopuphedertitle {
    float: left;
    width: 550px;
    color: #000;
    height: 30px;
    border-radius: 0px;
    background-color: #fff;
}

#addmanifestdropspopuphedertitle {
    float: left;
    /*<<< 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    /*width: 901px;*/
    width: 900px;
    /*>>> 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    color: #000;
    /*<<< 05/09/2022 - VGudipudi - DO279460 - Changes to accommodate Long Manifest Id*/
    /*height: 30px;*/
    height: auto;
    /*>>> 05/09/2022 - VGudipudi - DO279460 - Changes to accommodate Long Manifest Id*/
    border-radius: 0px;
    background-color: #fff;
}

#addmanifestpopuphedertitle:hover {
    cursor: move;
}

#addmanifestpopuphedertitlelabel {
    float: left;
    margin: 5px 0px 0px 10px;
    /*<<< 05/09/2022 - VGudipudi - DO279460 - Changes to accommodate Long Manifest Id*/
    /*height: 25px;*/
    height: auto;
    word-break: break-all;
    /*>>> 05/09/2022 - VGudipudi - DO279460 - Changes to accommodate Long Manifest Id*/
    font-size: 12pt;
    color: #000;
    font-weight: bold;
}

.addmanifestpopuphedertitlerow {
    float: left;
    width: 100%;
    background-color: White;
    height: 25px;
    margin-top: 5px;
}

.addmanifestpopupcreatemanifestbutton {
    width: 100px;
    font-size: 9pt;
    float: right;
    text-align: left;
    cursor: pointer;
    border: 1pt solid #aaa;
    color: #fff;
    background-color: #559bb4;
    font-weight: bold;
    border-radius: 0px;
    height: 25px;
    margin: -3px 10px 0px 4px;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

    .addmanifestpopupcreatemanifestbutton:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.popupmenu {
    width: 100%;
    height: 100%;
}

.popupmenu {
    width: 100%;
    height: 100%;
}

.addmanifestpopupmanifestbutton {
    width: 100px;
    font-size: 9pt;
    float: right;
    text-align: left;
    cursor: pointer;
    border: 1pt solid #aaa;
    color: #fff;
    background-color: #559bb4;
    border-radius: 0px;
    height: 25px;
    margin: -0px 10px 0px 4px;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

    .addmanifestpopupmanifestbutton:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.addmanifestpopupclosebutton {
    width: 100px;
    font-size: 9pt;
    float: right;
    text-align: left;
    cursor: pointer;
    border: 1pt solid #aaa;
    color: #fff;
    background-color: #559bb4;
    border-radius: 0px;
    height: 25px;
    margin: -0px 5px 0px 4px;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

    .addmanifestpopupclosebutton:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.addmanifestpopupbreakbutton {
    width: 100px;
    font-size: 9pt;
    float: left;
    text-align: left;
    cursor: pointer;
    border: 1pt solid #aaa;
    color: #fff;
    background-color: #559bb4;
    border-radius: 0px;
    height: 25px;
    margin: -0px 5px 0px 4px;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

    .addmanifestpopupbreakbutton:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.addmanifestpopuphedertitlerowsubsection {
    float: left;
    width: 33%;
}

.addmanifestpopuphedertitlerowsubsectionright {
    float: right;
    width: 66%;
}

.addmanifestpopuphedertitlerowhalfsection {
    float: left;
    width: 50%;
}

.addmanifestpopuphedertitlerowsubsectionlabel {
    float: right;
    text-align: right;
    font-size: 10pt;
    color: Black;
    margin-right: 10pt;
}

.addmanifestpopuphedertitlerowsubsectioninput {
    float: left;
    text-align: left;
    font-size: 10pt;
    color: Black;
    margin-left: 10pt;
    width: 160px;
    border-radius: 0px;
}


.addmanifestpopuphedertitlerowsubsectioninputbox-ISO {
    text-align: center;
    font-size: 10pt;
    color: Black;
    margin-right: 5px;
    width: 50px;
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-custID {
    margin-right: 5px;
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 446px;
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninput-mid {
    float: left;
    text-align: left;
    font-size: 10pt;
    color: Black;
    margin-left: 10pt;
    width: 155px;
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox {
    margin-right: 5px;
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 152px;
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

#txtManifestDate {
    width: 125px;
    float: left;
    margin-left: 10pt;
    border-radius: 0px;
}

#addmanifestvalidationmessage {
    display: none;
    background-color: red;
    width: 450px;
    margin-left: 50px;
    text-align: center;
    font-size: 10pt;
    height: 20px;
    padding-top: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* <<<< 18/03/2020 - AX213509 - ADyson/HHOCA - R01 - ReSequencing Console Changes - Show and Tell */
#addmanifestdropvalidationmessage {
    background-color: red;
    width: 370px;
    text-align: center;
    font-size: 10pt;
    height: 20px;
    padding-top: 3px;
    border-radius: 10px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-address {
    margin-right: 5px;
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 446px;
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}



.addmanifestpopuphedertitlerowsubsectioninputbox-geocode {
    margin-right: 5px;
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 98px;
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopupheadertitlerowsubsection-label,
.addmanifestpopuphedertitlerowsubsectioninputbox-geocodelabel {
    margin-right: 5px;
    margin-top: 3px;
    border-radius: 0px;
    text-align: right;
    float: left;
    color: Black;
    font-size: 10pt;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-timeinput {
    margin-right: 3px;
    width: 30px;
    border-radius: 0px;
    float: left;
    text-align: center;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-timelabel {
    margin-right: 5px;
    margin-top: 3px;
    width: 100px;
    border-radius: 0px;
    text-align: right;
    float: left;
    color: Black;
    font-size: 10pt;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-custprefix {
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-retailclient {
    width: 150px;
    margin-right: 5px;
    float: left;
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-custnames {
    margin-right: 5px;
    display: inline-block;
    border-radius: 0px;
}

    .addmanifestpopuphedertitlerowsubsectioninputbox-custnames#txtForename {
        /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
        width: 190px;
        /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    }

    .addmanifestpopuphedertitlerowsubsectioninputbox-custnames#txtSurname {
        /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
        width: 168px;
        /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    }

.addmanifestpopuphedertitlerowsubsectioninputbox-trackingid {
    margin-right: 5px;
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 446px;
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-trackingauthorisationcode {
    margin-right: 5px;
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 446px;
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-latitude {
    margin-right: 5px;
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 215px;
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-longitude {
    margin-right: 5px;
    /* <<< Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 215px;
    /* >>> Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-specialinstr {
    margin-right: 5px;
    /* <<< Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 446px;
    /* >>> Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-contactno {
    margin-right: 5px;
    /* <<< Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 217px;
    /* >>> Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemdesc {
    /* <<< Shruthi DO667885 30/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    /* <<< 04/03/2025  Shruthi DO698449 APOD: Decimal Feature Flag: Manifest Search Screens - Manual Order Creation - 1.6 */
    /* <<< 21/05/2025 Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value*/
    width: 160px;
    /* >>> 21/05/2025 Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value*/
    /* >>> 04/03/2025  Shruthi DO698449 APOD: Decimal Feature Flag: Manifest Search Screens - Manual Order Creation - 1.6 */
    /* >>> Shruthi DO667885 30/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
    z-index: 2100;
}

    .addmanifestpopuphedertitlerowsubsectioninputbox-itemscancode {
        /* <<< Shruthi DO667885 30/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
        width: 55px;
        /* >>> Shruthi DO667885 30/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
        border-radius: 0px;
        z-index: 2100;
    }

.addmanifestpopuphedertitlerowsubsectioninputbox-itemqty {
    /* <<< Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 60px;
    /* >>> Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
    z-index: 2100;
}
/* <<< Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
.addmanifestpopuphedertitlerowsubsectioninputbox-itemsku {
    width: 50px;
    display: inline;
    border-radius: 0px;
    z-index: 2100;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemqtyprecision {
    width: 20px;
    display: inline;
    border-radius: 0px;
    z-index: 2100;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemtype {
    width: 80px;
    /* >>> Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-radius: 0px;
    z-index: 2100;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-header {
    width: 373px;
    float: left;
    border: 1pt solid black;
    font-size: 10pt;
    color: white;
    background-color: #fbeeff;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-body {
    /* <<< Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 480px;
    /* >>> Shruthi DO667885 27/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    position: absolute;
    border: 1pt solid #aaa;
    border-bottom: none;
    background-color: #e4ecec;
    font-size: 10pt;
    color: Black;
    display: none;
    height: 207px;
    border-radius: 0px;
    z-index: 2000;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-bodylist {
    /*<<< Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 450px;
    /*>>> Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes height: 160px;*/
    height: 170px;
    border: 1pt solid #aaa;
    background-color: white;
    margin: 15px 15px 10px 15px;
    float: left;
    border-radius: 0px;
    overflow: auto;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-labels {
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    width: 420px;
    position: absolute;
    margin: 189px 15px 0px 15px;
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    float: left;
    font-size: 10pt;
    color: #000;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-labels-desc {
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    /*<<< 04/03/2025  Shruthi DO698449 APOD: Decimal Feature Flag: Manifest Search Screens - Manual Order Creation - 1.6 */
    /*<<< 21/05/2025 Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    width: 160px;
    /*>>> 21/05/2025 Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    /* >>> 04/03/2025  Shruthi DO698449 APOD: Decimal Feature Flag: Manifest Search Screens - Manual Order Creation - 1.6 */
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    float: left;
    margin-right: 5px;
    text-align: left;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-labels-scancode {
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    width: 55px;
    display: flex;
    padding-left: 5px;
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    float: left;
    margin-right: 5px;
    text-align: left;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-labels-qty {
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    width: 30px;
    margin-left: 10px;
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes width: 144px;*/
    float: left;
    margin-right: 10px;
    text-align: left;
}
/* <<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-labels-sku {
    /*<<< 21/05/2025   Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    width: 45px;
    /*>>> 21/05/2025   Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    text-align: left;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-labels-qtyprecision {
    width: 25px;
    float: left;
    /*<<< 21/05/2025   Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    padding-left: 10px;
    /*>>> 21/05/2025   Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    text-align: left;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-itemlist-labels-type {
    width: 40px;
    padding-left: 32px;
    /* >>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    float: left;
    margin-right: 5px;
    text-align: left;
}


#addmanifestpopupnewdrop {
    float: left;
    /* <<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    /*<<< 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    width: 48%;
    /*>>> 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    /* >>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    border-right: 1px solid #aaa;
    color: White;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
}

#addmanifestdrop-error-message-container {
    flex: 0 0 30px;
    padding: 10px 0 5px 45px;
    display: none;
}

#addmanifestdrop-footer {
    flex: 0 0 43px;
    height: 43px;
    display: block;
    border-top: 1px solid #aaa;
    background-color: #efefef;
}

#addmanifestdrop-content {
    display: block;
    flex: 1 1 auto;
    overflow: hidden;
    overflow-y: auto;
}

#addmanifestpopupnewdrop {
}

#addmanifestpopupnewdroptitle {
    float: left;
    width: 100%;
    color: #000;
    height: 24px;
    background-color: #fff;
    border-top: 1pt solid #aaa;
}

#addmanifestpopupnewdroptitlelabel {
    float: left;
    margin: 5px 0px 0px 5px;
    height: 20px;
    font-size: 10pt;
    color: #000;
}

#addmanifestpopupnewdroptitle:hover {
    cursor: move;
}

.addmanifestpopupnewdroprowsectionheader {
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 23px;
    box-sizing: border-box;
    height: 20px;
    margin-top: 5px;
    color: Black;
    z-index: 1000;
}

.addmanifestpopupnewdroprowinput {
    width: 100%;
    /* <<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    padding-left: 23px;
    /* >>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    min-height: 20px;
    margin-top: 5px;
    display: block;
    box-sizing: border-box;
}

.addmanifestpopupnewbreakrowinput {
    float: left;
    width: 96%;
    margin-left: 10px;
    height: 20px;
    margin-top: 5px;
    display: inline;
}

.addmanifestpopupnewbreakpopuprowinput {
    float: left;
    width: 96%;
    margin-left: 10px;
    height: 20px;
    margin-top: 12px;
    display: inline;
}

.addmanifestpopupnewdroprowinput-spacer {
    float: left;
    width: 89%;
    margin-left: 46px;
    height: 10px;
    margin-top: 5px;
    display: inline;
}

.addmanifestpopupnewdroprowinput-time {
    float: left;
    width: 89%;
    margin-left: 46px;
    height: 20px;
    margin-top: 10px;
}

.addmanifestpopupnewdroprowinputitems {
    /* <<< Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    padding-left: 14px;
    /* >>> Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    height: 20px;
    margin-top: 5px;
    z-index: 2000;
}

.addmanifestpopupnewdroprowiteminput {
    /* <<< Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 440px;
    padding: 0px 5px 0px 10px;
    /* >>> Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    height: 35px;
    border-radius: 0px;
    z-index: 2000;
    display: inline;
}
/* >>>> 18/03/2020 - AX213509 - ADyson/HHOCA - R01 - ReSequencing Console Changes - Show and Tell */

.addmanifestpopupnewdroprowiteminputshow {
    background-color: #e4ecec;
    border: 1pt solid #aaa;
    border-top: none;
    /* <<< Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 465px;
    /* >>> Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
}

#addmanifestpopupdroplist {
    float: left;
    /* <<< Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    /*<<< 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    width: 52%;
    /*>>> 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    /* >>> Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    color: White;
    height: 100%;
    border-radius: 0px;
}

#addmanifestpopupdroplistcover {
    /*<<< Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    /*<<< 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    width: 52%;
    left: 48%;
    /*>>> 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
    /*>>> Shruthi DO667885 04/02/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes */
    height: 77.3vh;
    z-index: 2000;
    display: none;
    position: absolute;
    background-color: rgb(170, 170, 170);
    -moz-opacity: 0.15;
    opacity: .15;
    filter: alpha(opacity=15);
}

#addmanifestpopupdroplisttitle {
    float: left;
    /*<<< 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    /*width: 431px;*/
    width: 430px;
    /*>>> 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    color: #000;
    height: 24px;
    border-radius: 0px;
    background-color: #fff;
    /*<<< 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    /*border-top: 1pt solid #aaa;*/
    /*>>> 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
}

#addmanifestpopupdroplisttitlelabel {
    float: left;
    margin: 5px 0px 0px 5px;
    height: 20px;
    font-size: 10pt;
    color: #000;
}

#addmanifestpopupdroplistcontainer {
    float: left;
    width: 100%;
    /*<<< 24/10/2024 - AStoenescu - DO650262 - Amended to size based on viewport*/
    height: calc(77.3vh - 68px);
    /*<<< 24/10/2024 - AStoenescu - DO650262 - Amended to size based on viewport*/
    overflow: auto;
    border-bottom: 1pt solid #aaa;
}


#addmanifestpopupdropfooter {
    float: left;
    width: 100%;
    /*<<< 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    height: 43px;
    /*>>> 21/09/2021 -GJogi -242712 - Border inconsistency at varying zoom level while adding manifest via console*/
    background-color: #efefef;
    border-radius: 0px;
}

.addmanifest-line-half {
    /* <<< Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 230px;
    /* >>> Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    display: inline-block;
}

.manifestitemlistline {
    height: 25px;
    float: left;
    /*<<< Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 450px;
    /*>>> Shruthi DO667885 28/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    background-color: Orange;
}

    .manifestitemlistline div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.manifestitemlistdesc {
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    /* <<< 04/03/2025  Shruthi DO698449 APOD: Decimal Feature Flag: Manifest Search Screens - Manual Order Creation - 1.6 */
    /*<<< 21/05/2025  Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    width: 160px;
    /*>>> 21/05/2025  Shruthi DO734243 SKU grouping is dependent on Decimal Places Control Value */
    /* >>> 04/03/2025  Shruthi DO698449 APOD: Decimal Feature Flag: Manifest Search Screens - Manual Order Creation - 1.6 */
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    font-size: 10pt;
    float: left;
    border-bottom: 1pt dotted silver;
    border-right: 1pt dotted silver;
    padding-left: 10px;
    margin-top: 5px;
    height: 20px;
}

.manifestitemlistcode {
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 70px;
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    font-size: 10pt;
    float: left;
    border-bottom: 1pt dotted silver;
    border-right: 1pt dotted silver;
    padding-left: 3px;
    margin-top: 5px;
    height: 20px;
}

/*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
.manifestitemlistsku {
    width: 50px;
    font-size: 10pt;
    float: left;
    border-bottom: 1pt dotted silver;
    border-right: 1pt dotted silver;
    padding-left: 3px;
    margin-top: 5px;
    height: 20px;
}

.manifestitemlistqtyprecision {
    width: 15px;
    font-size: 10pt;
    float: left;
    border-bottom: 1pt dotted silver;
    border-right: 1pt dotted silver;
    padding-left: 3px;
    margin-top: 5px;
    height: 20px;
}
/*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/

.manifestitemlistqty {
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 55px;
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    font-size: 10pt;
    float: left;
    border-bottom: 1pt dotted silver;
    border-right: 1pt dotted silver;
    padding-right: 3px;
    margin-top: 5px;
    text-align: right;
    height: 20px;
}

.manifestitemlisttype {
    /*<<< Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    width: 70px;
    /*>>> Shruthi DO667885 29/01/2025 Console Drop Details Screen Changes and Manual Manifest Creation / Edit Screen Changes*/
    font-size: 10pt;
    float: left;
    border-bottom: 1pt dotted silver;
    border-right: 1pt dotted silver;
    padding-left: 3px;
    margin-top: 5px;
    height: 20px;
}

.manifestitemlistdelete {
    width: 14px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: Red;
    float: left;
    border-bottom: 1pt dotted silver;
    border-right: 1pt dotted silver;
    margin-top: 5px;
    height: 20px;
}

    .manifestitemlistdelete:hover {
        cursor: pointer;
    }

.droplistitem {
    height: 25px;
    float: left;
    width: 98%;
    background-color: Orange;
    color: black;
    font-size: 10pt;
    float: left;
    margin: 1%;
}

    .droplistitem:hover {
        background-color: #7ed5a9;
        cursor: pointer;
        font-size: 10pt;
        float: left;
    }

.droplistitem-edit {
    height: 25px;
    float: left;
    width: 98%;
    background-color: White;
    color: black;
    font-size: 10pt;
    float: left;
    margin: 1%;
}

    .droplistitem-edit:hover {
        background-color: #e4ecec;
        cursor: pointer;
        font-size: 10pt;
        float: left;
    }

    .droplistitem div, .droplistitem-edit div {
        border-bottom: 1pt dotted silver;
        border-right: 1pt dotted silver;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        height: 100%;
    }

/*<<< 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/
.dropliststart {
    width: 16%;
    text-align: center;
}

.droplistsurname {
    width: 34%;
    border-left: 1pt dotted silver;
}

.droplistaddress {
    width: 34%;
}

.droplistgeocode {
    width: 14%;
}
/*>>> 12/05/2025 - AStoenescu - DO730131 - Amended Quantity display on Manual Order Creation to work with decimals*/

#drop-item-lookup {
    width: 200px;
    max-height: 115px;
    background-color: White;
    color: Black;
    font-size: 10pt;
    padding-left: 3px;
    position: absolute;
    border-radius: 0px;
    display: none;
}

.mainfest-item-lookup {
    width: 190px;
    height: 20px;
    padding-top: 3px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .mainfest-item-lookup:hover {
        cursor: pointer;
    }

.mainfest-item-lookup-select {
    background-color: rgb(234, 234, 232);
}

.widget-edit-device {
    width: 501px;
    height: 430px;
    color: White;
    display: none;
    position: absolute;
    top: 33%;
    left: 33%;
    margin: 0px 0px 0px -190px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.widget-device-message-detail {
    width: 900px;
    height: 430px;
    color: White;
    display: none;
    position: absolute;
    top: 33%;
    left: 33%;
    margin: 0px 0px 0px -190px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.device-message-popup {
    width: 501px;
    height: 430px;
    color: White;
    display: none;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: 10px 10px 5px #888;
}

.device-message-popup-title {
    display: inherit;
    width: 100%;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .device-message-popup-title:hover {
        cursor: move;
    }

.device-message-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.device-message-popup-content {
    width: 100%;
    height: 345px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.device-message-popup-container {
    width: 100%;
    height: 100%;
    float: left;
}

.device-message-popup-footer {
    display: inherit;
    width: 100%;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.device-message-popup-message-text {
    width: 97%;
    height: 315px;
    border: 1pt solid #b18abe;
    border-radius: 0px;
    margin: 10px;
    float: left;
}

.device-message-popup-message-text-view {
    overflow: auto;
    width: 99%;
    height: 305px;
    color: Black;
    font-weight: normal;
    overflow: auto;
    margin: 5px;
    font-size: 12pt;
    font-family: Arial, Helvitica, Sans-Serif;
}

    .device-message-popup-message-text-view pre {
        margin: 0px;
    }

.hoverhand:hover {
    cursor: pointer;
}

.devicemessageselected {
    background-color: #e4ecec;
}

.device-edit-label {
    width: 38%;
    margin-right: 2%;
    text-align: right;
    color: Black;
    float: left;
}

.device-edit-value {
    width: 58%;
    text-align: left;
    color: Black;
    float: left;
}

.device-edit-popup-content {
    width: 501px;
    height: 345px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.device-edit-popup-details {
    width: 478px;
    height: 315px;
    margin: 20px 0px 0px 0px;
    float: left;
    overflow: auto;
}

.dropitemremoved {
    text-decoration: line-through;
    color: Silver;
}


#changedropmanifestpopup {
    display: none;
    position: absolute;
    width: 550px;
    height: 475px;
    border: 1pt solid #aaa;
    border-radius: 0px;
    top: 180px;
    left: 50%;
    margin: 0px 0px 0px -275px;
    background-color: White;
    z-index: 5000;
    box-shadow: none;
}

.changedropmanifestpopupheder {
}

.changedropmanifestpopuphedertitle {
    float: left;
    width: 551px;
    color: #000;
    height: 30px;
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
}

.changedropmanifestpopuphedertitlelabel {
    float: left;
    margin: 5px 0px 0px 10px;
    height: 25px;
    font-size: 12pt;
    color: #000;
    font-weight: bold;
}

.changedropmanifestpopuphederbody {
    background-color: White;
    float: left;
    width: 100%;
    height: 420px;
    border-radius: 0px;
}

.changedropmanifestsectiontitle {
    width: 98%;
    float: left;
    margin-top: 10px;
}

.changedropmanifestsectiontitlelabel {
    float: left;
    margin: 5px 0px 0px 10px;
    height: 25px;
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

.changedropmanifestdatarow {
    width: 98%;
    float: left;
}

.changedropmanifestpopuphederdatalabel {
    float: left;
    margin: 5px 0px 0px 10px;
    font-size: 10pt;
    color: White;
    text-align: right;
    color: Black;
    width: 30%;
}

.changedropmanifestpopuphederdatavalue {
    float: left;
    margin: 5px 0px 0px 10px;
    font-size: 10pt;
    color: White;
    text-align: left;
    font-weight: bold;
    color: Black;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
}

/* <<< 16/05/2025 - SChestney - DO718137 - Give the changed manifest detail fields a disabled style */ 
label.changedropmanifestpopuphederdatavalue {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    border-color: rgba(118, 118, 118, 0.3);
}
/* >>> 16/05/2025 - SChestney - DO718137 - Give the changed manifest detail fields a disabled style */ 

.changedropmanifestdatarowsubsectionright {
    width: 400px;
    float: right;
}

.changedropmanifestdatarowchangemanifestbutton {
    width: 100px;
    font-size: 9pt;
    float: right;
    text-align: left;
    cursor: pointer;
    border: 1pt solid #aaa;
    color: #fff;
    background-color: #559bb4;
    border-radius: 0px;
    height: 25px;
    margin: -3px 10px 0px 4px;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

    .changedropmanifestdatarowchangemanifestbutton:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.changedropmanifestmanifestscontainer {
    width: 450px;
    margin: 10px 25px 10px 50px;
    float: left;
    height: 135px;
    border: 1pt solid #aaa;
}

.changedropmanifestmanifeststitle {
    height: 22px;
    background-color: #fff;
    color: #000;
    font-size: 10pt;
    border-bottom: solid 1px #aaa;
}

.changedropmanifestmanifeststitleid {
    width: 185px;
    float: left;
    padding: 3px 0px 0px 5px;
}

.changedropmanifestmanifeststitledate {
    width: 85px;
    float: left;
    padding: 3px 0px 0px 5px;
    text-align: center;
}

.changedropmanifestmanifeststitledrops {
    width: 65px;
    float: left;
    padding: 3px 0px 0px 5px;
}

.changedropmanifestmanifestdata {
    width: 100%;
    overflow-y: scroll;
    height: 113px;
}

.changedropmanifestmanifestnodatarow {
    background-color: white;
    color: red;
    font-size: 10pt;
    text-align: center;
    margin-top: 3px;
    float: left;
    width: 432px;
    border-bottom: 1pt dotted silver;
}

.changedropmanifestmanifestdatarow {
    background-color: white;
    color: black;
    font-size: 10pt;
    float: left;
    width: 432px;
    border-bottom: 1pt dotted silver;
}

    .changedropmanifestmanifestdatarow:hover {
        cursor: pointer;
        background-color: #e4ecec;
    }

.changedropmanifestmanifestsdataid {
    width: 185px;
    float: left;
    padding: 3px 0px 0px 5px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.changedropmanifestmanifestsdatadate {
    width: 85px;
    float: left;
    padding: 3px 0px 0px 5px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.changedropmanifestmanifestsdatadrops {
    width: 50px;
    float: left;
    padding: 3px 0px 0px 5px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.changedropmanifestmanifestdatarow-selected {
    background-color: #e4ecec;
}

#form-popup-group1 {
    float: left;
    display: none;
}

#form-popup-group2 {
    float: left;
    display: none;
}

#form-popup-prompt-response-list {
    width: 300px;
    height: 140px;
    margin-left: 235px;
    border-top-color: #aaa;
    border-right-color: #aaa;
    border-bottom-color: #aaa;
    border-left-color: #aaa;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-bottom-width: 1pt;
    border-left-width: 1pt;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    overflow-y: scroll;
}

.form-reponses-max {
    font-size: 10px;
    color: Red;
    background-color: Silver;
    border: 0px solid white;
}

/* <<< 24/03/2020 - ADyson - AX213382 - Replacement of float left with more appropriate styling.*/
.divFormResponseLine {
    width: 280px;
    border-bottom: 1px dotted silver;
    padding-top: 5px;
    font-size: 10pt;
    height: 20px;
}

.divFormResponseLineText {
    display: inline-block;
    width: 240px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divFormResponseLineDelete {
    display: inline-block;
    width: 15px;
    font-size: 12px;
    color: Red;
    font-weight: bold;
    vertical-align: top;
}
    /* >>> 24/03/2020 - ADyson - AX213382 - Replacement of float left with more appropriate styling.*/

    .divFormResponseLineDelete:hover {
        cursor: pointer;
    }

#form-popup-text-area-responses {
    margin-left: 230px;
}

#form-popup-add-response-button {
    margin-left: 10px;
}

#form-response-input-warning {
    display: none;
    margin-left: 235px;
    color: red;
    font-size: 10pt;
}

.form-popup-add-response-button {
    float: left;
    margin-top: 1px;
    margin-left: 4px;
}

#form-popup-resize {
    float: right;
    margin-right: 15px;
    color: #000;
    font-size: 12pt;
    padding-top: 9px;
    font-weight: bold;
}

    #form-popup-resize:hover {
        cursor: pointer;
    }

#selFormType {
    width: 445px;
    float: left;
    border: 1px solid #aaa;
}

.form-popup-prompt-response-list {
    width: 300px;
    height: 140px;
    margin-left: 235px;
    border-top-color: #aaa;
    border-right-color: #aaa;
    border-bottom-color: #aaa;
    border-left-color: #aaa;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-bottom-width: 1pt;
    border-left-width: 1pt;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    overflow-y: scroll;
}

.form-popup-group {
    float: left;
    display: none;
}

.form-popup-text-area-responses {
    margin-left: 230px;
}

.form-response-input-warning {
    display: none;
    margin-left: 235px;
    color: red;
    font-size: 10pt;
}


.form-menu-popup-label-area {
    float: left;
    width: 150px;
}

.form-menu-popup-half-section {
    float: left;
    margin-left: 50px;
    width: 300px;
}

.form-menu-popup-formlist {
    float: left;
    border: 1px solid #aaa;
    width: 300px;
    height: 240px;
    overflow-y: scroll;
}

.form-menu-popup-formlist-selected {
    float: left;
    border: 1px solid #aaa;
    width: 300px;
    height: 240px;
    overflow-y: scroll;
}

.form-menu-popup-half-section {
    float: left;
    margin-left: 30px;
    width: 300px;
}

.form-menu-popup-full-section {
    float: left;
    margin-left: 30px;
    width: 600px;
}

.form-menu-popup-af-item {
    float: left;
    width: 100%;
    border-bottom: 1px dotted silver;
    height: 25px;
    margin-top: 5px;
}

.form-menu-popup-af-item-label {
    float: left;
    width: 230px;
    height: 25px;
    margin-left: 5px;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-menu-popup-af-item-add {
    float: left;
    background-color: #559bb4;
    width: 40px;
    text-align: center;
    height: 17px;
    border-radius: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    color: #fff;
    font-weight: bold;
}

    .form-menu-popup-af-item-add:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.form-menu-popup-af-item-selected {
    float: left;
    width: 280px;
    border-bottom: 1px dotted silver;
    height: 25px;
    margin-top: 5px;
}

.form-menu-popup-af-item-selected-label {
    float: left;
    width: 180px;
    height: 25px;
    margin-left: 5px;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-menu-popup-af-item-remove {
    margin-left: 5px;
    float: left;
    background-color: #559bb4;
    width: 40px;
    text-align: center;
    height: 17px;
    border-radius: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    color: #fff;
    font-weight: bold;
}

.form-menu-popup-af-item-move, .form-menu-popup-af-item-move-up {
    margin-left: 5px;
    float: left;
    font-size: 9pt;
    background-color: #559bb4;
    width: 15px;
    text-align: center;
    height: 15px;
    border-radius: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    color: #fff;
}

    .form-menu-popup-af-item-remove:hover, .form-menu-popup-af-item-move:hover, .form-menu-popup-af-item-move-up:hover {
        cursor: pointer;
        background-color: #a20c33;
    }

.form-menu-client-selection {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    width: 80%;
    float: right;
}

    .form-menu-client-selection > select {
        width: 100%;
    }


.no-right-margin {
    margin-right: 0px;
}

#manifestdevicelink:hover {
    cursor: pointer;
    color: Blue;
}

.view-drop-forms {
    width: 636px;
    height: 580px;
    color: White;
    display: none;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -318px;
    background-color: white;
    z-index: 3001 !important;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
    z-index: 1001;
    border: 1px solid #aaa;
}

    .view-drop-forms iframe {
        width: 100%;
        height: 100%;
    }

.view-drop-forms-header {
    display: inherit;
    width: 632px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .view-drop-forms-header:hover {
        cursor: move;
    }

.view-drop-forms-header-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.view-drop-forms-body {
    width: 632px;
    height: 495px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.view-drop-forms-body-view {
    width: 615px;
    margin-left: 10px;
    border: 1pt solid silver;
    float: left;
    height: 440px;
    overflow-y: scroll;
}

.view-drop-forms-footer {
    display: inherit;
    width: 632px;
    height: 49px;
    background-color: #eee;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}



.view-drop-attachments {
    width: 650px;
    height: 550px;
    color: White;
    display: none;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -318px;
    background-color: white;
    z-index: 3001 !important;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
    z-index: 1001;
    border: 1px solid #aaa;
}

    .view-drop-attachments iframe {
        width: 100%;
        height: 100%;
    }

.view-drop-attachments-header {
    display: inherit;
    min-width: 632px;
    min-height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .view-drop-attachments-header:hover {
        cursor: move;
    }

.view-drop-attachments-header-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.view-drop-attachments-body {
    min-width: 632px;
    min-height: 495px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.view-drop-attachments-body-view {
    min-width: 615px;
    margin-left: 10px;
    border: 1pt solid silver;
    float: left;
    min-height: 440px;
    overflow-y: scroll;
}

.view-drop-attachments-footer {
    display: inherit;
    min-width: 632px;
    min-height: 49px;
    background-color: #eee;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}


#selDropForm {
    width: 612px;
    margin: 10px;
    float: left;
    height: 25px;
}

.view-form-title {
    width: 595px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    float: left;
    margin: 10px 0px 10px 0px;
    color: Black;
}

.view-form-header-left {
    width: 285px;
    float: left;
    font-size: 10pt;
    margin: 4px 5px 0px 5px;
    text-align: left;
    color: Black;
}

.view-form-header-left-content {
    float: left;
    font-size: 10pt;
    margin: 4px 0px 0px 0px;
    text-align: left;
    color: Black;
    width: 100%;
}

.view-form-header-right {
    width: 285px;
    float: right;
    font-size: 10pt;
    margin: 4px 5px 0px 5px;
    text-align: right;
    color: Black;
}

.view-form-header-right-content {
    width: 285px;
    float: right;
    font-size: 10pt;
    margin: 4px 0px 0px 0px;
    text-align: right;
    color: Black;
    width: 100%;
}

.view-form-question {
    width: 580px;
    text-align: left;
    font-size: 11pt;
    float: left;
    margin: 10px 0px 10px 0px;
    border-top: 1px dotted silver;
    padding: 5px 0px 0px 10px;
    color: Black;
}

.view-form-response-options {
    width: 480px;
    padding-left: 100px;
    text-align: left;
    font-size: 10pt;
    color: Silver;
    float: left;
    margin: 5px 0px 0px 0px;
}

.view-form-response-options-selected {
    width: 480px;
    padding-left: 100px;
    text-align: left;
    font-size: 10pt;
    color: black;
    float: left;
    margin: 5px 0px 0px 0px;
}

.testformoption {
    width: 100%;
    font-size: 10pt;
    float: left;
    color: Blue;
    margin: 10px 0px 10px 0px;
}

    .testformoption:hover {
        cursor: pointer;
        color: Orange;
    }

.view-form-response-attachment {
    max-width: 500px;
    margin-left: 50px;
    float: left;
    border: 1px solid #aaa;
}

.view-form-response-attachment-image {
    max-width: 500px;
    max-height: 500px;
    float: left;
    border-style: none;
}

.view-form-response-attachment-link {
    border-style: none;
    text-decoration: none;
}

.view-form-response-attachment-image-sig {
    max-width: 500px;
    max-height: 200px;
    float: left;
    border-style: none;
}

.view-form-response-footer {
    width: 100%;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid black;
    float: left;
}

.view-form-standalone {
    width: 615px;
    margin-left: 10px;
    float: left;
    position: relative;
}

.view-drop-forms-list-manifestlevel {
    padding-left: 2px;
}

.view-drop-forms-list-droplevel {
    padding-left: 8px;
}

.view-drop-forms-list-itemlevel {
    padding-left: 15px;
}

.jn-page {
    width: 595px;
    float: left;
    color: Black;
}

.jn-header-client {
    width: 595px;
    float: left;
    height: 100px;
    margin-top: 10px;
}

.jn-header-client-logo {
    width: 240px;
    margin-right: 10px;
    height: 90px;
    float: left;
}

.jn-header-client-details {
    width: 325px;
    height: 90px;
    float: right;
}

.jn-header-client-details-title {
    text-align: right;
    font-size: 12pt;
    font-weight: bold;
    float: right;
    width: 100%;
    margin-bottom: 9px;
}

.jn-header-client-details-name {
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

.jn-header-client-details-address {
    text-align: right;
    font-size: 8pt;
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

.jn-header-client-logo-image {
    max-width: 240px;
    max-height: 90px;
    float: left;
}

.jn-header-drop {
    width: 595px;
    float: left;
    height: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jn-header-drop-address {
    width: 290px;
    margin-right: 5px;
    float: left;
    border: 1px solid black;
    height: 190px;
}

.jn-header-drop-details {
    width: 295px;
    float: right;
    border: 1px solid black;
    height: 190px;
}

.jn-header-drop-address-title {
    width: 100%;
    background-color: Silver;
    float: left;
    height: 20px;
    padding-top: 5px;
    font-size: 9pt;
    text-align: center;
    color: Black;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}


.jn-header-drop-address-name {
    width: 280px;
    margin-left: 10px;
    float: left;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
}

.jn-header-drop-address-addressline {
    width: 280px;
    margin-left: 10px;
    float: left;
    font-size: 8pt;
    text-align: left;
    margin-bottom: 2px;
}

.jn-header-drop-attribute-line {
    width: 280px;
    margin-right: 10px;
    float: right;
    text-align: right;
    font-size: 8pt;
    margin-bottom: 2px;
}

.jn-header-drop-attribute-line-right {
    width: 138px;
    float: left;
    text-align: right;
    font-weight: bold;
}

.jn-header-drop-attribute-line-left {
    width: 138px;
    float: left;
    text-align: left;
}

.jn-header-drop-address-contactno {
    width: 280px;
    margin-left: 10px;
    float: left;
    font-size: 8pt;
    text-align: left;
    margin-bottom: 2px;
}

.jn-body-items {
    width: 595px;
    float: left;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    min-height: 350px;
}

.jn-body-items-header {
    width: 593px;
    border: 1px solid black;
    height: 20px;
    background-color: Silver;
    float: left;
    padding-top: 5px;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.jn-body-items-header-label-qty {
    width: 40px;
    text-align: center;
    float: left;
}

.jn-body-items-header-label-desc {
    width: 295px;
    text-align: left;
    float: left;
}

.jn-body-items-header-label-code {
    width: 100px;
    text-align: left;
    float: left;
}

.jn-body-items-header-label-status {
    width: 150px;
    text-align: right;
    float: left;
}

.jn-body-items-row {
    width: 593px;
    height: auto;
    float: left;
    padding-top: 5px;
    font-size: 8pt;
    margin-bottom: 5px;
}

.jn-body-items-row-label-qty {
    width: 40px;
    text-align: center;
    float: left;
}

.jn-body-items-row-label-desc {
    width: 295px;
    text-align: left;
    float: left;
}

.jn-body-items-row-label-code {
    width: 100px;
    text-align: left;
    float: left;
}

.jn-body-items-row-label-status {
    width: 150px;
    text-align: right;
    float: left;
}

.jn-body-items-row-label-DebriefNotes {
    width: 583px;
    text-align: left;
    font-size: 8pt;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

#manifestdevicelink:hover {
    cursor: pointer;
    color: Blue;
}

.scrollableMapDetailSection {
    max-height: 200px;
    overflow-y: scroll;
}

.deviceDetailSection {
    border-bottom: solid 1px #000000;
}

.deviceGPSFirstOptionBG {
    background-color: #00ff01;
    color: #000;
}

.deviceGPSSecondOptionBG {
    background-color: #ffff00;
    color: #000;
}

.deviceGPSThirdOptionBG {
    background-color: #ff9f00;
    color: #000;
}

.deviceGPSFourthOptionBG {
    background-color: #fd0000;
    color: #000;
}

.deviceGPSFifthOptionBG {
    background-color: #5e0000;
    color: #fff;
}

.deviceDetailPart {
    margin-top: 5px;
    margin-bottom: 5px;
}

.deviceDetailLoggedOff {
    color: #fd0000;
}

.deviceDetailLoggedOn {
    color: #000;
}

.jn-debrief-details-header {
    width: 595px;
    float: left;
    height: 20px;
    padding-top: 5px;
    font-size: 9pt;
    font-weight: bold;
}

.jn-debrief-details-header-label-date {
    width: 120px;
    text-align: center;
    float: left;
}

.jn-debrief-details-header-label-arrival {
    width: 120px;
    text-align: center;
    float: left;
}

.jn-debrief-details-header-label-departure {
    width: 120px;
    text-align: center;
    float: left;
}

.jn-debrief-details-header-label-signature {
    width: 235px;
    text-align: right;
    float: left;
}

.jn-debrief-details-row {
    width: 595px;
    float: left;
    padding-top: 5px;
    font-size: 9pt;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1pt solid black;
}

.jn-debrief-details-row-label-date {
    width: 120px;
    text-align: center;
    float: left;
}

.jn-debrief-details-row-label-arrival {
    width: 120px;
    text-align: center;
    float: left;
}

.jn-debrief-details-row-label-departure {
    width: 120px;
    text-align: center;
    float: left;
}

.jn-debrief-details-row-label-signature {
    width: 235px;
    text-align: right;
    float: right;
}

.jn-debrief-details-row-label-signature-image {
    max-width: 235px;
    max-height: 80px;
    float: right;
}

.jn-debrief-details-row-label-DebriefNotes {
    width: 583px;
    text-align: left;
    font-size: 8pt;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.jn-footer-clientspecific {
    font-size: 8pt;
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 595px;
}


/*** Global Element Handling ***/
/* Remove controls from Firefo because the spinner is bad and doesn't obey readonly attributes */
input[type=number] {
    -moz-appearance: textfield;
}

/*** Standard Classes ***/
.STDfullBody {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow-x: hidden;
}

.STDFont {
    font: normal normal normal 12pt Arial, Helvitica, Sans-Serif;
}

    .STDFont.Bold, .STDFont .Bold {
        font-weight: bold;
    }

    .STDFont.Large, .STDFont .Large {
        font-size: 14pt;
    }

    .STDFont.Small, .STDFont .Small {
        font-size: 12px;
    }

    .STDFont.EightPt, .STDFont .EightPt {
        font-size: 8pt;
    }

    .STDFont.Green, .STDFont .Green {
        color: Green;
    }

    .STDFont.Red, .STDFont .Red {
        color: Red;
    }

    .STDFont.ParaBlue, .STDFont .ParaBlue {
        /*Paragon Blue*/
        color: #517891;
    }

.STDThumbnail {
    height: 50px;
    width: 50px;
}

    .STDThumbnail:hover {
        height: 200px;
        width: 200px;
    }

.STDBorder {
    border: 1px solid black;
}

    .STDBorder.Dotted {
        border-style: dotted;
    }

    .STDBorder.Silver {
        border-color: #aaa;
    }

.STDInvalid {
    background-color: #FFE6F0;
}

.STDDisabled {
    color: #aaa;
}

.STDWarning {
    color: Red;
    font-size: 10pt;
    padding: 5px;
    width: 95%;
    max-height: 50%;
    overflow: auto;
}

    .STDWarning .WarnHead {
        font-weight: bold;
    }

    .STDWarning .WarnItem {
        margin-top: 5px;
    }

.STDTitleInfo {
    float: right;
    color: Red;
}

.STDNavButton {
    margin-right: 5px;
    margin-left: 5px;
    width: 40px;
}

.STDLozenge {
    background-color: red;
    position: relative;
    float: left;
    margin-top: -4px;
    /* <<< 29/01/2025 - SChestney - DO668536 - Created the Two Way Messaging screens */
    margin-left: -11px;
    /* >>> 29/01/2025 - SChestney - DO668536 - Created the Two Way Messaging screens */
    z-index: 1;
    border-radius: 25% 25% 25% 0;
}

    .STDLozenge .Data {
        padding: 2px 4px;
        color: white;
    }

        .STDLozenge .Data:empty {
            display: none;
        }

.lgtPrplBkGrnd {
    background-color: #FBEEFF;
}

.OrngBkGrnd {
    background-color: #FF8000;
}

lgtGrnBkGrnd {
    background-color: #EEF1EA;
}

.WhtBkGrnd {
    background-color: White;
}

.GryBkGrnd {
    /*Paragon Grey*/
    background-color: #E4ECEC;
}

.GrnBkGrnd {
    background-color: #82c341 !important;
    color: white !important;
    border-color: black !important;
}

    .GrnBkGrnd:hover {
        background-color: #FF5757 !important;
    }

.RedBkGrnd {
    background-color: #FF5757 !important;
    color: white !important;
    border-color: black !important;
}

    .RedBkGrnd:hover {
        background-color: #49B738;
    }

.RedForeGrnd {
    color: #FF0000;
}

button.button {
    height: 25px;
    padding: 0px;
}

.dragger {
    height: 7.5%;
    width: 100%;
    position: absolute;
    z-index: 3002;
    cursor: move;
}

/*** Page Styling ***/

#FormPopup {
}
    /* Form Popup Styles */
    #FormPopup h1 {
        display: inline;
    }

    #FormPopup #divContent {
        height: 100%;
    }

    #FormPopup .StandAlone {
        width: 90%;
    }

        #FormPopup .StandAlone .STDThumbnail {
            height: auto;
            width: auto;
            max-width: 90%;
        }

            #FormPopup .StandAlone .STDThumbnail:hover {
                height: auto;
                width: auto;
                max-width: 90%;
            }

    #FormPopup .Header {
        height: 7.5%;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #aaa; /*color:White;*/
    }

        #FormPopup .Header span {
            display: inline-block;
            margin: 1.5%;
        }

    #FormPopup .Content {
        height: 81.5%;
        margin: 1%;
    }

    #FormPopup .StandAlone.Content {
        height: 100%;
        margin: 0%;
    }

    #FormPopup .Content .DropSelector {
        height: 10%;
    }

        #FormPopup .Content .DropSelector select {
            width: 100%;
        }

    #FormPopup .Content .FormDetails {
        height: 90%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #FormPopup .StandAlone.Content .FormDetails {
        height: auto;
        overflow: hidden;
    }

    #FormPopup .Content .FormDetails .Title {
        text-align: center;
    }

    #FormPopup .Content .FormDetails .Meta {
        padding: 1%;
    }

        #FormPopup .Content .FormDetails .Meta .Box {
            margin-bottom: 1%;
            margin-top: 1%;
        }

            #FormPopup .Content .FormDetails .Meta .Box.Manifest {
                width: 69%;
                margin-right: 1%;
                border: none;
                float: left;
                padding-top: 2.5%;
            }

            #FormPopup .Content .FormDetails .Meta .Box.Customer {
                width: 26%;
                margin-left: 1%;
                text-align: right;
                float: right;
                padding-right: 1%;
                padding-top: 2.5%;
            }

            #FormPopup .Content .FormDetails .Meta .Box .DataRow {
                width: 100%;
            }

    #FormPopup .Content .FormDetails .Question {
        width: 97%;
        padding: 1%;
        float: left;
        margin-top: 2%;
    }

    /*<<< 22/04/2020 - ADyson - AX210099 - New class for form viewer hidden questions*/
    #FormPopup .Content .FormDetails .FormHiddenQuestion {
        color: #A9A9A9;
        display: none;
    }
        /*>>> 22/04/2020 - ADyson - AX210099 - New class for form viewer hidden questions*/

        /*<<< 22/05/2020 - ADyson - AX216123 - Addition of text if there were no visible questions in FormViewer */
        #FormPopup .content .FormDetails .FormHiddenQuestion.Shown {
            display: block;
        }
    /*>>> 22/05/2020 - ADyson - AX216123 - Addition of text if there were no visible questions in FormViewer */

    #FormPopup .Content .FormDetails .Question .Prompt {
        height: 5%;
        font-weight: bold;
    }


    #FormPopup .Content .FormDetails .Question .Answer {
        padding-left: 40px;
    }

        #FormPopup .Content .FormDetails .Question .Answer.Option.Inactive {
            color: Silver;
            margin: 1%;
        }

    #FormPopup .Footer {
        height: 44px;
        margin-top: 1%;
        border-top: 1px solid #aaa;
        width: 100%;
        background-color: #e4ecec;
    }

        #FormPopup .Footer .button {
            margin-top: 8px;
        }

.searchcriteriaInput input {
    margin-left: 0px;
}

.document-results {
    height: 780px;
    margin: 10px 5px 0px 10px;
    border-radius: 0px;
    display: none;
    overflow: auto;
}

.document-upload-popup-container {
    width: 100%;
    height: 300px;
    float: left;
}

.reusable-documents-table-container {
    width: 100%;
    height: 99%;
    border-bottom: 1pt solid #aaa;
    border-radius: 0px;
    float: left;
    overflow: auto;
}

.searchcriteriacontainer-reusable-documents {
    margin: 10px 0px 0px 0px;
    height: 780px;
    background-color: #e4ecec;
    border-radius: 0px;
    position: relative;
    border: solid 1px #aaa;
}

#ReusableDocumentsArea {
    height: 95.5%;
    color: black;
}

#document-results-header table.documentuploadstable {
    width: 100%;
    border-bottom: 1pt solid #aaa;
    font-size: 12px;
    font-weight: bold;
}

    #document-results-header table.documentuploadstable .DocumentName {
        width: 30%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results-header table.documentuploadstable .DocumentTag {
        width: 30%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results-header table.documentuploadstable .DocumentCreatedBy {
        width: 15%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results-header table.documentuploadstable .DocumentCreatedDate {
        width: 15%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results-header table.documentuploadstable .DocumentRemove {
        width: 10%;
        padding: 11px 5px;
    }

#document-results-headers table.documentuploadstable .documents-row-header {
    width: 100%;
    border-bottom: 1pt dotted #b18abe;
    background-color: #fff;
    height: 18px;
    table-layout: fixed;
}

#document-results table.ReusableDocuments {
    width: 100%;
    table-layout: fixed;
}

    #document-results table.ReusableDocuments .DocumentName {
        width: 30%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results table.ReusableDocuments .DocumentTag {
        width: 30%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results table.ReusableDocuments .DocumentCreatedBy {
        width: 15%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results table.ReusableDocuments .DocumentCreatedDate {
        width: 15%;
        padding: 11px 5px;
        text-align: left;
    }

    #document-results table.ReusableDocuments .DocumentRemove {
        width: 10%;
        padding: 11px 5px;
    }

    #document-results table.ReusableDocuments tr td {
        border-bottom: 1pt dotted #b18abe;
        font-size: 12px;
        text-align: left;
    }

    #document-results table.ReusableDocuments .documents-row-header {
        width: 100%;
        border-bottom: 1pt dotted #b18abe;
        background-color: #fff;
        height: 18px;
        table-layout: fixed;
    }

    #document-results table.ReusableDocuments tr td:last-of-type {
        border-right: none;
    }

#DropDocumentsArea {
    height: 100%;
    color: black;
}

    #DropDocumentsArea table.Documents {
        width: 100%;
        table-layout: auto;
    }

        #DropDocumentsArea table.Documents .NameClickable {
            width: 58%;
            text-align: center;
            color: blue;
            text-decoration: underline;
            text-decoration-color: blue;
        }

        #DropDocumentsArea table.Documents .Name {
            width: 58%;
            padding: 0 5px;
        }

        #DropDocumentsArea table.Documents .ViewedBy {
            width: 15%;
            padding: 0 5px;
        }

        #DropDocumentsArea table.Documents .Viewed {
            width: 7%;
            text-align: center;
        }

        #DropDocumentsArea table.Documents .ViewedDate {
            width: 15%;
            padding: 0 5px;
        }

        #DropDocumentsArea table.Documents tr td {
            border-bottom: 1pt dotted #b18abe;
            border-right: 1pt dotted #b18abe;
        }

            #DropDocumentsArea table.Documents tr td:last-of-type {
                border-right: none;
            }

#DropNotificationArea {
    color: Black;
}

    #DropNotificationArea table.Notifications {
        width: 100%;
        table-layout: auto;
    }

        #DropNotificationArea table.Notifications .Message {
            width: 45%;
        }

        #DropNotificationArea table.Notifications .Type {
            width: 20%;
        }

        #DropNotificationArea table.Notifications .Sent {
            width: 15%;
            text-align: center;
        }

        #DropNotificationArea table.Notifications .Status {
            width: 20%;
        }

        #DropNotificationArea table.Notifications tr td {
            border-bottom: 1pt dotted #b18abe;
            border-right: 1pt dotted #b18abe;
        }

            #DropNotificationArea table.Notifications tr td:last-of-type {
                border-right: none;
            }

        #DropNotificationArea table.Notifications td .button {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

#NotificationPopup {
    border: 1px solid black;
    border-radius: 0px;
    width: 600px;
    height: 300px;
    color: Black;
    display: none;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -318px;
    background-color: white;
    z-index: 1002;
    overflow: none;
    box-shadow: none;
}

    #NotificationPopup .Header {
        height: 10%;
        padding: 15px 0px 0px 15px;
        background-color: #fff;
        font-size: 14pt;
        color: #000;
        border-radius: 0px;
        border-bottom: solid 1px #000;
    }

        #NotificationPopup .Header:hover {
            cursor: move;
        }

    #NotificationPopup .Content {
        height: 75%;
        overflow-y: auto;
    }

    #NotificationPopup .Message {
        padding: 2.5% 2.5% 0% 2.5%;
    }

    #NotificationPopup .Footer {
        height: 10%;
        border-top: 1px solid black;
        border-radius: 0px 0px 10px 10px;
    }

    #NotificationPopup > div {
        height: 100%;
    }

    #NotificationPopup div.button {
        padding: 3px 0px 0px 0px;
        margin: 5px 10px 0px 0px;
        height: auto;
    }

#drop-details-details-content table {
    table-layout: auto;
    margin: 0 0 10px 10px;
    border-collapse: collapse;
    line-height: 25px;
    padding-left: 18px;
}

    #drop-details-details-content table td {
        vertical-align: top;
        padding-left: 5px;
        word-break: break-all;
    }

        #drop-details-details-content table td:first-of-type {
            white-space: nowrap;
        }


#view-drop .STDBkGrnd {
    background-color: white;
}

#view-drop .STDAltBkGrnd {
    background-color: #E4ECEC;
}

#drop-details-details-content .Section {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}

    #drop-details-details-content .Section #SignatureContent {
        margin-left: 5px;
    }

    #drop-details-details-content .Section #ImageContent {
        margin-left: 5px;
    }

    #drop-details-details-content .Section #FormContent {
        margin-left: 5px;
    }

    #drop-details-details-content .Section .AttachmentsScroller {
        width: 99.7%;
        overflow-y: hidden;
        float: left;
        overflow-x: auto;
    }

        #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder {
            height: 190px;
            float: left;
            position: relative;
            white-space: nowrap;
        }
            #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder {
                display: inline-block;
                position: relative;
            }

                #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder .AttachmentHeader .nOfn {
                    margin-left: 10px;
                }

                #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder .AttachmentHeader .Timestamp {
                    float: right;
                }

                #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder .MapIco {
                    position: relative;
                    z-index: 1;
                    float: right;
                    width: 25px;
                    margin-left: -25px;
                }


                #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder .Image {
                    height: 160px;
                    display: inline-block;
                    position: relative;
                    margin-left: 10px;
                    background-color: white;
                    border: 1px solid silver;
                }

                    #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder .Image:hover {
                        cursor: pointer;
                    }

                    #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder .Image img {
                        height: 160px;
                        position: relative;
                    }


                    #drop-details-details-content .Section .AttachmentsScroller .AttachmentsHolder .AttachmentHolder .Image .Comments {
                        position: relative;
                        display: inline-block;
                        margin-right: 5px;
                        padding-left: 10px;
                        padding-right: 5px;
                        bottom: 10px;
                    }

    #drop-details-details-content .Section .HalfSection {
        float: left;
        position: relative;
        width: 49%;
    }

#drop-details-details-content .AltSection {
    display: inline-block;
    width: 100%;
    border-top: 8px solid white;
    border-bottom: 8px solid white;
    padding-top: 8px;
    padding-bottom: 8px;
}


#drop-details-details-content .drop-details-details-row .HeaderText {
    width: 95%;
    padding-top: 3px;
}

#drop-details-details-content .Section .drop-details-details-row .Hyper {
    margin: 0px;
    color: #517891;
}

    #drop-details-details-content .Section .drop-details-details-row .Hyper:hover {
        text-decoration: underline;
        cursor: pointer;
    }

#drop-details-details-content .Section .drop-details-details-row div {
    float: left;
    position: relative;
}

#drop-details-details-content .Section .drop-details-details-row .ExpandCollapse {
    display: inline-block;
    float: left;
    position: relative;
    width: 10px;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
}


#timezone-select-title {
    color: #000;
}

.view-map-footer-left {
    margin-left: 10px;
}

.general-popup.ForDebriefTriggers {
    height: 500px;
    width: 535px;
    box-shadow: none;
    border: solid 1px #aaa;
}

.general-popup.ForDebriefTriggerMaint {
    z-index: 4001;
    height: 550px;
    width: 600px;
    box-shadow: none;
    border: solid 1px #aaa;
}

.general-popup iframe {
    height: 100%;
    width: 100%;
}

#DebriefTriggerOverview div {
    float: left;
    position: relative;
}

#DebriefTriggerOverview .Header {
    height: 7.5%;
    width: 100%;
    border-bottom: 1px solid #aaa;
}

    #DebriefTriggerOverview .Header span {
        display: inline-block;
        margin: 1.5%;
    }

#DebriefTriggerOverview .Content {
    height: 82%;
    width: 100%;
}

    #DebriefTriggerOverview .Content .TriggerHead {
        width: 100%;
        border-bottom: 1px solid #aaa;
    }

        #DebriefTriggerOverview .Content .TriggerHead .Name {
            width: 61.5%;
            margin-left: 6.5%;
            padding: 1% 0 1% 1%;
            border-right: 1px dotted black;
            border-left: 1px dotted black;
        }

        #DebriefTriggerOverview .Content .TriggerHead .Type {
            width: 23%;
            padding: 1% 0 1% 1%;
            border-right: 1px dotted black;
        }

    #DebriefTriggerOverview .Content .DebPos {
        width: 98%;
        padding: 1%;
        margin: 1% 0 1% 0;
        background-color: #e4ecec;
        height: 25px;
    }

        #DebriefTriggerOverview .Content .DebPos .HideShow {
            float: right;
            cursor: pointer;
            font-size: 10pt;
            height: 100%;
            padding: 2.5px 5px 2.5px 5px;
        }


    #DebriefTriggerOverview .Content .TriggerContent {
        overflow-y: auto;
        height: 90%;
    }

    #DebriefTriggerOverview .Content .Triggers {
        width: 100%;
    }

        #DebriefTriggerOverview .Content .Triggers .TriggerGroup {
            width: 100%;
        }

            #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger {
                width: 97.5%;
                height: 25px;
                margin: 0.5% 1.5% 0.5% 1.5%;
                border-left: none;
                border-right: none;
                background-color: #F2F2F2;
            }

                #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger.Selected {
                    background-color: #559bb4;
                    color: #fff;
                }

                #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger img {
                    width: 75%;
                    height: 100%;
                }

                #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger .Drag {
                    width: 5%;
                    height: 80%;
                    padding: 0.5% 0 0.5% 0;
                    border-right: 1px dotted black;
                    text-align: center;
                }

                    #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger .Drag:hover {
                        cursor: move;
                    }

                #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger .Name {
                    width: 63%;
                    height: 80%;
                    padding: 0.5% 0 0.5% 1%;
                    border-right: 1px dotted black;
                }

                #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger .Type {
                    width: 24%;
                    height: 80%;
                    padding: 0.5% 0 0.5% 1%;
                    border-right: 1px dotted black;
                }

                #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger .Delete {
                    width: 5%;
                    height: 80%;
                    padding: 0.5% 0 0.5% 0;
                    text-align: center;
                }

                    #DebriefTriggerOverview .Content .Triggers .TriggerGroup .Trigger .Delete:hover {
                        cursor: pointer;
                    }

#DebriefTriggerOverview .Footer {
    width: 100%;
    height: 10%;
    background-color: #e4ecec;
}

    #DebriefTriggerOverview .Footer .button {
        float: right;
    }



#DebriefTriggerMaintenance div {
    float: left;
    position: relative;
}

#DebriefTriggerMaintenance .ErrorMsg {
    font-size: small;
    height: 20px;
    position: absolute;
    top: 92%;
    left: 3%;
    float: left;
    padding: 1%;
    background-color: #FFE6F0;
    border: 1pt solid #aaa;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#DebriefTriggerMaintenance .Header {
    height: 7.5%;
    width: 100%;
    border-bottom: 1px solid #aaa;
}

    #DebriefTriggerMaintenance .Header span {
        display: inline-block;
        margin: 1.5%;
    }

#DebriefTriggerMaintenance select {
    width: 20%;
    height: auto;
}

#DebriefTriggerMaintenance .Content {
    height: 80%;
    width: 100%;
    padding-top: 2%;
}

    #DebriefTriggerMaintenance .Content .Line {
        width: 98%;
        margin: 1%;
    }

        #DebriefTriggerMaintenance .Content .Line > label {
            margin-left: 3%;
        }

        #DebriefTriggerMaintenance .Content .Line > input {
            float: right;
            margin-right: 10%;
            width: 50%;
        }

        #DebriefTriggerMaintenance .Content .Line > select {
            float: right;
            margin-right: 10%;
            width: 50.5%;
        }

    #DebriefTriggerMaintenance .Content .ConditionLine {
        width: 98%;
        margin: 1%;
        height: 40%;
    }

    #DebriefTriggerMaintenance .Content .Conditions {
        width: 90%;
        margin-left: 2%;
        border: 1px #aaa solid;
    }

        #DebriefTriggerMaintenance .Content .Conditions fieldset {
            width: 96%;
            border: 1px #aaa solid;
            margin-top: 2%;
            margin-bottom: 2%;
            padding: 1%;
        }

    #DebriefTriggerMaintenance .Content fieldset .Line {
        width: 100%;
        margin: 0%;
        margin-top: 1%;
    }

    #DebriefTriggerMaintenance .Content fieldset.Conditions legend label {
        margin-left: 0px;
    }

    #DebriefTriggerMaintenance .Content .Conditions fieldset.Prod .Line select {
        width: 33%;
        margin: 0%;
        margin-right: 1%;
        float: left;
    }

    #DebriefTriggerMaintenance .Content .Conditions fieldset.Prod .Line input {
        width: 30%;
        margin: 0%;
        float: left;
    }

    #DebriefTriggerMaintenance .Content .Conditions fieldset.User .Line select {
        width: 98%;
        margin: 0%;
        float: left;
    }

    #DebriefTriggerMaintenance .Content .Actions {
        width: 90%;
        margin-left: 2%;
        border: 1px #aaa solid;
    }

        #DebriefTriggerMaintenance .Content .Actions fieldset {
            width: 93%;
            border: 1px #aaa solid;
            margin-top: 2%;
            margin-bottom: 2%;
            padding: 1%;
        }

    #DebriefTriggerMaintenance .Content fieldset.Actions legend label {
        margin-left: 0px;
    }

    #DebriefTriggerMaintenance .Content fieldset.Actions .Line label {
        margin: 0%;
        float: left;
    }

        #DebriefTriggerMaintenance .Content fieldset.Actions .Line label.right {
            float: right;
            width: 100%;
            text-align: right;
        }

    #DebriefTriggerMaintenance .Content fieldset.Actions .Line select {
        width: 38%;
        margin: 0%;
        margin-left: 1%;
        float: left;
    }

    #DebriefTriggerMaintenance .Content fieldset.Actions .Line input {
        float: right;
        margin: 0%;
        width: auto;
        margin-left: 1%;
    }


#DebriefTriggerMaintenance .Footer {
    width: 100%;
    height: 10%;
    background-color: #e4ecec;
}

    #DebriefTriggerMaintenance .Footer .button {
        float: right;
    }


#Attachments {
    float: left;
}

    #Attachments .Header {
        height: 7.5%;
        width: 100%;
        margin: 0%;
        min-height: 25px;
    }

        #Attachments .Header span {
            display: block;
            padding-left: 1%;
            top: 25%;
            height: 25%;
            position: relative;
        }

    #Attachments .Content {
        height: 85%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        bottom: 0;
    }
        #Attachments .Content .ImgHolder {
            height: 75%;
            width: 98%;
            margin: 1% 0 0 0;
            min-height: 300px;
        }
            #Attachments .Content .ImgHolder img {
                height: 100%;
                max-width: 100%;
                float: none;
            }

        #Attachments .Content .Comments {
            height: 13%;
            width: 98%;
            margin: 1%;
            min-height: 50px;
        }

    #Attachments .Footer {
        height: 7.5%;
        width: 100%;
        min-height: 40px;
        position: absolute;
        z-index: 3000;
        bottom: 0;
        border-top: 1px solid #aaa;
    }

        #Attachments .Footer .button {
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 5px;
            margin-top: 5px;
        }

#AlertDefinitionPopup {
}
    /* Alert Definition Popup Styles */

    #AlertDefinitionPopup.OuterContainer {
        width: 640px;
        height: 580px;
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -290px 0px 0px -320px;
        z-index: 3001;
        border: 1px solid #aaa;
    }

    #AlertDefinitionPopup iframe {
        width: 100%;
        height: 100%;
    }

#AlertDefinitionMaintenance * {
    position: relative;
}

#AlertDefinitionMaintenance .Header {
    height: 5%;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
}

    #AlertDefinitionMaintenance .Header span {
        display: inline-block;
        top: 25%;
        margin-left: 1.5%;
    }

#AlertDefinitionMaintenance .Content {
    height: 85%;
    width: 100%;
}

    #AlertDefinitionMaintenance .Content .Line {
        height: 5%;
        width: 99%;
        margin-left: 1%;
        margin-top: 10px;
    }

        #AlertDefinitionMaintenance .Content .Line label {
            padding: 3px;
        }

        #AlertDefinitionMaintenance .Content .Line input[type=text] {
            width: 80%;
            margin-left: 10px;
        }

    #AlertDefinitionMaintenance .Content fieldset {
        width: 94%;
        border: 1px solid silver;
        margin-left: 1%;
    }

        #AlertDefinitionMaintenance .Content fieldset legend {
            float: none;
        }

        #AlertDefinitionMaintenance .Content fieldset .ListHolder {
            overflow: auto;
            height: 90%;
        }


        #AlertDefinitionMaintenance .Content fieldset.Roles {
            height: 27%;
        }

        #AlertDefinitionMaintenance .Content fieldset.Users {
            height: 50%;
        }

        #AlertDefinitionMaintenance .Content fieldset .OptionLine {
            width: 100%;
        }

#AlertDefinitionMaintenance .Footer {
    height: 45px;
    background-color: #e4ecec;
    margin-top: 2px;
    width: 100%;
}

    #AlertDefinitionMaintenance .Footer button {
        float: right;
    }

        #AlertDefinitionMaintenance .Footer button.Warning {
            float: left;
            margin: 10px 0px 0px 14px;
            width: 160px;
            background-color: #FF5757;
        }

tr.Unread {
    background-color: #e4ecec;
    font-weight: bold;
}

.exclamation {
    border: 1px solid black;
    width: 15px;
    text-align: center;
    color: red;
    overflow: visible;
    font-weight: bold;
    margin-top: 5px;
    margin-right: -155px;
    float: right;
    position: relative;
    background-color: white;
}

.manifest-regnum {
    float: right;
    height: 18px;
    margin-left: 50px;
    min-height: 18px;
}

.manifest-regnum-ddlreg {
    padding: 0px 0px 0px 0px;
    min-width: 30px;
    float: right;
    display: none;
}

.manifest-regnum-label {
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    text-overflow: ellipsis;
    float: left;
    margin-top: 0px;
    max-height: 16px;
}

.manifestattributes-list {
    visibility: hidden;
}

.manifestattributesdropdown {
    position: absolute;
    min-width: 140px;
    border: solid 1px #aaa;
    display: none;
    background-color: #fff;
    z-index: 2000;
    border-radius: 0px;
}

.manifestattributesdropdownheader {
    width: 100%;
    background-color: #fbeeff;
    border-bottom: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.manifestattributesdropdownfooter {
    width: 100%;
    background-color: #fbeeff;
    border-top: 1pt dotted #b18abe;
    float: left;
    height: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.manifestattributesdropdownheader-attribute {
    width: 75%;
    float: left;
    color: #000;
    font-size: 10pt;
}

.manifestattributesdropdownheader-count {
    width: 25%;
    float: left;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

.manifestattributesdropdown-list {
    width: 100%;
    float: left;
    overflow: auto;
    height: 80px;
    height: 200px;
    background-color: rgb(255, 255, 255);
}

.manifestattributesdropdown-row {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 10pt;
    border-bottom: 0.5pt dotted #b18abe;
    color: #000;
    padding-top: 3px;
}

.manifestattributesdropdown-row-active:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.manifestattributesdropdown-row-attribute {
    width: 45%;
    float: left;
    font-size: 10pt;
}

.manifestattributesdropdown-row-attribute-label {
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
}

.manifestattributesdropdown-row-count {
    width: 55%;
    float: left;
    font-size: 10pt;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.manifestattributesdropdownheader-close {
    width: 25%;
    float: right;
    color: #000;
    font-size: 10pt;
    text-align: center;
}

    .manifestattributesdropdownheader-close:hover {
        cursor: pointer;
        color: #000;
    }

.manifestattributesdropdown-row-inactive {
    color: #bbb;
}

.manifest-overview-filter-warning {
    display: none;
    float: right;
    padding: 12px 0px 0px 0px;
    font-size: 11pt;
    font-weight: bold;
    color: #fff;
}

    .manifest-overview-filter-warning span {
        background-color: #FF5757;
        border-color: #FF5757;
        padding: 4px 8px 4px 8px;
    }

.searchcriteriadevicerow {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
    bottom: 50px;
}

.tblFilterCriteriaStatus td {
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
    display: table-cell;
}

.tblFilterCriteriaStatus {
    display: table;
}

    .tblFilterCriteriaStatus tr {
        display: table-row;
    }

    .tblFilterCriteriaStatus td .Diamond {
        margin-right: 5px;
    }

.tblFilterCriteriaDrop {
    display: table;
}

    .tblFilterCriteriaDrop tr {
        display: table-row;
    }

    .tblFilterCriteriaDrop td {
        padding-bottom: 5px;
        padding-top: 5px;
        vertical-align: middle;
        display: table-cell;
    }

.tblFilterCriteriaTime {
    display: table;
}

    .tblFilterCriteriaTime tr {
        display: table-row;
    }


.tblKeyStatus td {
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
    display: table-cell;
}

.tblKeyStatus {
    display: table;
}

    .tblKeyStatus tr {
        display: table-row;
    }

    .tblKeyStatus td .Diamond {
        margin-right: 5px;
    }

.tblKeyDrop {
    display: table;
}

    .tblKeyDrop tr {
        display: table-row;
    }

    .tblKeyDrop td {
        padding-bottom: 5px;
        padding-top: 5px;
        vertical-align: middle;
        display: table-cell;
    }

.tblKeyTime {
    display: table;
}

    .tblKeyTime tr {
        display: table-row;
    }

.column-selection-content-centre .StandardButtonSmall {
    text-decoration: none;
    color: #fff;
    background-color: #559bb4;
    height: 25px;
    border: 1px solid #aaa;
    width: 105px;
    text-align: center;
    border-radius: 0px;
    font-size: 9pt;
    font-weight: bold;
}

    .column-selection-content-centre .StandardButtonSmall:hover {
        cursor: pointer;
        background-color: #a20c33;
    }


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.download_wikiContainer {
    min-width: 700px;
    height: 150px;
    border: solid 1px #aaa;
    background-color: #e4ecec;
    padding: 0 0 0 0;
}

.settingsContainer {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 97%;
    padding-top: 20px;
    position: relative;
}

.Labels {
    width: inherit;
    height: 10%;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    padding: 10px 0 0 20px;
}

.wikiHolder {
    width: inherit;
    height: 10%;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    padding: 10px 0 20px 50px;
}

.settingsdataContainer {
    display: block;    
    margin-top: 54px;
    padding-right: 15px;
    position: absolute;
    /*CSS to have the settings page in its own scrollable container*/
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 288px); /*Default for IE and Edge*/
    height: calc(100vh - 185px); /*Default for IE and Edge*/    
}

.fleXipodofaceTable {
    width: 100%;
    min-width: 825px;
    display: block;
    table-layout: fixed;
}


.fleXipodofaceTableRowSize {
}


.fleXipodofaceTableCellSize {
    text-align: center;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    border-bottom: 1pt dotted #b18abe;
    padding: 10px 10px 10px 10px;
}

.fleXipodofaceTableCellSize2 {
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    border-bottom: 1pt dotted #b18abe;
    padding: 10px 10px 10px 10px;
}





.fleXipodAppTable {
    min-width: 700px;
    min-height: 160px;
    border: solid 1px #aaa;
    background-color: #e4ecec;
    margin-top: 50px;
}

.fleXipodApp_Labels {
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    padding: 15px 0 5px 10px;
}

.settingsContext {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}



.TextButtons {
    margin: 5px 0 5px 30px;
    padding: 0;
    border: none;
    background: none;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    outline: none;
}


    .TextButtons:hover {
        margin: 5px 0 5px 30px;
        padding: 0;
        border: none;
        background: none;
        font-size: 11pt;
        font-weight: normal;
        color: darkblue;
        outline: none;
        cursor: pointer;
    }

    .TextButtons input[type = "radio"] {
        display: none;
    }

.device_control_header {
    min-width: 700px;
    /* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
    min-height: 50px;
    height: auto;
    /* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
    background-color: #e4ecec;
    margin-top: 10px;
    border: solid 1px #aaa;
}



.button_container {
    min-width: 700px;
    height: 40px;
    /* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
    clear: both;
    /* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
}


.URLbutton {
    background: none;
    outline: none;
    margin: 10px;
    border: none;
}

}

.URLbutton:hover {
    cursor: pointer;
}


.device_control_header_1 {
    min-width: 700px;
    height: 50px;
    background-color: #e4ecec;
    border: solid 1px #aaa;
}


.ui_collapsibleButton {
    font-size: 12pt;
    font-weight: bold;
    float: left;
    padding: 19px 0 0 19px;
    color: black;
    height: 20px;
    width: 20px;
}

.device_control_header:hover {
    cursor: pointer;
}

.attribute_list:hover {
    cursor: pointer;
}

/* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
.device_control_header_label {
    font-size: 12pt;
    padding: 19px 19px 19px 20px;
    font-family: Arial;
    color: black;
    width: 85%;
}

.device_control_label {
    font-size: 12pt;    
    padding: 10px 19px 10px 20px;
    font-family: Arial;
    color: black;
    /* <<< 29/09/2021 - 247475 - GJogi - Misprint of word "Feedback" and an alignment issue in settings Page */
    width: 25%;
    /* >>> 29/09/2021 - 247475 - GJogi - Misprint of word "Feedback" and an alignment issue in settings Page */
}
/* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/

.device_control_label_1 {
    font-size: 12pt;
    padding: 19px 0 19px 30px;
    font-family: Arial;
    color: black;
    font-weight: bold;
}




.device_control_body {
    min-width: 700px;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    color: white;
    margin-bottom: 10px;
    /* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
    padding-top: 10px;
    /* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
}

.device_control_body_1 {
    min-width: 700px;
}


    .device_control_body_1 input[type = "radio"] {
        margin: 10px 0 10px 30px;
        border: solid 1px #aaa;
    }

.device_control_body_2 input[type = "checkbox"] {
    margin: 10px 0 10px 30px;
    padding-top: 14px;
    border: solid 1px #aaa;
}

.device_control_container {
    height: auto;
    overflow: visible;
}

.device_control_display {
    margin: 20px 20px 20px 20px;
    min-width: 20%;
    height: 90%;
    border: solid 1px #aaa;
    list-style-type: none;
    float: left;
}

/* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
.device_control_container_for_text_and_dropdown_inputs {
    display: inline-flex;
    align-items: center;
    width: 80%;
    min-width: 380px;
    clear: both;
    padding: 0px 0px 0px 11px;
}

    .device_control_container_for_text_and_dropdown_inputs textarea {
        margin: 0px !important;
    }

.device_control_container_for_button_inputs {
    display: inline-flex;
    align-items: center;
    width: 80%;
    min-width: 380px;
    clear: both;
    padding: 0px 0px 0px 11px;
}

.device_control_container_for_radio_and_checkbox_inputs {
    display: inline-flex;
    align-items: center;
    width: 80%;
    min-width: 380px;
    clear: both;
}

    .device_control_container_for_radio_and_checkbox_inputs > label {
            padding: 0px 0px 0px 20px;
            width: 95%;
    }
/* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/

.attribute_list {
    color: black;
}

.device_control_display2 {
    margin: 20px 20px 20px 20px;
    min-width: 40%;
    height: 90%;
    border: solid 1px #aaa;
    background-color: white;
    list-style-type: none;
    float: left;
}




    .device_control_display2 input[type = "radio"] {
        margin: 10px 0 10px 30px;
    }

.device_control_display input[type = "checkbox"] {
    margin: 10px 0 10px 30px;
    color: white;
}

.device_control_body input[type = "checkbox"] {
    margin: 10px 0 10px 30px;
}

/*<<< 03/02/2020 - ADyson - AX211589 - Added password input type to this case.*/
.device_control_body_1 input[type = "text"], .device_control_body_1 input[type = "password"], .device_control_body_1 input[type = "url"], .device_control_body_1 input[type = "number"] {
    margin: 10px 0 10px 0px;
}
/*>>> 03/02/2020 - ADyson - AX211589 - Added password input type to this case.*/

.device_control_body_1 textarea {
    margin: 10px 0px 10px 30px;
    width: 500px;
    max-width: inherit
}


/* <<< 19/02/2020 - ADyson - AX213513 - Class added to handle the text overflow issue on the settings page.*/
/* <<< 15/06/2020 - ADyson - AX216645 - Amended to better blend in with existing checkbox layout.*/
/*When using this class, note that the first child cell (the checkbox) will be width 2.8%, any cells after will be 20% width until the last one which will be the remainder.*/
.device_control_checkbox_table {
    min-width: 700px;
    width: 100%;
    margin: 0px;
}

    /*Cells default to 19px side padding and 20% wide. This is used for the short description. */
    .device_control_checkbox_table > tbody > tr > td {
        padding: 0px 19px;
        width: 20%;
    }

        /* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
        /* First child is the checkbox/radio button. Give it no width and rely on the radio button padding to put it into the right place*/
        .device_control_checkbox_table > tbody > tr > td:first-child {
            padding: 0px;
            width: 0%;
        }

        /*Last child is the remainder of the table width for the long description. Overrides default above.*/
        .device_control_checkbox_table > tbody > tr > td:last-child {
            width: auto;
            width: 80%;
        }
        /* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/


        /*Strips padding from device_control_label elements so they fit properly.*/
        .device_control_checkbox_table > tbody > tr > td > label {
            padding: 0px;
        }
/* >>> 15/06/2020 - ADyson - AX216645 - Amended to better blend in with existing checkbox layout.*/
/* >>> 19/02/2020 - ADyson - AX213513 - Class added to handle the text overflow issue on the settings page.*/

/* <<< 07/01/2020 - ADyson - AX211366 - Additional new classes and tweaks to existing ones for sortable tables in settings page.*/
/* <<< 02/01/2020 - ADyson - AX211366 - Added new classes to handle sortable tables in settings page.*/
.inline-wide {
    width: 100%;
    display: inline-block;
}

.sortable-table-body {
    padding-left: 67px;
}

.sortable-table-container {
    display: inline-block;
    width: 225px;
    margin: 0px;
}

.sortable-table-header {
    font-weight: bold;
    padding: 15px 0px 5px 0px;
}

.sortable-table-label {
    width: 80%;
    padding: 2px 0px;
}

.sortable-table-area {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.sortable-table {
    height: 100%;
}
/* >>> 02/01/2020 - ADyson - AX211366 - Added new classes to handle sortable tables in settings page.*/

.sortable-table-item {
    width: 100%;
}
/* >>> 07/01/2020 - ADyson - AX211366 - Additional new classes and tweaks to existing ones for sortable tables in settings page.*/
.stylingbutton {
    margin: 10px 0 10px 0px;
    width: 80px;
    height: 20px;
}


    .stylingbutton:hover {
        cursor: pointer;
    }

.submit_button {
    background-color: #e4ecec;
    float: right;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    border: none;
    padding: 10px 0px 5px 10px;
    border-radius: 0px 0px 0px 25px;
    color: black;
    outline: none;
}


    .submit_button:hover {
        cursor: pointer;
    }

.wikiLabel {
}

    .wikiLabel:hover {
    }


.attribute-selection-content-title {
    padding: 2px;
    text-align: justify;
    height: 20px;
    font-family: Arial;
    font-weight: bolder;
    color: black;
    background-color: #e4ecec;
    border: solid 1px #aaa;
}

.attribute-selection-content-holder {
    min-width: 800px;
    height: 190px;
}

.attribute-selection-content-left {
    min-width: 200px;
    width: 30%;
    float: left;
    min-height: 200px;
    height: 200px;
    padding-left: 8%;
}

.attribute-selection-content-centre {
    min-width: 90px;
    width: 220px;
    float: left;
    text-align: center;
    min-height: 150px;
    height: 150px;
    padding: 30px 5px 0px 5px;
}

.attribute-selection-content-right {
    width: 30%;
    min-width: 200px;
    float: left;
    min-height: 200px;
    height: 200px;
}

.attribute-selection-table {
    font-size: 11pt;
    padding: 2px;
    cursor: pointer;
    width: 95%;
    border-bottom: 1px dotted #c1c1cc;
    color: black;
}

.attribute-selection-highlighted-column {
    font-size: 11pt;
    padding: 2px;
    cursor: pointer;
    width: 95%;
    background-color: #e4ecec;
}

.attribute-selection-move-column {
    font-size: 11pt;
    padding: 2px;
    cursor: move;
    width: 200px;
    background-color: Black;
}

.attribute-selection-list-area {
    border: solid 1px #aaa;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
}


.attribute-selection-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}



.attribute-selection-content-inner {
    padding: 10px;
}



.attribute-selection-footer {
    min-width: 100%;
    margin: 0px auto;
    height: 35px;
    padding: 0px;
    float: left;
    height: 35px;
}



.attrbutton {
    color: #fff;
    background-color: #559bb4;
    height: 30px;
    border: solid 1px #aaa;
    width: 80%;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 10px;
}

    .attrbutton:hover {
        cursor: pointer;
        background-color: #a20c33;
        color: #fff;
    }

.wikibutton {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 2px solid white;
    font-size: 150%;
    font-family: Arial;
    color: white;
    background: darkblue;
    margin: 10px 10px 10px 0;
    float: right;
    outline: none;
}

    .wikibutton:hover {
        cursor: pointer;
        border: 2px solid darkblue;
        color: darkblue;
        background: white;
        outline: none;
    }

.trackmydrivercontainers {
    margin-top: 10px;
    min-width: 700px;
    border: solid 1px #aaa;
    background-color: #e4ecec;
}

    .trackmydrivercontainers input[type = "checkbox"] {
        margin: 10px 0 10px 30px;
    }

.trackmydriverlabels {
    margin-left: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}



/*>>> //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.Logocontainer {
    width: 90%;
    height: 70%;
    margin: 2% 5% 5% 5%;
    border-radius: 25px;
    border: solid 1px #aaa;
}

.logofilepathholder {
    width: 90%;
    height: 40px;
    margin: 2.5% 5% 0 5%;
}

.logofilepath {
    width: 75%;
    height: 20px;
    margin: 10px 0 0 0;
    resize: none;
}

.logoimagefield {
    height: 99%;
    width: 99%;
    padding-bottom: 5px;
}

.imgDodIcon {
    height: 100%;
    padding: 5px;
    margin: 2%;
}

.DoDIconRadBttn {
    width: 30%;
    font-size: 15px;
    margin: 3.5%;
    padding: 5px;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

.DoDIconBrowseBttn {
    margin: 4.75%;
}

.DoDIconLine {
    border: 1px solid black;
    margin: 1% 1% 0% 1%;
    width: 97.5%;
}

.spnDodIcon {
    width: 20%;
    height: 11%;
    display: inline-block;
    padding: 2%;
}

.DoDrdbtn {
    display: inline-block;
}

.client-popup-label-prompt {
    float: left;
    width: 80%;
    color: White;
    background-color: Red;
    border-radius: 0px;
    text-align: center;
    margin-left: 10%;
}

.logoimagecontainer {
    width: 90%;
    height: 60%;
    margin: 2.5% 5% 5% 5%;
    border: solid 1px #aaa;
    background: repeating-linear-gradient(45deg,#A9A9A9,#A9A9A9 10px,#808080 10px,#808080 20px);
}

.DoDRadBttn {
    width: 90%;
    height: 30px;
    padding: 7% 0 0 5%;
    font-size: large;
}

.maint-client-popup {
    z-index: 2001;
    width: 600px;
    height: 425px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    display: none;
    overflow: no-content;
}

.maint-client-popup-content {
    width: 598px;
    height: 340px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.FFLogoUploadContainer {
    display: inline-block;
    width: 100%;
    height: 90%;
}

.FFLogoUploadContainerLeft {
    float: left;
    width: 40%;
}

#IfrmFFLogoUpload {
    width: 100%;
    height: 500px;
    overflow: visible;
}

.FFLogoUploadCriteria {
    padding-top: 9%;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.client-popup-dropdown {
    float: left;
    text-align: left;
    height: 25px;
    font-size: 14pt;
    width: 100%;
    border: solid 1px #aaa;
}

.MapIco:hover {
    cursor: pointer;
}

.view-MapPopup {
    width: 650px;
    height: 550px;
    color: White;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -318px;
    background-color: white;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
    z-index: 1001;
    border: 1px solid #aaa;
}

    .view-MapPopup iframe {
        width: 100%;
        height: 100%;
    }

#MapPopup {
    background-color: #e4ecec;
}
    /* Map Popup Styles */

    #MapPopup h1 {
        display: inline;
    }

    #MapPopup .Header {
        height: 7.5%;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #aaa; /*color:White;*/
    }

        #MapPopup .Header span {
            display: inline-block;
            margin: 1.5%;
            float: left;
        }

        #MapPopup .Header .Timestamp {
            float: right;
        }

    #MapPopup .Content {
        height: 81.5%;
        margin: 1%;
    }

        #MapPopup .Content .Map {
            height: 100%;
        }

    #MapPopup .Footer {
        height: 44px;
        margin-top: 1%;
        border-top: 1px solid #aaa;
        width: 100%;
    }


        #MapPopup .Footer .Left {
            margin-left: 14px;
            float: left;
        }

        #MapPopup .Footer .button {
            margin-top: 8px;
        }

    #MapPopup .Key {
        width: 300px;
        height: 395px;
        display: none;
        position: absolute;
        border: 1px solid #aaa;
        background-color: #fff;
        z-index: 2009;
        overflow: visible;
        border-radius: 0px;
        box-shadow: none;
        left: -1px;
        top: 153px;
        margin: 0px;
    }

        #MapPopup .Key .Content {
            width: 280px;
            height: 300px;
            position: absolute;
            top: 30px;
            overflow: auto;
            padding: 10px;
            border-top: solid 1px #aaa;
            margin: 0;
        }

            #MapPopup .Key .Content:hover {
                cursor: default;
            }

        #MapPopup .Key .Title {
            float: left;
            padding: 5px 0px 0px 15px;
            height: 30px;
        }


        #MapPopup .Key .Footer {
            width: 300px;
            position: absolute;
            height: 45px;
            top: 350px;
            margin: 0;
        }

        #MapPopup .Key .key-row {
            padding: 5px 0px;
            float: left;
            width: 100%;
        }

        #MapPopup .Key .key-image {
            width: 50px;
            float: left;
        }

            #MapPopup .Key .key-image img {
                padding: 0px 10px;
                float: left;
            }

        #MapPopup .Key .key-text {
            width: auto;
            font-family: Arial, Helvitica, Sans-Serif;
        }


.settingsdropdown {
    margin: 10px 0 10px 0px;
}


.controldescriptions {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 10px 0 0 20px;
    color: Black;
    text-align: left;
    white-space: pre-wrap;
    font-family: Arial;
    font-size: 12pt;
}

pre.controldescriptions {
    /* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
    display: flex;
    flex-direction: column;
    padding: 10px 0px 0px 0px;
    margin: 0px 20px 20px 20px;
    /* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
}

/*<<< 27/10/2023 - AStoenescu - DO483873 - Added SSO Login Flow config to settings*/
pre.warning {
    color: Red;
    font-weight: bold;
    width: 95%;
}
/*>>> 27/10/2023 - AStoenescu - DO483873 - Added SSO Login Flow config to settings*/

.textboxcontainer {
    width: 35%;
    position: relative;
    display: inline-block;
}


.AreasOfUse {
    text-indent: 40px;
    margin: 5px 2px 2px 5px;
}

.settings-colour-container {
    z-index: 2001;
    width: 545px;
    height: 322px;
    left: 50%;
    margin: -161px 0px 0px -272px;
    top: 50%;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: #FFFFFF;
    display: none;
}

.settings-cover {
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgb(170, 170, 170);
    -moz-opacity: 0.15;
    opacity: .15;
    filter: alpha(opacity=15);
}

.manifest-overview-title-table {
    width: 100%;
    height: 100%;
}

    .manifest-overview-title-table td {
        width: 33.3%;
    }

        .manifest-overview-title-table td.right {
            font-size: 10pt;
            text-align: right;
            padding: 0 10px 0 0;
        }

.manifest-overview-autorefresh-combobox {
    width: 50px;
    margin: 0px 0px 0px 10px;
}

.resultstitle.verticalAlignMiddle {
    padding: 0 0 0 0;
}

#manifestMapDeviceInfoTable {
    float: right;
    font-size: 9pt;
}

    #manifestMapDeviceInfoTable tr td {
        padding: 0 10px 0 10px;
        text-align: center;
        font-size: 9pt;
    }

    #manifestMapDeviceInfoTable tr th {
        padding: 0 10px 0 10px;
        text-align: center;
    }

    #manifestMapDeviceInfoTable .device-battery-indicator-text {
        padding: 0 5px 0 0;
        font-size: 9pt;
        width: 35px;
    }

    #manifestMapDeviceInfoTable .device-battery-indicator-container {
        height: 15px;
    }

    #manifestMapDeviceInfoTable .device-battery-indicator-level {
        background: black;
    }

@media only screen and (max-width: 1250px) {

    #manifestMapDeviceInfoTable {
        display: none;
    }

    .manifest-overview-title-table td.right {
        display: none;
    }
}

#addmanifestbreakpopup {
    display: none;
    position: absolute;
    width: 350px;
    height: 160px;
    border: 1pt solid #aaa;
    border-radius: 0px;
    top: 380px;
    left: 50%;
    margin: 0px 0px 0px -200px;
    background-color: White;
    z-index: 5005;
    box-shadow: none;
}

#break-cover {
    display: none;
    z-index: 5002;
}

#addmanifestbreakpopuphederbody {
    background-color: White;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}


#addmanifestbreakpopuphedertitle {
    float: left;
    width: 350px;
    color: #000;
    height: 30px;
    border-radius: 0px;
    background-color: #fff;
}

#addmanifestbreakpopuphederbody {
    background-color: White;
    float: left;
    width: 100%;
    height: 90px;
    border-radius: 0px;
}

.addmanifestpopuphedertitlerow-breakduration {
    padding-left: 10px;
    margin-right: 5px;
    width: 350px;
    border-radius: 0px;
    top: 10px;
    font-weight: bold;
    font-size: 10pt;
}

.addmanifestpopuphedertitlerowsubsectionlabel-breakduration {
    padding-left: 20px;
    margin-right: 20px;
    width: 30px;
    border-radius: 0px;
    top: 10px;
    font-weight: bold;
    font-size: 10pt;
}

.addmanifestpopuphedertitlerowsubsectioninputbox-breakduration {
    padding-left: 10px;
    margin-right: 5px;
    width: 30px;
    border-radius: 0px;
    top: 10px;
}

.addmanifestpopuphedertitlerowinputbox-breakduration {
    width: 30px;
}

.addmanifestbreakpopuphedertitlerow {
    float: left;
    width: 100%;
    background-color: White;
    height: 32px;
    margin-top: 9px;
}

#addmanifestbreakpopupheder {
    float: left;
    width: 100%;
    color: White;
    height: 30px;
    border-radius: 0px;
    border-bottom: 1pt solid black;
    cursor: move;
}

#addmanifestbreakvalidationmessage {
    display: none;
    background-color: red;
    color: white;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    font-size: 10pt;
    height: 20px;
    padding-top: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.addmanifestpopupbreakvalidationrowinput {
    float: left;
    height: 20px;
    margin-top: 5px;
    display: inline;
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.user-details-popup-password-strength {
    float: left;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
}

#txtUserPassword, #txtUserPasswordConfirm {
    line-height: 15px;
    font-size: 12pt;
}

#radUserTypeConsole, #radUserTypeDriver, #radUserTypeIntegration {
    height: 15px;
    width: 20px;
}

.user-details-popup-radio-area {
    float: left;
    width: 325px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    color: Black;
}

.view-ChangePasswordPopup {
    width: 650px;
    height: 250px;
    color: White;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -318px;
    background-color: white;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
    z-index: 1001;
    border: 1px solid #aaa;
}

    .view-ChangePasswordPopup iframe {
        width: 100%;
        height: 100%;
    }

#ChangePasswordPopup {
    color: White;
    overflow: visible !important;
}

    #ChangePasswordPopup h1 {
        display: inline;
    }

    #ChangePasswordPopup .Header {
        height: 15%;
        width: 100%;
        background-color: #fff;
        color: Black;
        border-bottom: 1px solid #aaa;
    }

        #ChangePasswordPopup .Header span {
            display: inline-block;
            margin: 1.5%;
            float: left;
        }

        #ChangePasswordPopup .Header .Timestamp {
            float: right;
        }

    #ChangePasswordPopup .Content {
        height: 62%;
        margin: 1%;
    }

    #ChangePasswordPopup .Footer {
        height: 44px;
        margin-top: 1%;
        border-top: 1px solid #aaa;
        width: 100%;
        background-color: #e4ecec;
    }


        #ChangePasswordPopup .Footer .Left {
            margin-left: 14px;
            float: left;
        }

        #ChangePasswordPopup .Footer .button {
            margin-top: 8px;
        }

    #ChangePasswordPopup .dragger {
        height: 15%;
        width: 100%;
        position: absolute;
        z-index: 3002;
        cursor: move;
    }

.change-password-popup-section {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.change-password-popup-line {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.change-password-popup-label-area {
    float: left;
    width: 215px;
    text-align: right;
    padding: 3px 5px 0px 0px;
    color: Black;
}

.change-password-popup-text-area {
    float: left;
    width: 200px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    color: Black;
}

.change-password-popup-textbox {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 100%;
    border: solid 1px #aaa;
}

.change-password-popup-password-strength {
    float: left;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
}

.change-password-popup-valid-area {
    float: left;
    width: 185px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
}

/* <<< 24/10/2023 - AStoenescu - DO514696 - SSO Cutover process */
.view-EmailConfirmationPopup {
    width: 650px;
    height: 200px;
    color: White;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -318px;
    background-color: white;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
    z-index: 1001;
    border: 1px solid #aaa;
}

    .view-EmailConfirmationPopup iframe {
        width: 100%;
        height: 100%;
    }

#EmailConfirmationPopup {
    color: White;
    overflow: visible !important;
}

    #EmailConfirmationPopup h1 {
        display: inline;
    }

    #EmailConfirmationPopup .Header {
        height: 15%;
        width: 100%;
        background-color: #fff;
        color: Black;
        border-bottom: 1px solid #aaa; /*color:White;*/
    }

        #EmailConfirmationPopup .Header span {
            display: inline-block;
            margin: 1.5%;
            float: left;
        }

        #EmailConfirmationPopup .Header .Timestamp {
            float: right;
        }

    #EmailConfirmationPopup .Content {
        height: 50%;
        margin: 1%;
    }

    #EmailConfirmationPopup .Footer {
        height: 44px;
        margin-top: 1%;
        border-top: 1px solid #aaa;
        width: 100%;
        background-color: #e4ecec;
    }


        #EmailConfirmationPopup .Footer .Left {
            margin-left: 14px;
            float: left;
        }

        #EmailConfirmationPopup .Footer .button {
            margin-top: 8px;
        }

    #EmailConfirmationPopup .dragger {
        height: 15%;
        width: 100%;
        position: absolute;
        z-index: 3002;
        cursor: move;
    }

.confirm-email-popup-section {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.confirm-email-popup-line {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.confirm-email-popup-label-area {
    float: left;
    width: 215px;
    text-align: right;
    padding: 3px 5px 0px 0px;
    color: Black;
}

.confirm-email-popup-text-area {
    float: left;
    width: 375px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    color: Black;
}

.confirm-email-popup-textbox {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 375px;
    border: solid 1px #aaa;
}

.confirm-email-popup-valid-area {
    float: left;
    width: 375px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
    /*'<<< 01/11/2023 - AStoenescu - DO530942 - Constraining the validation message box to not overflow*/
    max-height: 25px;
    overflow: auto;
    /*'>>> 01/11/2023 - AStoenescu - DO530942 - Constraining the validation message box to not overflow*/
}
/*' >>> 24/10/2023 - AStoenescu - DO514696 - SSO Cutover process*/

.TriangleContainer {
    border-radius: 50%;
    float: left;
    height: 35px !Important;
    width: 35px !Important;
    min-width: 20px;
    max-width: 35px;
    min-height: 20px;
    max-height: 35px;
    margin: 6px 0px 0px 0px;
}

.Circle {
    border-radius: 50%;
    float: left;
    height: 28px !Important;
    width: 28px !Important;
    min-width: 20px;
    max-width: 28px;
    min-height: 20px;
    max-height: 28px;
    margin: 2px 0px 0px 0px;
}

    .Circle.small {
        height: 15px !Important;
        width: 15px !Important;
        margin: 10px 0px 10px 0px;
        min-width: 10px;
        max-width: 15px;
        min-height: 10px;
        max-height: 15px;
    }

    .Circle.key-non-image {
        margin: 0px 0px 0px 5px;
        width: 25px !important;
        height: 25px !important;
        max-height: 25px;
        max-width: 25px;
    }

    .Circle.failedVisit {
        border-color: #000;
        background-color: #000;
    }

    .Circle.successfulVisit {
        border-color: #00FF00;
    }

#LoginPageNotificationBox {
    padding: 10px;
    margin: 50px auto 0 auto;
    max-width: 60%;
    background-color: #e4ecec;
    border: 1px solid #aaa;
    text-align: center;
    display: table;
}

#WelcomePageNotificationBox {
    padding: 10px 5px 0 10px;
    text-align: center;
}

    #WelcomePageNotificationBox .resultscaption {
        display: block;
        text-align: center;
        margin-left: 0px;
    }

    #WelcomePageNotificationBox .resultstitle {
        padding-left: 0px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    #WelcomePageNotificationBox .content {
        display: inline-block;
        margin: 2px 5px 0 0;
        padding: 10px;
        border: solid 1px #aaa;
        background-color: #e4ecec;
    }

/*//<<< 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/
#NoAccessPageNotificationBox {
    padding: 10px 5px 0 10px;
    text-align: center;
}

    #NoAccessPageNotificationBox .resultscaption {
        display: block;
        text-align: center;
        margin-left: 0px;
    }

    #NoAccessPageNotificationBox .resultstitle {
        padding-left: 0px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    #NoAccessPageNotificationBox .content {
        display: inline-block;
        margin: 2px 5px 0 0;
        padding: 10px;
        border: solid 1px #aaa;
        background-color: #e4ecec;
    }
/*//>>> 25/09/2023 - AStoenescu - DO514515 - SSO User Maintenance changes*/

.ManifestHistoryHolder {
    border: 1px inset #e4ecec;
    width: 95%;
    margin: 2.5%;
    overflow-y: auto;
    max-height: 300px;
}

table.ManifestHistory {
    width: 100%;
    table-layout: fixed;
    margin: 0% !important;
}

    table.ManifestHistory thead {
        background-color: #E4ECEC;
    }

    table.ManifestHistory tr {
        width: 100%;
    }

    table.ManifestHistory thead tr th {
        border-right: 2px solid white;
        border-left: 2px solid white;
    }

        table.ManifestHistory thead tr th:first-of-type {
            border-left: none;
        }

        table.ManifestHistory thead tr th:last-of-type {
            border-right: none;
        }

    table.ManifestHistory tbody tr td {
        border: 1px dotted #000000;
        padding: 5px;
        word-break: keep-all !important;
    }

        table.ManifestHistory tbody tr td:first-of-type {
            border-left: none;
        }

        table.ManifestHistory tbody tr td:last-of-type {
            border-right: none;
        }

    table.ManifestHistory tbody tr:last-of-type {
        border-bottom: none;
    }

/* <<< 19/02/2020 - AX213513 - ADyson - Amended to prevent inheriting 700px min-width and looking odd at narrow sizes.*/
.settings_fieldset_style-1 {
    margin: 5px 10px 10px 10px;
    border: solid 1px #aaa;
    padding: 10px;
    min-width: 680px;
    /* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
    clear: both;
    /* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
}
    /* >>> 19/02/2020 - AX213513 - ADyson - Amended to prevent inheriting 700px min-width and looking odd at narrow sizes.*/

    .settings_fieldset_style-1 legend {
        border: solid 1px #aaa;
        padding: 5px;
        background-color: #e4ecec;
        color: black;
    }

.client-popup-label-link-styling {
    text-decoration: underline;
    color: Blue;
}

    .client-popup-label-link-styling:hover {
        cursor: pointer;
    }

.client-popup-group {
    width: 92%;
    border: 1px solid silver;
    margin: 10px;
}

    .client-popup-group legend {
        float: none;
        font-weight: bold;
    }

.client-multi-line-text-box {
    margin-top: 10px;
}

.setting-changed {
    box-shadow: 0px 0px 5px #f4a742;
}

.notAllowed {
    cursor: not-allowed;
}

.DocumentTagRow {
    margin: 5px 0 10px 0;
    text-align: left;
}

.FormCompletionDocResultContainer {
}

.Removed:hover {
    cursor: not-allowed;
}

.FormDocResults {
    width: 100%;
}

    .FormDocResults .ViewedDate {
        text-align: right;
    }

    .FormDocResults .Name {
        width: 425px;
    }


.user-details-search-checkbox-label2 {
    padding-top: 10px;
    color: #000;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 11pt;
}

.MergedDropIcon {
    padding-left: 6px;
    padding-right: 6px;
}

.MergedDropIconBackPadding {
    padding-left: 6px;
    padding-right: 6px;
    visibility: hidden;
}

.ESUInlineBlock {
    display: inline-block;
    width: 20%;
    min-width: 380px;
    padding: 10px;
}

.ESUInlineButton {
    float: none;
    /* <<< 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
    margin: 0px 0px 0px 14px;
    /* >>> 13/01/2025 - SChestney - DO537955 / DO652256 / DO538017 - Improved zooming, alignment and long control description support*/
}

.HelpBox {
    display: inline-block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #559bb4;
    color: #fff;
    padding: 2px 5px 3px 5px;
}

.autoTooltip:hover {
    position: relative;
    z-index: 1002;
}

    .autoTooltip:hover::after {
        background-color: #f8f8f8;
        content: attr(data-tooltip);
        position: absolute;
        top: 150%;
        color: #000;
        border: 1px solid #000000;
        left: 100%;
        width: auto;
        padding: 10px;
        white-space: nowrap;
    }

.mediumTooltip:hover {
    position: relative;
    z-index: 1002;
}

    .mediumTooltip:hover::after {
        background-color: #f8f8f8;
        content: attr(data-tooltip);
        position: absolute;
        top: 150%;
        color: #000;
        border: 1px solid #000000;
        left: 100%;
        width: 400px;
        padding: 10px;
    }

.keyFieldTable {
    width: 100%;
    min-width: 825px;
    display: block;
    table-layout: fixed;
    padding: 10px;
}


.keyFieldTableRow {
}


.keyFieldTableCell {
    text-align: center;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    border-bottom: 1pt dotted #b18abe;
    padding: 10px 10px 10px 10px;
    min-width: 100px;
}

.keyFieldTableHeaderCell {
    text-decoration: underline;
}

/* <<< 23/01/2020 - ADyson - AX211211 - Adjustments to css to cause resequencing to resize without relying on javascript.*/
.resequencing-container {
    border-radius: 0px;
    background-color: White;
    min-width: 962px;
    height: 100%;
    width: 100%
}

.resequencing-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*<<< 14/09/2022 - SChestney - DO339997 - CSS fixes - the min-width here was smaller than the min-width of .contentcontainer, so the footer bar would 'end' too early*/
    min-width: 1100px;
    /*>>> 14/09/2022 - SChestney - DO339997 - CSS fixes - the min-width here was smaller than the min-width of .contentcontainer, so the footer bar would 'end' too early*/
    float: left;
    border-top: 1pt solid black;
    height: 50px;
    background-color: #e4ecec;
    border-radius: 0px;
}

/* <<< 22/05/2025 - SChestney - DO734748 - Manual Resequencing - display changes */
.resequencing-left-panel {
    /* <<< 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
    display: flex;
    flex-direction: column;
    /* >>> 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
    width: 49%;
    height: calc(100% - 40px);
    float: left;
    margin-left: 1%;
}
/* <<< 29/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
.resequencing-interaction-header {
    display: flex;
    align-items: center;
    gap: 1%;
    /* <<< 1/08/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
    padding-left: 14px;
    padding-right: 14px;
    padding-top:14px;
    /* >>> 1/08/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
}
/* <<< 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */

#resequencing-drops-container {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y:hidden;
    white-space: nowrap !important;
    box-sizing: border-box; 
}
/* >>> 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */

.resequencing-interaction-header-resequence-from-time,
.resequencing-interaction-header-vehicle-type {
    display: flex;
    align-items: flex-start;
    /*<<< 04/08/2025 - Shruthi -  DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling*/
    flex: 0 0 auto;
    /*>>> 04/08/2025 - Shruthi -  DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling*/
    min-width: 150px;
    margin-left: 10px;
}

    .resequencing-interaction-header-resequence-from-time label,
    .resequencing-interaction-header-vehicle-type label {
        margin-top: 0.5em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* <<< 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
        min-width: 40px;
        /* >>> 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
    }

.resequence-header-input[type="time"],
.resequencing-interaction-header-vehicle-type select,
.resequency-header-textbox,
#resequence-from-date {
    box-sizing: border-box;
    border-radius: 4px;
    background: white;
    font-size: 1rem;
}


.resequencing-interaction-header-vehicle-type select {
    min-width: 80px;
    max-width: 150px;
    width: 100%;
}


.resequence-header-input {
    min-width: 75px;
    max-width: 150px;
    width: 100%;
}


#resequence-from-date {
    /* <<< 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
    width: 98px;
    /* >>> 31/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
}

.resequency-header-textbox {
    max-width: 150px;
}

/* For the input inside resequence-from-time container if needed */
.resequencing-interaction-header-resequence-from-time-input {
    display: flex;
    flex-direction: row !important;
}


.resequencing-interaction-header-button {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}


.resequence-header-button {
    min-width: 130px;
    height: 2.5em;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive adjustments: stack everything at smaller zooms */
@media (max-width: 1550px), (resolution: 2dppx) {
    .resequencing-interaction-header {
        align-items: stretch;
        flex-wrap: wrap;
    }


    .resequencing-interaction-header-resequence-from-time,
    .resequencing-interaction-header-vehicle-type {
        flex-direction: column;
        flex: none;
    }

    .resequencing-interaction-header-resequence-from-time-input {
        display: flex;
        flex-direction: row !important;
    }

    /* Buttons stacked vertically */
    .resequencing-interaction-header-button {
        flex-direction: column;
        margin-top: 10px;
    }
}
/* >>> 29/07/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
/* <<< 28/05/2025 - SChestney - DO734755 - Manual resequencing of drops */
.manual-resequencing-selectable-row {
    cursor: pointer;
}

.manual-resequencing-row-selected {
    cursor: pointer;
    border: 0.5px dashed #000;
}
/* >>> 28/05/2025 - SChestney - DO734755 - Manual resequencing of drops */

/* <<< 26/06/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
#btnRetime {
    margin: 0px !important;
}
/* >>> 26/06/2025 - Shruthi - DO747029 - Apod: Console: resequence Screen: functional issues with Zoom / Display scaling */
#btnResequence {
    margin: 0px !important;
}
/* >>> 22/05/2025 - SChestney - DO734748 - Manual Resequencing - display changes */

/* <<< 22/05/2025 - SChestney - DO734753 - Manual Resequencing - Adhere to drop windows on a drop-by-drop basis */
.keep-window-column-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* >>> 22/05/2025 - SChestney - DO734753 - Manual Resequencing - Adhere to drop windows on a drop-by-drop basis */

.resequencing-map-container {
    width: 49%;
    height: calc(100% - 40px);
    overflow: hidden;
    float: left;
}

.resequence-drops-header {
    background-color: #fff;
    height: 40px;
    margin: 0px 0px 0px 1%;
    border-radius: 0px;
    float: left;
    width: 99%;
    color: #fff;
    border: none;
}

#resequencingDropsTable_wrapper {
    /* <<< 22/05/2025 - SChestney - DO734748 - Manual Resequencing - display changes */
    width: 100%;
    /* >>> 22/05/2025 - SChestney - DO734748 - Manual Resequencing - display changes */
}
/* >>> 23/01/2020 - ADyson - AX211211 - Adjustments to css to cause resequencing to resize without relying on javascript.*/
.resequencing-footer-left {
    padding: 0px 0px 0px 10px;
}

.resequencing-progress {
    display: none;
}
/* <<<< 18/03/2020 - AX213509 - ADyson/HHOCA - R01 - ReSequencing Console Changes - Show and Tell */
.resequencingDropFailed {
    /* <<< 11/09/2024 - SChestney - DO613937 - Correct resequencing failure display  */
    background-color: #FF0000 !important;
    /* >>> 11/09/2024 - SChestney - DO613937 - Correct resequencing failure display  */
    cursor: help;
}

.dataTable tr.resequencingDropFailed {
    font-weight: bold;
    color: white;
}

/* 
    <<< 11/09/2024 - SChestney - DO613937 - Correct resequencing failure display
    .dataTable tr.resequencingDropFailed td {
        height: 15px;
    }
    >>> 11/09/2024 - SChestney - DO613937 - Correct resequencing failure display  
    */

.HelpCursor {
    cursor: help;
}

.resequencing-popup {
    width: 500px;
    color: White;
    display: none;
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 250px);
    background-color: white;
    z-index: 1002;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: none;
}
/* >>>> 18/03/2020 - AX213509 - ADyson/HHOCA - R01 - ReSequencing Console Changes - Show and Tell */

.resequencing-popup-title {
    display: inherit;
    width: 498px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .resequencing-popup-title:hover {
        cursor: move;
    }

.resequencing-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.resequencing-popup-content {
    width: 478px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 10px;
}

.resequencing-popup-content {
    width: 500px;
}


    .resequencing-popup-content td {
        box-sizing: border-box;
        width: 50%;
        padding: 5px;
    }

        .resequencing-popup-content td.label-cell {
            width: 30%;
            text-align: right;
        }

.resequencing-popup-label {
    font-size: 12pt;
    /* <<< 22/05/2025 - SChestney - DO734748 - Manual Resequencing - display changes */
    /*color: Black;*/
    /* >>> 22/05/2025 - SChestney - DO734748 - Manual Resequencing - display changes */
    display: inline-block;
}

.resequencing-popup-label-option {
    font-size: 10pt;
    color: #000;
    float: left;
    margin: 0px 5px 0px 5px;
}

    .resequencing-popup-label-option:hover {
        cursor: pointer;
        color: #a20c33;
    }

.resequencing-popup-footer {
    display: inherit;
    width: 498px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.resequencing-settings-popup-footer-left {
    padding: 0px 0px 0px 10px;
}

.resequencing-popup-text-area {
    float: left;
    width: 20px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

.resequencing-message-popup-message-text {
    
    width: 425px;
    height: 270px;
    border: 1px solid #aaa;
    margin: 10px 30px 10px 30px;
    
    float: left;
}

.resequencing-driver-message-textarea {
    
    width: 415px;
    height: 260px;
    border: none;
    resize: none;
    
    font-weight: bold;
    overflow: auto;
    padding: 5px;
    font-size: 16pt;
    font-family: Arial, Helvitica, Sans-Serif;
}
/*>>> 21/01/2020 - AX211962 - Adjusted sizing slightly for a better fit.*/

.resequencing-popup-small {
    width: 500px;
    height: 220px;
    color: White;
    display: none;
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 250px);
    background-color: white;
    z-index: 1002;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
}

.resequencing-popup-small-title {
    display: inherit;
    width: 498px;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .resequencing-popup-small-title:hover {
        cursor: move;
    }

.resequencing-popup-small-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.resequencing-popup-small-content {
    width: 478px;
    height: 115px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 10px
}

.resequencing-popup-small-label {
    font-size: 12pt;
    color: Black;
    display: inline-block;
    padding: 20px 10px;
    width: 478px;
}

.resequencing-popup-small-footer {
    display: inherit;
    width: 498px;
    height: 49px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

/* <<< 28/05/2025 - SChestney - DO734755 - Manual resequencing of drops */
.manual-resequencing-fixed-row-before, .manual-resequencing-fixed-row-after {
    background-color: #DCDCDC !important;
}

.manual-resequencing-selectable-row:not(.manual-resequencing-row-selected):not(.manual-resequencing-fixed-row):not(.manual-resequencing-sortable-helper):hover {
    background-color: #DCDCDC2E;
}

.manual-resequencing-sortable-helper, .manual-resequencing-row-selected {
    background-color: color-mix(in srgb, var(--manual-resequencing-selected-base-colour) 35%, transparent) !important;
    color: #000 !important;
    font-weight: normal !important;
}

.manual-resequencing-sortable-helper {
    cursor: grabbing !important;
    border: 0.5px dashed #000;
    opacity: 0.7;
}

.manual-resequencing-outside-of-window-warning {
    background-color: #FFC107;
}

.manual-resequencing-map-refresh-in-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* >>> 28/05/2025 - SChestney - DO734755 - Manual resequencing of drops */
#tooltip {
    position: fixed;
    display: none;
    font-weight: bold;
    height: auto;
    width: auto;
    padding: 10px;
    z-index: 9999;
    max-width: 400px;
    border: 1px solid #aaa;
    background-color: #559bb4;
    color: #000;
}

.resequencing-popup-text {
    display: inline-block;
    padding: 20px 10px;
}

    .resequencing-popup-text input {
        padding-top: 4px;
    }

.vehicleprofile-button {
    min-width: 140px;
    font-size: 9pt;
    cursor: pointer;
    border: 1px solid #aaa;
    position: relative;
    color: #fff;
    height: 20px;
    text-align: center;
}

.vehicleprofile-action-dropdown-button {
    width: 80px;
    font-size: 9pt;
    text-align: left;
    cursor: pointer;
    position: relative;
    color: #fff;
    background-color: #559bb4;
    height: auto;
    text-align: center;
    border: solid 1px #aaa;
}

.vehicleprofile-dropdowncontent {
    border-color: #aaa;
    border-width: 1px;
    border-top: 1pt dotted #b18abe;
    display: none;
    position: absolute;
    background-color: #559bb4;
    width: inherit;
}

.vehicleprofile-action-dropdown-button:hover .vehicleprofile-dropdowncontent {
    display: block;
    cursor: pointer;
    background-color: #e4ecec;
    color: #000;
    z-index: 1002;
}

.vehicleprofile-dropdown-item:hover {
    color: #559bb4;
}


.vehicleprofile-dropdown-item {
    margin: 0px;
    padding: 3px 0px 3px 0px;
    border-top: 1pt dotted #b18abe; /*--Create bevel effect--*/ /*--Create bevel effect--*/
    clear: both;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 10%;
    background-color: transparent;
    color: black;
}

.vehicleprofile-popup-title {
    width: 100%;
    height: 39px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border-bottom: solid 1px #aaa;
    vertical-align: middle;
    cursor: move;
}

.vehicleprofile-popup-title-label {
    padding: 10px 2px 2px 16px;
    font-size: 14pt;
    color: #000;
    display: inline-block;
    cursor: inherit;
}

.vehicleprofile-popup {
    width: 620px;
    height: 430px;
    color: black;
    position: absolute;
    top: calc(50% - 180px);
    left: calc(50% - 300px);
    background-color: white;
    z-index: 1002;
    border-radius: 0px;
    border: solid 1px #aaa;
    box-shadow: none;
}

.vehicleprofile-popup-entry {
    text-align: left;
    padding: 8px;
    display: block;
    vertical-align: middle;
    position: relative;
}

.vehicleprofile-popup-label-area {
    display: inline-block;
    width: 40%;
    text-align: right;
    padding-right: 1%;
    color: Black;
    white-space: nowrap;
}

.vehicleprofile-popup-input {
    width: 27%;
    display: inline-block;
}

    .vehicleprofile-popup-input[type=checkbox] {
        width: 15px;
        margin-right: calc(27% - 15px);
    }

select.vehicleprofile-popup-input {
    width: calc(27% + 4px);
}

.vehicleprofile-popup-content {
    height: 270px;
    top: 40px;
}

.vehicleprofile-popup-footer {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #e4ecec;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    cursor: move;
}

.vehicleprofile-popup-valid-area {
    left: 70%;
    top: 10px;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 9pt;
    width: 29%
}

.vehicleprofiletable table {
    width: 100%;
}

.vehicleprofiletable thead {
    width: 100%;
    border-radius: 0px;
    /* <<< 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
    background-color: #ffffff;
    color: #000000;
    /* >>> 27/03/2023 - SChestney - DO347890 - Colouring tidy up when missing dynamic styling values */
}

/* <<< 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */
.vehicleprofiletable-heading-vehicletypedesc:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}

.vehicleprofiletable-heading-externalheight:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}

.vehicleprofiletable-heading-externalwidth:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}

.vehicleprofiletable-heading-externallength:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}

.vehicleprofiletable-heading-externalweight:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}

.vehicleprofiletable-heading-hlptype:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}

.vehicleprofiletable-heading-default:not(.center-aligned):not(.sorting_disabled):not(.sorting_asc_disabled):not(.sorting_desc_disabled) > span {
    position: relative;
    left: 20px;
}
/* >>> 12/01/2023 - SChestney - DO347890 - Enable sort arrows and move to left of columns */

.vehicleprofiletable tbody {
    width: 100%;
    border-radius: 0px;
}

.vehicleprofiletable tr {
    padding: 1px;
    width: auto;
}

    .vehicleprofiletable tr th {
        width: 15%;
        text-align: left;
        /*<<< 29/11/2021 - GJogi - 256933 - Alignment Issues at the Headers*/
        /*color: #000;*/
        /*>>> 29/11/2021 - GJogi - 256933 - Alignment Issues at the Headers*/
        padding-top: 3px;
        font-size: 10pt;
    }

    .vehicleprofiletable tr td {
        width: 15%;
        text-align: left;
        color: #000;
        padding-top: 3px;
        font-size: 10pt;
        border-bottom: 1pt dotted #b18abe;
    }

.tick {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}


.vehicleprofiletablecontainer {
    width: 98%;
    margin-top: 5px;
    margin-right: 1%;
    margin-bottom: 0%;
    margin-left: 1%;
}

.vehicleprofilefooter {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    background-color: #e4ecec;
    border-top: 1pt solid black;
    color: #eee;
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
}

.vehicleprofile-table-title {
    width: 98%;
    margin-top: 0%;
    margin-right: 1%;
    margin-bottom: 0%;
    margin-left: 1%;
    width: 98%;
    height: 35px;
    min-width: 695px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    padding: 15px 0px 0px 0px;
    font-size: 14pt;
}


.vehicleprofile-table-title-label {
    /*<<< 29/12/2021 - GJogi - 264004 - Alignment issue in Vehicle Profile screen*/
    /*padding: 10px 2px 2px 16px;*/
    padding: 10px 2px 2px 0px;
    /*<<< 29/12/2021 - GJogi - 264004 - Alignment issue in Vehicle Profile screen*/
    font-size: 14pt;
    color: #000;
    display: inline-block;
    font-weight: bold;
}






/*<<< 22/04/2020 - ADyson - AX210099 - New class to handle help info handle outside of password strength.*/
.help-info-handle {
    display: inline-block;
    width: auto;
    padding-right: 3px;
    margin-right: 15px;
    padding-left: 3px;
    background-color: #559bb4;
    color: #fff;
    cursor: help;
}

.help-info-panel {
    display: none;
    position: absolute;
    left: 20px;
    top: 1px;
    padding: 4px;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #000;
    z-index: 10;
}
/*>>> 22/04/2020 - ADyson - AX210099 - New class to handle help info handle outside of password strength.*/

/*<<< 09/09/2024	AStoenescu		DO611724 - Amended to return the W3W address for a drop (if W3W lookup is enabled)*/
.w3wSlashLabel {
    color: #E11F26
}
/*>>> 09/09/2024	AStoenescu		DO611724 - Amended to return the W3W address for a drop (if W3W lookup is enabled)*/
/*<<< 16/09/2024 - AStoenescu - DO531652 - Added Support Admin User SSO Support Console*/
.view-SupportLoginConfirmationPopup {
    width: 650px;
    height: 250px;
    color: White;
    position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0px 0px -318px;
    background-color: white;
    overflow: none;
    border-radius: 0px;
    box-shadow: none;
    z-index: 1001;
    border: 1px solid #aaa;
}

    .view-SupportLoginConfirmationPopup iframe {
        width: 100%;
        height: 100%;
    }

#SupportLoginConfirmationPopup {
    color: White;
    overflow: visible !important;
}

    #SupportLoginConfirmationPopup h1 {
        display: inline;
    }

    #SupportLoginConfirmationPopup .Header {
        height: 15%;
        width: 100%;
        background-color: #fff;
        color: Black;
        border-bottom: 1px solid #aaa; /*color:White;*/
    }

        #SupportLoginConfirmationPopup .Header span {
            display: inline-block;
            margin: 1.5%;
            float: left;
        }

        #SupportLoginConfirmationPopup .Header .Timestamp {
            float: right;
        }

    #SupportLoginConfirmationPopup .Content {
        height: 50%;
        margin: 1%;
    }

    #SupportLoginConfirmationPopup .Footer {
        height: 44px;
        margin-top: 1%;
        border-top: 1px solid #aaa;
        width: 100%;
        background-color: #e4ecec;
    }


        #SupportLoginConfirmationPopup .Footer .Left {
            margin-left: 14px;
            float: left;
        }

        #SupportLoginConfirmationPopup .Footer .button {
            margin-top: 8px;
        }

    #SupportLoginConfirmationPopup .dragger {
        height: 15%;
        width: 100%;
        position: absolute;
        z-index: 3002;
        cursor: move;
    }

.confirm-supportlogin-popup-section {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.confirm-supportlogin-popup-line {
    float: left;
    width: 100%;
}

.confirm-supportlogin-popup-label-area {
    width: 615px;
    padding: 3px 5px 0px 5px;
    color: Black;
}

.confirm-supportlogin-popup-text-area {
    float: left;
    width: 615px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    color: Black;
}

.confirm-supportlogin-popup-textbox {
    float: left;
    text-align: left;
    height: 20px;
    font-size: 14pt;
    width: 615px;
    border: solid 1px #aaa;
}


.confirm-supportlogin-popup-textarea {
    float: left;
    text-align: left;
    font-size: 14pt;
    border: solid 1px #aaa;
    resize: none;
}

.confirm-supportlogin-popup-valid-area {
    float: left;
    width: 375px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    font-size: 9pt;
    max-height: 25px;
    overflow: auto;
}
/*>>> 16/09/2024 - AStoenescu - DO531652 - Added Support Admin User SSO Support Console*/

/* <<< 29/01/2025 - SChestney - DO668536 - Created the Two Way Messaging screens */

/* ***************************************************************** */
/* TWO WAY MESSAGING OVERVIEW */
/* ***************************************************************** */

.two-way-messaging-show-read-messages-search-border {
    width: 84%;
    height: auto;
    float: left;
    margin: 20px 10px 0px 15px;
    border: solid 1px #aaa;
    display: flex;
    flex-direction: column;
}

.two-way-messaging-show-read-messages-search-container {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: -10px;
    margin-left: 10px;
    padding-right: 5px;
}

/* Overrides the width of searchcriteria to support the include all messages checkbox */
.two-way-messaging-searchcriteria-width-override {
    width: 300px !important;
}

/* Overrides the margin of resultscaption to support the larger width of the search criteria */
.two-way-messaging-resultscaption-margin-override {
    margin: 0px 5px 5px 320px !important;
}

/* Overrides the positioning and width of the search criteria warning (the 250 message thread limit cap) */
.two-way-messaging-overview-searchcriteriawarning {
    width: calc(84% - 10px) !important;
    margin: 20px 10px 0px 15px !important;
}

/* A container to hold the two-way-messaging-overview-message-thread-list-container and two-way-messaging-overview-message-thread-chat-container side by side */
.twowaymessagesoverview-result-content-container {
    display: flex;
}

/* A container to hold the list of returned message threads */
.two-way-messaging-overview-message-thread-list-container {
    width: 60vw;
    margin: 5px 0px 0px 0px;
    border-radius: 0px;
    padding: 0px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-x: auto;
    scroll-padding-right: 5px;
    scrollbar-gutter: stable;
}

/* A container to hold the chat */
.two-way-messaging-overview-message-thread-chat-outer-container {
    width: 40vw;
    margin: 4px 20px 0px 10px;
    border-radius: 5px;
    padding: 10px 10px 0px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.two-way-messaging-overview-message-thread-chat-inner-container {
    height: 100%;
    width: 100%;
}


/* Each message thread in the list from the search */
.two-way-messaging-overview-message-thread {
    display: flex;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: visible; /* Ensures the unread count can display on top */
}

    .two-way-messaging-overview-message-thread:hover {
        cursor: pointer;
        background: color-mix(in srgb, var(--two-way-messaging-overview-message-thread-interacted-base-colour) 10%, transparent);
    }

.two-way-messaging-overview-message-thread-selected {
    background: color-mix(in srgb, var(--two-way-messaging-overview-message-thread-interacted-base-colour) 35%, transparent) !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--two-way-messaging-overview-message-thread-interacted-base-colour);
}

/* If the message thread has no unread messages, give it a grey colour */
.two-way-messaging-overview-message-thread-no-unread-messages {
    background: #d3d3d359;
}

/* Use a spinner icon as feedback for when the thread is reloading */
.two-way-messaging-spinner-icon {
    border: 4px solid #ccc;
    border-top: 4px solid #878787;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Below classes positions the elements within each message thread  */
.two-way-messaging-overview-message-thread-right-content {
    width: 90%;
    min-width: 90%;
    max-width: 35vw;
    display: flex;
    flex-direction: column;
}

.two-way-messaging-overview-message-thread-unread-count {
    position: absolute;
    top: -1px;
    left: -7px;
    background-color: #d32f2f;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 1;
}

.two-way-messaging-overview-message-thread-inner-contents {
    display: flex;
    width: 100%;
}

.two-way-messaging-overview-message-thread-time-date {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-right: 5px;
    padding-left: 3px;
    gap: 2px;
    width: 10%;
}

.two-way-messaging-overview-message-thread-time {
    font-weight: bold;
    color: #555;
    font-size: 13px;
}

.two-way-messaging-overview-message-thread-date {
    font-size: 12px;
    color: #777;
}

.two-way-messaging-overview-message-thread-user-name {
    font-weight: bold;
    font-size: 14px;
}

.two-way-messaging-overview-message-thread-oldest-message-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two-way-messaging-overview-job-details {
    font-size: 12px;
    color: #777;
}

.two-way-messaging-overview-message-thread-content-row-1 {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.two-way-messaging-overview-message-thread-content-row-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.two-way-messaging-overview-message-thread-goto-job {
    margin: 0px;
    flex-shrink: 0;
}

/* <<< 19/02/2025 - SChestney - DO695132 - Changes to support merged drops */
.twowaymessagesoverview-merged-drops-popup {
    z-index: 2001;
    width: 25vw;
    min-width: 540px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    overflow: hidden;
}

.twowaymessagesoverview-merged-drops-popup-title {
    display: inherit;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .twowaymessagesoverview-merged-drops-popup-title:hover {
        cursor: move;
    }

.twowaymessagesoverview-merged-drops-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.twowaymessagesoverview-merged-drops-popup-description {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.twowaymessagesoverview-merged-drops-popup-description-label {
    padding: 0px 20px 0px 20px;
}

.twowaymessagesoverview-merged-drops-popup-content {
    display: flex;
    justify-content: center;
    height: 30vh;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.twowaymessagesoverview-merged-drops-popup-content-merged-drops-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}

.twowaymessagesoverview-merged-drops-popup-merged-drop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.twowaymessagesoverview-merged-drops-popup-merged-drop-goto-job {
    margin: 0px;
    flex-shrink: 0;
}

.twowaymessagesoverview-merged-drops-popup-footer {
    display: inherit;
    height: 49px;
    background-color: #e4ecec;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
/* >>> 19/02/2025 - SChestney - DO695132 - Changes to support merged drops */

/* ***************************************************************** */
/* TWO WAY MESSAGING CHAT */
/* ***************************************************************** */

.two-way-messages-chat-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* When no message thread is selected yet */
/* Below will just centre some text along the lines of 'Please select a message thread to view */
.two-way-messages-chat-no-threads-selected {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-way-messages-chat-message-thread-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 6px -6px #ccc;
    font-size: 12px;
    color: #777;
}

.two-way-messages-chat-message-spinner-icon {
    width: 6px;
    height: 6px;
}

.two-way-messages-chat-message-row-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 6px -6px #ccc;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto;
}

.two-way-messages-chat-message-row {
    padding: 0px 10px 0px 10px;
}

.two-way-messages-chat-message-header {
    display: flex;
    flex-direction: row;
    gap: 50px;
    color: #777;
    font-size: 8pt;
    justify-content: space-between;
    align-items: center;
    word-break: normal;
    font-weight: normal;
}

.two-way-messages-chat-message {
    max-width: 65%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    word-break: break-word;
    white-space: break-spaces;
    line-height: 27px;
}

.two-way-messages-chat-message-from-console {
    background: #d3d3d359;
    justify-self: flex-end;
}

.two-way-messages-chat-message-from-driver {
    background: color-mix(in srgb, var(--two-way-messages-chat-message-from-driver-base-colour) 10%, transparent);
    justify-self: flex-start;
}

.two-way-messages-chat-message-unread {
    scroll-margin-top: 20px; /* This gives the unread message a slight gap above when we scroll it into view automatically. This only effects that scroll into view functionality - nothing else. */ 
    border: 2.5px solid #d32f2f;
    font-weight: bold;
}

.two-way-messages-chat-message-footer {
    color: #777;
    line-height: 12px;
    font-size: 8pt;
    word-break: normal;
    justify-self: end;
}

.two-way-messages-chat-send-message-container {
    display: inline-flex;
    gap: 20px;
    padding: 20px 20px 20px 20px;
    height: 15%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.two-way-messages-chat-send-message-text-area {
    height: 100%;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    font-family: Arial, Helvitica, Sans-Serif;
    line-height: 22px;
}

    .two-way-messages-chat-send-message-text-area:disabled {
        font-style: italic;
        justify-items: center;
        align-content: center;
    }

.two-way-messages-chat-buttons-container {
    height: 100%;
    width: 20%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

    .two-way-messages-chat-buttons-container > button {
        margin: 0px;
        text-wrap: auto;
        width: 100%;
        height: 50%;
    }

/* >>> 29/01/2025 - SChestney - DO668536 - Created the Two Way Messaging screens */
/*<<<26/02/2025 AStoenescu DO648716 - Display Location Compliance on Job detail Screen*/
.AltSectionSubDiv {
    display: inline-flex;
    width: 50%;
}
/*>>>26/02/2025 AStoenescu DO648716 - Display Location Compliance on Job detail Screen*/

/* <<< 07/05/2025 - SChestney - DO727987 - APOD Cancel Visit (Console): Drop History Tab */
/* ***************************************************************** */
/* DROP HISTORY TAB */
/* ***************************************************************** */

.drop-history-view-notes-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.drop-history-view-notes-row-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 6px -6px #ccc;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto;
}

.drop-history-view-note-row {
    padding: 0px 10px 0px 10px;
}

.drop-history-view-note {
    max-width: 85%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    word-break: break-word;
    white-space: break-spaces;
    line-height: 27px;
    background: #d3d3d359;
    justify-self: flex-end;
}

.drop-history-view-note-header {
    display: flex;
    flex-direction: row;
    gap: 50px;
    color: #777;
    font-size: 8pt;
    justify-content: space-between;
    align-items: center;
    word-break: normal;
    font-weight: normal;
}

.drop-history-view-note-footer {
    color: #777;
    line-height: 12px;
    font-size: 8pt;
    word-break: normal;
    justify-self: end;
}

.drop-history-save-note-container {
    display: inline-flex;
    gap: 20px;
    padding: 20px 20px 20px 20px;
    height: 15%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.drop-history-save-note-container-text-area {
    height: 100%;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    font-family: Arial, Helvitica, Sans-Serif;
    line-height: 22px;
}

.drop-history-save-note-button-container {
    height: 100%;
    width: 20%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

    .drop-history-save-note-button-container > button {
        margin: 0px;
        text-wrap: auto;
        width: 100%;
        height: 50%;
    }
/* >>> 07/05/2025 - SChestney - DO727987 - APOD Cancel Visit (Console): Drop History Tab */

/* <<< 09/05/2025 - SChestney - DO727992 - APOD Cancel Visit (Console): Cancel Visit by Console interaction*/
/* ***************************************************************** */
/* DROP ACTION POPUP WITH AUDIT */
/* ***************************************************************** */

#DropActionPopupWithDropHistoryAudit {
    z-index: 2001;
    width: 25vw;
    min-width: 660px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    top: 120px;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    background-color: White;
    overflow: hidden;
}

.perform-drop-action-with-drop-history-audit-popup-title {
    display: inherit;
    height: 35px;
    background-color: #fff;
    z-index: 1003;
    overflow: auto;
    border-radius: 0px;
    border: solid 1px #aaa;
}

    .perform-drop-action-with-drop-history-audit-popup-title:hover {
        cursor: move;
    }

.perform-drop-action-with-drop-history-audit-popup-title-label {
    padding: 6px 2px 2px 16px;
    text-decoration: none;
    font-size: 14pt;
    color: #000;
    display: inline;
    text-align: left;
    float: left;
}

.perform-drop-action-with-drop-history-audit-popup-content {
    display: flex;
    justify-content: center;
    height: 55vh;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.perform-drop-action-with-drop-history-audit-popup-text-area {
    height: 100%;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    font-family: Arial, Helvitica, Sans-Serif;
    line-height: 22px;
}

.perform-drop-action-with-drop-history-audit-popup-footer {
    display: inherit;
    height: 49px;
    background-color: #e4ecec;
    border-radius: 0px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
/* >>> 09/05/2025 - SChestney - DO727992 - APOD Cancel Visit (Console): Cancel Visit by Console interaction*/

/* <<< 18/06/2025 - SChestney - DO727159 - Created the Tracking Tower screen */

/* ***************************************************************** */
/* Tracking Tower */
/* ***************************************************************** */

.tracking-tower-include-number-of-days-txt {
    width: 90%;
}

.trackingtower-result-content-container {
    display: flex;
}

.trackingtower-left-container {
    width: 60vw;
    margin: 5px 0px 0px 0px;
    border-radius: 0px;
    padding: 0px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-x: auto;
}

.trackingtower-right-container {
    width: 40vw;
    margin: 5px 5px 0px 0px;
    padding: 0px 10px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.trackingtower-show-selection-panel {
    display: flex;
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: visible;
    align-items: center;
}

    .trackingtower-show-selection-panel .button {
        margin-top: 0;
        /* <<< 24/07/2025 - SChestney - DO759730 - Outstanding button text overflowing at high zoom */
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* >>> 24/07/2025 - SChestney - DO759730 - Outstanding button text overflowing at high zoom */
    }

.trackingtower-fuzzy-search {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.trackingtower-grid-table {
    display: flex;
    flex-grow: 1;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: visible;
    overflow-y: hidden;
}


.trackingtower-button {
    padding: 0.5em 1em;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
    border-radius: 0.5em;
    background: #fff;
    border-width: 0px;
    /* <<< 24/07/2025 - SChestney - DO759735 - Ensure the 'empty' part of the container can be clicked through so we can select map elements underneath */
    pointer-events: all;
    /* >>> 24/07/2025 - SChestney - DO759735 - Ensure the 'empty' part of the container can be clicked through so we can select map elements underneath */
}

.trackingtower-button:hover {
    background: rgb(244, 244, 245);
}

.trackingtower-map-container {
    position: relative;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    margin-right: -10px;
}

.trackingtower-map-map-top-right-buttons-container {
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    z-index: 99999;
    /* <<< 24/07/2025 - SChestney - DO759735 - Ensure the 'empty' part of the container can be clicked through so we can select map elements underneath */
    pointer-events: none;
    /* >>> 24/07/2025 - SChestney - DO759735 - Ensure the 'empty' part of the container can be clicked through so we can select map elements underneath */
}

.trackingtower-map-map-display-options-container {
    padding: 10px;
    box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
    border-radius: 0.5em;
    background: #fff;
    /* <<< 24/07/2025 - SChestney - DO759735 - Ensure the 'empty' part of the container can be clicked through so we can select map elements underneath */
    pointer-events: all;
    /* >>> 24/07/2025 - SChestney - DO759735 - Ensure the 'empty' part of the container can be clicked through so we can select map elements underneath */
}

.trackingtower-map-map-display-options-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.trackingtower-map-map-display-options-title {
    font-weight: bold;
}

.trackingtower-map-map-display-options-collapsible-content {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    /*max-height: 500px;*/ /* max expected height */
    opacity: 1;
}

.trackingtower-map-map-display-options-collapsed {
    max-height: 0;
    padding-top: 0;
}

.trackingtower-map-map-display-options-toggle-button {
    color: rgba(15, 22, 33, 0.6);
    background: none;
    border: none;
    font-size: 16px;
    transition: transform 0.4s ease;
    /* <<< 24/07/2025 - SChestney - DO759735 - Give the +/- icon a pointer cursor */
    cursor: pointer;
    /* >>> 24/07/2025 - SChestney - DO759735 - Give the +/- icon a pointer cursor */
}

    .trackingtower-map-map-display-options-toggle-button.rotate {
        transform: rotate(180deg);
    }

/* >>> 18/06/2025 - SChestney - DO727159 - Created the Tracking Tower screen */

/* <<< 20/06/2025 - AStoenescu - DO744503 - Added Tracking Tower table */
.tracking-tower-table{
    table-layout:fixed;
}

.tracking-tower-row-header {
    width: 100%;
    float: left;
}

.tracking-tower-table-header-cell {
    width: calc((100% - 175px)/8);
    float: left;
    background-color: #b18abe;
    color: #000;
    text-align: left;
    font-size: 10pt;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    /*'<<< 10/07/2025	AStoenescu	DO754671 - Post Sprint Review changes*/
    padding-right: 15px !important;
    /*'>>> 10/07/2025	AStoenescu	DO754671 - Post Sprint Review changes*/
}

.tracking-tower-table-header-cell-checkbox {
    width: 25px;
    cursor: pointer;
}

.tracking-tower-table-header-cell-expand {
    width: 25px;
    cursor: pointer;
}

.tracking-tower-table-header-cell-status {
    width: 50px;
    /*'<<< 10/07/2025	AStoenescu	DO754671 - Post Sprint Review changes*/
    padding-right: 5px !important;
    /*'>>> 10/07/2025	AStoenescu	DO754671 - Post Sprint Review changes*/
}

.tracking-tower-table-header-cell-ontime {
    width: 75px; 
}

.tracking-tower-table-cell {
    width: calc((100% - 175px)/8);
    height: 25px;
    float: left;
    text-align: left;
    white-space: normal;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tracking-tower-table-cell-checkbox {
    width: 25px;
    cursor: pointer;
}

.tracking-tower-table-cell-expand {
    width: 25px;
    cursor: pointer;
}

.tracking-tower-table-cell-status {
    width: 50px;
    /*text-align: center;*/
    padding-left: 10px !important;
}

.tracking-tower-table-cell-ontime {
    width: 75px;
    padding-left: 10px !important;
    padding-top: 2px !important;
}

.tracking-tower-table-cell-ontime-box {
    width: 20px;
    height: 20px;
    margin-left: 2px;
    border-radius: 3px;
    box-sizing: border-box;
}

.tracking-tower-table-cell-ontime-sign {
    display: flex;
    align-items: center;
    justify-content: center ;
    color: white;
}

.tracking-tower-table-cell-ontime-fullgreen {
    background: #28a745;
    border: 1px solid #28a745;
}

.tracking-tower-table-cell-ontime-fullred {
    background: #dc3545;
    border: 1px solid #dc3545;
}

.tracking-tower-table-cell-ontime-hollowgreen {
    background: #fff;
    border: 2px solid #28a745;
}

.tracking-tower-table-cell-ontime-hollowred {
    background: #fff;
    border: 2px solid #dc3545;
}

.tracking-tower-table-cell-ontime-empty {
    background: #eee;
    border: 1px solid #ccc;
}

.tracking-tower-table-row-group-departure {
    /*<<< 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
    width: calc((100% - 50px) * 0.20);
    /*>>> 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
    color: blue;
}

/*'<<< 10/07/2025	AStoenescu	DO754671 - Post Sprint Review changes*/
.tracking-tower-table-row-group-departure-overdue {
    color: red;
}
/*'>>> 10/07/2025	AStoenescu	DO754671 - Post Sprint Review changes*/

.tracking-tower-table-row-group-plan {
    /*<<< 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
    width: calc((100% - 50px) * 0.15);
    /*>>> 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
    color: gray;
}
.tracking-tower-table-row-group-plan-ahead {
    color: green;
}
.tracking-tower-table-row-group-plan-late {
    color: red;
}

/*<<< 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
.tracking-tower-table-row-group-cell {
    float: left;
    text-align: left;
    font-weight: bold;
    white-space: pre !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tracking-tower-table-row-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*>>> 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/

.tracking-tower-table-row {
    float:left;
}

.tracking-tower-table-datatablegroupinfo {
    /*<<< 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
    width: calc((100% - 50px) * 0.38);
    /*>>> 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
}

.tracking-tower-table-datatablegroupinfo-colourbubble {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.tracking-tower-table-statusbarcell {
    /*<<< 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
    width: calc((100% - 50px) * 0.25);
    /*>>> 28/07/2025 - AStoenescu - DO759744 - Amended to better fit the screen*/
    text-align: right;
}

.tracking-tower-table-statusbar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /*<<< 28/07/2025 - AStoenescu - DO759744 - Amended to fix the row split for status bar*/
    max-width: 25%;
    /*>>> 28/07/2025 - AStoenescu - DO759744 - Amended to fix the row split for status bar*/
    float: right;
}
.tracking-tower-table-statusbarbox {
    width: 10px;
    height: 15px;
    margin-left: 2px;
    border-radius: 3px;
    box-sizing: border-box;
}

.fuzzy-highlight {
    background-color: yellow;
    color: black;
    font-weight: bold;
}

.tracking-tower-selected-row-highlight {
    background-color: color-mix(in srgb, var(--tracking-tower-selected-base-colour) 35%, transparent) !important;
    color: #000 !important;
}

/* >>> 20/06/2025 - AStoenescu - DO744503 - Added Tracking Tower table */


