﻿body {
}

.btndefault {
    font-family: Calibri;
    background-color: #486BA4;
    color: white;
    font-size: 12pt;
    height: 34px;
    width: 100px;
}

.rndborders {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mobileButton {
    display: inline;
}

h2 {
    font-size: 22px;
}

.pagetitle {
    margin-bottom: 20px;
}

/*--- account links - top of th epage --- */
.account-container {
    background-color: #1a4876;
    padding: 5px;
    height: 30px;
    text-align: right;
    color: #4188cf;
}

    .account-container a {
        color: #f9b015;
    }



/*--- navigation bar with logo and links --- */

.nav-container {
    background-color: #366092;
    padding: 10px;
}

/*--- mobile nav settings---*/

#mm-pcsnav {
    z-index: 99;
}

.mobile-nav-container {
    background-color: #3e71aa;
}

.visible-xs > a > .image-mobile {
    float: right;
    width: 8rem;
    margin-top: 1.5rem;
    margin-right: 1.2rem;
}

.visible-xs > .image-mobile {
    width: 10rem;
    margin: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.mm-menu {
    background-color: #2c5688;
}

.mm-list > li > a:hover {
    background-color: #224876;
}


/*----------Navigation-----------*/

.pcsnav {
    /*width:790px;*/
}

.nav {
    float: right;
}

.mainnav-item {
    text-align: center;
}

.logo {
    border-right: 1px solid #346295;
    text-align: center;
    text-align: left;
    padding: 20px 0px;
    float: left;
}

    .logo a {
        display: block;
    }


.nav-container ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 16px;
}

.nav-container .mainnav-item {
    display: block;
    float: left;
}

    .nav-container .mainnav-item > a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px 0px 15px;
        position: relative;
        width: 110px;
        font-size: 10px;
    }


    .nav-container .mainnav-item:hover > a {
        background-color: #28578a;
        color: #a2abb8;
    }

        .nav-container .mainnav-item:hover > a:before {
            position: absolute;
            content: '';
            /*bottom: -10px;*/
            left: 50%;
            /*margin-left: -5px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #28578a;*/
            border-bottom: none;
            z-index: 999;
        }

/*ATM Dropdown Menu*/
.nav ul {
    text-align: left;
    background-color: #28578a;
    list-style: none;
    position: absolute;
    margin-top: 0px;
    padding: 10px 4px 10px 10px;
    left: -9999px; /*hidden off-screen when not needed (this is more accessible than display: none;) */
    z-index: 9999;
}

    .nav ul li {
        padding-top: 1px;
        float: none;
    }

    .nav ul a {
        display: inline-block;
        padding: 1.4rem 1.8rem;
        line-height: 1.2rem;
        color: #FFF;
        transition: .2s ease-out;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.05);
        border-top: 1px solid rgba(255,255,255,.1);
    }

.nav li:hover ul { /* Display the dropdown on hover */
    left: 0;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170%;
}

.nav li:hover a {
    text-decoration: underline;
}

.nav li:hover ul a {
    text-decoration: none;
}

.nav li:hover ul li a:hover { /*what happens when you hover each individual link. */
    background: #07274a;
    padding-left: 1.1rem;
}


.atm-img {
    width: 39px;
    margin-top: 1px;
    margin-bottom: 1px;
}

/*----- footer ----*/

.footer {
    color: #828282;
    background: #363636;
    height: 38px;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
}


