﻿.widget {
    box-shadow: unset !important;
    padding: 0px !important;
    overflow: visible !important;
    margin: 0px !important;
    background: unset !important;
}

    .widget a {
        color: var(--color-action) !important;
        font-weight: normal;
    }

.widget-header {
    background: unset !important;
    border: unset !important;
    line-height: 40px !important;
    font-family: Arial !important;
    height: 40px !important;
    color: var(--font-color-primary) !important;
}

.widget.collapsed .widget-header .widget-exp,
.widget .widget-header .widget-col {
    height: 100%;
    padding: 0px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

    .widget .widget-header .widget-exp a,
    .widget .widget-header .widget-col a {
        border-radius: 50%;
    }

.widget-header h1 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    font-family: Arial !important;
    color: var(--font-color-primary) !important;
    padding: 0px;
}

    .widget-header h1 select {
        margin: 0px !important;
        font-size: 18px !important;
        color: var(--font-color-primary) !important;
        cursor: pointer;
    }

        .widget-header h1 select:disabled {
            padding: 0px !important;
            background: unset !important;
            border: unset !important;
            opacity: 1 !important;
            cursor: default;
        }

.widget-header .widget-options {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: unset !important;
    font-size: 14px !important;
}

    .widget-header .widget-options button,
    .widget-header .widget-options #btnViewPage {
        margin: 0 !important;
        font-family: Arial !important;
        -moz-text-shadow: unset !important;
        -webkit-text-shadow: unset !important;
        text-shadow: unset !important;
        -moz-box-shadow: unset !important;
        box-shadow: unset !important;
        float: unset !important;
        line-height: 16px !important;
        padding: 5px 8px;
        min-height: unset;
        height: auto !important;
        width: 100%;
        border-radius: 4px !important;
        font-size: 14px !important;
        background: none !important;
        border: 1px solid var(--color-action) !important;
        font-weight: 400;
        transition: unset !important;
        opacity: unset !important;
        color: var(--color-action) !important;
    }

        .widget-header .widget-options button:hover,
        .widget-header .widget-options #btnViewPage:hover {
            background: var(--color-action) !important;
            color: #fff !important;
        }

        .widget-header .widget-options button[disabled],
        .widget-header .widget-options #btnViewPage[disabled] {
            background: none !important;
            border: 1px solid white !important;
            color: white !important;
        }

.widget .gearHolder {
    margin: 0px !important;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
}

    .widget .gearHolder .gearMenu {
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
        border: none !important;
        border-radius: 4px;
        outline: none;
        color: #585858;
        background-image: url(more.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        opacity: 1 !important;
        box-shadow: unset !important;
        background-color: unset !important;
        transition: unset !important;
    }

        .widget .gearHolder .gearMenu:hover {
            background-color: var(--color-secondary) !important;
            color: #000;
        }

        .widget .gearHolder .gearMenu img {
            display: none !important;
        }

    .widget .gearHolder .popupContent {
        background: #292f38;
        border-radius: 4px;
        box-shadow: 0 0 3px rgb(0 0 0 / 25%);
        width: 200px;
        overflow: hidden;
        padding: 2px;
    }

        .widget .gearHolder .popupContent .popupLabel {
            display: flex;
            width: 100%;
            align-items: center;
            background: none;
            border: none;
            outline: none;
        }

            .widget .gearHolder .popupContent .popupLabel a {
                width: 100%;
                padding: 10px 15px;
                min-height: 40px;
                cursor: pointer;
                text-decoration: none !important;
                font-size: 14px;
                font-weight: normal;
                color: #fff !important;
                box-sizing: border-box;
            }

                .widget .gearHolder .popupContent .popupLabel a:hover {
                    background: #191e27;
                }

.widget-content {
    max-width: 100%;
    background: rgb(255, 255, 255) !important;
    padding: 10px 0px !important;
    border: none;
    border-top: 4px solid var(--color-accent);
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    line-height: 18px;
    min-height: 14px;
    height: auto;
}

/* search-box */

.widget-search-box {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
}

    .widget-search-box::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        background-size: 17px 17px;
        background-color: #000;
        -webkit-mask-image: url(search.svg);
        -webkit-mask-size: 17px 17px;
        mask-image: url(search.svg);
    }

/* Dashboard widget sizing */
.widget-content.fd_widget_content {
    height: calc(100% -37px) !important;
}

.highcharts-container > svg {
    margin-top: 10px;
}

