 .shadow:hover {
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     transition: 0.2s ease-in-out;
     cursor: pointer;
 }
 
 .shadowNoHover {
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     transition: 0.3s linear;
 }
 
 .shadowNoHover-orange {
     box-shadow: 0 0px 8px 0px #f1d4ac, 0 0px 8px 0px #f1d4ac;
     transition: 0.3s linear;
 }
 
 .select_t_style {
     width: 30%;
     min-width: 40px;
     float: right;
     margin-top: -10px;
 }
 
 .Preassure_active {
     box-shadow: 0 0px 8px 0 red !important;
 }
 
 .Speed_active {
     box-shadow: 0 0px 8px 0 Orange !important;
 }
 
 .temp_active {
     box-shadow: 0 0px 8px 0 green !important;
 }
 
 .div_map {
     width: 100%;
     height: calc(100vh - 260px);
     background: #efefef;
 }
 
 .div_map_3rd {
     width: 100%;
     height: calc(100vh - 250px);
     background: #efefef;
 }
 
 table.dataTable tbody th,
 table.dataTable tbody td {
     padding: 0.45rem;
 }
 
 .dataTables_wrapper .dataTables_paginate .paginate_button {
     padding-top: 0.34rem;
     padding-bottom: 0.34rem;
     font-size: 11px;
 }
 
 .reset_input {
     position: absolute;
     z-index: 99999;
 }
 
 .selectize-dropdown {
     z-index: 99999 !important;
 }
 
 .table th,
 .table td {
     padding: 0.35rem;
 }
 
 @-webkit-keyframes pulse {
     0% {
         box-shadow: 0 0 8px #ea4c89, inset 0 0 8px #ea4c89;
     }
     10% {
         box-shadow: 0 0 9px #ea4c89, inset 0 0 9px #ea4c89;
     }
     20% {
         box-shadow: 0 0 10px #ea4c89, inset 0 0 10px #ea4c89;
     }
     30% {
         box-shadow: 0 0 11px #ea4c89, inset 0 0 11px #ea4c89;
     }
     40% {
         box-shadow: 0 0 12px #ea4c89, inset 0 0 12px #ea4c89;
     }
     50% {
         box-shadow: 0 0 13px #ea4c89, inset 0 0 13px #ea4c89;
     }
     60% {
         box-shadow: 0 0 12px #ea4c89, inset 0 0 12px #ea4c89;
     }
     70% {
         box-shadow: 0 0 11px #ea4c89, inset 0 0 11px #ea4c89;
     }
     80% {
         box-shadow: 0 0 10px #ea4c89, inset 0 0 10px #ea4c89;
     }
     90% {
         box-shadow: 0 0 9px #ea4c89 inset 0 0 9px #ea4c89;
     }
     100% {
         box-shadow: 0 0 8px #ea4c89 inset 0 0 8px #ea4c89;
     }
 }
 
 @-webkit-keyframes pulseGreen {
     0% {
         box-shadow: 0 0 8px greenyellow, inset 0 0 8px greenyellow;
     }
     10% {
         box-shadow: 0 0 9px greenyellow, inset 0 0 9px greenyellow;
     }
     20% {
         box-shadow: 0 0 10px greenyellow, inset 0 0 10px greenyellow;
     }
     30% {
         box-shadow: 0 0 11px greenyellow, inset 0 0 11px greenyellow;
     }
     40% {
         box-shadow: 0 0 12px greenyellow, inset 0 0 12px greenyellow;
     }
     50% {
         box-shadow: 0 0 13px greenyellow, inset 0 0 13px greenyellow;
     }
     60% {
         box-shadow: 0 0 12px greenyellow, inset 0 0 12px greenyellow;
     }
     70% {
         box-shadow: 0 0 11px greenyellow, inset 0 0 11px greenyellow;
     }
     80% {
         box-shadow: 0 0 10px greenyellow, inset 0 0 10px greenyellow;
     }
     90% {
         box-shadow: 0 0 9px greenyellow, inset 0 0 9px greenyellow;
     }
     100% {
         box-shadow: 0 0 8px greenyellow, inset 0 0 8px greenyellow;
     }
 }
 
 .inner {
     background-color: transparent;
     width: 12px;
     height: 12px;
     border-radius: 50px;
     box-shadow: 0 0 8px #ea4c89, inset 0 0 8px #ea4c89;
     -webkit-animation: pulse 3s linear 1s infinite;
 }
 
 .innerGreen {
     background-color: transparent;
     width: 12px;
     height: 12px;
     border-radius: 50px;
     box-shadow: 0 0 8px greenyellow, inset 0 0 8px greenyellow;
     -webkit-animation: pulseGreen 3s linear 1s infinite;
 }