.footer-content {
    padding-top: 10px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

/*---- jumbotron---*/
.jumbotron {
    background-color: #07274a;
    color: #cdcecf;
    background-image: url("/SupportSite/images/ss-home-bg.jpg");
    background-repeat: no-repeat;
    background-position: right;
    text-shadow: 1px 1px 8px #07274a;
}

    .jumbotron h1 {
        color: #fff;
    }

    .jumbotron h1 {
        color: #fff;
    }

/*--downloads--*/
.installed {
    margin-top: 20px;
}

/*background-image:url("/images/home-bg-40.png");*/

@media screen and (max-width: 1200px) {
    .logo-mobile img {
        width: 125px;
    }

    .jumbotron {
        background-image: url("/SupportSite/images/ss-home-bg-40.png");
    }
}


@media screen and (max-width: 990px) {


    .nav-container .mainnav-item > a {
        width: 70px;
    }
}

@media screen and (max-width: 768px) {
    .jumbotron {
        background-image: none;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron h1 {
        font-size: 42px;
    }
}

/* ATM */

.direction {
    font-weight: 700;
}

.k-turn-nav table {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

    .k-turn-nav table > tbody > tr > td {
        border-bottom: 1px solid #ccc;
        vertical-align: top;
    }

        .k-turn-nav table > tbody > tr > td:last-child {
            text-align: right;
            white-space: nowrap;
        }

    .k-turn-nav table .k-arrive {
        background-color: #aef7ff;
    }

.k-stop-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.k-stop-header {
    color: sienna;
    border-bottom: 1px solid #ccc;
}

.tbl-stop {
    width: 100%;
}

    .tbl-stop td {
        vertical-align: top;
    }

#sidebar-wrapper {
    position: relative;
    box-shadow: 4px 0 5px -2px #888;
    z-index: 99;
    background-color: #fff;
}

.k-toggle > i {
    margin-top: 10px;
    margin-left: 4px;
}

.k-toggle {
    position: absolute;
    top: 15px;
    left: 413px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 25px;
    height: 40px;
    z-index: 9999;
    display: none;
    width: 23px;
    cursor: pointer;
    background: rgba(255,255,255,0.9) 7px center/7px 10px no-repeat;
    border-left: 1px solid #D4D4D4;
}



.k-search-container {
    border-bottom: 1px solid #ccc;
}

.k-search {
    margin: 5px 5px;
    /*border: 0.5px solid #ccc;*/
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

    .k-search input {
        width: calc(100% - 55px);
        float: left;
        border: none;
        font-size: 14px !important;
        padding: .375rem .35rem;
    }

    .k-search .input-group-btn {
        float: left;
    }

.k-container {
    position: relative;
}


#detail {
    position: absolute;
    top: 1%;
    left: 1%;
}

.side-bar-searchbox {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 20;
    border-radius: 10px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 -1px 0px rgb(0 0 0 / 2%);
}

    .side-bar-searchbox .header {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 0px 0px 20px 20px;
        padding: 2px;
    }

::placeholder {
    color: silver;
    opacity: 0.7;
}

.side-Trucker-box {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 55px;
    left: 6px;
    z-index: 10;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.10);
}

    .side-Trucker-box .header {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 0px 0px 10px 10px;
        padding: 2px;
    }

.traker-bar {
    display: flex;
    align-items: center;
    margin: 0px 20px;
    border-radius: 5px;
    width: 100%;
}

.Trucker-details {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.54);
    padding: 15px;
    padding-left: 25px;
    font-weight: 500;
    font-size: 14px;
}

.traker-bar:hover .Trucker-details {
    text-decoration: none;
    color: black;
    font-weight: 500;
    cursor: pointer;
}

#show-bar {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
}

.traker-bar:hover #show-bar {
    text-decoration: none;
    color: black;
    font-weight: 500;
    cursor: pointer;
}

.side-Trucker-menu {
    display: none;
    width: 400px;
    margin: auto;
    position: absolute;
    top: 61px;
    left: 6px;
    z-index: 14;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.10);
}

    .side-Trucker-menu .header {
        z-index: 14;
        background-color: #fff;
        border-radius: 0px 0px 10px 10px;
    }


.button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 10px;
}

    .button-box button {
        background-color: #fff;
        border-radius: 36px;
        height: 36px;
        cursor: inherit;
        justify-content: center;
        padding: 0px 16px 0px 12px;
        border: 1px solid #dadce0;
        box-shadow: 0 1px 6px rgb(60 64 67 / 28%);
        cursor: pointer;
    }