.fd_col {
    display: inline-block;
    width: 33%;
    height: 38vh;
    min-width: 500px;
    min-height: 320px;
    padding: 10px;
}
.widget-content .counter {
    width: 100% !important;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    background: none;
    margin: 5px 0px;
}

    .widget-content .counter + .footer-text {
        background: none;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

        .widget-content .counter + .footer-text .ts {
            margin: 0px !important;
            background: none;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }

    .widget-content .counter .digit {
        font-family: Arial, sans-serif !important;
        font-weight: bold !important;
        background: var(--color-m2-light-grey);
        text-indent: 0px;
        color: #fff;
        font-size: 37px;
        padding: 0px !important;
        border-radius: 4px !important;
        height: 57px;
        width: 47px;
        border: 1px solid #dee2e6 !important;
        line-height: 57px;
        text-align: center;
    }

        .widget-content .counter .digit.digit-dot {
            width: auto;
            margin: 0px !important;
            background: none;
            border: none !important;
            color: #000;
            line-height: 77px !important;
        }

.widget.widget-properties {
    z-index: 3;
}

    .widget.widget-properties dl {
        height: auto;
        min-height: 30px;
        padding: 0px;
        margin-bottom: 10px;
        color: var(--font-color-primary);
        border: unset !important;
        border-left: 2px solid rgba(0, 0, 0, 0.2) !important;
        display: inline-block;
    }

        .widget.widget-properties dl dt {
            height: 100%;
            background: none;
            width: 45% !important;
            min-height: 30px;
            border: unset !important;
            line-height: 30px;
            font-size: 14px;
            padding-top: 0px;
            padding-left: 5px;
            align-items: center;
            display: flex;
        }

            .widget.widget-properties dl dt label {
                font-size: 12px !important;
                font-weight: 700;
                font-family: Arial;
                margin-bottom: 0px;
            }

        .widget.widget-properties dl dd {
            width: 55% !important;
            font-size: 14px !important;
            line-height: 40px;
            height: 100%;
            position: relative;
            min-height: 40px;
            border: unset !important;
            background: var(--color-secondary);
            padding-left: 10px;
            padding-top: 0px;
            margin-bottom: 0px;
        }

            .widget.widget-properties dl dd input[type="checkbox"] {
                vertical-align: middle;
                margin-left: -37px !important;
                margin-bottom: 9px !important;
            }

.widget.widget-properties.tire-information dl dt{
    width: 30% !important;
}

.widget.widget-properties.tire-information dl dd{
    width: 70% !important;
}

 .widget.widget-properties dl dd input[type="checkbox"] {
    margin-left: -9px !important;
}

form#addUserForm .widget.widget-properties dd > div#DistrictsTree {
    padding-right: 7px !important;
}

form .widget.widget-properties dl dt label {
    line-height: 40px;
}

form .widget.widget-properties dl dd {
    /*background: none;*/
}

    form .widget.widget-properties .NotificationProperties dl dd input#Name, form .widget.widget-properties dl dd input[type="text"] {
        width: 264px !important;
    }

form .widget.widget-properties dl dd input[type="text"]#SerialNumber, form .widget.widget-properties dl dd input[type="text"]#SecondaryVIN{
    text-transform: uppercase;
}

form .widget.widget-properties dd > input[type="text"],
form .widget.widget-properties dd > select,
form .widget.widget-properties dd > div#DistrictsTree {
    margin-left: -10px !important;
    padding-right: 20px !important;
}

form .widget.widget-properties dl dd textarea {
    max-width: 94% !important;
    min-width: calc(100% - 20px - 15px - 21px) !important;
    min-height: 40px;
    max-height: 400px;
    margin-left: -10px !important;
    margin: 0px;
    width: 265px;
}

form .widget.widget-properties dl dd select {
    width: 295px !important;
    max-width: 110% !important;
}

form .widget.widget-properties dl.item-header,
form .widget.widget-properties dl.item-footer {
    width: 100%;
    border: none !important;
    margin: 10px 0px;
}

form .widget.widget-properties dl.item-header {
    margin-bottom: 20px;
}

    form .widget.widget-properties dl.item-header dd,
    form .widget.widget-properties dl.item-footer dd {
        width: 100% !important;
        padding: 0px !important;
    }

form .widget.widget-properties dl.item-footer dd {
    background: none !important;
}

