﻿html, body {
    height: 100%;
}
form#frmReports {
    height: calc(100% - 70px);
}

.reportboxmain {
    height: 100%;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 800px) {
    .reportboxmain {
        height: 800px;
        overflow: auto;
    }
}

.reportboxmain ::-webkit-scrollbar, ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front ::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
}

.reportboxmain ::-webkit-scrollbar-thumb, ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar-thumb {
    background: slategray;
}

.reportboxmain ::-webkit-scrollbar-track, ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front ::-webkit-scrollbar-track {
    background: #b8c0c8;
}

.reportboxmain body {
    scrollbar-face-color: slategray;
    scrollbar-track-color: #b8c0c8;
}

.reportboxmain .h1, .reportboxmain .h2, .reportboxmain .h3, .reportboxmain .h4, .reportboxmain .h5, .reportboxmain .h6, .reportboxmain h1, .reportboxmain h2, .reportboxmain h3, .reportboxmain h4, .reportboxmain h5, .reportboxmain h6 {
    padding: 0px;
    margin: 0px;
    font-family: 'verdana', sans-serif;
}

.reportboxmain * {
    padding: 0px;
    margin: 0px;
    font-family: 'verdana', sans-serif;
    box-sizing: border-box;
    line-height: 100%;
    font-weight: normal;
}

@media screen and (max-width: 700px) {
    .reportboxmain {
        height: auto;
    }
}

.reportboxmain .reporthd {
    background: #aee0ca !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
    height: auto;
}

    .reportboxmain .reporthd h2 {
        font-size: 14px;
        margin: 0px;
        font-weight: 600;
    }

    .reportboxmain .reporthd input[type="date"] {
        padding: 3px 10px;
        font-size: 12px;
        border: 1px solid #a2a5aa;
    }

    .reportboxmain .reporthd span {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .reportboxmain .reporthd span label {
            white-space: nowrap;
        }

        .reportboxmain .reporthd span .calenderArrow {
            content: "";
            position: absolute;
            top: 6px;
            right: 10px;
            color: #fff;
            border: solid #bbafaf;
            border-width: 0 2px 2px 0;
            border-radius: 0;
            display: inline-block;
            padding: 3px;
            z-index: 999;
            transform: rotate(43deg);
            -webkit-transform: rotate(43deg);
            cursor: pointer;
        }

        .reportboxmain .reporthd span input[type="text"] {
            margin: 0px 0px 0px 10px;
            padding: 5px 30px 5px 10px;
            background: #fff;
            position: relative;
            z-index: 99;
            min-width: 290px;
            height: auto !important;
            font-weight: 600;
        }

.reportboxmain .reportcontent {
    height: calc(100% - 1px);
    margin: 0px;
    padding: 20px 0px 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .reportboxmain .reportcontent .rptFilter {
        list-style: none;
    }

    .reportboxmain .reportcontent > li {
        list-style: none;
        height: 100%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .reportboxmain .reportcontent > li {
        height: auto;
    }
}

.reportboxmain .reportcontent > li #lblBusinessMileage, .reportboxmain .reportcontent > li #ltNote {
    font-size: 12px;
    line-height: 17px;
}

.reportboxmain .reportcontent > li:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 380px;
}

@media screen and (max-width: 800px) {
    .reportboxmain .reportcontent > li:nth-child(1) {
        display: block;
        width: 100%;
    }
}

.reportboxmain .reportcontent > li:nth-child(1) div {
    height: 100%;
}

@media screen and (max-width: 800px) {
    .reportboxmain .reportcontent > li:nth-child(1) div {
        width: 100%;
        height: auto;
    }

    .reportboxmain .reportcontent {
        display: block;
        height: auto;
        width: 100%;
    }

        .reportboxmain .reportcontent li {
            width: 100%;
        }

        .reportboxmain .reportcontent > li:nth-child(1) div.second {
            width: 100%;
            height: auto;
            padding: 0px;
        }

        .reportboxmain .reportcontent > li:nth-child(1) div {
            width: 100%;
            height: auto;
        }

            .reportboxmain .reportcontent > li:nth-child(1) div.first {
                width: 100% !important;
                height: auto;
            }
}

.reportboxmain .reportcontent > li:nth-child(1) div h4 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #3b7463;
}