.legend {
    cursor: pointer;
    border-radius: 7px;
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: white;
    width: 160px;
    right: 0;
    margin-right: 5px;
    top: 0.5%;
    z-index: 99999999999;
    box-shadow: 0 10px 20px rgb(0 0 0 / 37%);
}

.legendicon {
    width: 25px;
    margin-left: 15px;
    margin-top: 3px;
    cursor: pointer;
}

.legendbutton {
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: white;
    width: 50px;
    height: 35px;
    right: 0;
    margin-right: 5px;
    top: 0;
    z-index: 99999999999;
    box-shadow: 0 10px 20px rgb(0 0 0 / 37%);
}

.load-box {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 8px;
}

    .load-box h1 {
        font-size: 12px;
        margin-left: 10px;
        margin-bottom: 0px;
    }

.legend-box {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 5px;
}

    .legend-box h1 {
        font-size: 12px;
        margin-left: 11px;
        margin-bottom: 0px;
    }

.legend-marker-avail {
    background-color: #FF8F00 !important;
    border: none;
    width: 8px;
    height: 8px;
}

.legend-marker-dropped, .legend-marker-dropUnload {
    background-color: #12b3fa !important;
    border: none;
    width: 8px;
    height: 8px;
}

.legend-marker-ontime {
    border: none;
    background-color: #00CB47 !important;
    width: 8px;
    height: 8px;
}

.legend-marker-late {
    border: none;
    background-color: #FF0E18 !important;
    width: 8px;
    height: 8px;
}


button:hover {
    text-decoration: none;
    border-color: #DADCE0;
    background-color: #F1F3F4;
}

button:focus {
    outline: none;
}

.here-marker-container {
    position: relative;
}


.here-marker {
    border-radius: 50%;
    border: 1px solid black;
    background-color: black;
    width: 10px;
    height: 10px;
}

.here-marker-running {
    border-radius: 50%;
    border: 1px solid #277707 !important;
    background-color: #277707 !important;
    width: 10px;
    height: 10px;
}

.here-marker-stop {
    border-radius: 50%;
    border: 1px solid #1083f9 !important;
    background-color: #1083f9 !important;
    width: 10px;
    height: 10px;
}

.Full-load-legend {
    border-radius: 50%;
    background: transparent;
    border: 2px solid #00CB47;
    width: 13px;
    height: 13px;
}

.Partial-load-legend {
    border-radius: 50%;
    background: transparent;
    border: 2px dotted #00CB47;
    width: 13px;
    height: 13px;
}



.Full-load-late {
    position: absolute;
    top: -8.9px;
    left: -8.9px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid red;
    width: 18px;
    height: 18px;
    box-shadow: 0px 0px 2px #8080804a;
}

.Partial-load-late {
    position: absolute;
    top: -8.9px;
    left: -8.9px;
    border-radius: 50%;
    background: transparent;
    border: 2px dotted red;
    width: 18px;
    height: 18px;
    box-shadow: 0px 0px 2px #8080804a;
}

.Full-load-ontime {
    position: absolute;
    top: -8.9px;
    left: -8.9px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #00CB47;
    width: 18px;
    height: 18px;
    box-shadow: 0px 0px 2px #8080804a;
}

.Partial-load-ontime {
    position: absolute;
    top: -8.9px;
    left: -8.9px;
    border-radius: 50%;
    background: transparent;
    border: 2px dotted #00CB47;
    width: 18px;
    height: 18px;
    box-shadow: 0px 0px 2px #8080804a;
}