/*Hollow Button Zero Margin*/
    .ms2-body .hollow-button,
    form .widget.widget-properties dl.item-header dd input.button,
    form .widget.widget-properties dl.item-header dd input.button:hover,
    form .widget.widget-properties dl.item-header dd input.button:focus,
    form .widget.widget-properties dl.item-footer dd input.button,
    form .widget.widget-properties dl.item-footer dd input.button:hover,
    form .widget.widget-properties dl.item-footer dd input.button:focus,
    th button.button,
    th button.button:hover,
    th button.button:focus,
    td button.button,
    td button.button:hover,
    td button.button:focus,
    input.btn-main-2,
    input.btn-main-2:hover,
    input.btn-main-2:focus,
    .filter-buttons button.button, #btnAttach, #removeAllAssets,
    .dm_form_col.inline-column.col-600 .form-button,
    div#button-container .button,
    #device-accessory-partial .cancel-attachment, .ui-dialog[role="dialog"] .ui-dialog-buttonset button.cancelDelete {
        border: none;
        outline: none;
        margin: 0 !important;
        cursor: pointer;
        display: inline-block;
        font-family: unset !important;
        -moz-text-shadow: unset !important;
        -webkit-text-shadow: unset !important;
        text-shadow: unset !important;
        -moz-box-shadow: unset !important;
        box-shadow: unset !important;
        float: unset !important;
        line-height: 16px !important;
        padding: 10px 17px;
        min-height: 36px;
        width: auto;
        border-radius: 4px !important;
        font-size: 14px !important;
        background: none;
        border: 1px solid var(--color-action);
        color: var(--color-action);
        font-weight: 400;
    }
        /*Hollow Button Hover*/
        form .widget.widget-properties dl.item-header dd input.button:hover,
        form .widget.widget-properties dl.item-footer dd input.button:hover,
        .ms2-body button.hollow-button:hover,
        .ms2-body button.hollow-button:focus,
        th button.button:hover,
        td button.button:hover,
        input.btn-main-2:hover,
        .filter-buttons button.button:is(:hover), button.button.woSavePrint:hover, button.button.woDelete:hover, #btnAttach:hover, #removeAllAssets:hover,
        .dm_form_col.inline-column.col-600 .form-button:hover,
        #device-accessory-partial .cancel-attachment:hover,
        .file-upload .files-button:hover,
        .ui-dialog[role="dialog"] .ui-dialog-buttonset button.cancelDelete:hover {
            background: var(--color-action);
            color: #fff;
        }

/*Hollow Button Hover w/ Important Styles*/
#pairing-record-list .widget-table .table-filter .search-cont .filter-buttons .button:hover, .ui-dialog[role="dialog"] .ui-dialog-buttonset button.cancelButtonClass:hover {
    background: var(--color-action) !important;
    color: #fff !important;
}


/*Hollow Button unset Margin*/
button.button.woSavePrint, button.button.woDelete {
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    font-family: unset !important;
    -moz-text-shadow: unset !important;
    -webkit-text-shadow: unset !important;
    text-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    float: unset !important;
    line-height: 16px !important;
    padding: 10px 17px;
    min-height: 36px;
    width: auto;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: none;
    border: 1px solid var(--color-action);
    color: var(--color-action);
    font-weight: 400;
}

/*Hollow Button Unset margin, height, width, padding*/

.FileUploadBtn, .file-upload .files-button, #pairing-record-list .widget-table .table-filter .search-cont .filter-buttons .button, .ui-dialog[role="dialog"] .ui-dialog-buttonset button.cancelButtonClass {
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    font-family: unset !important;
    -moz-text-shadow: unset !important;
    -webkit-text-shadow: unset !important;
    text-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    float: unset !important;
    line-height: 16px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: none;
    border: 1px solid var(--color-action);
    color: var(--color-action);
    font-weight: 400;
}

.widget-footer {
    background: unset !important;
    border: unset !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 22px !important;
    font-family: Arial !important;
    height: unset !important;
    color: var(--font-color-primary);
    padding: 5px 0px;
}

    .widget-footer .widget-footer-link {
        padding: 0px !important;
        height: 22px !important;
    }

        .widget-footer .widget-footer-link a {
            font-size: 14px !important;
            font-weight: normal !important;
            line-height: 22px !important;
            font-family: Arial !important;
            height: 100% !important;
            color: var(--font-color-primary) !important;
            padding: 0px !important;
            display: inline-block;
        }

.widget-bottom {
    height: 22px !important;
    border: unset !important;
    background: unset !important;
}

.widget.widget-summary .widget-header .widget-options div {
    margin: 0px !important;
    padding: 0px !important;
    width: auto !important;
    height: 100% !important;
}

    .widget.widget-summary .widget-header .widget-options div i {
        width: auto !important;
        height: 100% !important;
        line-height: 40px;
    }

.col-620.col-540 {
    width: 540px;
}


/* Asset General Widgets */

.widget.widget-battery .widget-header .widget-options div {
    margin: 0px !important;
    height: 26px !important;
    width: 55px;
    margin-top: 7px !important;
}

.widget.drivingSummaryWidget table tr td {
    padding-bottom: 5px;
}

#HourMeterWidget.widget .widget-options[data-caution='true']::before,
#OdometerWidget.widget .widget-options[data-caution='true']::before {
    content: "\f071";
    font-family: 'Font Awesome 5 Pro';
    text-align: center;
    line-height: 40px;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}