.reportboxmain .reportcontent > li:nth-child(1) div.first {
    border-right: 0.5px solid #e7e7e7;
    width: 120px;
}

    .reportboxmain .reportcontent > li:nth-child(1) div.first ul {
        padding: 20px 0px;
        margin: 0px;
    }

        .reportboxmain .reportcontent > li:nth-child(1) div.first ul li {
            margin: 0px;
            padding: 8px 10px;
            font-size: 12px;
            font-weight: 600;
            list-style: none;
            cursor: pointer;
        }

            .reportboxmain .reportcontent > li:nth-child(1) div.first ul li:hover, .reportboxmain .reportcontent > li:nth-child(1) div.first ul li.active {
                background: #ddfbed;
                position: relative;
            }

                .reportboxmain .reportcontent > li:nth-child(1) div.first ul li:hover:after, .reportboxmain .reportcontent > li:nth-child(1) div.first ul li.active:after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 7.5px 10px 7.5px 0;
                    border-color: transparent #fff transparent transparent;
                    position: absolute;
                    right: -1px;
                    top: calc(50% - 7px);
                }

.reportboxmain .reportcontent > li:nth-child(1) div.second {
    padding: 0px 10px;
    width: 260px;
    height: 100%;
}

@media screen and (max-width: 800px) {
    .reportboxmain .reportcontent > li:nth-child(1) div.second {
        width: 100%;
        height: auto;
        padding: 0px;
    }
}

.reportboxmain .reportcontent > li:nth-child(1) div.second div.rptReports {
    height: calc(100% - 60px);
}

.reportboxmain .reportcontent > li:nth-child(1) div.second p {
    margin: 10px 0px;
}

    .reportboxmain .reportcontent > li:nth-child(1) div.second p input[type="text"] {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #a2a5aa;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 12px;
    }

.reportboxmain .reportcontent > li:nth-child(1) div.second ul {
    margin: 0px;
    padding: 0px;
    max-height: calc(100% - 15px);
    overflow: auto;
}

    .reportboxmain .reportcontent > li:nth-child(1) div.second ul li {
        margin: 0px;
        padding: 5px 40px 5px 10px;
        font-size: 12px;
        line-height: 130%;
        font-weight: 500;
        list-style: none;
        position: relative;
        color: #000;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .reportboxmain .reportcontent > li:nth-child(1) div.second ul li:hover, .reportboxmain .reportcontent > li:nth-child(1) div.second ul li.active {
            background: #ddfbed;
            position: relative;
            font-weight: 600;
            white-space: normal;
            word-break: break-word;
        }

        .reportboxmain .reportcontent > li:nth-child(1) div.second ul li span.star {
            position: absolute;
            right: 10px;
            width: 20px;
            height: 20px;
            top: calc(50% - 10px);
            background: url(../../images/greystar_2d.svg) no-repeat 50% 50%;
            background-size: 13px;
        }

            .reportboxmain .reportcontent > li:nth-child(1) div.second ul li span.star.active {
                background: url(../../images/yellowstar_2d.svg) no-repeat 50% 50%;
                background-size: 13px;
            }

@media screen and (min-width:1400px) {
    .reportboxmain .reportcontent > li:nth-child(1) div.second ul li span.star {
        background: url(../../images/greystar_2d.svg) no-repeat 50% 50%;
        background-size: 18px;
    }



        .reportboxmain .reportcontent > li:nth-child(1) div.second ul li span.star.active {
            background: url(../../images/yellowstar_2d.svg) no-repeat 50% 50%;
            background-size: 18px;
        }
}

.reportboxmain .reportcontent > li:nth-child(2) {
    border-left: 0.5px solid #e7e7e7;
    padding: 0px 20px;
    height: calc(100% - 0px);
    width: calc(100% - 380px);
}

