﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #E6E6E6;
    height: 100%;
}

header, footer, nav, section {
    display: block;
}

html, body, #map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    min-width: 400px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.div-path {
    position: absolute;
    left: 10px;
    top: 65px;
    width: 200px;
    float: left;
}

.svg-div {
    position: absolute;
    top: 180px;
    width: 100%;
}

.exp-div {
    position: absolute;
    display: none;
    left: 2%;
    width: 96%;
}

.exp-span {
    text-decoration: underline;
    cursor: pointer;
}

.report-span {
    text-decoration: underline;
    cursor: pointer;
    color: #911;
}

.time-div {
    height: 20px;
    padding-bottom: 25px;
    text-align: center;
}

#exp-div span:hover {
    text-decoration: none;
    color: #8AC007;
}

.dispatch-div {
    position: absolute;
    top: 165px;
    left: 2%;
    width: 96%;
    float: none;
    display: none;
}

.svg-text {
    font-family: Roboto,Arial,sans-serif;
    font-size: 12px;
}

.legend-div {
    position: absolute;
    left: 80%;
    top: 2%;
    margin-bottom: 2%;
    width: 19%;
    float: left;
    border: 2px solid silver;
    display: none;
}

    .legend-div h1 {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 2px;
        padding: 0;
    }

    .legend-div .tag {
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        background-color: #f78da3;
        padding: 3px 5px;
        margin: 0 5px 0 0;
        line-height: 1em;
        border-radius: 3px;
    }

.div-route {
    padding-left: 30px;
    padding-top: 10px;
    width: 38%;
    float: left;
}

.div-vehicle {
    position: absolute;
    padding: 5px 10px;
    top: 10px;
    left: 2%;
    width: 96%;
}

    .div-vehicle .tag {
        width: 110px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        background-color: #4d90fe;
        border: 1px solid #1777b7;
        padding: 3px 2px;
        margin: 0 5px 0 0;
        line-height: 1em;
        border-radius: 3px;
        cursor: pointer;
    }

    .div-vehicle .warn{
        color: #911;
    }

    .div-vehicle label {
        float: right;
        /*border-right: 1px solid #fff;*/
        padding-right: 1px;
        text-align: right;
        cursor: pointer;
    }

.route-input {
    margin-left: 0px;
    font-size: 14px;
    padding: 6px;
    border: none;
    width: 23%;
}

.route-select {
    margin-left: 0px;
    font-size: 14px;
    padding: 2px;
    width: 40%;
}

.route-monitor {
    margin-left: 0px;
    font-size: 14px;
    padding: 2px;
    width: 100%;
}

.div-stop {
    position: absolute;
    left: 6%;
    top: 2%;
    width: 150px;
    float: left;
}

.stop-input {
    margin-left: 0px;
    font-size: 14px;
    padding: 6px;
    border: none;
    width: 100%;
}

.infowindow {
    font-size: 13px;
    width: 180px;
    height: 180px;
}

    .infowindow h1 {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 2px;
        padding: 0;
    }

    .infowindow .tag {
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        background-color: #f78da3;
        padding: 3px 5px;
        margin: 0 5px 0 0;
        line-height: 1em;
        border-radius: 3px;
    }

    .infowindow a.infoservice,
    .infowindow span.infoservice {
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        background-color: #75845c;
        padding: 2px 6px;
        margin: 4px 0 0;
        display: inline-block;
    }

    .infowindow span.infoservice-item {
        width: 50px;
        font-weight: normal;
        font-size: 12px;
        color: #000;
        background-color: #fff;
        padding: 2px 6px;
        margin: 4px 5px 0;
        display: inline-block;
    }

    .infowindow span.infoservice-location {
        width: 60px;
        font-weight: normal;
        font-size: 12px;
        color: #000;
        background-color: #fff;
        padding: 2px 6px;
        margin: 4px 5px 0;
        display: inline-block;
    }

    .infowindow a.infoservice:hover {
        background-color: #7ac000;
        text-decoration: none;
    }

    .infowindow span.infoservice {
        /*color: #999;*/
        background-color: #75845c; /*#ededed;*/
    }

    .infowindow .infostop,
    .infowindow .show-routes {
        white-space: nowrap;
    }

.labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 60px;
    border: 2px solid black;
    white-space: nowrap;
}

circle {
    cursor: pointer;
}

rect {
    cursor: pointer;
}

.close-marker {
    cursor: pointer;
    background-color: #ffff99;
    font-family: Roboto,Arial,sans-serif;
    font-size: 12px;
}

.complete {
    display: none;
}