#ServiceSchedulesWidget.widget .widget-content {
    height: 271px !important;
    overflow-y: auto !important;
    padding-left: 9px !important;
}

    #ServiceSchedulesWidget.widget .widget-content div {
        font-size: 14px !important;
    }

    #ServiceSchedulesWidget.widget .widget-content ol {
        padding: 0px 10px;
        margin-bottom: 20px !important;
        margin-top: 5px !important;
    }

#PartsListWidget.widget .widget-content ul {
    padding: 0px 10px;
}

.widget-properties .widget-content.asset-prop {
    background: var(--color-m2-light-grey) !important;
    background-clip: content-box !important;
}

.asset-prop-widget {
    overflow-y: scroll;
    max-height: 240px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-top: 20px;
}

    .asset-prop-widget::-webkit-scrollbar {
        width: 7px;
    }

    .asset-prop-widget::-webkit-scrollbar-thumb {
        background: var(--color-accent);
        border-radius: 4px;
    }

/* Dashboard */

.fd_container {
    background: var(--color-secondary) !important;
    margin-top: 0px;
    background: white !important;    
    max-height: 78vh;
}

.fd_widget_content {
    padding: unset !important;
}

.fd_container.RFID-dashboard .fd_full .widget.fd_widget.fd_widget_RFIDInventory .col-dynamic {
    height: calc(100vh - 280px);
}

/* Label Adjustments */

.filter-dd label {
    line-height: 40px;
    font-size: 12px;
    font-weight: unset;
}

/* Date Filter Adjustments */

.date-filter {
    height: unset;
    margin-bottom: 10px;
}

/* Pop-Up Widget Adjustments*/

.widget-properties dl dd input[type=text],
.widget-properties dl dd select,
.widget-properties dl dd input[type=number],
.widget-properties dl dd input[type=datetime-local],
.widget-properties dl dd textarea {
    width: 100%;
    margin-left: -10px;
    padding-right: 20px !important;
}

.widget-properties dl dd select {
    max-width: unset !important;
    width: calc(100% + 10px);
}

.widget-properties dl.item-skinny-ish > dt {
    line-height: 40px;
    margin-right: 19px;
}

.item-skinny-ish input[type="checkbox"] {
    margin-top: 11px !important;
}

.input-group.mb-1 {
    width: 285px;
}

.widget.widget-properties dl dd input[type="text"].number, .widget.widget-properties dl dd input[type="text"]#GVW, .widget.widget-properties dl dd input[type="text"]#PayloadCapacity,
.widget.widget-properties dl dd input[type="text"]#GCWR, .widget.widget-properties dl dd input[type="text"]#CurbWeight, .widget.widget-properties dl dd select#PayloadCapacityUnit {
    width: 28% !important;
}

.widget.widget-properties dl dd select#PayloadCapacityUnit {
    margin-left: 10px !important;
}

.widget.widget-properties dl dd input[type="text"]#ReplacementThreshold {
    width: 265px !important;
}

.measurement {
    margin-right: 28px;
}

.widget.widget-properties dl dd.classDescription,
.widget.widget-properties dl dd.AEMPBox {
    margin-left: -23px;
    width: 50.5% !important;
}

.widget.widget-properties dl dd input[type="text"].assetTagSearch_Input {
    width: 232px !important;
}

#ServiceSchedulesWidget {
    height: 333px;
}

body > div.shell > div.content-shell > div.float-left.col-300 > div.widget.widget-default.condition {
    height: 333px;
}

.tm-header {
    padding-top: 12px;
}

dd label {
    margin-right: 26px;
}

#serviceHistory > div > table > tfoot > tr > td {
    padding: 0 10px !important;
}

/*JQX Grid*/
.jqx-widget .jqx-widget-header {
    font-weight: 700 !important;
    font-family: Arial !important;
    font-size: 13px;
    border: none;
    background-color: #f1f3f4;
    border-right: 2px solid #fff;
}

    .jqx-widget .jqx-widget-header:hover {
        background-color: rgb(232 232 232) !important;
        cursor: n-resize;
    }

    .jqx-widget .jqx-widget-header span {
        cursor: n-resize !important;
    }

.jqx-disableselect {
    border: none;
}

.jqx-widget .jqx-grid-cell {
    font-size: 1rem;
    border: none;
}

.jqx-widget-content [role="row"]:hover .jqx-grid-cell,
.jqx-widget-content [role="row"]:hover .jqx-grid-cell-alt {
    cursor: pointer;
    background-color: rgb(232 232 232) !important;
}

.jqx-widget-content [role="row"] > .jqx-grid-cell:focus,
.jqx-widget-content [role="row"] > .jqx-grid-cell-alt:focus {
    background-color: rgb(210 210 210) !important;
}

div#jqxScrollThumbverticalScrollBarresults {
    background-color: #c1c1c1;
    border-radius: unset;
}