@media screen and (max-width: 800px) {
    .reportboxmain .reportcontent > li:nth-child(2) {
        display: block;
        width: 100%;
    }
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting {
    margin: 0px;
    padding: 0px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting #tdEvents {
        font-size: 12px;
        display: flex;
        align-items: end;
		color:#000000 !important;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting #tdEvents input[type="checkbox"] {
            margin: 0px 5px 0px 5px;
        }

            .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting #tdEvents input[type="checkbox"]:first-child {
                margin: 0px 5px 0px 0px;
            }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li {
        list-style: none;
        margin: 15px 0px 0px 0px;
        color: #203E62 !important;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li:nth-child(1) {
            margin-top: 0px !important;
        }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="button"] {
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            padding: 5px 10px;
            text-transform: uppercase;
            background: linear-gradient(top, #4073b4, #23466e);
            background: -webkit-linear-gradient(top, #4073b4, #23466e);
            line-height: 100%;
            border: 0px;
            margin: 0px 0px 0px 10px;
        }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"], .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="time"], .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="number"] {
            padding: 5px;
            border: 1px solid #a2a5aa;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            width: 100%;
            max-width: 300px;
            font-size: 12px !important;
            height: auto !important;
            min-height: inherit !important;
        }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select {
            max-width: 233px !important;
        }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"] {
            padding-left: 9px !important;
        }

            .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"].rpttexListbox, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select.rpttexListbox, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="time"].rpttexListbox, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="number"].rpttexListbox {
                max-width: 250px;
            }