.here-marker-status-running {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



.here-marker-avail {
    border-radius: 50%;
    border: 0.5px solid #FFF !important;
    background-color: #FF8F00 !important;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    box-shadow: 0px 0px 3px grey;
}

.here-marker-dropped {
    border-radius: 50%;
    border: 1px solid #FFF !important;
    background-color: #12b3fa !important;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    box-shadow: 0px 0px 3px grey;
}

.here-marker-dropUnload {
    border-radius: 50%;
    border: 1px solid #FFF !important;
    background-color: #12b3fa !important;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    box-shadow: 0px 0px 3px grey;
}

.here-marker-late {
    border-radius: 50%;
    border: 0.5px solid #FFF !important;
    background-color: #FF0E18 !important;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    box-shadow: 0px 0px 3px grey;
}

.here-marker-ontime {
    border-radius: 50%;
    border: 0.5px solid #FFF !important;
    background-color: #00CB47 !important;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    box-shadow: 0px 0px 3px grey;
}

.here-trucknumber {
    border-radius: 2px;
    cursor: pointer;
    background-color: #585151;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-left: -2px;
    margin-top: 6.5px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}

.here-trucknumber-stop {
    border-radius: 2px;
    background-color: #1083f9;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-left: -2px;
    margin-top: 6.5px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}

.here-trucknumber-avail {
    border-radius: 2px;
    background-color: #f99210;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-left: -2px;
    margin-top: 2.5px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}

.here-trucknumber-dropped {
    border-radius: 2px;
    background-color: #12b3fa;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-top: 3px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}

.here-trucknumber-dropUnload {
    border-radius: 2px;
    background-color: #12b3fa;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-top: 3px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}

.here-trucknumber-late {
    border-radius: 2px;
    background-color: #fa151f;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-left: -2px;
    margin-top: 6.5px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}


.here-trucknumber-ontime {
    border-radius: 2px;
    background-color: #09cd4d;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-left: -2px;
    margin-top: 6.5px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}

.here-trucknumber-running {
    border-radius: 2px;
    background-color: #2e8f07 !important;
    font-size: 12px;
    color: #fff;
    padding: 0px 4px;
    margin-left: -2px;
    margin-top: 6.5px;
    left: calc(50%-5px);
    transform: translate(calc(-50% + 2px),0);
}

/*Respensive*/
@media screen and (max-width: 1600px) {


    .Full-load-late {
        top: -8.9px;
        left: -8.9px;
    }

    .Partial-load-late {
        top: -8.9px;
        left: -8.9px;
    }

    .Full-load-ontime {
        top: -8.9px;
        left: -8.9px;
    }

    .Partial-load-ontime {
        top: -8.9px;
        left: -8.9px;
    }
}

@media screen and (max-width: 500px) {

    .k-toggle {
        border: inherit;
        left: 96%;
        border-left: inherit;
    }

    .side-Trucker-menu {
        width: 100%;
        left: 1px;
        top: 57px;
    }

    .side-Trucker-box {
        left: 1px;
        width: 100%;
    }

    .side-bar-searchbox {
        left: 1px;
        width: 100%;
    }

    .Trucker-details {
        font-size: 11px;
        padding-left: 20px;
    }

    .k-search input {
        font-size: 11px !important;
        padding: 5px !important;
    }

    .k-search {
        margin: 5px 0px;
    }

    .traker-bar {
        margin: 0px 5px;
    }

    .k-toggle > i {
        font-size: 14px;
        margin-top: 10px;
        margin-left: 2px;
    }


    .k-toggle {
        width: 15px;
    }

    .btn {
        padding: inherit
    }
}

.k-pnl-detail {
    /*height: 100vh;
            width: 400px;
            background-color: #fff;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;*/
    z-index: 99999;
    background-color: #fff;
}

.k-truck-detail {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 0px 10px;
    cursor: pointer;
}

    .k-truck-detail:hover {
        background-color: #f4faf3;
    }

    .k-truck-detail .k-truck {
        font-size: 17px;
        color: #222222;
        float: left;
    }

    .k-truck-detail .k-truck-status {
        margin-left: 3px;
    }

    .k-truck-detail .k-status {
        float: right;
    }

        .k-truck-detail .k-status div {
            float: left;
        }

    .k-truck-detail .k-posstatus-avail {
        color: #fff;
        background-color: #FF8F00;
        font-size: 11px;
        border-radius: 3px;
        padding: 1px 4px;
        margin-top: 8px;
    }

    .k-truck-detail .k-posstatus-ontime {
        color: #fff;
        background-color: #00CB47;
        font-size: 11px;
        border-radius: 3px;
        padding: 1px 4px;
        margin-top: 8px;
    }

    .k-truck-detail .k-posstatus-late {
        color: #fff;
        background-color: #FF0E18;
        font-size: 11px;
        border-radius: 3px;
        padding: 1px 4px;
        margin-top: 8px;
    }

    .k-truck-detail .k-posstatus-dropped {
        color: #fff;
        background-color: #12b3fa;
        font-size: 11px;
        border-radius: 3px;
        padding: 1px 4px;
        margin-top: 8px;
    }

    .k-truck-detail .k-posstatus-dropUnload {
        color: #fff;
        background-color: #12b3fa;
        font-size: 11px;
        border-radius: 3px;
        padding: 1px 4px;
        margin-top: 8px;
    }

    .k-truck-detail .k-truck-status-running {
        color: #fff;
        background-color: #277707;
        font-size: 11px;
        border-radius: 3px;
        padding: 1px 4px;
        margin-top: 8px;
    }

.k-drivers {
    clear: both;
}

.k-driver {
    width: 50%;
    float: left;
    font-size: 13px;
}

.k-codriver {
    width: 50%;
    float: left;
    font-size: 13px;
}

.k-bubble {
    min-width: 250px;
    margin-top: 25px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -5px;
}

    .k-bubble > div {
        border-bottom: 1px solid #eaeaea !important;
    }

        .k-bubble > div > .k-header {
            float: left;
            min-width: 50px;
            color: #4f6672;
            font-weight: bold;
        }

        .k-bubble > div > .k-data {
            float: right;
            text-align: right;
            text-transform: capitalize;
        }

    .k-bubble .k-truck-status-running {
        color: #277707;
    }

.chart-text {
    font-family: "12px/1.5 Helvetica Neue", Arial, Helvetica, sans-serif;
    fill: #000;
    -moz-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
}

.chart-number {
    font-size: 0.6em;
    line-height: 1;
    text-anchor: middle;
    -moz-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
}


@media screen and (max-width: 1366px) {

    .legendbutton {
        bottom: 6px;
        left: 5px;
        right: inherit;
        top: inherit;
    }

    .legend {
        bottom: 6px;
        left: 5px;
        right: inherit;
        top: inherit;
    }
}

.btn-options, .btn-search {
    padding: .325rem .35rem;
}

.k-search-option {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 61px;
    left: 6px;
    z-index: 18;
    background-color: #fff;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
    border-radius: 0px 0px 10px 10px;
}

    .k-search-option legend {
        width: unset;
        font-size: 1.1em;
        padding: 0px 5px;
        display: block;
        color: #0643f9;
        font-size: 0.85em;
    }

    .k-search-option fieldset {
        border-width: 1px;
        border-color: #ccc;
        margin: 5px 10px;
        border-radius: 3px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        border-style: solid;
    }

    .k-search-option .k-search-option-item label {
        margin-left: 5px;
        margin-bottom: 0px;
        display: inline-block;
    }

    .k-search-option table {
        width: 100%;
    }

        .k-search-option table td {
            padding-left: 2px;
            padding-right: 2px;
        }

            .k-search-option table td .badge {
                float: right;
                color: #fff;
            }

            .k-search-option table td .k-option-avail {
                background-color: #f99210;
            }

            .k-search-option table td .k-option-drop {
                background-color: #12b3fa;
            }

            .k-search-option table td .k-option-late {
                background-color: #fa151f;
            }

            .k-search-option table td .k-option-ontime {
                background-color: #09cd4d;
            }

            .k-search-option table td .k-option-trailer {
                background-color: rgba(114, 111, 111, 0.54);
            }

            .k-search-option table td .k-option-truck {
                background-color: rgba(114, 111, 111, 0.54);
            }

.k-detail-header {
    margin-top: 10px;
    border-bottom: 0px !important;
    font-weight: bold;
}

.k-detail-margin-header {
    margin-left: -5px;
    margin-right: -5px;
}

.no-active-load {
    text-align: center !important;
    margin: 0 auto;
    border-bottom: none !important;
    font-weight: bold;
}