.jqx-grid-cell-alt,
.jqx-widget .jqx-grid-cell {
    background-color: rgb(255,255,255);
    border-bottom: 1px solid #e3e7e8;
}

.jqx-grid-cell.jqx-grid-cell-office.jqx-item.jqx-item-office.jqx-grid-cell-sort.jqx-grid-cell-sort-office {
    background-color: #fff;
}

.jqx-grid-cell.jqx-grid-cell-office.jqx-item.jqx-item-office.jqx-grid-cell-selected.jqx-grid-cell-selected-office.jqx-fill-state-pressed.jqx-fill-state-pressed-office {
    background-color: rgb(210 210 210) !important;
}

.jqx-grid-cell-left-align {
    margin-left: 4px;
}

.jqx-grid-column-menubutton.jqx-grid-column-menubutton-office.jqx-icon-arrow-down.jqx-icon-arrow-down-office {
    display: none !important;
}

.jqx-grid-column-header.jqx-grid-column-header-office.jqx-widget-header.jqx-widget-header-office:hover div {
    background-color: rgb(232 232 232) !important;
}


form .widget.widget-properties dl dd input#Name, form .widget.widget-properties dl dd input#Code, form .widget.widget-properties dl.NotesInput dd input[type="text"], .widget.widget-properties dl dd#dateDD input[type="text"].number, form .widget.widget-properties dl dd input#Hours, form .widget.widget-properties dl dd input#Odometer,
form .widget.widget-properties dl dd input#TargetDate{
    width: 292px !important;
}


form .widget.widget-properties dl dd select#WorkOrderNotificationTargetType_ID,
form .widget.widget-properties dl dd select#TargetCompany_ID,
form .widget.widget-properties dl dd select#TargetServiceSchedule_ID,
form .widget.widget-properties .notificationProperties-container dl dd select {
    width: 271px !important;
}

form .widget.widget-properties dl dd select#AssignContact {
    width: 292px !important;
}

form .widget.widget-properties dl dd {
    background: none !important;
}

#RecipientsWidget > div.widget-content > dl.item-skinny-ish.fixed.contactList > dt {
    margin-right: 0px;
}

.widget .widget-content table#ulAssignedContact {
    width: 90% !important;
}

#ServiceNotificationForm #RecipientsWidget {
    position: unset;
    left: unset;
    top: unset;
}

.contactList td {
    padding-left: 10px;
}


#dateDD {
    background: none !important;
}

#removeAllAssets, #ActiveInactive {
    background: none;
}

input[type="radio"]#rbtnDueDateDayInterval, input[type="radio"]#rbtnDueDateTargetDate {
    margin-left: -10px;
}

dd label {
    margin-right: 0px !important;
}

#ServeSchedules > dl.item-tall > dt {
    margin-right: 16px;
}

.ScheduleSteps {
    padding: 10px 0px 10px 7px !important;
}

    .ScheduleSteps li, .ui-draggable-dragging {
        margin: 0 5px 5px 0;
        padding: 5px;
        font-size: 12px;
        width: 100%;
        cursor: pointer;
        box-sizing: border-box;
        max-width: 325px;
        min-height: 30px;
        color: var(--color-action);
    }
.ScheduleSteps li.ui-state-default{
    color: var(--color-action);
}

/*form .widget.widget-properties dl.ScheduleSteps dd {
    background: var(--color-secondary) !important
}*/

form .widget.widget-properties .widget-content dl dd select#FK_ServiceScheduleTypeID {
    width: 323px !important;
}

form .widget.widget-properties dl dd textarea#Description {
    margin-left: 0px !important;
}

#ServiceTaskForm .widget.widget-properties dl dd {
    width: 335px;
    margin-left: 15px;
}

form .widget.widget-properties dl dd textarea#Description {
    height: 100px !important;
    width: 292px;
    margin-left: 16px !important;
    resize: none;
}

.widget-properties .widget-content.availableTasks {
    overflow-y: scroll;
    max-height: 455px;
}

#typepartial .widget.widget-properties#AvailableTasks {
    margin-top: 18px !important;
    margin-left: 826px !important;
    position: absolute;
    width: 560px;
}

#typepartial .widget.widget-properties {
    margin-top: 24px !important;
}

.widget-content.upcomingService {
    max-height: 400px;
    overflow-y: scroll;
}

.widget-content.upcomingService .grid-toolbar{
    display:none;
}

.widget-options .grid-search-box.type-search::after {
    content: "";
    position: absolute;
    display: inline-flex;
    right: 33px;
    top: 8px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-color: #000;
    -webkit-mask-image: url(../../content/styleoverrides/search.svg);
    -webkit-mask-size: 17px 17px;
    mask-image: url(../../content/styleoverrides/search.svg);
    margin-right: -28px
}
.grid-search-box.type-search
{
    position:relative;
}

