﻿.sk_sidelinks {
    top: 35px;
}
.sk_sidelinks a.sk_sl_dashboard {
    background: url(images/driverapp_images/sk_sl_dashboard.png) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_dashboard.selected {
        background: #15a163 url(images/driverapp_images/sk_sl_dashboard_ho.png) no-repeat 50% 50%;
    }


.sk_sidelinks a.sk_sl_checklist {
    background: url(images/driverapp_images/sk_sl_checklist.png) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_checklist.selected {
        background: #15a163 url(images/driverapp_images/sk_sl_checklist_ho.png) no-repeat 50% 50%;
    }


.sk_sidelinks a.sk_sl_defect {
    background: url(images/driverapp_images/sk_sl_defect.png) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_defect.selected {
        background: #15a163 url(images/driverapp_images/sk_sl_defect_ho.png) no-repeat 50% 50%;
    }



.sk_sidelinks a.sk_sl_accident {
    background: url(images/driverapp_images/sk_sl_accident.png) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_accident.selected {
        background: #15a163 url(images/driverapp_images/sk_sl_accident_ho.png) no-repeat 50% 50%;
    }


.sk_sidelinks a.sk_sl_chat {
    background: url(images/driverapp_images/sk_sl_chat.png) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_chat.selected {
        background: #15a163 url(images/driverapp_images/sk_sl_chat_ho.png) no-repeat 50% 50%;
    }



.sk_sidelinks a.sk_sl_popout {
    background: url(images/driverapp_images/sk_sl_popout.png) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_popout.selected {
        background: #15a163 url(images/driverapp_images/sk_sl_popout_ho.png) no-repeat 50% 50%;
    }

.sk_sidelinks a.sk_sl_adminuser {
    background: url(images/driverapp_images/Settings.svg) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_adminuser.selected {
        background: #15a163 url(images/driverapp_images/settings-selected.svg) no-repeat 50% 50%;
    }

.sk_sidelinks a.sk_sl_maintenance {
    background: url(images/driverapp_images/sk_sl_settings.png?v=1.0) no-repeat 50% 50%;
}

    .sk_sidelinks a.sk_sl_maintenance.selected {
        background: #15a163 url(images/driverapp_images/sk_sl_settings_ho.png?v=1.0) no-repeat 50% 50%;
    }

.sk_Options a.sk_Preview {
    background: #15a163 url(images/driverapp_images/preview.png) no-repeat 50% 50%;
}

.sk_sidelinks a.popin {
    background: url(images/driverapp_images/popin_ho.png) no-repeat 50% 50% !important;
}

.hdtitle {
    font-size: 20px;
    text-align: left;
    margin: 0px;
    padding: 3px 0 0 0;
    font-weight: bold;
    float: left;
    color: #15a163;
    font-family: Verdana,Arial;
}
.dashboard_hdr {
    width: 98.3%;
    background-color: #e4f2d8;
    height: 30px;
    padding: 7px;
    border-left: solid 5px #15a163;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(204, 204, 204, 0.46);
}
h4.new_hdr_cntnt {
    font-family: Verdana,Arial;
    background-color: #e4f2d8;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px 0 10px 10px !important;
    border-left: solid 5px #15a163;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(204, 204, 204, 0.46);
    color: #15a163;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
    background: #15a163;
    color: #fff;
    border-right: 1px solid #15a163;
    border-bottom: 1px solid #15a163;
}

span.drAppbtn {
    background: url(images/driverapp_images/BtnsApp.png) no-repeat 50% 10%;
    width: 70%;
    height: 10%;
    background-size: contain;
}

span.sk_regtx {
    border: 1px solid #b4b8bc;
    padding: 0px 30px 0px 0px;
    position: relative;
    height: 25px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin-top: -3px;
}

    span.sk_regtx input[type="text"] {
        border: 0px;
        width: 200px;
        padding: 5px 0px 9px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 30px !important;
    }

span.sk_regtx .sk_searchbtn {
    background: #15a163 url(images/driverapp_images/sk_searchbtn.png) no-repeat 50% 50%;
    width: 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.sk_dashboardsearch.sk_gridsearch span.sk_regtx input[type="button"].sk_searchbtn {
    background: #15a163 url(images/driverapp_images/sk_searchbtn.png) no-repeat 50% 50%;
    width: 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.sk_chatdetails ul li h3 {
    margin: 0px;
    padding: 0px;
    color: #15a163;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    word-wrap: break-word;
    max-width: 320px;
}

.sk_chatdetails ul li {
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 10px 10px 55px;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #ece9e9;
    background: url(images/driverapp_images/chaticon.png) no-repeat 95% 48%;
    min-height: 60px;
    cursor: pointer;
}

    .sk_chatdetails ul li:hover {
        background: #fafafa url(images/driverapp_images/chaticon.png) no-repeat 95% 50%;
    }

.chatbox h2 {
    padding: 10px 10px 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    margin: 0px;
    background: #15a163;
    font-family: Verdana, Geneva, sans-serif;
    position: relative;
}

.sk_chatdetails h2 {
    margin: 0px;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
    color: #FFFFFF;
    background: #15a163;
    position: relative;
}

.sk_chatdetails input {
    position: absolute;
    right: 5px;
    top: 4px;
    border: 0px solid rgb(11, 105, 156);
    padding: 7px;
    color: #000;
    font-size: 12px;
    width: 200px;
    background: #fff url(images/driverapp_images/search2.png) no-repeat 100% 50%;
}

table.gridTable th, table.gridTable1 th {
    border: 1px solid #15a163;
    /*border-right: 1px solid #ddd !important;*/
    border-right: 1px solid #ddd !important;
    background: #15a163;
    color: #fff;
    border-right: 1px solid #126796;
    border-bottom: 1px solid #15a163;
    text-align: left;
    font-size: 12px !important;
    font-weight: normal !important;
}

ul.jquery_tab li.ui-tabs-active a {
    border-top: 0px solid #15a163 !important;
    border-bottom: 1px solid #15a163 !important;
    color: #fff !important;
    background: #15a163 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popup-header {
    background: none 0% 0% / auto repeat scroll padding-box border-box #15a163;
}

.driverAppHeading {
    color: #15A163;
}

table.gridTable td {
    color: #333;
}

.ui-tabs .ui-tabs-nav {
    background: white;
}

.drAppheader {
    background-color: #15a163;
    height: 30px;
    font-size: 15px !important;
    color: #fff !important;
    margin-bottom: 5px !important;
    padding-left: 10px;
    padding-top: 10px !important;
}
.chatbox .messagebox a.attachmentlink {
    background: url(images/driverapp_images/attach.png) no-repeat 50% 50%;
    background-size: 25px auto;
    border-radius: 12%;
    -moz-border-radius: 12%;
    -webkit-border-radius: 12%;
    min-height: 25px;
}
.sk_chatpopup h2 {
    color: #15A163;
    margin: 0px;
    padding: 15px 0px 20px 50px;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}
.sk_customcalendar > ul > li input[type="button"]#btnGo {
    margin-top: 14px;
    background: -moz-linear-gradient(top,#34d50b,#0baf1c);
    background: -webkit-linear-gradient(top,#34d50b,#0baf1c);
    border: 0px;
    font-size: 9px; /*12px*/
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    vertical-align: top;
    display: inline-block;
    top: 1px;
}
tr.jqgrow td {
    font-size: 11px;
    color: #333;
}
.clrbtn {
    font-size: 11px;
    margin: 5px 0 0 10px;
    float: right;
    color: #15A163;
    text-decoration: none;
}

    .clrbtn:hover {
        color: #FF0000;
        font-size: 11px;
        text-decoration: underline;
    }

.dashboardaterange > ul > li input[type="button"]#btnGo {
    background: -moz-linear-gradient(top,#34d50b,#0baf1c);
    background: -webkit-linear-gradient(top,#34d50b,#0baf1c);
    border: 0px;
    font-size: 9px; /*12px*/
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    vertical-align: top;
    display: inline-block;
}
.hdng_left {
    float: left;
    margin: 7px 7px 6px 0px;
}

#spnExtUserHeader {
    background: #15A163 !important;
    width: 375px !important;
    color: #FFFFFF;
    padding: 2px 0px 2px 5px;
    display: block;
    border-radius: 4px 4px 0px 0px;
}

.filtersection {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 4px 12px 2px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 7px;
}

    .filtersection span.flt {
        width: 50%;
        padding: 0px 0px 0px 20px;
        font-size: 13px;
        background: url(../../images/driverapp_images/sort.png) no-repeat 0% 50%;
        background-size: 16px auto;
        margin: 0px 0px 0px 10px;
    }

    .filtersection > ul {
        margin: 0px;
        display: flex;
    }

        .filtersection > ul > li {
            list-style: none;
            position: relative;
            padding: 0px 0px 0px 0px;
        }

            .filtersection > ul > li:nth-last-child(1) {
                padding: 0px;
            }

            .filtersection > ul > li > span.sk_searchhd {
                display: block;
                padding: 4px 26px 4px 10px;
                background: url(../../images/driverapp_images/drpdown.png) no-repeat calc(100% - 10px) 50%;
                background-size: 12px auto;
                min-width: 80px;
                text-align: right;
            }

            .filtersection > ul > li span.sk_searchhd:hover {
                background: #e4e4e4 url(../../images/driverapp_images/drpdown.png) no-repeat calc(100% - 10px) 50%;
                background-size: 12px auto;
                border-radius: 5px;
                cursor: pointer;
            }


@media screen and (max-width: 500px) {
    .filtersection {
        display: block;
    }

        .filtersection > ul {
            display: block;
        }

            .filtersection > ul > li > span {
                width: 100%;
            }

        .filtersection span.close {
            top: 10px;
        }
}

.imgExportAll {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    margin-top: 3px;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

    .imgExportAll .spnExport {
        background: url(images/Share_Download.svg) no-repeat 50% 50% !important;
        display: block;
        width: 20px;
        height: 20px;
    }

.filtersection #txtSearch {
    background: none;
    border: 0px;
    outline: none;
    width: 100%;
    font-size: 12px;
}

    .filtersection #txtSearch:focus-visible {
        outline: none;
    }

.clsDelete {
    background: url(images/f_delete.png) no-repeat 50% 50% !important;
    background-size: 10px auto !important;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.notificationConfigure {
    width: 550px;
    min-height: 350px;
}

    .notificationConfigure h2 {
        margin: 0px 0px 10px 0px;
        padding: 10px 0px 10px 0px;
        font-size: 16px;
        border-bottom: 1px solid #DBE3E8;
    }

    .notificationConfigure p.notifications {
        font-size: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0px 0px 5px 0px;
        margin-top: 8px;
    }

    .notificationConfigure p.userSearch {
        margin: 0px 0px 5px 0px;
    }

    .notificationConfigure p.btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0px;
        padding: 10px;
    }

        .notificationConfigure p.btns input[type="button"] {
            background: linear-gradient(top, #34d50b, #0baf1c);
            background: -webkit-linear-gradient(top, #34d50b, #0baf1c);
            border-radius: 5px;
            padding: 5px 10px;
            font-size: 11px;
            color: #FFFFFF;
            font-weight: 600;
            border: 0px;
            text-transform: uppercase;
            cursor: pointer;
        }

    .notificationConfigure h3 {
        font-size: 12px;
        margin: 0px 0px 10px 0px;
        padding: 10px;
        height: auto !important;
    }

    .notificationConfigure ul.clsSelectedUsers {
        margin: 0px;
        padding: 5px;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        min-height: 150px;
        max-height: 150px;
        overflow: auto;
        font-size: 11px;
    }

        .notificationConfigure ul.clsSelectedUsers li {
            list-style: none;
            padding: 3px 10px;
            margin: 0px 0px 4px 0px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            background: rgba(234,244,255,.6);
            border-radius: 5px;
            position: relative;
        }

            .notificationConfigure ul.clsSelectedUsers li.externalUser {
                background: #EEF7FC !important;
                color: #046689 !important;
                text-shadow: #FFFFFF;
            }

            .notificationConfigure ul.clsSelectedUsers li:nth-last-child(1) {
                margin: 0px;
            }

    .notificationConfigure p.userSearch .select2.select2-container {
        width: 100% !important;
        padding: 5px 10px 5px 0px !important;
        font-size: 13px !important;
        margin: 0px !important;
    }

.select2-dropdown.clsDriverSelect .select2-results__options {
    margin: 0px;
    display: block !important;
    overflow-x: hidden !important;
}

    .select2-dropdown.clsDriverSelect .select2-results__options li.select2-results__option {
        padding: 0px !important;
        font-size: 12px !important;
        display: block;
        width: 100%;
        max-width: calc(100% - 10px);
    }

.select2-dropdown.clsDriverSelect .select2-container--default .select2-results__option span {
    padding: 3px 5px !important;
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
}

.select2-container--default .select2-results__option span.externalUser {
    background: #EEF7FC !important;
    color: #046689 !important;
    text-shadow: #FFFFFF;
}

.select2-dropdown.clsDriverSelect .select2-container--default .select2-results__option span input[type="checkbox"] {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
}

.select2-dropdown.clsDriverSelect .select2-results .clsVehicleWrapper {
    padding: 6px 5px !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.clsDriverSelect.select2-dropdown.select2-dropdown--below {
    width: 540px !important;
    position: absolute;
    top: -6px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 24px !important;
}

.select2-container--default .select2-results__option span.clsEmail {
    font-size: 11px !important;
    color: #000000 !important;
    opacity: .6;
}
.lblDriverAppNote {
    font-size: 11px;
    color: red;
}

p.userSearch.clsUser {
    margin: 0px 0px 0px 0px !important;
}

.notificationConfigure h3.clsSelectedUser {
    margin: 0px 0px 0px 0px !important;
}

span.select2.select2-container.select2-container--default p.userSearch.clsUser span.select2.select2-container.select2-container--default {
    padding: 5px 10px 0px 0px !important;
}

p.btns.clsBtnSave {
    display: flex;
    justify-content: space-between !important;
}

ul#selectedList {
    max-width: 527px;
}
