@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

a {
    color: #5bb75b;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

input {
    border-radius: 20px !important;
}

select {
    border-radius: 20px !important;
}

input:focus {
    border: thin solid black !important;
}

    input:active {
        border: thin solid black !important;
    }


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.access.container {
    background-color: white;
    max-width: 600px;
}

body {
    color: #808080;
    margin-top: 85px;
    padding-top: 20px;
    margin-bottom: 100px;
    margin-left: 50px;
    padding-bottom: 20px;
    transition: .5s;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.semi-bold {
    font-weight: 600;
}

header {
    position: fixed;
    height: 85px;
    border-bottom: 3px solid #808080;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    padding-left: 50px;
    color: #a3a3a3;
}

    header .logo {
        position: absolute;
        top: 12px;
        left: 50px;
        height: 60px;
    }

    header .info {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 12px;
        text-align: right;
    }

        header .info .user {
            margin-bottom: 5px;
            color: #5bb75b;
        }

        header .info a {
            color: #808080;
            font-weight: 600;
        }

        header .info .user a {
            color: #5bb75b;
            font-weight: 400;
        }

nav.side {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #5bb75b;
    overflow-x: hidden;
    transition: .5s;
    padding: 0;
    overflow-y: hidden;
    z-index: 900;
    padding-top: 85px;
    padding-bottom: 100px;
}

    nav.side ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        text-align: left;
    }

        nav.side ul li {
            display: block;
            height: 50px;
            margin: 0;
            padding: 0;
            line-height: 50px;
            font-size: 16px;
            width: 250px;
        }

.nav_icon {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    font-size: 26px !important;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

    .nav_icon.menu {
        color: #fff;
    }

nav.side a {
    color: #fff;
    line-height: 50px;
    user-select: none;
    display: block;
    position: relative;
}

    nav.side a span {
        display: inline-block;
        vertical-align: top;
    }

footer {
    font-size: 12px;
    display: grid;
    position: fixed;
    height: 100px;
    border-top: 3px solid white;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #e6e7e8;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 75px 25px;
}

    footer > .upper {
        grid-row: 1;
        grid-column: 2;
        padding: 10px 50px;
        color: black;
    }

    footer .upper-left-margin {
        grid-row: 1;
        grid-column: 1;
        background-color: #a3a5a9;
    }

    footer > .lower {
        grid-row: 2;
        grid-column: 2;
        background-color: black;
        color: white;
        vertical-align: middle;
        line-height: 22px;
        padding: 0px 50px;
    }

    footer .lower-left-margin {
        grid-row: 2;
        grid-column: 1;
        background-color: #808080;
    }

    footer .upper .logo {
        position: absolute;
        top: 20px;
        right: 20px;
        height: 36px;
    }

a {
    text-decoration: none;
}

h1 {
    color: #5bb75b;
    font-size: 30px;
    font-weight: 600;
    width:100%;
    text-align:center;
}

h2 {
    color: #5bb75b;
    font-size: 20px;
    font-weight: 600;
}




    .container {
        min-height: 500px;
        padding-left:20px !important;
    }

.nav-link {
    color: #5bb75b;
}

.nav_icon img {
    height:25px;
}
.nav_icon.menu img
{
    width:23px;
}

.nav-link:hover {
    color: #418741;
}

.btn-info {
    background: #1b75bb;
    outline: #1b75bb;
    border: #1b75bb;
    padding: 5px  !important;
}
.badge {
    padding:4px;
}
.btn-danger {
    background: #e91f27 !important;
    border-color: #e91f27 !important;
}

.btn-info:hover {
    background: #1b75bb;
    color: white;
}

    .nav-link.active {
        background: #5bb75b !important;
    }

    .btn-primary {
        background-color: #1b75bb !important;
        outline: #1b75bb;
        border: #1b75bb;
        --bs-btn-bg: #1b75bb !important;
    }

        .btn-primary:hover {
            background: #1b75bb;
        }

        .btn-primary:active {
            background: #2e6a2e !important;
            outline: none;
            box-shadow: #2e6a2e !important;
            border: none !important;
        }

            .btn-primary:active:focus {
                box-shadow: #2e6a2e !important;
                box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2e6a2e;
            }

    .btn:focus-visible {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2e6a2e !important;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2e6a2e !important;
    }
.bg-secondary {
    background:#808080;
}

btn:first-child:active:focus-visible {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2e6a2e;
}

    .btn-secondary:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2e6a2e;
    }

    .btn-secondary:active:focus {
        box-shadow: #2e6a2e !important;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2e6a2e;
    }

.sectionHeadContainer{
    position:relative;

}
.sectionHeadArrow {
    position:absolute;
    top:0px;
    left:-18px;
}
    .sectionHeadArrow img {
        width: 12px;
    }
    .sectionHeadTitle {
        color: #5bb75b;
        font-weight: 600;
        margin-bottom:10px
    }
/*    datalist tables styles*/
.dt-paging-button.current {
    border-radius: 30px !important;
}



    

    .dt-container .dt-layout-row:first-child {
        background: #808080;
        padding: 10px;
        color: white;
    }

    div.dt-container .dt-search input {
        background: white !important;
        color: #808080 !important;
        outline: none;
    }

    .table > :not(caption) > * > * {
        color: #808080 !important;
    }

    div.dt-container .dt-paging .dt-paging-button:hover {
        background: #5bb75b;
        border-radius: 20px;
        border: 1px solid white;
    }
    /*    END datalist tables styles*/
    /*form styles*/
    .form-control {
        background: white;
    }

        .form-control:focus {
            /*outline: none !important;
        border: none !important;*/
            box-shadow: #5bb75b !important;
        }

        .form-control:focus {
            outline: none;
            box-shadow: none !important;
        }

    .form-check-input:checked {
        background: #5bb75b !important;
        border-color: #5bb75b !important;
    }

    .form-check-input {
        box-shadow: none !important;
        border: thin solid #808080;
    }

.dt-length select {
    margin-right: 10px;
    background-color: white !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    color: #808080 !important;
    border: none !important;
    background-repeat: no-repeat !important;
    background-image: url("/img/down-green-arrow.svg") !important;
    background-size: 30% !important;
    background-position: center right 5px !important;
    padding-right: 5px !important;
}

.selectListContainer select {
    margin-right: 10px;
    background-color: white !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    color: #808080 !important;
    background-repeat: no-repeat !important;
    background-image: url("/img/down-green-arrow.svg") !important;
    background-size: 17px !important;
    background-position: center right 5px !important;
    padding: 5px !important;
    padding-right: 30px !important;
    border: thin solid #808080;
}

.dt-input {
    min-width: 50px;
}

.form-control{
    color:#808080;
}

textarea {
    color: #808080 !important;
    border-radius: 20px !important;
}
    /*end form styles*/

    /*filters styling*/
.filtersContainer {
    padding:10px;
    background:#f2f1f2;
}
.submitFilter {
    display: block !important;
    border-radius: 5px !important;
    font-size: 0.75em;
    color: white;
    border: none;
    background: #1b75bb;
    padding: 2px 5px 3px 5px;
    font-weight: 700;
}
.submitFilter:focus {
    border:none !important;
    outline:none;
}
    .submitFilter:active {
        border: none !important;
        outline: none;
    }
    /* end filters styling*/

    .form-control {
        border:thin solid #808080;
    }

.titleRow {
    color: white;
    background: #808080;
    padding: 10px;
    width: 100%;
    margin-left: 0px;
}
.yellowSelectListContainer select {
    margin-right: 10px;
    background-color: #f9c315 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    color: white !important;
    background-repeat: no-repeat !important;
    background-image: url("/img/down-white-arrow.svg") !important;
    background-size: 17px !important;
    background-position: center right 5px !important;
    padding: 5px !important;
    padding-right: 30px !important;
    border: thin solid #808080;
}
.countWhitePill {
    display:inline-block;
    background:white;
    color: #808080;
    width:40px;
    text-align:center;
    border-radius:15px;
    padding:5px;
}
.formGroup {
    background:#f2f1f2;
    padding:10px;
    position:relative;
}

.runnerFirstRowSelect {
    display: inline;
}

.selectInJob {
    width:100%;
}

.runnerVehicle {
    padding-right:45px;
    position:relative;
}
.runnerVehicleColor {
    position:absolute;
    width:30px;
    border-radius:15px;
    top:0px;
    right:8px;
    height:30px;
}

.addButton {
    border:none;
    background:#f2f1f2;
    cursor:pointer;
}
.addIcon {
    width:20px;
}

.formSubheading {
    font-weight:600;
}

.helperContainer{
    padding-right:47px;
    position:relative;
}
.deleteCross {
    position: absolute;
    top: -1px;
    right: 6px;
    width: 30px;
    cursor:pointer;
}
    .deleteCross img {
        width: 100%;
    }
.helperLabel {
    padding-top:5px;
}
.addHelperButton {
}

.jobSaveBtn, .jobSaveBtn:focus, .jobSaveBtn:active {
    background: #5bb75b;
    color: white;
    border: none !important;
    outline: none !important;
}

.jobSaveBtn {
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 80px;
}

.sendToDriver {
    position: absolute;
    bottom: -10px;
    right: 100px;
    width: 100px;
}

.uploadSaveBtn, .uploadSaveBtn:focus, .uploadSaveBtn:active {
    background: #5bb75b;
    color: white;
    border: none !important;
    outline: none !important;
    width: 130px;
    margin-left: -10px;
}

.jobDocDelete img {
    width:20px;
    cursor:pointer;
}
.jobDocDelete {
    cursor: pointer;
}

.documentSendApp {
    width: 18px;
    height: 18px;
}

.filesTable{

}

#sortable div {
    cursor:grab;
}