.content-shell:has(> .schedule-view), .content-shell:has(> #meterSyncDialog) {
    margin-top: 10px;
}

.schedule-view .widget-header{
    margin-bottom: 10px;
}

.ui-menu-item-wrapper{
    font-size:12px;
}

.ui-state-active a:hover, .ui-menu-item:hover, .ui-menu-item-wrapper:hover {
    background-color: #d0d0d0;
}

.widget-properties dl.item-tall dd{
    background-color: white;
}

.header-label{
    text-align: left;
}
.dueMetersPartial tr > td > dl.item-skinny-ish > dd {
    width: 120px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: none;
    font-weight: 100;
    color: black;
}

.ui-autocomplete-loading {
    background: url('../../Content/images/wait.gif') no-repeat right center;
}

/* Company Work Schedule */
select#WorkSeasonStartDay,
select#WorkSeasonEndDay {
    width: 45px !important;
    min-width: 45px !important;
    margin-left: 0px;
}

select#WorkSeasonStartMonth,
select#WorkSeasonEndMonth {
    margin-left: 0px !important;
}

select {
    background-position: right 7px center !important;
}

.widget.widget-properties dl dd.work-schedule {
    background-color: white;
    width: 60% !important;
}

.widget.widget-properties dl dd.work-schedule input[type="checkbox"] {
    margin-left: 0px !important;
    margin-bottom: 13px !important;
}

.widget-properties dl.item-skinny-ish > dt.work-schedule {
    width: 40% !important;
    margin-right: 0px !important;
}

.widget.widget-properties dl.save-footer {
    border-left: none !important;
    width: 610px;
    margin-top: 20px;
}

input.button.btn-solid.work-schedule {
    width: 15%;
    margin-left: auto !important;
    margin-right: auto !important;
}


.woDetailTitle{
    font-size: 18px !important;
}

.woDetailHeader{
    margin-bottom: 10px;
}

.woDetailHeader .caution{
    margin-top: 12px;
}

#Person_ID, #Status_ID, .woSave, .woSavePrint {
    margin-right: 10px;
}

.woDetailContent td{
    padding-bottom: 20px;
}

.woDetailHeader div.widget-options{
    margin-top: 10px !important;
}

.woDetailSave{
    margin-right: 5px;
}

.servicerecord td{
    padding-bottom: 10px;
}

.servicerecord contact-search > input[type='text']{
    width: 170px;
}

.servicerecord contact-search > div > div {
    border: 1px solid lightgray;
    height: 40px;
    padding: 8px;
    width: 100%;
    margin-top: 8px;
    margin-right: 8px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.servicerecord contact-search > div > div button.button {
    float: right !important;
    height: 18px;
    width: 18px;
    font-size: 9px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
    min-height: 18px;
}

.mechanicLabel{
    display: block;
}

.mechanicLabel label{
        top: 31px;
    position: relative;
}

.servicerecord #ServiceRecord_ServiceCode_ID{
    width: 192px;
}

.servicerecord tr td:nth-child(3) label {
    margin-left: 10px;
}

#ServiceRecord_Note, .specialInstructions textarea{
    resize:none;
    height: 87px !important;
}

.tasksPerformedList div, .toBePerformed li{
    margin-bottom: 5px;
}

#addAssetScheduleForm .widget-properties dl.item-skinny-ish dd{
    border: none;
}

#addAssetScheduleForm .widget-properties dl.item-tall dd {
    border: none;
}

.mechanicName {
    padding: 0px 10px 30px 10px;
}

.mechanicName .button{
    margin-top: 5px;
}

#addAssetScheduleForm div.wait {
    border: none;
    margin-bottom: 10px !important;
}

.widget.widget-properties.ViewEditSite dl dd input#Name {
    width: 264px !important;
}
.ViewEditSite select{
    background-position: right 19px center !important;
}

.widget.widget-properties dl dd.SiteDescriptionEdit {
    width: 285px !important;
    margin-left: -10px;
    margin-top: -6px;
}

.SiteDescription {
    margin-left: 20px;
}

.widget.widget-properties.ViewEditSite .item-footer {
    margin-top: 15px;
}

.FileUploadBtn input[type="file"] {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
}


.FileUploadBtn {
    padding: 10px 5px;
    margin-left: 5px;
}


/*Footer Page Selection Input*/
.jqx-input.jqx-input-office.jqx-widget-content.jqx-widget-content-office.jqx-grid-pager-input.jqx-grid-pager-input-office.jqx-rc-all.jqx-rc-all-office {
    margin-top: -5px;
    background-color: #efefef !important;
    height: 6px !important;
}


/*OEM Connection properties*/
 form .widget.widget-properties .OEMProperties dl dd input[type="text"] {
    margin-left: -1px;
}

