﻿.outPopUp {
    position: absolute;
    top: 30px;
    right: 5px;
    border: 10px solid #ccc;
    border-radius: 50%;
    border-top: 10px solid #2d72e2;
    border-bottom: 10px solid #2d72e2;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 2;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.myNav {
    margin-left:15px;
}         
 
.saveNav {
    min-width:220px;
}
.red-dot {
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.black-dot {
    height: 12px;
    width: 12px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
}
.blue-dot {
  height: 12px;
  width: 12px;
  background-color: blue;
  border-radius: 50%;
  display: inline-block;
}
.green-dot {
    height: 12px;
    width: 12px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.angular-leaflet-map svg {
    width: initial;
    height: initial;
}

.layout {
    box-sizing: border-box;
    display: block !important;
}

.informationSec span {
    display: block;
    text-align: left;
    font-weight: 600;
    padding-bottom: 5px;
}

.informationSec {
    padding-top: 10px;
    padding-left: 10px;
}

.close-button-sec {
    color: #ffffff;
    height: 100%;
    float: right;
}

    .close-button-sec button, .close-button-sec button:focus {
        color: #fff;
        padding: 0;
        padding-right: 10px;
        height: 100%;
        padding-left: 10px;
        border: none;
        background: none;
        border-radius: 0px;
    }

    .close-button-sec button:hover {
        color: #ffffff;
        padding: 0;
        padding-right: 10px;
        height: 100%;
        padding-left: 10px;
        /* border: none; */
        border-radius: 0px;
        background: #777;
    }

.slider-sec {
    position: absolute;
    margin-top: -5px;
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: transparent;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 25px;
        background: #808080;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 10px;
        height: 25px;
        background:#808080;
        cursor: pointer;
    }


.geofence-modal-section, .site-point-modal-section {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.geofence-modal, .site-point-modal {
    background: #ffffff;
    width: 100%;
    padding: 30px;
    overflow: auto;
    height: 100%;
    z-index: 9999;
    position: absolute;
    top: 0px;
    right: 0px;
}

.mapouter {
    text-align: left;
    width: 100%;
    height: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%;
    position: relative;
}

.control-history {
    text-align: center;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 40%;
    top: 10%;
    cursor: grab;
}

.leaflet-control-layers-base label {
    max-width: none;
    margin-bottom: 0px;
    display: block;
}


.container-map {

    width: 200px;
    height: 200px;
}

.pano-container {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 145px;
    background: #fff;
    left: 10px;
    z-index: 999999;
}

#pano {
    float: left;
    height: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 3px 2px 13px 0px rgba(150, 150, 150, 0.65);
}

.bottom-desc-container {
   
    bottom:5px;
    position: -webkit-sticky;
    height: 125px;
    background: #ffffff;
    display: flex;
    position: absolute;
    width: 750px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65) !important;
    padding-left: 10px;
    padding-top: 10px;
    transition: all 0.5s ease-in-out;
    padding-bottom: 5px;
    z-index: 1000001;
    /*position: fixed;*/
    /* padding: 2em; */
    left: 5px;
}

.bottom-desc-container.closed {
    width: 10px;
}

.bottom-desc-container.closed .s-control-container{
    width: 10px;
}

    .bottom-desc-container.closed img {
        transform: rotate(180deg);
    }

.s-control-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    transition: all 0.5s ease-in-out;
}
.bottom-desc-container .status-vehicle {
    display: flex;
    flex: 2;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-right: solid 2px #d0d0d0;
}

    .bottom-desc-container .control-maps {
        flex: 1;
        display: flex;
        padding-left: 10px;
        border-right: solid 2px #d0d0d0;
    }

    .bottom-desc-container .description-vehicle {
        flex: 1;
        padding-left: 10px;
      
    }

        .bottom-desc-container .description-vehicle div:first-of-type {
            min-height: 40px;
            max-height: 55px;
            overflow: auto;
        }


    .bottom-desc-container .status-vehicle .item {
        width: 33.3%;
        text-align: left;

    }

.status-vehicle .item .label-status {
    font-weight: 800;
}

        .bottom-desc-container .status-vehicle .item img {
            width: 28px;
        }

.control-maps .item {
    padding-bottom: 8px;
}

.bottom-desc-container .toggle-button {
    position: absolute;
    right: -19px;
   /* background: #fff;*/
    top: 43%;
    /*border: solid 1px #7697b1;*/
    height: 30px;
    width: 19px;
    border-left: none;
    font-size: 15px;
    font-weight: 600;
    color: #000000 !important;
    padding: 0px;
}

.toggle-button i {
    transition: all 0.5s ease-in-out;
}

.slider-panel {
    width: 360px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 80px;
    /*  height: 100%; */
    max-width: 340px;
    z-index: 999999;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 5px 21px rgba(0,0,0,0.65) !important;
}

.wrapmap {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%;
    position: relative;
}

.leaflet-container {
width: 100%;
min-height: 680px;
height: 100%;
}

.slider-panel .show-hide-button {
    position: absolute;
    left: -20px;
    border: none;
    top: 0px;
    width: 1px;
    height: 100%;

}

.slider-panel.closed {
    padding: 0;
    width: 0;
}

.sidebar-menu {
    overflow: hidden;
}