#sortable div:focus {
    background-color:black;
    cursor: grab;
}
    #sortable div:active {
        background-color: blue;
        cursor: grab;
    }

    .ui-sotrable-placeholder {
        background:pink !important;
    }
    .radioButton {
        height:20px;
        width:20px;
    }
.radioLabel {
    padding-top: 5px;
    display: inline-block;
}

.floatingSelect {
    width: auto;
    display: inline;
}
.form-check-input{
    height:20px;
    width:20px;
}

.openJobItemModal {
    cursor:pointer;
}

.topJobReference {
    width: 250px;
    display: inline;
}

.radioLabel {
    padding-top: 5px !important;
    display: inline-block;
}

.driverVehicleDropDown {
    padding-right: 47px;
    position: relative;
}

.deleteVehicleCross {
    position: absolute;
    top: -1px;
    right: 6px;
    width: 30px;
    cursor: pointer;
}

.greenJobHeading{
    color:#5bb75b;
}

.filterPanel {
    background:#f2f1f2;
    padding:10px;
}

.submitCalendarFilter {
    width:100px;
    margin-left:10px;
}

.modal-header {
    position:relative;
}

.modal-status {
    /*position: absolute;
    top: 15px;
    right: 80px;*/
    font-size: 12px;
    text-align: right;
    color: #f9c315;
    font-weight:500;
}


.expandIcon img {
    width: 12px;
    cursor: pointer;
}

.trafficLightContainer {
    position:relative;
}

    .trafficLightContainer img {
        width: 12px;
        position: absolute;
        top: 12px;
        left: -18px;
    }

.redText {
    color: #e91f27;
}

.jobItemContainer {
    position:relative;
}

    .jobItemContainer img {
        width: 12px;
        position: absolute;
        top: 9px;
        left: -18px;
    }


.NudgeLabelDown {
    padding-top: 5px;
}

.titleGrid {
    display: flex;
    grid-template-columns: 200px auto auto;
    
}
#transportClientId {
    width:auto;
}
.grid-item {
    border: thin solid pink;
}