.widget-properties .OEMProperties dl dd input[type=text]#Url, .widget-properties .OEMProperties dl dd input[type=text]#AuthUrl, .widget-properties .OEMProperties dl dd input[type=text]#TokenKey,
.widget-properties .OEMProperties dl dd input[type=text]#TokenSecret, .widget-properties .OEMProperties dl dd select#FK_OEMAssetMatchingMethodID,
.item-skinny-ish input[type="checkbox"]#AuthHeadersOnFirstRequest, .item-skinny-ish input[type="checkbox"]#CreateMissingAssets {
    margin-left: -25px !important;
}

.widget-properties .OEMProperties dl dd input[type=text]#Url, .widget-properties .OEMProperties dl dd input[type=text]#AuthUrl, .widget-properties .OEMProperties dl dd input[type=text]#TokenKey,
.widget-properties .OEMProperties dl dd input[type=text]#TokenSecret,
form .widget.widget-properties .OEMProperties dl dd input[type="text"]#Username, form .widget.widget-properties .OEMProperties dl dd input[type="text"]#Password,
.widget.widget-properties .OEMProperties dl dd input[type="text"]#ExternalAPIKey {
    width: 292px !important;
}

.widget-properties .OEMProperties dl dd select#FK_OEMAssetMatchingMethodID {
    width: 323px !important;
}


.OEMProperties #FK_OEMDataProviderID {
    width: 323px !important;
}

dl.item-header p {
    line-height: 22px;
}

.DeviceCreatedProperties #AssetCategory_ID {
    margin-right: 2px;
}

.col-620:has(#ServeSchedules){
    width: 680px;
}

.col-620:has(#ServeSchedules) dd{
        margin-left: 25px;
        padding-left: 0px;
}

.widget.widget-properties dl dd:has(#TaskSchedule) {
    width: 72% !important;
}

form .widget.widget-properties #ServeSchedules dl dd input[type="text"], .widget.widget-properties #ServeSchedules dl dd#dateDD input[type="text"].number {
    width: 324px !important;
}

form .widget.widget-properties #ServeSchedules dl dd select#FK_ServiceScheduleTypeID {
    width: 355px !important;
}

form .widget.widget-properties dl dt label#Device_DeviceModel, form .widget.widget-properties dl dt label#Device_ScriptFile, form .widget.widget-properties dl dt label#Device_FirmwareFile {
    background: var(--color-secondary) !important;
    width: 50% !important;
}

.dm_form_col inline-column.col-600{
    margin-right: 25px;
}

form .widget.widget-properties .service-info dl dd textarea {
    height: 100%;
    width: 190px !important;
    padding-top: 1em;
    min-width: unset !important;
}

form .widget.widget-properties .service-info dl dd input[type="text"] {
    width: 300px !important;
}

form .widget.widget-properties .service-info dl dd textarea#ServiceNote {
    height: 100%;
    width: 244px !important;
    padding-top: 1em;
    margin-left: 5px !important;
    min-width: unset !important;
}

form .widget.widget-properties .service-info dl dd textarea#InstallNote {
    height: 100%;
    width: 1200px !important;
    padding-top: 1em;
    margin-left: 3px !important;
    min-width: unset !important;
}

form .widget.widget-properties .service-info dl dd select {
    width: 25px !important;
    top: -19px;
    position: relative;
    margin-right: 18px;
}

.dm_form_col.inline-column.col-600 {
    margin-right: 25px;
}

.device-service-details .grid-toolbar {
    padding: 0px;
    height: unset
}

.widget.widget-properties dl dd input[type="checkbox"]#AdditionalAttention{
    margin-left: 0px !important;
}

#unpair-device-usage-table .table-filter-container {
    display: flex;
    width: 100%;
    position: unset;
    height: fit-content;
}

#unpair-device-usage-table .table-filter {
    border: 1px solid transparent;
    background: var(--color-page-background);
    width: 100% !important;
    overflow: hidden;
    display: flex;
}

form .widget.widget-properties.device-service-details dl dd {
    background: var(--color-secondary) !important;
}

#pairing-record-list .date-field.hasDatepicker {
    width: 160px !important;
    margin-right: 15px;
}

#pairing-record-list .filter-buttons div {
    display: flex;
}

#pairing-record-list .filter-buttons div .button{
    margin-right:10px !important;
}

#pairing-record-list .widget-table .table-filter .search-cont .filter-buttons .button#QuickFilterButton {
    display: none;
}

form .widget.widget-properties.device-service-details dl dd select {
    width: 300px !important;
}

#device-service-submit-button {
    margin: 0px 5px !important;
}

button.form-button.cancel-attachment{
    margin-right:5px !important;
}

.file-upload .files-button {
    height: 45px;
    width: 126px;
}