.slider-panel.closed .sidebar-menu {
    opacity: 0;
}

.slider-panel.closed i {
    transform: rotate(180deg);
}

.slider-panel .show-hide-button i {
    position: absolute;
    left: 8px;
}

.leaflet-custom-layer .leaflet-top.leaflet-right {
    left: 10px !important;
    top: 40px;
}

    .leaflet-custom-layer .leaflet-top.leaflet-right .leaflet-control {
        float: left;
    }

.signal {
right:5px !important;
top:5px;
}

#event-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.08);
    z-index:100;
    position:fixed;
}

[tooltip] {
    margin: -2px 6px;
    position: relative;
    display: inline-block;
    z-index: 12;
}

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: rgba(255, 255, 204) transparent transparent transparent;
        z-index: 99;
        opacity: 0;
    }

[tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

[tooltip-position='top']::before {
    left: 50%;
}

[tooltip-position='buttom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

[tooltip-position='top-left']::before {
    left: 50%;
    top: 2%;
    margin-left: -20px;
    transform: translatey(-50%) rotate(-90deg)
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    /*left: 50%;
    top: -6px;*/
    transform: translateX(-10%) translateY(-50%);
    /*background: rgba(0,0,0,0.7);*/
    background: rgb(255, 255, 204);
    text-align: left;
    color: black;
    padding: 4px 2px;
    font-size: 12px;
    width: 12em;
    align-content: flex-start;
    white-space: normal;
    border-radius: 5px;
    border-style: solid;
    border-color: cornflowerblue;
    border-width: 0.1px;
    pointer-events: none;
    padding: 6px 15px 6px 10px;
    z-index: 100;
    opacity: 0;
}

[tooltip-position='top-left']::after {
    left: 50%;
    top: 2% !important;
    margin-left: -16px;
    transform: translateX(-99%) translateY(-96%);
}

[tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

[tooltip-position='top']::after {
    left: 50%;
}

[tooltip-position='buttom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

[tooltip]:hover::after, [tooltip]:hover::before {
    opacity: 1
}

.input {
    margin-left: 135px
}

button:hover,
button:focus { /*0,0,0,.2*/
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.08);
}

[tooltip]:focus {
    outline: none;
}

.pano-container.closed {
    display: none;
}

@media (max-width: 992px) {
    .bottom-desc-container {
        display: none;
    }
}

@media (max-width: 400px) {
    .panel-body {
        padding: 0;
    }
}

.markerVehichle {
    text-align: center;
}


    .markerVehichle .leaflet-div-icon:parent {
        background: none !important;
        border: none !important;
    }

.markerVehichle img {
    width: 16px;
    margin-bottom: 4px;
}

    .markerVehichle > div {
        background: #000000;
        color: #fff;
        padding: 2px;
    }

.leaflet-marker-pane > .leaflet-div-icon {
    background: none !important;
    border: none !important;
}

.box-marker {
    background: #fff;
    height: 100%;
    width: auto;
    border: 1px solid #666;
}

.datepicker-container .switch { 
    display: table-cell;
}

.leaflet-control.leaflet-ruler { 
    position: absolute !important;
    top: 2px !important;
    left: 138px !important;
}

.fullscreen-button {
    margin-left: 34px;
    font-size: 25px;
    text-align: center;
}

.pano-container .top-bar, .control-history .top-bar {
    width: 100%;
    height: 22px;
    background: #3a3a3a;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    cursor: all-scroll;
}

.actions-container {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .actions-container .btn {
     margin-left: 5px;
    }

.label-desc, .s-desc {
    font-weight: 800;
}


.stopreport .leaflet-control.leaflet-ruler {
    position: absolute !important;
    top: 2px !important;
    left: 105px !important;
}

.current .leaflet-control.leaflet-ruler {
    position: absolute !important;
    top: 2px !important;
    left: 138px !important;
}

.leaflet-label {
    border-radius: 4px;
    font-size: 13px !important;
    font-weight: bold;
    margin-top: 35px !important;
    margin-left: -45px !important;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 6;
}

.bottom-absolute {
    position: absolute;
    bottom: 0;
    z-index: 999999;
}



@media screen and (max-height: 700px) {
    .bottom-desc-sd {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}

.mapouter:fullscreen .bottom-absolute {
    bottom: 0;
    /*bottom: 200px;*/

}

.tooltipCustom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipCustom .tooltiptextCustom {
  visibility: hidden;
  /*width: 120px;*/
  max-width: 70%;
  background-color: rgb(255, 255, 204);
  color: black;
  /*text-align: center;*/
  border-radius: 6px;
  padding: 5px;
  position: fixed;
  z-index: 99999999;
  top: -5px;
  right: 20%;
}

.tooltipCustom .tooltiptextCustom span{ 
    display:block;
    white-space:normal;
}

.tooltipCustom .tooltiptextCustom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltipCustom:hover .tooltiptextCustom {
  visibility: visible;
}

.pac-container{
    z-index: 99999999 !important;
}

.grid-tooltip {
  overflow: visible;
  z-index: 99999999 !important;
  float: left;
}

.ltRed{
  color: red;
  font-weight:600;
}

.ltGreen{
  color: green;
  font-weight:600;
}

.ltYellow{
  color: darkorange;
  font-weight:600;
}