﻿body {
    font-size: 0.9rem !important;
}

label {
    margin-bottom: 0px !important;
}

.proxWebBox {
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.proxwebButton {
    border: none;
    padding: 7px;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(to bottom,#6ec86e 0,#41a940 100%);
    background-repeat: repeat-x;
    border-radius: 4px !important;
    transition: 0.4s;
    border-color: #009978;
    color: white;
}

    .proxwebButton.smaller {
        line-height: normal;
        height: 29px;
    }

    .proxwebButton:hover {
        background-image: linear-gradient(to bottom,#5cc15b 0,#41a940 100%);
        background-repeat: repeat-x;
    }

    .proxwebButton.red {
        background-image: linear-gradient(0deg, rgba(232,24,13,1) 50%, rgba(255,77,67,1) 78%);
    }

        .proxwebButton.red:hover {
            background-image: linear-gradient(0deg, rgba(232,24,13,1) 50%, rgba(232,24,13,1) 78%);
        }

    .proxwebButton.purple {
        background-image: linear-gradient(to bottom,#9b6ec8 0,#a94085 100%);
    }

        .proxwebButton.purple:hover {
            background-image: linear-gradient(to bottom,#9b6ec8 0,#9b6ec8 100%);
        }

.mainWrapperNavMenu {
    background-color: #676767;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100;
    display: grid;
    grid-template-columns: max-content auto auto 250px max-content max-content max-content max-content;
}

    .mainWrapperNavMenu.loggedInAsAnotherUser {
        background-color: #f08080 !important;
    }

.menuSettings {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #75A1D0;
    float: right;
    margin-top: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

    .menuSettings::after {
        content: "\f0c9";
    }

    .menuSettings:hover {
        cursor: pointer;
    }

.menuFlag {
    color: #ffffff;
    float: right;
    margin-top: 16px;
    margin-right: 10px;
    margin-left: 10px;
}



    .menuFlag:hover {
        cursor: pointer;
    }

.menuSettingsMenu {
    padding: 20px;
    right: 10px;
    position: absolute;
    background-color: #FFFFFF;
    border-left: 4px;
    border-right: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    z-index: 110;
    top: 60px;
    position: fixed;
}

.fadein, .fadeout {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.fadein {
    opacity: 1;
}

.proxwebTableNoPadding {
}

    .proxwebTableNoPadding td {
        padding: 1px !important;
    }

.proxwebTable {
    width: 100%;
}

    .proxwebTable td, .proxwebTable th {
        padding: 4px;
    }

    .proxwebTable th {
        border-bottom: solid !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #dee2e6 !important;
        font-size: smaller;
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
    }


    .proxwebTable tr {
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #dee2e6;
    }

        .proxwebTable tr:hover {
            background-color: #d0dfee;
        }


        .proxwebTable tr:last-child {
            border-bottom: none;
        }

    .proxwebTable td {
        font-size: small;
    }

    .proxwebTable.noBorder {
    }

        .proxwebTable.noBorder th {
            border-bottom: none !important;
            position: sticky;
            top: 0;
        }

        .proxwebTable.noBorder tr {
            border-bottom: none !important;
        }

    .proxwebTable.noHover {
    }

        .proxwebTable.noHover tr:hover {
            background-color: transparent;
        }

    .proxwebTable.boldFirstColumn td:first-child {
        font-weight: 500 !important;
    }

    .proxwebTable.sortable {
    }

        .proxwebTable.sortable thead tr th:hover {
            cursor: pointer;
        }

    .proxwebTable.tabColumnVerticalLine td {
        border-left: solid;
        border-left-width: 1px;
        border-left-color: #dee2e6;
        border-right: solid;
        border-right-width: 1px;
        border-right-color: #dee2e6;
    }

    .proxwebTable.innerBorder td {
        border: solid #dee2e6 1px;
    }

    .proxwebTable.innerBorder > tbody > tr:last-child {
        border-bottom: hidden !important;
    }

    .proxwebTable.innerBorder > tbody > tr:first-child {
        border-top: hidden !important;
    }

    .proxwebTable.innerBorder > tbody > tr > td:nth-child(1) {
        border-left: hidden !important;
    }

    .proxwebTable.innerBorder > tbody > tr > td:last-child {
        border-right: hidden !important;
    }

.card-header {
    background-color: rgba(0, 0, 0, 0) !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.faFormat {
    color: #6c757d;
}

.faGreen {
    color: #77dd77;
}

.faRed {
    color: #ff6961;
}

.faOrange {
    color: #ffb347;
}

.faLinkHoverZoom {
    transition: 0.4s;
}

    .faLinkHoverZoom:hover {
        transform: scale(1.3,1.3);
    }

.faLink {
}

    .faLink:hover {
        cursor: pointer;
    }

.proxwebSearchContainer {
    display: flex;
    width: 100%;
}

    .proxwebSearchContainer > input {
        border-top-left-radius: .25rem;
        m border-bottom-left-radius: .25rem;
        color: #495057;
        border: 1px solid #ced4da;
        padding: 0.375rem .75rem;
        transition: 0.3s;
        width: -moz-available;
    }

        .proxwebSearchContainer > input[type=text]::placeholder {
            font-style: italic;
        }

        .proxwebSearchContainer > input[type=text]:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            transition: 0.3s;
        }

    .proxwebSearchContainer > div {
        display: flex;
        align-items: center;
        border-top: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        border-right: 1px solid #ced4da;
        padding-left: 10px;
        padding-right: 10px;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

        .proxwebSearchContainer > div:hover {
            cursor: pointer;
        }

.animationFadeIn {
    animation: fadein 1s;
    opacity: 1;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animationFadeOut {
    animation: fadeout 1s;
    opacity: 0;
    display: none !important;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.abiCont {
    display: grid;
    grid-template-columns: 220px 220px 26vw 220px;
    align-items: center;
    width: fit-content;
    grid-column-gap: 10px;
}

    .abiCont > div > img {
        width: 200px;
    }

.corresContainer {
    display: grid;
    grid-gap: 20px;
    grid-template-rows: auto auto auto;
    width: 35vw;
}

.slider {
    -webkit-appearance: none;
    width: 93%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transform: .2s;
    transition: opacity .2s;
    max-width: 100%;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 26px;
        height: 26px;
        border: none;
        background: url('../Images/arrow.png');
        background-size: 26px 35px;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 26px;
        height: 26px;
        border: none;
        background: url('../Assets/arrow.png');
        background-size: 26px 35px;
        cursor: pointer;
    }

.sliderMatrixTableSelected {
    transform: scale(1.2);
    transition: .4s;
    background-color: #e0e0e0;
    border-radius: .25rem;
    padding: 12px !important;
    padding-bottom: 30px !important;
}

.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.inputFileLabel {
    border-radius: .25rem;
    text-align: center;
    padding: 5px;
    transition: 0.4s;
    align-content: center;
    background-image: linear-gradient(to bottom,#a6a6a6 0,#818181 100%);
    font-weight: bold;
    color: white;
    float: left;
}

    .inputFileLabel:hover {
        background-image: linear-gradient(to bottom,#818181 0,#818181 100%);
        cursor: pointer;
    }

    .inputFileLabel.Selected {
        background-image: linear-gradient(to bottom,#2789d2 0,#0068B5 100%);
    }


.previewContainer {
    display: grid;
    overflow: auto;
}

.proxWebSelectorContainer {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: dense;
    list-style: none;
    margin: 1em auto;
    padding: 0;
}

    .proxWebSelectorContainer > div {
        display: grid;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.proxWebSelector {
    border-radius: .25rem;
    text-align: center;
    padding: 5px;
    transition: 0.4s;
    align-content: center;
    background-image: linear-gradient(to bottom,#a6a6a6 0,#818181 100%);
    font-weight: bold;
    color: white;
}

    .proxWebSelector:hover {
        background-image: linear-gradient(to bottom,#818181 0,#818181 100%);
        cursor: pointer;
    }

    .proxWebSelector.Selected {
        background-image: linear-gradient(to bottom,#2789d2 0,#0068B5 100%);
    }

    .proxWebSelector > span {
        font-size: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.faFormatWhite {
    color: white;
}

.card-full-height {
    height: 90vh !important;
    overflow-y: auto;
}

.reqField {
    color: #e8180d;
    margin-left: 5px;
}

select:invalid {
    color: #6c757d;
    font-style: italic;
}

.initialCircle {
    border-radius: 50%;
    width: 3em;
    height: 3em;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: center;
    font-size: 11px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.topBarLoadingCont {
    height: 4px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,104,181,1) 25%, rgba(0,104,181,1) 75%, rgba(255,255,255,0) 100%);
    width: 75vw;
    position: fixed;
    top: 59px;
    left: -75vw;
    animation: topBarAnimation 3s infinite;
}

@keyframes topBarAnimation {
    from {
        left: -75vw;
    }

    to {
        left: 100vw;
    }
}

.cardSingleCentre {
    margin-left: auto;
    margin-right: auto;
}

.navMenuHide {
    display: none;
}

.navMenuShow {
    display: initial;
}

.proxwebDropdownSearch {
    position: absolute;
    overflow: auto;
    height: 25vh;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
    width: 17vw;
    z-index: 1000;
    line-height: 1.5;
}

    .proxwebDropdownSearch > ul > li {
        list-style-type: none;
    }

        .proxwebDropdownSearch > ul > li:hover {
            background-color: lightgray;
            cursor: pointer;
        }

.form-control {
    font-size: 0.8rem !important;
}

.custom-select {
    font-size: 0.8rem !important;
}

    .custom-select > option {
        color: rgb(73, 80, 87) !important;
    }

.form-control::-webkit-input-placeholder {
    color: #D3D3D3 !important;
}

.form-control::-moz-placeholder {
    color: #D3D3D3 !important;
}

.form-control:-ms-input-placeholder {
    color: #D3D3D3 !important;
}

.form-control::-ms-input-placeholder {
    color: #D3D3D3 !important;
}

.form-control::placeholder {
    color: #D3D3D3 !important;
}

.quickIcons {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1049;
}

.clientInfoIcon {
    font-size: xx-large;
    color: #0068b5;
    margin-bottom: 12px;
}

.iconWobble:hover {
    animation: wobble 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}

.bruceWrapper {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.bruce {
    font-size: xx-large;
    color: #0068b5;
    text-align: right;
}

@keyframes wobble {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 90% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.bruceToolTip {
    width: 15vw;
    height: fit-content;
    overflow: auto;
    border-radius: 0.25rem;
    border-top: solid 20px #0068b5;
    border-bottom: solid 20px #0068b5;
    padding: 10px;
    background-color: #e8e8e8;
    font-size: smaller;
    box-shadow: 5px 10px 8px #888888;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 1050;
    overflow: hidden;
}

    .bruceToolTip.Show {
        display: inherit;
        animation: bruceShow 0.5s;
    }

@keyframes bruceShow {
    from {
        height: 0vh;
        width: 0vw;
    }

    to {
        height: 20vh;
        width: 15vw;
    }
}

.bruceToolTip.Hide {
    animation: bruceHide 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s linear;
}

@keyframes bruceHide {
    from {
        height: 20vh;
        width: 15vw;
    }

    to {
        height: 0vh;
        width: 0vw;
    }
}

.clientInfoCont {
    position: fixed;
    bottom: 150px;
    right: 110px;
    z-index: 10;
    width: 31vw;
    height: 60vh;
    margin-left: 60px;
}

.contextMenu {
    position: fixed;
    background-color: #f8f8ff;
    border: gray 1px;
    border-style: solid;
    border-radius: 0.2rem;
    padding: 10px;
    z-index: 99999999;
}

    .contextMenu > div {
        padding: 5px;
    }

        .contextMenu > div:hover {
            background-color: #f2f3f4;
            cursor: pointer;
        }

.proxWebDatePickerCont {
    display: grid;
    grid-template-columns: repeat(7, 3vw);
    grid-template-rows: repeat(7, 3vw);
    border: gray;
    border-width: 1px;
    border-style: solid;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

    .proxWebDatePickerCont > div {
        text-align: center;
        align-self: center;
        border-color: gray;
        border-style: solid;
        border-width: thin;
        align-content: center;
        display: inline-grid;
        height: 100%;
        width: 100%;
    }

.proxWebDatePickerSelectable {
}

    .proxWebDatePickerSelectable:hover {
        cursor: pointer;
        background-color: #0068B5;
        color: white;
        font-weight: 500;
    }

.proxWebDatePickerUnSelectable {
    background-color: lightgray;
}


.proxWebDatePickerTodaysDate {
    border-color: #0068b5 !important;
    border-width: thick !important;
}

.actionBar {
    background-color: #0068b5;
    display: grid;
    grid-template-rows: 40px 40px 40px 40px 40px 40px;
    height: 250px;
    position: fixed;
    bottom: 0;
    width: 50px;
    border-top-right-radius: 1rem;
    align-content: center;
    text-align: center;
    padding-top: 10px;
    left: 0px;
}

.actionBarIcons {
    color: white;
    font-size: x-large;
}

.settingsItem {
    border-radius: .25rem;
    text-align: center;
    padding: 5px;
    transition: 0.4s;
    align-content: center;
    background-image: linear-gradient(to bottom,#a6a6a6 0,#818181 100%);
    font-weight: bold;
    color: white;
    width: 100px;
    padding: 10px;
    height: 100px;
}

    .settingsItem:hover {
        background-image: linear-gradient(to bottom,#818181 0,#818181 100%);
        cursor: pointer;
    }

    .settingsItem > span {
        font-size: xx-large;
        margin-bottom: 10px;
    }

.settingsItemCont > a > div {
    margin: 10px;
}

.card-center-horizontal {
    margin-left: auto;
    margin-right: auto;
}

.minimizedCallLog {
    position: fixed;
    bottom: 0;
    left: 50px;
    background: #28a745;
    padding: 15px;
    border-radius: 0rem 0.25rem 0rem 0rem;
    width: 310px;
    color: black;
    text-align: center;
    cursor: pointer;
    animation: glow 800ms ease-out infinite alternate;
}

@keyframes glow {
    0% {
        border-color: #393;
        box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
    }

    100% {
        border-color: #6f6;
        box-shadow: 0 0 20px #fff, 0 0 30px rgba(0,255,0), 0 0 40px rgba(0,255,0), 0 0 50px rgba(0,255,0), 0 0 60px rgba(0,255,0), 0 0 70px rgba(0,255,0), 0 0 80px rgba(0,255,0);
    }
}

.activeCallAnimation {
    animation: activeCallGlow 1s ease-in-out infinite alternate;
    color: rgba(0,255,0) !important;
}

@keyframes activeCallGlow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px rgba(0,255,0,.2), 0 0 40px rgba(0,255,0,.2), 0 0 50px rgba(0,255,0,.2), 0 0 60px rgba(0,255,0,.2), 0 0 70px rgba(0,255,0,.2);
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px rgba(0,255,0,.6), 0 0 40px rgba(0,255,0,.6), 0 0 50px rgba(0,255,0,.6), 0 0 60px rgba(0,255,0,.6), 0 0 70px rgba(0,255,0,.6), 0 0 80px rgba(0,255,0,.6);
    }
}

.proxWebReadOnly {
    background-color: white !important;
}

.notificationBell {
    color: white;
}

.notificationBellAnimate {
    animation: shake-animation 4.72s ease infinite;
}

@keyframes shake-animation {
    0% {
        transform: translate(0,0)
    }

    1.78571% {
        transform: translate(5px,0)
    }

    3.57143% {
        transform: translate(0,0)
    }

    5.35714% {
        transform: translate(5px,0)
    }

    7.14286% {
        transform: translate(0,0)
    }

    8.92857% {
        transform: translate(5px,0)
    }

    10.71429% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(0,0)
    }
}

.sendEmailCont {
    display: grid;
    grid-template-columns: 6vw 8vw 17vw 17vw;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    align-items: center;
    text-align: end;
}

.emailSendButton {
    border: lightgray;
    border-style: solid;
    border-radius: 0.25rem;
    border-width: 1px;
    padding: 10px;
}

.slaBar {
    background-color: #0068b5;
    display: grid;
    grid-template-rows: 40px;
    height: 60px;
    position: fixed;
    bottom: 270px;
    width: 50px;
    border-top-right-radius: 1rem;
    align-content: center;
    text-align: center;
    padding-top: 10px;
    border-bottom-right-radius: 1rem;
    left: 0px;
}

.slaBarIcons {
    color: white;
    font-size: x-large;
}

.slaCounter {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 13px;
    background-color: #ff6961;
    color: #ffffff;
    border-radius: 5rem;
    padding: 2px;
    width: 25px;
}

.proxWebCard {
}

    .proxWebCard:hover {
        cursor: all-scroll;
    }

.editCardFieldsWrapper {
    display: grid;
    grid-template-columns: 30% 70%;
    height: 84vh;
    width: 96vw;
    grid-gap: 10px;
}

.fieldEditor {
    overflow: scroll;
    height: 81vh;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: .25rem;
    position: relative;
}

.proxWebCardOverlay {
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0.5;
    border-radius: .25rem;
}

.proxWebCardLoading {
    text-align: center !important;
    height: 100%;
    position: absolute;
    width: 100%;
    align-content: center;
    display: inline-grid;
}

.notificationWrapper {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
    margin-left: 10px;
}

.taskListWrapper {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
    margin-left: 10px;
}

.taskListCountBubble {
    position: absolute;
    top: -10px;
    right: 15px;
    background-color: #dc3545;
    color: white;
    border-style: solid;
    border-color: #dc3545;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 10px;
}

.passengerInjuryMinimize {
    position: fixed;
    bottom: 111px;
    right: 0px;
    padding: 5px;
    background: #0068b5;
    color: white;
    border: #0068b5;
    border-style: solid;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.28rem;
    cursor: pointer;
}

.dobValidation {
    color: #dc3545;
    font-weight: bold;
}

.proxWebDDSearchItems {
    background-color: white;
    max-height: 40vh;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 1000000;
    padding: 5px;
    box-shadow: 5px 10px 8px #888888;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    width: inherit;
}

    .proxWebDDSearchItems > div {
        padding: 4px;
    }

        .proxWebDDSearchItems > div:hover {
            background-color: #ececec;
            cursor: pointer;
        }

.proxWebPagedResultsHover {
    cursor: pointer;
}

.proxWebPagedResultsHoverSelected {
    background-color: #0068b5ad;
    color: white;
}

.faRed {
    color: #ff6961;
}

.proxWebTabControl {
    display: grid;
    grid-template-columns: 15% 85%;
}

.proxWebTabControlTab {
    padding: 5px;
    border-right-style: solid;
    border-width: 1px;
    border-color: #d9dadb;
}

    .proxWebTabControlTab:hover {
        cursor: pointer;
        border-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: none !important;
        border-bottom-style: solid;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

.proxWebTabControlSelectedTab {
    border-right-style: none !important;
    border-width: 1px;
    border-color: #d9dadb;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    background-color: #d9dadb;
}

.proxWebTabControlHideContent {
    display: none;
}

.proxWebCheckbox {
    width: inherit;
}

.proxWebImageGalleryImageCont {
    position: relative;
}

    .proxWebImageGalleryImageCont:hover .proxWebImageGalleryImageOverlay {
        height: 10vh;
    }

.proxWebImageGalleryImageDescription {
    color: white;
    background-color: #0068b5;
    text-align: center;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.proxWebImageGalleryImageOverlay {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
}

.proxWebImageGalleryImageFullsize {
    position: absolute;
    margin-top: 10px;
    right: 10px;
}

.proxWebFleetVehicleSearchCont {
    display: grid;
    grid-template-columns: 20vw 20vw 20vw;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

    .proxWebFleetVehicleSearchCont > div > span {
        font-weight: 600;
    }

.proxWebFleetVehicleSearchContAncAda {
    display: flex;
    align-items: center;
}

    .proxWebFleetVehicleSearchContAncAda > span {
        font-weight: 600;
        margin-left: 10px;
    }

.proxWebFleetVehicleSearchContFooter {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 100%;
}

.proxWebInputTimeCont {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 80px 80px;
}

.proxWebInputDropdownSearchCont {
    background: white;
    padding: 5px;
    max-height: 30vh;
    z-index: 20;
    position: relative;
}

.proxWebInputDropdownSearchItems {
    overflow: auto;
    max-height: 26vh;
}

.proxWebInputDropdownSearchItem {
}

    .proxWebInputDropdownSearchItem:hover {
        cursor: pointer;
        background-color: lightgray;
    }

.proxWebInputSelectorCont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.proxWebInputSelectorItem {
    text-align: center;
    border-radius: .25rem;
    padding: 5px;
    transition: 0.4s;
    align-content: center;
    background-image: linear-gradient(to bottom,#a6a6a6 0,#818181 100%);
    color: white;
}

    .proxWebInputSelectorItem:hover {
        background-image: linear-gradient(to bottom,#818181 0,#818181 100%);
        cursor: pointer;
    }

    .proxWebInputSelectorItem.Selected {
        background-image: linear-gradient(to bottom,#2789d2 0,#0068B5 100%);
    }

.proxWebATagLink {
    font-size: smaller;
    text-decoration: underline !important;
    color: #0366d6 !important;
}

    .proxWebATagLink:hover {
        text-decoration: underline;
        cursor: pointer;
    }


.proxWebInputABICont {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 1vw;
    width: 100%;
    grid-row-gap: 1vh;
}

/* The container */
.proxWebRadiocontainer {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 1vw;
    padding-left: 20px;
}

    /* Hide the browser's default radio button */
    .proxWebRadiocontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.proxWebRadiocheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.proxWebRadiocontainer:hover input ~ .proxWebRadiocheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.proxWebRadiocontainer input:checked ~ .proxWebRadiocheckmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.proxWebRadiocheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.proxWebRadiocontainer input:checked ~ .proxWebRadiocheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.proxWebRadiocontainer .proxWebRadiocheckmark:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.proxWebInputCorSearchCont {
    display: grid;
    grid-row-gap: 1vh;
    grid-column-gap: 1vw;
}

.proxWebInputCorSearchEditCont {
    display: grid;
    grid-row-gap: 1vh;
    grid-column-gap: 1vw;
    grid-template-columns: auto auto;
}

.divUnderlineHR {
    border-bottom: #dadada;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

.divOverlineHR {
    border-top: #dadada;
    border-top-width: thin;
    border-top-style: solid;
}

.inputReadOnlyNot {
    background-color: white !important;
}

.proxWebMiniControl {
    width: 10vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 1vh;
    padding-left: 1vw;
    padding-right: 1vw;
    position: fixed;
    bottom: 0;
    left: 50%;
    border: lightgrey;
    border-width: 1px;
    border-style: solid;
    background: white;
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
    animation: miniGlow 800ms ease-out infinite alternate;
}

@keyframes miniGlow {
    0% {
        box-shadow: 0 0 5px rgba(153, 51, 51,.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.6), inset 0 0 100px rgba(244, 243, 243, 0.4), 0 2px 0 #000;
    }
}

.proxWebMiniControl:hover {
    cursor: pointer;
}
/*Scrollbar*/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 14px;
    background-color: #28a745;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 14px;
    background-color: #a9a9a9;
}
/*Scrollbar end*/

.vehicleSearchMOTTax {
    text-align: center;
    border-style: solid;
    border-radius: 0.25rem;
    padding: 5px;
}

.vehicleSearchMOTTax-green {
    border-color: #28a745;
}

.vehicleSearchMOTTax-red {
    border-color: #dc3545;
}

.loading {
    width: 100%;
    height: 1vh;
    background: linear-gradient( 90deg, #dadada 35%, rgba(0,104,181,1) 45%, rgba(0,104,181,1) 55%, #dadada 65% );
    animation: loadingAnimation 4s ease infinite;
    background-position-x: 50%;
}

@keyframes loadingAnimation {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 350%;
    }

    100% {
        background-size: 100%;
    }
}

.proxWebInputABIDD {
    color: black !important;
}

.proxWebCaro {
    display: flex;
}

.proxWebCaroItem {
    display: none;
    opacity: 0;
    animation: proxWebCaroInActive 2s;
    text-align: left;
    font-size: large;
    font-style: italic;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

@keyframes proxWebCaroInActive {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.proxWebCaroItemActive {
    display: initial;
    opacity: 1;
    animation: proxWebCaroActive 2s;
}

@keyframes proxWebCaroActive {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.speechBubble {
    position: relative;
    background-color: #ffffff;
    border-radius: 1.4em;
    padding: 30px;
    border-color: #ec008c;
    border-width: 3px;
    border-style: solid;
}

    .speechBubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-top-color: #ec008c;
        border-bottom: 0;
        margin-left: -64px;
        margin-bottom: -30px;
    }

.scriptCont {
    border: solid;
    border-width: 2px;
    border-radius: 1.25rem;
    border-color: #60ab33;
    width: 50vw;
    padding: 30px;
    position: absolute;
    z-index: 10000;
    margin-left: 25vw;
    top: 30vh;
    background-color: white;
    max-height: 50vh;
    overflow: auto;
}

.scriptClose {
    color: red;
    position: absolute;
    top: 9px;
    right: 12px;
}

.baseLayout {
    display: grid;
    grid-template-columns: 15vw 84vw;
    height: 95vh;
    margin-top: -8px;
    margin-left: -32px;
    grid-column-gap: 1vw;
}

.baseLayoutMinMenu {
    grid-template-columns: min-content 94vw !important;
}

.baseLayoutNoNav {
    display: grid;
    height: 93vh;
    margin-top: -8px;
    margin-left: 0px;
    grid-column-gap: 1vw;
}

.baseNavMenu {
    grid-column: 1;
    display: grid;
    background-color: #676767;
    padding-top: 5vh;
    padding-left: 1vw;
    grid-auto-rows: max-content;
}

.baseNavMenuItem {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
}

.baseNavMenuTitle {
    color: white;
}

    .baseNavMenuTitle:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.baseLayoutCont {
    grid-column: 2;
    margin-top: 1vh;
}

.baseLayoutNoNavCont {
    grid-column: 1;
    margin-top: 1vh;
}

.baseLayoutMenuHam {
    padding-left: 1%;
    background-color: #676767;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    z-index: 100;
    color: white;
    text-align: right;
}

.baseLayoutMenuHamMin {
    padding-left: -3%;
    transform: rotate( -180deg );
    -moz-transform: rotate( -180deg );
    -ms-transform: rotate( -180deg );
    -o-transform: rotate( -180deg );
    -webkit-transform: rotate( -180deg );
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}

.baseLayoutMenuHamMax {
    transform: rotate( -360deg );
    -moz-transform: rotate( -360deg );
    -ms-transform: rotate( -360deg );
    -o-transform: rotate( -360deg );
    -webkit-transform: rotate( -360deg );
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}

.proxWebTabCont {
    display: grid;
    height: 6%;
    grid-column-gap: 3px;
    align-items: end;
    margin-bottom: 15px;
}

.proxWebTab {
    color: #ffffff;
    height: 80%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    padding: 3px;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.proxWebTab-Selected {
    height: 100%;
}

.proxWebTab-green {
    background-color: #60AB33;
}

.proxWebTab-yellow {
    background-color: #C69906;
}

.proxWebTab-pink {
    background-color: #AA056E;
}

.proxWebTab-purple {
    background-color: #4B3891;
}

.proxWebTab-blue {
    background-color: #176FC1;
}

.proxWebInputList {
    width: max-content;
    background: white;
    border-radius: 0.25rem;
    padding: 5px;
    text-align: left;
}

    .proxWebInputList > div > div {
        cursor: pointer;
    }

        .proxWebInputList > div > div:hover {
            background-color: lightgray;
            border-radius: 0.25rem;
        }

.proxWebInputListSelected {
    background-color: #0068b5;
    color: white;
    border-radius: 0.25rem;
    padding: 2px;
}

.proxWebInputListGroupTitle {
    cursor: auto;
    font-weight: 700;
}

    .proxWebInputListGroupTitle:hover {
        background-color: white !important;
    }

.input-group-text {
    font-size: 0.8rem !important;
}



.landingLayoutCont {
    display: grid;
    height: 92vh;
    grid-template-columns: min-content auto;
}

.landingLayoutMenuHam {
    background-color: #f3f2f0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    z-index: 100;
}

.landingLayoutMenuHamMin {
    padding-left: -3%;
    transform: rotate( -180deg );
    -moz-transform: rotate( -180deg );
    -ms-transform: rotate( -180deg );
    -o-transform: rotate( -180deg );
    -webkit-transform: rotate( -180deg );
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}

.landingLayoutMenuHamMax {
    transform: rotate( -360deg );
    -moz-transform: rotate( -360deg );
    -ms-transform: rotate( -360deg );
    -o-transform: rotate( -360deg );
    -webkit-transform: rotate( -360deg );
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}

.landingLayoutMenu {
    grid-column: 1;
    grid-row: 1;
    background-color: #f3f2f0;
    height: 100%;
    grid-row-gap: 1vh;
    display: grid;
    padding: 5%;
    width: 100%;
    color: #676767;
    padding-left: 1vw;
    padding-right: 2vw;
    grid-template-columns: max-content max-content;
}

.landingLayoutContent {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: 92vh;
    max-height: 92vh;
    height: 92vh;
}

.landingLayoutNavItem {
    margin-left: 3vw;
    cursor: pointer;
    font-size: 12px;
}

.manualTaskHeaderCont {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    align-items: center;
}

.manualTaskCont {
    overflow: auto;
    max-height: 80vh;
    max-width: 70vw;
}

.baseGrid {
    display: grid;
    grid-row-gap: 1vh;
    grid-column-gap: 1vw;
}

.proxWebModalDragable {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-user-drag: none;
    z-index: 1050;
}

.taskCount {
    font-weight: 100;
    border-color: bisque;
    border-width: 2px;
    font-size: 14px;
    border-style: double;
    width: 2em;
    height: 2em;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
}

.proxWebAddressSearch {
    display: grid;
    width: 200px;
    height: max-content;
}

.proxWebAddressSearchResults {
    display: grid;
    height: 300px;
    max-height: 300px;
}

.proxWebInputMultiSelector {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.proxWebInputMultiSelectorWrapper {
    border: lightgrey;
    border-width: 1px;
    border-style: solid;
    width: 100px;
    text-align: center;
    border-radius: 0.25rem;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 33% 33% 33%;
}

.proxWebInputMultiSelectorSelected {
    background-color: #78c2f9;
}

.proxWebInputMultiSelectorWrapper:hover {
    cursor: pointer;
    background-color: #e1e1e1
}

.licAuthCont {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw;
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
    display: grid;
    grid-template-rows: max-content auto;
    overflow: hidden;
}

.licAuthEditor {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-row-gap: 1vh;
    grid-column-gap: 1vw;
    text-align: left;
}

.licCheckGrid {
    text-align: left;
    grid-template-columns: repeat(2, auto);
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
}

.licCheckSubGrid {
    display: grid;
    grid-column-gap: 1vw;
    grid-row-gap: 1vh;
    grid-template-columns: repeat(2, auto);
    height: max-content;
}

.licCheckTitle {
    font-weight: 700;
    font-size: 16px;
}

.licCheckEndoresments {
    grid-template-columns: repeat(4, auto);
    border-top: solid;
    border-color: lightgray;
    border-width: thin;
}

.licCheckEntitlements {
    grid-template-columns: repeat(5, auto);
    border-top: solid;
    border-color: lightgray;
    border-width: thin;
}

.licCheckCPC {
    grid-template-columns: repeat(3, auto);
    border-top: solid;
    border-color: lightgray;
    border-width: thin;
}

.licCheckTacho {
    grid-template-columns: repeat(4, auto);
    border-top: solid;
    border-color: lightgray;
    border-width: thin;
}

.damMatCont {
    display: grid;
    grid-template-columns: repeat(9, 11%);
    grid-template-rows: auto auto auto;
}

.damMatHeader {
    color: black;
    font-weight: 700;
    text-align: center;
    padding: 6px;
    border-top: solid lightgray 1px;
    border-bottom: solid lightgray 1px;
    border-left: solid lightgray 1px;
}

.damMatInfoCont {
    border-bottom: solid lightgray 1px;
    border-left: solid lightgray 1px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
    transition: 0.4s;
}

    .damMatInfoCont > span {
        font-weight: 700;
    }

    .damMatInfoCont > div {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .damMatInfoCont:last-child {
        border-right: solid lightgray 1px;
    }

.damMatSelected {
    transform: scale(1.1);
    border-right: solid lightgray 1px;
    background-color: white;
    border-radius: 0.25rem;
    background-color: #c9c3c3;
}

.dropBorder {
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-right: 3px solid;
    border-radius: 0.25rem;
    border-color: #0068b5;
    text-align: left;
    text-indent: 10px;
}

.tabViewTabCont {
    display: flex;
    margin-bottom: 1vh;
    width: auto;
    height: 30px;
}

.tabViewTab {
    padding-left: 1vw;
    padding-right: 1vw;
    border-bottom: 1px solid #676767;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    background-color: white;
    font-size: medium;
    transition: all 0.3s ease-in-out;
}

    .tabViewTab:hover {
        cursor: pointer;
        background-color: #dadada;
        transition: 0.5s, height 0.5s;
        transition-duration: 0.2s;
        border-bottom: none;
        border-top: 3px solid #676767;
        font-size: large;
    }

.tabViewTabSelected {
    border-left: 1px solid #676767;
    border-right: 1px solid #676767;
    border-top: 3px solid #676767;
    border-bottom: none;
    background-color: #DADADA;
    font-size: large;
}

.tabViewBooted {
    background: linear-gradient(0deg, rgba(237,10,10,1) 0%, rgba(245,9,9,1) 1%, rgba(0,0,0,0) 45%);
}

.tabViewCloseButton {
    margin-left: 1vw;
    color: #676767;
}

    .tabViewCloseButton:hover {
        transition: 0.2s, width 1s;
        transition-duration: 0.1s;
        font-weight: bold;
    }

.emphasiseHeadings {
    font-size: 18px;
    font-weight: 700;
}

.handlerInstruction {
    color: #0068b5;
    font-weight: 700;
}

.sendEmailButtons {
    border: 1px solid lightgrey;
    border-radius: 0.25rem;
}

    .sendEmailButtons:hover {
        cursor: pointer;
        background-color: #dadada;
        transition: 0.5s, width 0.5s;
        transition-duration: 0.2s;
    }

.actionBarHistoryInfoBox {
    width: max-content;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 0.25rem;
    background-color: lightgoldenrodyellow;
    margin-top: 40%;
    margin-left: 35%;
}

.directCreateColour {
    background-color: #dadada !important;
}

.directCreatePadding {
    padding-top: 30px;
    padding-left: 10px;
}

.handlerAlert {
    font-weight: 700;
    color: red;
}

.required {
}

    .required:after {
        content: "*";
        margin-left: 3px;
        color: #ff6961;
    }

.inPageScript {
    font-style: italic;
    font-weight: 700;
    margin-left: 65px;
    font-size: 14px;
    color: black;
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.sendEmailPlane {
}

    .sendEmailPlane:hover {
        transition: 0.2s, width 1s;
        transition-duration: 0.1s;
        font-weight: bold;
        font-size: large;
    }

.emailImportant {
}

    .emailImportant:hover {
        transition: 0.2s, width 1s;
        transition-duration: 0.1s;
        font-weight: bold;
        font-size: large;
    }

.emailAttachment {
}

    .emailAttachment:hover {
        transition: 0.2s, width 1s;
        transition-duration: 0.1s;
        font-weight: bold;
        font-size: large;
    }

.proxWebInputDropDownSearchNewCont {
    padding: 1vh;
    background-color: white;
    width: inherit;
    position: absolute;
    z-index: 100000;
}

.proxWebInputDropDownSearchNewDropdownItems {
    max-height: 35vh;
    overflow: auto;
}
