﻿:root {
    --appLogo: url(/Resources/Images/PatientTransport/Logo.svg);
    --tick16: url('/Resources/Images/PatientTransport/Tick_16.png');
    --rowHoverBackground: #2a8ac4;
    --rowHoverBackgroundRgba: rgba(42, 138, 196, 0.66);
    --navSelBackgroundColor: #FFFF33;
    --navSelForegroundColor: black;
    --DarkThemeColor: #01aaad;
    --LightThemeColor: #c7eaea;
    --paleThemeColor: #f0f9f9;
    --menuBarGradient: linear-gradient(90deg, rgba(1,170,173,1) 0%, rgba(199,234,234,1) 10%, rgba(199,234,234,1) 90%, rgba(1,170,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    --groupBorder: 2px solid rgba(1, 170, 173, 0.8);
    --buttonForeground: white;
    --buttonForegroundDisabled: #999;
    --buttonBackgroundDisabled: #C1E2E4;
    --buttonBackground: linear-gradient(#01aaad, #2cbcc0);
    --buttonBackgroundHover: linear-gradient(#2cbcc0, #2cbcc0);
    --buttonBackgroundActive: #218d90;
    /* The image URL as used in the progrss button */
    --buttonProgress: url("/Resources/Images/PatientTransport/ButtonProgress.svg");
    --autoComplete: url("/Resources/Images/PatientTransport/AutoComplete.png");
    --autoFillText: url("/Resources/Images/PatientTransport/AutoFillText.png");
}

/*Overridden from global.css*/
.hir /* Header Item aligned to right */ {
    display: inline;
    color: white;
}

.miRow /* Menu Item */ {
    padding: 0.25em 0px;
    font-size: 1.01em;
}

    .miRow:hover {
        color: White;
    }

.form {
    background: #f0f9f9;
    background: var(--paleThemeColor);
}

    .form input[type=submit] {
        border: var(--buttonBackground);
        color: #ffffff;
        text-shadow: 0 -1px rgba(0,0,0,0.3);
        -webkit-transition: 0.3s ease-in-out !important;
        -o-transition: 0.3s ease-in-out !important;
        transition: 0.3s ease-in-out !important;
    }

        .form input[type=submit]:hover {
            -webkit-filter: saturate(120%) !important;
            filter: saturate(120%) !important;
        }

.no-boxshadow .form input[type=submit]:hover {
    background: #2a8ac4;
}


.navSel {
    border: ridge 2px red;
}

/* Group Legend */
.gl {
    padding: 2px 8px 2px 8px;
    -webkit-box-shadow: 0 1px 3px rgba(1, 170, 173, 0.32), 0 1px 3px rgba(1, 170, 173, 0.32) !important;
    box-shadow: 0 1px 3px rgba(1, 170, 173, 0.32), 0 1px 3px rgba(1, 170, 173, 0.32) !important;
}

/* Lookup Header */
.lh, .lh A, .lhl, .lhl A, .hTable:nth-child(0), .hTable:nth-child(0) A {
    background-color: var(--DarkThemeColor);
}

/* Modal Popup  */
.mp {
    z-index: 1000;
}

.loginTable {
    height: 100%;
    background: -o-linear-gradient(315deg, #deeaea 0%,#deeaea 2%,#fafafa 47%,#deeaea 100%);
    background: linear-gradient(135deg, #deeaea 0%,#deeaea 2%,#fafafa 47%,#deeaea 100%);
}

.logoff {
    border: 4px solid var(--DarkThemeColor);
    background-color: #c1e2e4;
}

.crewAllocationPopup {
    position: absolute;
    min-width: 200px;
    min-height: 100px;
    background-color: white;
    color: black;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.75);
    border: 1px solid #bebebe;
    border-radius: .5em;
    padding: 5px;
    z-index: 1000;
}

    .crewAllocationPopup.top {
        top: -90px;
    }

.menuItem {
    padding-top: 5px;
}

.eh {
    background: var(--buttonBackground);
}

.chatUserList {
    background-color: var(--paleThemeColor);
}

.lrSel {
    background-color: var(--LightThemeColor) !important;
    color: #000000 !important;
}

.lrHov, .hTable tr:hover, tr[class*='js_']:hover * {
    background-color: var(--paleThemeColor) !important;
}

.geo {
    background-image: url(/Resources/Images/Global/Mapping/Common/Geolocate_Green_Faded.png);
    background-position: right;
    background-repeat: no-repeat;
}

.gender_2 {
    background-image: url(/Resources/Images/PatientTransport/Sex_Other_16.png);
    background-position: right;
    background-repeat: no-repeat;
}
.gender_1 {
    background-image: url(/Resources/Images/PatientTransport/Sex_Female_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.gender_0 {
    background-image: url(/Resources/Images/PatientTransport/Sex_Male_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.jobType_0 {
    background-image: url(/Resources/Images/PatientTransport/PatientTransport.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.jobType_1 {
    background-image: url(/Resources/Images/PatientTransport/responder_16.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.pdaSendStatus_0 {
    background-image: url(/Resources/Images/Global/DrvSend_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.pdaSendStatus_1 {
    background-image: url(/Resources/Images/Global/DrvBlue_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.pdaSendStatus_2 {
    background-image: url(/Resources/Images/Global/DrvBlue_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.pdaSendStatus_3 {
    background-image: url(/Resources/Images/Global/DrvBlue_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.pdaSendStatus_4 {
    background-image: url(/Resources/Images/Global/DrvYellow_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.pdaSendStatus_9 {
    background-image: url(/Resources/Images/Global/DrvGreen_16.png);
    background-position: right;
    background-repeat: no-repeat;
}

.infoPanel {
    bottom: 0;
}

    .infoPanel.apexUser {
        bottom: 10px;
    }

@media only screen and (max-device-height : 1024px) {
    .infoPanel {
        bottom: -100px;
    }

        .infoPanel.apexUser {
            bottom: -51px;
        }
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 80%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #3071a9;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 12px;
        width: 8px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: 0px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #367ebd;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #3071a9;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 12px;
        width: 8px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #2a6495;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]::-ms-fill-upper {
        background: #3071a9;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #3071a9;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #367ebd;
    }

.autoFillTextBox {
    background: white var(--autoFillText) !important;
    background-repeat: no-repeat !important;
    background-position-x: right !important;
    background-position-y: bottom !important;
    background-size: 10px !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.autoFillContainer {
    background-color: white;
    border: solid 1px black;
    border: solid 1px rgba(0,0,0,0.35);
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden;
}

.autoFillItem {
    font-size: 11px;
    color: black;
    padding: 0.22em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 1px;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    cursor: pointer;
    line-height: 20px;    
}

    .autoFillItem:hover {
        background-color: var(--paleThemeColor);
        cursor: pointer;
    }

.autoFillItemSel {
    background-color: var(--paleThemeColor) !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

/* Clear button alignment for off the road status in fleet different for randr */
.vehClearBtn {
    display: inline-block;
    top: -3px;
    position: relative;
}