.file-upload {
    width: 45px;
    margin-left: 100px;
}


form .widget.widget-properties.device-service-details dl dd input[type="text"]#asset-search-box{
    width: 268px !important;
}

#pairing-record-list .widget-table .table-filter .search-cont .filter-buttons .button {
    background: none !important;
    padding-top: 7px;
    padding-bottom: 0px;
}

#files-partial .widget.widget-properties dl{
    border-radius: 0px;
}
input.button[disabled], button.button[disabled] {
    color: lightgray !important;
    border-color: lightgray !important;
}

input.button[disabled]:hover, button.button[disabled]:hover {
    color: lightgray !important;
    border-color: lightgray !important;
    background: none !important;
}

.upcomingService .widget-table tr {
    line-height: 1.4;
}

.upcomingService .widget-table tr td[title="Work To Be Performed"] {
    color: var(--color-action) !important;
}

form .widget.widget-properties dl dd:has(#AdditionalAttention) {
    width: 95% !important;
}

.align-right-short-question {
    left: 12.5em !important;
    margin-top: 17px;
}

form .widget.widget-properties dl dd input[type="text"]#device-search-box {
    width: 277px !important;
}

.DeviceService .table-filter-container {
    display: flex;
    width: 100%;
    position: unset;
    height: fit-content;
}

.DeviceService .table-filter {
    border: 1px solid transparent;
    background: var(--color-page-background);
    width: 100% !important;
    overflow: hidden;
    display: flex;
}

.DeviceService .date-field.hasDatepicker {
    width: 160px !important;
    margin-right: 15px;
}

.DeviceService .filter-buttons div {
    display: flex;
    padding-left: 24px;
}

.DeviceService .filter-buttons div .button {
    margin-right: 10px !important;
}

.DeviceService .widget-table .table-filter .search-cont .filter-buttons .button#QuickFilterButton {
    background: none !important;
    border: none !important;
}

.DeviceService .filter-buttons div a {
    width: 55px !important;
}


form .widget.widget-properties .service-info dl dd input[type="text"]#Odometer, form .widget.widget-properties .service-info dl dd input[type="text"]#HourMeter, form .widget.widget-properties .service-info dl dd input[type="text"]#InstallDeviceLocation {
    width: 245px !important;
}


form .widget.widget-properties .service-info dl dd input[type="text"].hasTechnicians {
    width: 246px !important;
}

.dm_form_col.inline-column.col-600 .form-button#uploadBtnCSV {
    opacity: unset;
    margin-bottom: 5px !important;
}

.widget-table tr.SelectedDeviceRow td {
    background-color: #247cf4cc !important;
    color: #FFFFFF !important;
}


form .widget.widget-properties dl dd input[type="text"].tire-information-textbox {
    width: 7% !important;
    margin-left: unset;
}

form .widget.widget-properties dl dd input[type="text"].tire-information-textbox.tire-size {
    width: 30% !important;
    margin-left: unset;
}

form#groupForm .widget.widget-properties dl dd input[type="text"] {
    width: 100% !important;
}

form#groupForm .widget.widget-properties dl dd select {
    width: calc(100% + 10px) !important;
}

form.asset-schedule-move-form .widget.widget-properties .widget-content .asset-schedule-due-meter-container dl dd .due-meter-input {
    width: 80px !important;
}

form.asset-schedule-move-form .widget.widget-properties .widget-content .asset-schedule-due-meter-container dl dt.header-label {
    width: 150px !important;
    margin-right: 5px;
}

form.asset-schedule-move-form .widget.widget-properties .widget-content .asset-schedule-due-meter-container dl dd.input-texbox {
    width: 110px !important;
}

form.asset-schedule-move-form .widget.widget-properties dl dd {
    line-height: unset !important;
    padding-left: 0px !important;
}

form.asset-schedule-move-form .widget.widget-properties dl dd input[type="file"].FileUploaded {
    line-height: 40px !important;
}

form.asset-schedule-move-form .widget.widget-properties dl dd ul.ScheduleSteps {
    margin-top: 0px;
    padding: 0px !important;
}

.asset-schedule-due-meter-container .first-header {
    width: 300px !important;
}

.asset-schedule-due-meter-container .addition-symbol-header {
    width: 10px !important;
}

form.asset-schedule-move-form .widget-properties dl.item-skinny-ish {
    height: unset !important;
}

form.asset-schedule-move-form .widget-properties dl.item-skinny-ish {
    gap: 0px;
}

form.asset-schedule-move-form .widget.widget-properties dl dd select {
    width: calc(100% + 15px) !important;
}

.upcomingService table td[title='Days Until'], .upcomingService table td[title='Miles Until'], .upcomingService table td[title='Hours Until'] {
    text-align: center;
}