@media screen and (max-width: 800px) {
    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select {
        margin-bottom: 10px;
    }
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select option {
    font-size: 12px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select.alignDrpListText {
    max-width: 260px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select.alignDurationddl {
    max-width: 125px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"].alignDurationddl {
    max-width: 125px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select#ddlFleetReportCriteria {
    max-width: 110px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select.fltSumRptUnit {
    max-width: 100px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select.fltSummaryTpe {
    max-width: 150px !important
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"].alignLocation {
    max-width: 125px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="number"].alignLocation {
    max-width: 127px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"].alignContractddl {
    width: 170px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li select.alignContractddl {
    width: 170px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="time"] {
    max-width: 140px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"] {
    max-width: 140px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li input[type="text"].full {
        max-width: 300px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li label {
    display: block;
    font-size: 11px;
    color: #3b7463;
    margin: 0px 0px 5px 0px;
}
.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li label#ExceedingRulelbl,.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li label#LessBreaklbl{
	color:#000000 !important;
	margin:0px;
}
.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li .label-note {
    line-height: 17px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span {
    position: relative;
    color: #000000 !important;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span:nth-child(1) label , .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span:nth-child(2) label {
        font-size: 11px !important;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span label.error-message {
        position: absolute;
        left: 0px;
        bottom: -18px !important;
        font-size: 10px !important;
        color: #FF0000;
        white-space: nowrap;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span.contentFormLabel {
        padding: 17px 0px 0px 0px;
        font-size: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span.contentFormLabel input[type="checkbox"] {
            margin: 0px 5px 0px 5px;
        }

            .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span.contentFormLabel input[type="checkbox"]:nth-child(1) {
                margin-left: 0px;
            }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span.contentFormLabel label {
            margin: 0px;
        }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li .span-btn-flex {
    display: flex;
    margin: 5px 0px 0px 0px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li .span-btn-flex span {
        margin-right: 3px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li i {
    height: 17px;
    width: 20px;
    display: inline-block;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li i.icon-edit {
        background: url(images/edit.svg) no-repeat 50% 50% !important;
        background-size: 17px auto !important;
        cursor: pointer;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li i.icon-setTitle {
        background: url(images/edit.svg) no-repeat 50% 50% !important;
        background-size: 17px auto !important;
        cursor: pointer;
    }


    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li i.icon-location {
        background: url(images/location.svg) no-repeat 50% 50% !important;
        background-size: 17px auto !important;
        cursor: pointer;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li i.icon-settings {
        background: url(images/gear-solid.svg) no-repeat 50% 50% !important;
        background-size: 17px auto !important;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0px 15px 0px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline:nth-last-child(1) {
        margin: 0px !important;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline span, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline label, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline input, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline select {
        margin: 0px 10px 0px 0px;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline span.sml, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline label.sml, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline input.sml, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li p.hrline select.sml {
            width: 80px;
        }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li:is(#dvVehicleSelect, #dvContract, #dvFuelDropAlert, #dvOverSpeedroadlimit, #liSelectDriver, #fixContent, #dvIdlePOI) span label.error-message {
    bottom: -23px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li:is(#liSelectDriver, #dvVehicleSelect, #dvContract, #dvFuelDropAlert, #dvOverSpeedroadlimit, #liSelectDriver, #fixContent, #dvIdlePOI, #dvCountry) span label.error-message {
    bottom: -23px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvVehicleSelect span label.error-message, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvZones span label.error-message {
    bottom: -23px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvVehicleSelect span input[type="text"]#txtVehicleRegistration {
    max-width: 233px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li:is(#dvEventTimeFrom) span label.error-message {
    bottom: -12px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#liSelectDriver span label.error-message {
    bottom: -20px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvEvents span label.error-message {
    bottom: -17px !important;
}
.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvEvents span.contentFormLabel input[type="checkbox"]+label{
	color:#000000 !important}
.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li:is(#dvGrpjrnSumm, #dvGrpStopTimeSumm) span label.error-message {
    bottom: -14px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect p.paddleft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px 10px 0px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect p.paddleft span {
        padding: 0px 30px 0px 0px;
        font-size: 12px;
        color: #3b7463;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect p.paddleft span input[type="radio"] {
            margin: 0px 5px 0px 0px;
        }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect p.paddleft span label {
            color: #000;
        }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect span.contentFormLabel {
    padding: 10px 10px 0px 0px;
    font-size: 12px;
    color: #3b7463;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect span.contentFormLabel input[type="checkbox"] {
        margin: 0px 5px 0px 0px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect span.contentFormLabel label {
        margin: 0px;
        color: #000000;
        font-size: 12px !important;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect span select.rpttexListbox {
    padding: 0px;
    min-height: 150px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvCustomMultipleSelect span select.rpttexListbox option {
        padding: 2px 5px;
    }

select option:checked {
    background: #2589fe !important;
    color: #000000 !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#liCategory span select.rpttexListbox {
    padding: 0px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#liCategory span select.rpttexListbox option {
        padding: 2px 5px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvEventTimeFrom p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvEventTimeFrom p span, .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvEventTimeFrom p label {
        margin: 0px 10px 0px 0px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvOverlapEventTime {
    padding-top: 0px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvJourney p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    margin: 0px 5px 0px 0px;
    color: #3b7463;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvJourney p label {
        font-size: 11px;
        margin: 0px 5px 5px 0px;
        color: #3b7463;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvJourney .span-flex {
    display: flex;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvJourney #ltdistType {
    margin-left: 3px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvJourney span {
    display: block;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvJourney span input[type="text"] {
        width: 100%;
        max-width: 100px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvOverSpeedroadlimit span input[type="text"] {
    width: 80px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvOverSpeedroadlimit span select {
    width: 80px;
    font-size: 11px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportOptions p {
    display: flex;
    align-items: center;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportOptions p select {
        width: 80px;
        margin: 0px 10px 0px 0px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportOptions p input[type="text"] {
        margin: 0px 10px 0px 0px;
        width: 80px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportOptions p label {
        margin: 0px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvStopTimeExcessOrLess p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvStopTimeExcessOrLess p select {
        width: 150px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvStopTimeExcessOrLess p input[type="text"] {
        width: 100px;
        margin: 0px 10px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvStopTimeExcessOrLess p span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvStopTimeExcessOrLess p span label {
            color: #000 !important;
        }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvPostCodeAddressTrip p {
    display: flex;
    margin: 0px;
    align-items: center;
    margin: 0px 0px 10px 0px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvPostCodeAddressTrip p span {
        display: block;
        margin: 0px 10px 0px 0px;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvPostCodeAddressTrip p span input[type="number"] {
            width: 100%;
            max-width: 140px;
        }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#trGroupOverSpeedroadlimit p select {
    width: 80px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvFuelDropAlert span input[type="text"] {
    width: 115px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvFuelDropAlert span select {
    max-width: 175px;
    font-size: 11px !important;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvFuelDropAlert span select.rpttextboxnowidth {
        font-size: 12px !important;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvInputReportTitle p > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvInputReportTitle p > span label {
        margin: 0px 0px 5px 0px !important;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvInputReportTitle p > span label:nth-child(2) {
            margin: 0px 0px 5px 15px !important
        }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvInputReportTitle p > span select {
        width: 122px !important;
        margin: 0px 10px 0px 0px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar p select {
        width: 140px;
        margin: 0px 5px 0px 0px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar p input[type="button"] {
        font-size: 0px;
        width: 24px;
        height: 24px;
        margin: 0px 5px 0px 0px !important;
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar p input[type="button"]#ibtnEditOutOfHours {
            background: #fff url(images/edit.png) no-repeat 50% 50%;
            background-size: 16px auto;
        }

        .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar p input[type="button"]#ibtnDefineOutOfhours {
            background: #fff url(images/settings.png) no-repeat 50% 50%;
            background-size: 16px auto;
        }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvReportCalendar span i {
        margin-left: 4px;
        cursor: pointer;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvUKDomesticRules p span {
    display: flex;
    color: #000;
    margin: 15px 0px 0px 0px;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvUKDomesticRules p span input[type="checkbox"] {
        margin: 0px 5px 0px 0px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvWeekDayContent span.contentFormLabel input[type="checkbox"] {
    margin: 0px 5px 0px 10px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvWeekDayContent span.contentFormLabel input[type="checkbox"]:nth-child(1) {
        margin-left: 0px !important;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvPerfomSummary p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    margin: 0px 5px 0px 0px;
    color: #3b7463;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvPerfomSummary p.hrline {
        margin: 0px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvPerfomSummary p label {
        font-size: 12px;
        margin: 0px 5px 5px 0px;
        color: #3b7463;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvGrpjrnSumm p.hrline input[type="Text"] {
    width: 82px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvGrpStopTimeSumm p.hrline input[type="Text"] {
    width: 82px !important;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvEvents span select.rpttextboxnowidth {
    padding: 0px;
}

    .reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li#dvEvents span select.rpttextboxnowidth option {
        padding: 2px 5px;
    }

.reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    max-width: 750px;
}

@media screen and (max-width: 800px) {
    .reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting {
        display: block;
        grid-template-columns: repeat(1, 1fr);
    }

        .reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting li {
            margin: 0px 0px 10px 0px;
        }
}

.reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting li {
    list-style: none;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000000 !important;
    margin: 0px 0px 15px 0px !important;
}
.reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting li:nth-child(1){
	margin-top:0px !important;
}
    .reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting li span {
        color: #000000 !important;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting li input[type="checkbox"] {
        margin: 0px 5px 0px 0px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting li label {
        display: inline-block;
        margin: 0px 10px 0px 0px;
    }

    .reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting li span.single_check_box {
        display: flex;
    }

.reportboxmain .reportcontent > li:nth-child(2) #liDriverNotes, .reportboxmain .reportcontent > li:nth-child(2) #divNotelbl {
    padding-top: 0px;
}

    /*.reportboxmain .reportcontent > li:nth-child(2) #divNotelbl {
    padding-top: 20px;
}*/

    .reportboxmain .reportcontent > li:nth-child(2) #divNotelbl label {
        color: #ff0000;
        font-size: 12px;
    }

.reportboxmain .reportft {
    /*background: #f5f5f5;*/
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    height: auto;
    border-top: 1px solid #DBE3E8;
    position: relative;
    z-index: 99;
}

    .reportboxmain .reportft input[type="button"], .reportboxmain .reportft input[type="submit"] {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        padding: 4px 10px !important;
        text-transform: uppercase;
        line-height: 100%;
        border: 0px;
        margin: 0px 0px 0px 5px;
        min-height: inherit !important;
        height: 25px !important;
        background: #ddfbed;
        border: 0.5px solid #adf4d5;
        color: #066f40;
    }

        .reportboxmain .reportft input[type="button"].sp, .reportboxmain .reportft input[type="submit"].sp {
            background: linear-gradient(top, #066f40, #12b36b);
            background: -webkit-linear-gradient(top, #34d50b, #0baf1c);
            color: #FFFFFF;
        }

@media screen and (max-width: 800px) {
    .reportboxmain .reportft {
        display: block;
    }

        .reportboxmain .reportft input[type="button"], .reportboxmain .reportft input[type="submit"] {
            display: inline-block;
            margin: 0px 0px 10px 0px;
        }
}

.reportboxmain .shareContent {
    position: absolute;
    bottom: -24px;
    right: 80px;
    width: auto;
    min-width: 280px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all ease 1s;
    z-index: 9;
    opacity: 0;
    display: none;
}

    .reportboxmain .shareContent .dvHead {
        background: #15a163;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border-radius: 5px 5px 0px 0px;
        padding: 10px;
    }

        .reportboxmain .shareContent .dvHead label.lblHead {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 500;
        }

        .reportboxmain .shareContent .dvHead span.spClose {
            width: 20px;
            height: 20px;
            border-radius: 100%;
            text-align: center;
            position: relative;
            cursor: pointer;
            background: url(images/share_close.svg) no-repeat 50% 50%;
            background-size: 100% auto;           
        }

    .reportboxmain .shareContent .arrow {
        position: absolute;
        right: -2px;
        bottom: -20px;
        overflow: hidden;
        z-index: 2;
        width: 30px;
        height: 24px;
    }

        .reportboxmain .shareContent .arrow:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 22px 20px 0;
            border-color: transparent #ffffff transparent transparent;
            content: "";
            position: absolute;
            right: 2px;
            top: 0px;
            z-index: 2;
        }

        .reportboxmain .shareContent .arrow:before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 26px 20px 0;
            border-color: transparent rgba(0, 0, 0, 0.10) transparent transparent;
            content: "";
            position: absolute;
            right: -1px;
            top: 5px;
            z-index: 1;
        }

    .reportboxmain .shareContent.dvOpen {
        bottom: -20px;
        transition: all ease 1s;
        display: block;
        opacity: 1;
    }

@media screen and (max-width:800px) {
    .reportboxmain .shareContent {
        display: none;
    }

        .reportboxmain .shareContent.dvOpen {
            display: block;
            bottom: 70px;
        }
}

.reportboxmain .shareContent ul {
    margin: 0px;
    padding: 15px;
    position: relative;
    z-index: 9;
}

    .reportboxmain .shareContent ul li {
        list-style: none;
        transition: all ease .5s;
        margin: 0px 0px 10px 0px;
    }

        .reportboxmain .shareContent ul li.rptliExportEmail {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            border: 1px solid #E7EAEE;
            background: #F2F2F2;
            padding: 2px;
        }

            .reportboxmain .shareContent ul li.rptliExportEmail span {
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 0px;
                width: 50%;
            }

                .reportboxmain .shareContent ul li.rptliExportEmail span input[type="button"] {
                    color: #8495A9;
                    font-size: 12px;
                    font-weight: 500;
                    text-align: center;
                    width: 100%;
                    padding: 8px 0px;
                    border-radius: 5px;
                    border: 0px;
                }

                    .reportboxmain .shareContent ul li.rptliExportEmail span input[type="button"].rptExportPDF.active {
                        background-color: #fff !important;
                        color: #274C77 !important;
                        background: url(images/share_pdf.svg) no-repeat 33px 50%;
                        background-size: 12px auto;
                    }

                    .reportboxmain .shareContent ul li.rptliExportEmail span input[type="button"].rptEmailExcel.active {
                        background-color: #fff !important;
                        color: #274C77 !important;
                        background: url(images/share_excel_active.svg) no-repeat 25px 50%;
                        background-size: 12px auto;
                    }

                    .reportboxmain .shareContent ul li.rptliExportEmail span input[type="button"].rptExportPDF {
                        background: url(images/share_pdf_active.svg) no-repeat 33px 50%;
                        background-size: 12px auto;
                    }

                    .reportboxmain .shareContent ul li.rptliExportEmail span input[type="button"].rptEmailExcel {
                        background: url(images/share_excel.svg) no-repeat 25px 50%;
                        background-size: 12px auto;
                    }

        .reportboxmain .shareContent ul li.liDownload {
            display: block;
            margin-top: 15px;
        }

            .reportboxmain .shareContent ul li.liDownload span {
                display: block;
            }

                .reportboxmain .shareContent ul li.liDownload span input[type="button"].rptExportBtn {
                    background: #ddfbed url(images/share_download.svg) no-repeat 10px 50%;
                    background-size: 16px auto;
                    color: #066f40;
                    font-size: 13px;
                    font-weight: 700;
                    padding: 10px 10px 10px 40px;
                    border-radius: 5px;
                    border: 1px solid #CCDEF3;
                    width: 100%;
                    text-align: left;
                }

                .reportboxmain .shareContent ul li.liDownload span label {
                    display: none;
                }

        .reportboxmain .shareContent ul li:nth-child(3) {
            margin-top: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .reportboxmain .shareContent ul li:nth-child(3) span:nth-child(1) {
                color: #000;
                font-size: 12px;
            }

            .reportboxmain .shareContent ul li:nth-child(3) span:nth-child(2) {
                text-align: right;
            }

                .reportboxmain .shareContent ul li:nth-child(3) span:nth-child(2) a {
                    color: #066f40;
                    font-size: 11px;
                    font-weight: 600;
                    text-decoration-line: underline;
                    padding: 0px 0px 0px 24px;
                    background: url(images/share_addtocontacts.svg) no-repeat 0% 50%;
                    background-size: 16px auto;
                    cursor: pointer;
                }

        .reportboxmain .shareContent ul li:nth-child(4) {
            margin: 7px 0px 0px 0px;
        }

            .reportboxmain .shareContent ul li:nth-child(4) span {
                display: block;
            }

                .reportboxmain .shareContent ul li:nth-child(4) span input[type="text"] {
                    border-radius: 3px;
                    border: 1px solid #A2A5AA;
                    background: #fff;
                    padding: 10px;
                    width: 100%;
                }

        .reportboxmain .shareContent ul li:nth-child(5) {
            margin: 6px 0px 0px 0px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            .reportboxmain .shareContent ul li:nth-child(5) span input[type="button"] {
                color: #066f40;
                font-size: 12px;
                font-weight: 600;
                border-radius: 5px;
                border: 1px solid #CCDEF3;
                background: #ddfbed;
                padding: 8px 20px;
                min-width: 100px;
                text-align: center;
                margin: 0px 0px 0px 12px;
            }

.daterangepicker {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    background: #fff;
    font-family: Verdana, Geneva, sans-serif !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
	  background:  #1d915e !important;
	  color:#FFFFFF !important;
}
    .daterangepicker .ranges li.active {
        background: #ddfbed !important;
        font-weight: 600 !important;
        color: #000 !important;
        position: relative;
    }

        .daterangepicker .ranges li.active:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 10px 7.5px 0;
            border-color: transparent #fff transparent transparent;
            position: absolute;
            right: -1px;
            top: calc(50% - 7px);
        }

    .daterangepicker th.month {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .daterangepicker td.active {
        background: #4073b4;
    }

    .daterangepicker th.month select {
        padding: 5px 10px;
        border: 1px solid #CECECE;
        border-radius: 5px;
    }

        .daterangepicker th.month select.yearselect {
            width: 80px;
        }

    .daterangepicker select.monthselect {
        width: 68px;
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-right: 1px solid #DDDDDD !important;
    }

    .daterangepicker .calendar-time select {
        padding: 5px 10px;
        border: 1px solid #CECECE;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 500;
        width: auto !important;
    }

        .daterangepicker .calendar-time select.hourselect, .daterangepicker .calendar-time select.minuteselect {
            background: #fff;
        }

    .daterangepicker .drp-buttons .btn {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        padding: 4px 10px !important;
        text-transform: uppercase;
        background: linear-gradient(top, #066f40, #12b36b);
        background: -webkit-linear-gradient(top, #34d50b, #0baf1c);
        line-height: 100%;
        border: 0px;
        margin: 0px 0px 0px 5px;
        min-height: inherit !important;
        height: 25px !important;
    }

        .daterangepicker .drp-buttons .btn.cancelBtn {
         background: #ddfbed  !important;
    border: 0.5px solid #adf4d5  !important;
    color: #066f40 !important;
        }

.clsCustomReport {
    color: #1E90FF !important;
}
/*popup*/
#staticBackdrop .modal-dialog {
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp_popup {
    position: relative;
    padding: 20px 0px 0px 0px;
}

    .sp_popup button.btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 13px;
        z-index: 9999;
    }

    .sp_popup .modal-body ul {
        margin: 0px;
        padding: 10px 0px;
    }

        .sp_popup .modal-body ul li {
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0px 0px 10px 0px;
        }

            .sp_popup .modal-body ul li label {
                display: block;
                width: 45%;
                margin: 0px;
                padding: 0px 10px;
            }

            .sp_popup .modal-body ul li span {
                display: block;
                width: 55%;
                margin: 0px;
            }

                .sp_popup .modal-body ul li span input[type="text"], .sp_popup .modal-body ul li span select, .sp_popup .modal-body ul li span input[type="email"] {
                    width: 100%;
                    max-width: 300px;
                    padding: 5px;
                    border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border: 1px solid #a2a5aa;
                }

    .sp_popup .modal-body p {
        margin: 0px;
    }

        .sp_popup .modal-body p.btnx {
            text-align: right;
        }

            .sp_popup .modal-body p.btnx button {
                font-size: 12px;
                font-weight: 600;
                color: #fff;
                padding: 8px 10px;
                text-transform: uppercase;
                background: linear-gradient(top, #4073b4, #23466e);
                background: -webkit-linear-gradient(top, #4073b4, #23466e);
                line-height: 100%;
                border: 0px;
                margin: 0px 0px 0px 10px;
            }

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    padding: 10px;
    background: #fff;
    max-height: 200px;
    overflow: auto;
    z-index: 9;
}

    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
        padding: 0px;
        font-size: 12px;
    }

        ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li div.ui-menu-item-wrapper {
            padding: 2px;
        }

.error-message {
    color: red !important;
    font-size: 12px !important;
    margin-top: 5px !important;
}

.noteLbl {
    color: #FF0000;
    padding-top: 6px;
}

.reportboxmain .reportcontent > li:nth-child(2) ul.firstlisting > li span label {
    font-size: 12px !important;
}

.notallowed {
    cursor: not-allowed !important;
}

@media(max-width: 1080px) {
    .reportboxmain .reportcontent > li:nth-child(2) ul.secondlisting {
        grid-template-columns: repeat(1, 1fr);
    }
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    padding: 0px !important;
}

    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li div.ui-menu-item-wrapper {
        padding: 3px 10px !important;
        font-size: 11px !important;
    }

        ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li div.ui-menu-item-wrapper:hover, ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li div.ui-menu-item-wrapper:active {
            font-weight: 500 !important;
            background: #1E90FF !important;
        }

.reportboxmain #lblpage {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #c4183c;
    font-weight: 600;
}

.select2-results__message {
    display: none !important;
}

.select2-search__field {
    width: 100% !important;
}
/* Hide the default dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
/* Adjust the position of the search input */
.select2-container--default .select2-selection--single .select2-search__field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6px 12px; /* Adjust padding as needed */
    border: none; /* Remove border if desired */
    box-sizing: border-box;
}

.select2-container--default .clsVehicleSearch .select2-results__option span.ddlVehicleSearchOption > span:nth-child(1) {
    font-size: 8pt !important;
    color: #000000 !important;
    font-family: Verdana, Arial;
}

.select2-container--default .clsVehicleSearch .select2-results__option span.ddlVehicleSearchOption > span:nth-child(2) {
    font-size: 6.5pt;
    color: #000000;
    font-family: Verdana, Arial;
    padding-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.clsVehicleSearch .select2-results .select2-results__option--highlighted {
    background-color: #5897fb !important;
}
/*select2 search box on top position*/
.select2-container--open .select2-dropdown--below.clsVehicleSearch {
    position: absolute;
    top: -29px;
}

.clsVehicleSearch input.select2-search__field {
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    font-size: 12px;
    padding-left: 8px;
}

span.select2-search.select2-search--dropdown {
    padding: unset;
}

#dvVehicleSelect span.select2-selection__placeholder {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #a9a9a9 !important;
}

#dvVehicleSelect span#select2-b4ab-container {
    font-size: 12px !important;
}

#dvVehicleSelect span[title] {
    top: calc(50% - 7px);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 3px !important;
}

.clsVehicleSearch .select2-results .select2-results__option--highlighted {
    background-color: #1967d2 !important;
}

.clsVehicleSearch li.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted span.ddlVehicleSearchOption > span {
    color: white !important;
}

.select2-container--default .clsVehicleSearch .select2-results__option span {
    padding: 1px 0px 3px 5px !important;
    max-width: 100% !important;
    width: calc(100% - 5px);
}

.select2-container--default .clsVehicleSearch .select2-results__option span.ddlVehicleSearchOption > span:nth-child(2), .select2-container--default .clsVehicleSearch .select2-results__option span.ddlVehicleSearchOption > span:nth-child(3) {
    line-height: 7px;
}

.clsVehicleSearch input.select2-search__field::placeholder {
    font-family: Verdana, Geneva, sans-serif !important;
}