#legend-div .show-more {
    width: 100%;
    color: #777;
    position: relative;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 2px;
    height: 20px;
    text-align: center;
    background: #f1f1f1;
    cursor: pointer;
}

    #legend-div .show-more:hover {
        color: #1779dd;
    }


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    width: 30%;
    margin-left: 2%;
    background-image: url('images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('validation.png');
}

.button-div {
    position: absolute;
    width: 180px;
    padding-top: 15px;
    display: none;
}

.button-show {
    width: 60px;
}

.dispatch-state {
    position: absolute;
    width: 360px;
    left: 200px;
    vertical-align: middle;
    text-align: center;
    display: none;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background-color: #f78da3;
    padding: 3px 5px;
    margin: 15px 5px 0 0;
    line-height: 1em;
    border-radius: 3px;
    float: left;
}

.text-center {
    text-align: center;
}

tr td {
    text-align: center;
}

.search-div {
    position: absolute;
    display: none;
    margin: auto;
    width: 660px;
    padding: 5px 5px;
    background-color: #8AC007;
    z-index: 10000;
}

.map-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
}

.svg-rect-label {
    font-family: sans-serif;
    font-size: 10px;
    cursor: pointer;
}

.dispatch-map {
    position: absolute;
    left: 600px;
    margin: 15px 5px 0 0;
    display: none;
}

a.mapview {
    font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background-color: #8AC007;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 0.7% 2.0%;
    text-decoration: none;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 5px;
    border: 1px solid #8AC007;
    border-radius: 5px;
    white-space: nowrap;
}

    a.mapview:hover {
        background-color: #ffffff;
        color: #08AC00;
    }

a.export-btn {
    font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background-color: #5cb85c;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    margin-left: 0;
    border: 1px solid #4cae4c;
    border-radius: 5px;
    white-space: nowrap;
}

    a.export-btn:hover {
        background-color: #ffffff;
        color: #08AC00;
    }

