﻿/*html,
body {
    height: 100%;
}*/

/*body {
    padding-top: 65px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}*/

.site-font {
    font-family: 'Roboto';
}

.body-content:not(.container-fluid) {
    margin-top: 1.5rem;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bg-primary {
    background-color: #325d88 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 82%);
}

.list-group-item-action {
    cursor: pointer;
    padding:5px;
}

.link {
    cursor: pointer;
    color: #325d88 !important;
    /*text-decoration: underline;*/
}

    .link:hover {
        color: gray !important;
    }

.dropdown-toggle.custom-icon::after {
    display: none;
}

.dropdown-menu {
    min-width: 2rem;
}

.btn-group.btn-group-select .btn.btn-primary:not(.active), .btn-group-vertical.btn-group-select .btn.btn-primary:not(.active) {
    color: #fff;
    background-color: #6188af;
    border-color: #6188af;
}

.bg-success-light {
    background: #89ff8dc2 !important;
}

.bg-warning-light {
    background: #f8f9a4 !important;
}

/*.map-container {
    height: calc(100vh - 54px);
}*/
/*#map, #historyMap {
    height: 100%;
}*/
/*.map-container.row {
    height: calc(100vh - 54px);
}*/
#vehicleList, #historyList {
    height: 100%;
    padding: 3px;
    /* overflow: auto;*/
    /* padding-right: unset;*/
}

#historyList {
    overflow: auto;
}

.vehicleItem {
    padding: 3px;
}

.vehicle-icon {
    z-index: 1;
    /*  min-width: 3rem;
    min-height: 3rem;*/
    /*   width: 15px;
    height: 15px;*/
}

.vehicle-element {
    cursor: pointer;
}

.vehicle-icon-img {
    display: inline-block;
    min-width: 1.5rem;
    min-height: 1.5rem;
}

#sideBtnDiv {
    /*margin: 10px;*/
    transform: rotate(90deg);
    transform-origin: left bottom;
}

.history-list-icon {
    font-size: 1.5rem;
}

.btn-selected {
    background-color: lightgray;
}

#BusGroups {
    width: 80px;
}

.searchBus {
    width: 100px;
    height: 20px;
}

@media (min-width: 576px) {
    #statusModal .modal-dialog {
        max-width: 650px;
    }

}

@media (max-width:400px) {
    #BusGroups {
        width: 60px;
    }

    .searchBus {
        width: 80px;
    }

    #historySearchAddress {
        display: none;
    }

    #historyChartDiv {
        display: none;
    }

    #historyChart {
        display: none;
    }

    .k-button {
        width: 85px;
    }

    .k-button span {
        font-size: 10px;
    }

    .k-select {
        margin-left: 5px;
    }
    .eventItem {
        height: auto !important;
    }
    .k-multiselect .k-multiselect-wrap .k-button {
        padding-left: 0px;
        width: auto;
        padding-right: 0px;
    }

}

@media (max-width:440px) {
    #historySearchAddress {
        display: none;
    }

    #historyChartDiv {
        display: none;
    }

    #historyChart {
        display: none;
    }

    .k-button {
        width: 85px;
    }

    .k-button span {
        font-size: 10px;
    }

    .eventItem {
        height: auto !important;
    }
    .k-multiselect .k-multiselect-wrap .k-button {
        padding-left: 0px;
        width: auto;
        padding-right: 0px;
    }
    .k-multiselect .k-multiselect-wrap .k-button .k-select
    {
        margin-left:0.4rem;
    }
}

.vehicle-element {
    position: absolute;
}

.vehicle-search {
    /* position: relative;
    top: 0px;*/
    height: 40px;
}

.vehicle-itemsMain {
    overflow: auto;
    height: calc(100% - 43px);
}

.searchBus {
    border-radius: 5px;
    font-weight: bold;
    padding-left: 3px;
}
/* google map */
/* The popup bubble styling. */
/*.popup-bubble {*/
/* Position the bubble centred-above its parent. */
/*position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);*/
/* Style the bubble. */
/*background-color: white;*/
/*background-color: transparent;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;*/
/*box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5)*/ /*;
}*/

/* The parent of the bubble. A zero-height div at the top of the tip. */
/*.popup-bubble-anchor {*/
/* Position the div a fixed distance above the tip. */
/*position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}*/

/* This element draws the tip. */
/*.popup-bubble-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;*/
/* Center the tip horizontally. */
/*transform: translate(-50%, 0);*/
/* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
/*width: 0;
        height: 0;*/
/* The tip is 8px high, and 12px wide. */
/*border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid white;
    }*/

/* JavaScript will position this div at the bottom of the popup tip. */
/*.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;*/
/* The max width of the info window. */
/*width: 200px;
}*/

/* end google map */
.trafficHistory-btn, .satelliteHistory-btn, .back-to-map {
    font-size: 10px;
    padding: 3px;
    margin-top: 3px !important;
}

.eventItem {
    min-width: 150px;
    width: 100%;
   /* height: 30px;*/
    font-size: .765625rem;
    font-weight: 400;
}

.k-button {
    font-size: 12px !important;
}



.k-list li {
    font-size: 14px !important;
}
.gm-style-iw button:focus {
    outline: 0;
}

.label-danger{
    color:red !important;
}
.ResendCodeBtn{
    margin-bottom:30px;
    margin-left:20px;
}
.center{
    text-align:center !important;
}
.padding-5{
    padding:5px !important;
}
.text-white{
    color:white !important;
}
.margin-right-15{
    margin-right:15px;
}
.margin-left-20 {
    margin-left: 20px;
}

.full-width{
    width:100%;
}
.margin-top-15 {
    margin-top: 15px;
}
/*.vehicle-event-log{
    display:none;
}

@media (max-width:440px){
    .vehicle-event-log {
        display: inline-block !important;
    }
}*/