.check-box {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.report-div {
    position: absolute;
    top: 0;
    left: 1%;
    width: 98%;
    margin-bottom: 30px;
}

    .report-div h2 {
        font-size: 1.5em;
        margin-top: 0.23em;
        margin-bottom: 0.23em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }

.report-table-div {
    position: absolute;
    top: 0;
    left: 1%;
    width: auto;
    min-width: 98%;
    margin-bottom: 30px;
}

.report-path {
    margin-top: 0.53em;
    margin-bottom: 1.53em;
    border: 1px solid transparent;
    border-color: #4cae4c;
}

.report-title {
    background-color: #8AC007;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    padding: 7px;
}

.report-info {
    margin-left: 10px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.hide_column {
    display: none;
}

table.dataTable thead {
    background-color: #E6E6E6;
    font-size: 12px;
}

table.dataTable tr:nth-child(even) {
    background-color: #E2E4FF;
}

.query-style {
    width: 96px;
    margin-left: 5px;
    border-radius: 4px;
    height: 22px;
    outline: none;
}

.mapview-legend {
    position: absolute;
    bottom: 10px;
    right: 2px;
    width: 200px;
    height: 16px;
    background-color: #dddddd;
    z-index: 10000;
}

    .mapview-legend .legend-show {
        width: 100%;
        height: 16px;
        font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
        background-color: #8AC007;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
    }

        .mapview-legend .legend-show label {
            width: 100%;
            height: 16px;
            font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
            background-color: #8AC007;
            font-weight: bold;
            font-size: 12px;
            cursor: pointer;
        }

#legend-div circle {
    cursor: default;
}

.btn {
    display: inline-block;
    padding: 1px 2px;
    margin-bottom: 0;
    width: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: auto;
}

.btn-ext {
    width: auto;
}

.btn-ext {
    width: 90px;
    height: auto;
    font-size: 12px;
    border-radius: 2px;
    padding: 1px 1px;
}

.btn-clicked {
    background-color: #398439;
}

.btn-report {
    margin-bottom: 7px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.path-info {
    margin-top: 10px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label {
        display: -webkit-inline-box;
        min-height: 20px;
        padding: 10px 10px;
        font-weight: 400;
        cursor: pointer;
    }

    .radio label {
        min-height: 20px;
        padding-left: 10px;
        cursor: pointer;
    }

.select-label {
    cursor: pointer;
}

.report-table {
    border-collapse: collapse;
    font-family: Futura, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #777;
    width: 100%;
}

    .report-table caption {
        font-size: 14px;
        margin: 0.35em auto;
    }

    .report-table th, .report-table td {
        padding: .25em;
    }

    .report-table th, .report-table thead {
        background: #000;
        /*color: #fff;*/
        border: 1px solid #000;
    }

    .report-table tr:nth-child(odd) {
        background: #ccc;
    }

    .report-table td {
        border-right: 1px solid #777;
    }

.title-span {
    color: #0000FF;
}

.remark-input {
    width: 100%;
    margin-right: 7px;
}

.spin-preview {
    position: fixed;
    display: none;
    background: #E6E6E6;
    color: #000;
    float: left;
    width: 320px;
    height: 24px;
    margin-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: right;
    opacity: 1.0;
}

.spin-div {
    position: fixed;
    display: none;
    background: #777;
    color: #fff;
    text-align: center;
    width: 98%;
    height: 100%;
    top: 40px;
}

.path-group {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.stop-element {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-size: 12px;
}

.stop-group {
    position: inherit;
    top: 0px;
    float: left;
    width: 190px;
    margin-left: 10px;
}

.action-div {
    margin-top: 0.2em;
}

.result-div {
    margin-top: .5em;
    border: 1px solid transparent;
    border-color: #bdbdbd;
}

.rp-label {
    margin-left: 20px;
    width: 320px;
}

a.one:link, a.one:visited {
    color: #232323;
}

a.one:hover {
    color: #4cae4c;
}

.link-map {
    cursor: pointer;
}

    .link-map:hover {
        color: #4cae4c;
    }

.login-form {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    background-color: #f7f7f7;
    width: 350px;
    text-align: center;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    -webkit-box-shadow: 11px 11px 7px -7px rgba(166,170,175,1);
    -moz-box-shadow: 11px 11px 7px -7px rgba(166,170,175,1);
    box-shadow: 11px 11px 7px -7px rgba(166,170,175,1);
}

.login-form-header {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 5px;
}

.login-form-submit {
    border: solid 0px #5174aa;
    background-color: #96b4e6;
    color: #fff;
    width: 75%;
    cursor: pointer;
    margin: auto;
    text-align: center;
}

#btnLogin.active {
    pointer-events: auto;
}

    .login-form-submit:hover, .login-form-submit:focus, login-form-submit:active {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.login-input {
    padding: 6px;
    width: 70%;
}

.login-error {
    color: red;
    font-size: 12px;
}

.status-cell {
    border-radius: 5px;
    border: 2px solid #8AC007;
    padding: 5px 10px 5px 10px;
    width: 700px;
    margin-top: 15px;
}

    .status-cell .vehicle {
        font-size: 16px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .status-cell .trigger {
        font-size: 11px;
    }

    .status-cell .trip {
        margin-top: 5px;
        font-family: 'Times New Roman', Times, serif;
    }

    .status-cell .operation {
        width: 100%;
        margin-top: 15px;
        background-color: #BDBDBD;
    }

        .status-cell .operation a {
            width: 90px;
            background: #3498db;
            background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
            background-image: -moz-linear-gradient(top, #3498db, #2980b9);
            background-image: -ms-linear-gradient(top, #3498db, #2980b9);
            background-image: -o-linear-gradient(top, #3498db, #2980b9);
            background-image: linear-gradient(to bottom, #3498db, #2980b9);
            -webkit-border-radius: 1;
            -moz-border-radius: 1;
            border-radius: 1px;
            font-family: Arial;
            color: #ffffff;
            padding: 2px 2px;
            text-decoration: none;
        }

            .status-cell .operation a:hover {
                background: #3cb0fd;
                background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
                background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
                background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
                background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
                background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
                text-decoration: none;
            }

.snooze-filter {
    cursor: pointer;
    overflow: hidden;
}

#filter-div div {
    margin-top: 3px;
}

.status-group {
    position: absolute;
    top: 0px;
    float: left;
    width: 280px;
}

.status-group-title {
    position: relative;
    width: 280px;
    height: 30px;
    z-index: 1000;
}

    .status-group-title div {
        text-align: center;
        font-size: 1.2em;
        color: #fff;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        padding: 5px;
    }

.status-group-title-img {
    width: 30px;
    height: 30px;
    float: left;
}

.front {
    border: 2px solid #858d93;
    border-radius: 10px;
    margin: 5px;
    height: 270px;
    position: relative;
    background-color: #fff;
}

.vehicle-info {
    background-color: #858d93;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    color: #fff;
}

.duty-info {
    padding: 5px;
}

.back {
    border: 2px solid #858d93;
    border-radius: 10px;
    margin: 5px;
    height: 330px;
    position: relative;
    display: none;
    background-color: #fff;
    transform: rotateY(180deg);
}

.item-button-container {
    text-align: center;
    bottom: 3px;
    position: absolute;
    width: 100%;
}

.item-button {
    background-color: #337ab7;
    border-color: #204d74;
    color: white;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    width: 160px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .item-button:hover {
        background-color: #286090;
        border-color: #204d74;
    }

.snooze-reason-title {
    text-align: left;
    margin: 5px;
    font-weight: bold;
}

.snooze-item-span{
    width: 50px;
    color: #000;
    background-color: #fff;
    padding: 2px;
    display: inline-block;
}

.snooze-reason-option {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.snooze-item {
    margin: 3px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.snooze-item-idling {
    padding: 3px;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
}

.snooze-top-header {
    position: fixed;
    background-color: #858d93;
    width: 98%;
    height: 40px;
    z-index: 1000;
}

.snooze-top-header-ul {
    position: relative;
    float: right !important;
}

    .snooze-top-header-ul ul {
        list-style: disc;
    }

        .snooze-top-header-ul ul li {
            display: inline-block;
            margin: 0 0 0 0;
            padding: 0;
        }

            .snooze-top-header-ul ul li a {
                padding: 2px 5px;
                font-size: 14px;
                font-weight: bold;
                line-height: 1.3;
                text-decoration: none;
                color: #563d7c;
                -webkit-transition: background, 0.15s, ease;
                -moz-transition: background, 0.15s, ease;
                -ms-transition: background, 0.15s, ease;
                -o-transition: background, 0.15s, ease;
            }

.snooze-type-header {
    position: relative;
    left: 10%;
    float: left;
    height: 40px;
}

    .snooze-type-header ul {
        list-style: disc;
    }

        .snooze-type-header ul li {
            display: inline-block;
            margin: 0 0 0 0;
            padding: 0;
        }

            .snooze-type-header ul li.youarehere a, .snooze-type-header ul li a:hover {
                color: #fff;
                background: #5cb85c;
                font-size: 16px;
            }

            .snooze-type-header ul li a {
                padding: 4px 10px 5px;
                font-size: 14px;
                font-weight: bold;
                line-height: 1.3;
                text-decoration: none;
                -webkit-transition: background, 0.15s, ease;
                -moz-transition: background, 0.15s, ease;
                -ms-transition: background, 0.15s, ease;
                -o-transition: background, 0.15s, ease;
            }

.tabs-div {
    position: absolute;
    left: 10%;
    top: 42px;
}

.snooze-options-title {
    background-color: #858d93;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    color: #fff;
}

.snooze-options-title-close {
    float: right;
    cursor: pointer;
}

    .snooze-options-title-close:hover {
        border-color: #fff;
    }

.vertical-rule {
    display: inline;
    height: 100%;
    width: 1px;
    border: 1px inset;
    margin: 1px;
}

.icon-image {
    width: 16px;
    height: 16px;
}

#ck-button {
    overflow: auto;
    float: left;
}

    #ck-button label {
        margin-right: 1px;
        float: left;
        width: 1.3em;
        border: 1px solid #D0D0D0;
        border-radius: 2px;
        cursor: pointer;
    }

        #ck-button label span {
            text-align: center;
            padding: 2px 0px;
            display: block;
        }

        #ck-button label input {
            position: relative;
            top: 0px;
            z-index: 9999;
        }

    #ck-button input:checked + span {
        background-color: #449d44;
        color: #fff;
    }

.error-msg {
    color: #911;
    font-size: 10pt;
}

.replacement-tip {
    display: none;
    color: #911;
    font-size: 10pt;
}

.override-label {
    cursor: pointer;
    font-size: 9pt;
}

.select-button {
    display: none;
    font-size: 8pt;
}

    .select-button button {
        width: auto;
        margin-right: 7px;
        border-radius: 3px;
        padding: 1px 1px;
    }

.snooze-vehicle-span {
    display: inline-block;
    width: 80px;
    cursor: pointer;
}

.status-info {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 180px;
    height: 100px;
    background-color: #FFF;
    border: 1px solid;
    border-color: #911;
}

.trip-table{
    margin-top: 10px;
}

.trip-table-vehicle{
    text-align: left;
    color: #911;
}

.no-item{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.snooze-item-address{
    cursor: pointer;
}


.conflict-row{
    background-color: #f78da3;
}

.warn-info {
    font-weight: bold;
    font-size: 16px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #bb1d1d;
    padding-right: 12px;
    word-break: break-word;
}

.eta-warn-info {
    font-weight: bold;
    font-size: 36px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #bb1d1d;
    padding-right: 12px;
    word-break: break-word;
}

.warning-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}