/* AT-RULES */
@font-face {
    font-family: 'Montserrat';
    src: url('files/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url('files/Montserrat-Bold.ttf') format('truetype');
}
@keyframes blinker {
    50% { opacity: 0; }
}
@-webkit-keyframes blinker {
    50% { opacity: 0; }
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* GENERAL STYLES */
a {
	color: #9dcd29;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a img { 
    border-width: 0px; 
}
.app_button {
    margin: 0px 15px 0px 15px;
}
.app_logo {
    height: 50px;
}
.app_menu, .app_status {
    background-color: #18181a;
    border: 1px solid #101013;
    color: #ffffff;
}
.app_menu {
    border-width: 0px 0px 1px 0px;
    padding: 8px 20px 8px 16px;
    min-height: 22px;
    position: relative;
    z-index: 101;
}
.app_status {
    border-width: 1px 0px 0px 0px;
    padding-top: 20px;
    height: 66px;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: fixed;
    bottom: 0px;
    width: 100%;
    touch-action: none;
}
.app_status .vert_align {
    display: inline-block;
    margin: 0px 8px 0px 8px;
}
.app_title {
    font-weight: bold;
    font-size: 14px;
    color: #9dcd29;
    margin: 16px 16px 16px 0px;
    float: right;
}
.app_user {
    background-color: #101013;
    border: 1px solid #101013;
    border-width: 0px 0px 1px 0px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    min-height: 22px;
    position: relative;
    z-index: 101;
}
.back_dark {
    background-color: #101013;
    margin-top: 5px;
    text-align: center;
    padding: 5px 5px 2px 5px;
}
.blink {
  animation: blinker 1s linear infinite;
  -webkit-animation: blinker 1s linear infinite;
}
body {
    background-color: #202023;
    color: #b9b9b9;
    font: normal 12px 'Montserrat';
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.body_big {
    background: #18181a;
    font-size: 14px;
    min-width: 320px;
}
.border_box, .border_light, .bottom_panel {
    background-color: #202023;
    border: 1px solid #101013;
    overflow: hidden;
}
.border_light {
    border-width: 0px 1px 1px 1px;
    padding: 5px;
}
.border_dark {
    background-color: #18181a;
    border: 1px solid #101013;
    padding: 5px 5px 5px 8px;
    color: #ffffff;
}
.border_sep {
    border: 1px solid #9dcd29;
    border-width: 1px 0px 0px 0px;
}
.border_clr {
    border: 1px solid #9dcd29;
    border-width: 0px 0px 1px 0px;
    padding: 5px;
}
.border_clr div {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}
.bottom_panel {
    border-width: 1px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    z-index: 1000;
}
.cat_button {
    cursor: pointer;
    width: 250px; 
    margin-bottom: 5px;
    color: #ffffff;
}
.cat_button:hover { 
    color: #9dcd29;
}
.cat_button * { 
    vertical-align: middle;
}
.cat_button span { 
    margin-left: 5px
}
.chart_panel {
    background-color: #18181a;
    padding-top: 20px;
    display: none;
}
.chart_filter {
    background-color: #101013;
    border: 1px solid #101013;
    border-width: 1px 0px 1px 0px;
    color: #ffffff;
    padding: 5px;
    min-height: 20px;
    display: none;
}
.chart_filter * {
    vertical-align: middle;
}
.check_notify input[type='checkbox'] {
    margin: 0px 5px 0px 0px;
    float: left;
}
.check_notify img {
    margin: 0px 8px 0px 0px;
    float: left;
}
.chk_box label {
    position: relative;
    top: -2px;
}
.chk_box2 {
    background: #18181a;
    border: 1px solid #101013;
    border-width: 0px;
    color: #ffffff;
    padding: 3px 5px 3px 8px;
}
.chk_box2 * {
    vertical-align: middle;
}
.clr_legend {
    border: 1px solid #101013;
    border-radius: 50%;
    width: 12px; 
    height: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 3px 0px;
}
.clr_lbl {
    float: left; 
    margin: 2px 5px 0px 0px;
}
.clr_picker {
    margin: 1px 0px 1px 0px; 
    white-space: nowrap;
    width: 250px;
}
.clr_picker * {
    display: inline-block;
    white-space: normal;
}
.clr_picker input {
    width: 213px;
    vertical-align: top;
    margin: 0px;
}
.date_picker {
    width: 113px;
    float: left;
}
.time_picker {
    width: 113px;
    float: left;
    border-left-width: 0px;
}
div.AnyTime-win { 
    z-index: 1000 
}
.filter_dd {
    background-color: #202023;
    border: 1px solid #101013;
    border-left-width: 0px;
    position: absolute;
    z-index: 999;
    overflow: auto;
    padding: 10px 12px 10px 10px;
}
.filter_list {
    background-color: #202023;
    border: 1px solid #101013;
    width: 248px;
    overflow-x: hidden;
    margin-top: 2px;
}
.form_panel {
    padding: 7px 7px 5px 7px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #101013;
    border-width: 0px;
}
.form_panel * {
    width: 100%;
}
.form_panel input[type=text] {
    box-sizing : border-box;
}
.form_panel input[type=password] {
    box-sizing : border-box;
}
.form_panel textarea {
    box-sizing : border-box;
}
.glow, .glow2 {
    color: #9dcd29;
}
.glow2 {
    font-weight: normal;
}
.hdr_main {
    background: #101013;
    border: 1px solid #9dcd29;
    border-width: 0px 0px 1px 0px;
    text-align: left;
    z-index: 1001;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
}
.hdr_sub {
    background-color: #202023;
    border-bottom: 1px solid #101013;
    text-align: left;
    z-index: 100;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.hdr_sub_box {
    display: inline-block;
    height: 20px;
    padding: 5px 10px 5px 10px;
    text-align: left;
    cursor: pointer;
}
.hdr_sub_box2 {
    float: left;
    padding: 5px;
    margin-right: 10px;
    min-width: 135px;
    cursor: pointer;
}
.hdr_sub * {
    vertical-align: middle;
}
.highlight_cell {
    margin: -3px; 
    padding: 3px; 
    color: #000;
}
hr {
    background-color: #9dcd29;
    border: none;
    color: #9dcd29;
    height: 1px;
}
html { 
    height: 100%; 
    overscroll-behavior: none;
}
.ico, .ico_app {
    background-color: #18181a;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #9dcd29;
}
.ico {
    background-size: 17px 17px;
    border-radius: 50%;
    padding: 4px 5px 5px 4px;
    margin: 5px;
    width: 20px;
    height: 20px;
    float: left;
}
.ico_app {
    background-size: 48px 48px;
    border-radius: 30%;
    padding: 0px;
    margin-right: 15px;
    width: 48px;
    height: 48px;
}
.ico_btn {
    background-color: #18181a;
    border: 2px solid #101013;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 5px;
    float: right;
    cursor: pointer;
    margin-top: 5px;
}
.ico_btn:hover {    
    border-color: #9dcd29;
}
iframe {
    border: none;
    display: block;
}
.info { 
    float: right;
    width: 180px;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.info2 { 
    width: 200px; 
}
input, textarea {
    background-color: #18181a;
    border: 1px solid #101013;
    width: 238px;
    font: inherit;
    color: #ffffff;
    text-align: left;
    padding: 3px 5px 3px 5px;
    margin: 2px 0px 3px 0px;
    min-height: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.input_txt {
    padding: 5px;
    margin: 3px 0px 5px 0px;
}
input[type="button"], input[type="submit"] {
    background-color: #9dcd29;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 7px;
    width: 250px;
    cursor: pointer;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type='checkbox'] {
    border-width: 0px;
    width: 13px;
    margin-right: 8px;
    font-weight: normal;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    accent-color: #9dcd29;
}
input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.input_container {
    background-color: #18181a;
    border: 2px solid #101013;
    border-radius: 4px;
    float: right;
    margin-top: 5px;
}
.input_container:hover {
    border-color: #9dcd29;
}
.input_container .input_wrapper {
    width: 30px;
    height: 30px;
    display: block;
}
.input_wrapper {
    background-image: url(img/upload.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.input_wrapper input {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    height: 100%;
    z-index: 99;
    font-size: 50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
.item {
    background-color: #202023;
    border: 1px solid #101013;
    border-width: 0px 0px 1px 0px;
}
.item_hdr {
    background-color: #18181a;
    border: 1px solid #101013;
    border-width: 0px;
    padding: 5px;
    font-weight: bold; 
    color: #ffffff;
}
.item_hdr .glow {
    font-weight: normal;
}
.item_txt {
    float: left; 
    margin-left: 6px; 
    width: 190px;
}
.lbl_bold { 
    font-weight: bold; 
    color: #ffffff;
    vertical-align: middle;
}
.lbl_medium {
    font-size: 12px;
}
.lbl_lt { 
    color: #ffffff;
}
.lbl_err, .lbl_warn, .lbl_ok {
    font-weight: normal;
}
.lbl_err {
    color: #e30000;
}
.lbl_warn {
    color: #f7a213;
}
.lbl_ok {
    color: #9dcd29;
}
.link_ex {
	color: #b9b9b9;
    cursor: pointer;
}
.link_ex:hover {
	color: #9dcd29;
}
.list {
    background-color: #101013;
    border: 1px solid #101013;
    border-width: 1px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 270px;
}
.list_dark {
    background-color: #101013;
    overflow-x: hidden;
    overflow-y: auto;
}
.list_light {
    overflow-x: hidden;
    overflow-y: auto;
}
.list_group {
    background-color: #9dcd29;
    color: #000;
    padding: 7px 15px 7px 10px;
    display: inline-block;
    min-width: 580px;
}
.list_group2 {
    background-color: #9dcd29;
    font-weight: bold; 
    color: #fff;
    padding: 7px 8px 7px 8px;
    display: inline-block;
    width: 100%;
}
.list_param, .list_sep {
    border: 1px solid #9dcd29;
    border-width: 1px 0px 0px 0px;
    margin-top: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}
.list_param {
    padding: 5px;
}
.list_sep {
    padding: 5px 0px 0px 0px;
}
.list_scroll {
    max-height: 88px; 
    overflow: auto;
}
.list_scroll_ex {
    max-height: 88px; 
    overflow-x: hidden; 
    overflow-y: auto
}
.list_item { 
    background-color: #202023;
    border: 1px solid #101013;
    border-width: 0px 0px 1px 0px;
    width: 257px;
    padding: 5px 5px 5px 8px;
    clear: both;
    overflow: hidden;
}
.list_foot {
    border: 1px solid #101013;
    border-top-width: 0px;
    overflow: auto;
    padding: 10px;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
.mnu_item {
    padding: 5px;
    cursor: pointer;
    color: #ffffff;
    white-space: nowrap;
}
.mnu_item:hover { 
    color: #9dcd29;
}
.mnu_item img, .mnu_item .clr_legend { 
    vertical-align: middle;
    margin-right: 10px;
}
.mnu_item span {
    vertical-align: middle; 
}
.mnu_control {
    position: relative;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
}
.mnu_box, .mnu_popup, .mnu_popup2 {
    border: 1px solid #101013;
    position: absolute;
    z-index: 999;
    overflow: auto;
    display: none;
    min-width: 150px;
    padding: 10px 15px 10px 10px;
}
.mnu_box {
    background-color: #202023;
}
.mnu_popup {
    background-color: #18181a;
    right: 10px;
    border-radius: 8px;
}
.mnu_popup2 {
    background-color: #18181a;
    left: 10px;
    border-radius: 8px;
}
.mnu_popup:focus, .mnu_popup2:focus {
    outline-style: none;
    outline-width: 0px;
}
.overlay {
    background: rgba(0, 0, 2, 0.4);
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
}
.outer_div {
    height: 10000px;
    width: 10000px;
}
.outer_ex {
    background: #202023;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.pan_box {
    background-color: #202023;
    border: 1px solid #101013;
    overflow: auto;
    position: relative;
    float: left; 
}
.pan_box2 {
    background-color: #202023;
    border: 1px solid #101013;
    border-width: 1px 1px 0px 0px;
    position: absolute;
    left: 0px;
    z-index: 105;
    overflow: hidden;
    display: none;
}
.pan_right {
    position: absolute;
    top: 63px;
    right: 0px;
    overflow: hidden;
    border-width: 0px 0px 0px 1px;
    z-index: 999;
    display: none;
}
.pic_l, .pic_l2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0px solid #101013;
    border-bottom-width: 1px;
    overflow: hidden;
    height: 100px;
}
.pic_l {
    background-color: #18181a;
}
.pic_l2 {
    background-color: #fff;
}
.pic_s {
    background-color: #18181a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 2px solid #9dcd29;
    border-radius: 50%;
    margin: 5px;
    width: 30px;
    height: 30px;
    float: left;
}
progress::-moz-progress-bar { background: #9dcd29; }
progress::-webkit-progress-bar { background: #101013; }
progress::-webkit-progress-value { background: #9dcd29; }
progress { 
    color: #9dcd29; 
    background-color: #101013;
    border: 0px solid #202023;
}
progress.red {
    background-color: #e30000;
    color: #e30000;
}
progress.red[value] { color: #e30000 } /* IE10 */
progress.red::-moz-progress-bar { background: #e30000 }
progress.red::-webkit-progress-bar-value { background: #e30000 }
progress.red::-webkit-progress-value { background: #e30000 }
progress.orange {
    background-color: #f7a213;
    color: #f7a213;
}
progress.orange[value] { color: #f7a213 } /* IE10 */
progress.orange::-moz-progress-bar { background: #f7a213 }
progress.orange::-webkit-progress-bar-value { background: #f7a213 }
progress.orange::-webkit-progress-value { background: #f7a213 }
progress.green {
    background-color: #9dcd29;
    color: #9dcd29;
}
progress.green[value] { color: #9dcd29 } /* IE10 */
progress.green::-moz-progress-bar { background: #9dcd29 }
progress.green::-webkit-progress-bar-value { background: #9dcd29 }
progress.green::-webkit-progress-value { background: #9dcd29 }
.report_panel {
    background-color: #202023;
    position: relative; 
    width: 100%;
    z-index: 998;
    display: none;
}
.search_in {
    background-color: #18181a;
    border: 1px solid #101013;
    padding-right: 30px;
}
.search_in input:focus {
    outline-width: 0;
}
.search_out {
    background-color: #202023;
    position: relative;
    width: 246px;
}
select, .sel_txt {
    background-image: url('img/cl_2/go_down.png');
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-color: #18181a;
    border: 1px solid #101013;
    color: #ffffff;
    margin: 2px 0px 3px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select {
    font: inherit;
    width: 250px; 
    padding: 3px 20px 3px 3px;
    cursor: pointer;
}
.sel_txt {
    width: 238px;
    text-align: left;
    padding: 3px 5px 3px 5px;
    min-height: 15px;
}
.sel_box { 
    position: relative; 
    height: 26px; 
    margin-top: 3px;
}
.sel_box input { 
    position: absolute; 
    top: 1px; 
    left: 1px;
    border-width: 0px;
    width: 215px;
}
.sel_small {
    width: 150px; 
    margin: 0px;
    float: right; 
}
.sel_big {
    padding: 5px;
    margin: 3px 0px 5px 0px; 
}
select::-ms-expand {
    display: none;
}
.sort_handle {
    float: left;
    vertical-align: middle;
    margin: 4px 7px 0px 0px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.sort_handle:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
table { 
    border-spacing: 3px; 
    table-layout: fixed;
    word-wrap: break-word;
}
.table_back {
    background-color: #101013;
    border: 1px solid #101013;
    overflow: hidden;
}
textarea {
    overflow: auto;
    -ms-overflow-style: auto;
    resize: none;
}
.vert_align * {
    display: inline-block;
    vertical-align: middle;
}
.win_big select {
    width: 100%;
}
.win_body {
    overflow-y: auto;
    overflow-x: hidden;
    width: 270px;
}
.win_box {
    border-bottom: 1px solid #101013;
    padding: 10px 30px 10px 30px;
}
.win_box2 {
    border: 1px solid #101013;
    border-width: 1px 0px 0px 0px;
    padding: 10px;
}
.win_box3 {
    border-bottom: 1px solid #101013;
    padding: 10px 20px 10px 20px;
}
.win_box4 {
    background-color: #202023;
    border-bottom: 1px solid #101013;
    width: 100%;
    overflow-y: auto;
}
.win_box4 * {
    font-size: 14px;
}
.win_head {
    background-color: #101013;
    border: 1px solid #101013;
    border-width: 0px 0px 1px 0px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
    min-height: 20px;
    white-space: nowrap;
}
.win_head2 {
    position: relative;
    padding: 10px;
    min-width: 239px;
    white-space: nowrap;
}
.win_head *, .win_head2 * {
    vertical-align: middle;
}
.win_head img, .win_head2 img {
    margin-right: 10px;
    cursor: pointer;
}
.win_head .input_wrapper, .win_head2 .input_wrapper {
    margin-right: 10px;
    display: none;
}
.win_head2 .search_out {
    position: absolute;
    top: 6px;
    right: 6px;
}
.float_right, .win_head #divLanguage {
    float: right;
    margin: 0px !important;
}
.win_form, .win_form3 {
    background-color: #202023;
    border-radius: 8px;
    text-align: left;
}
.win_form {
    border: 1px solid #101013;
    width: 310px;
    margin-top: 80px;
}
.win_form2 {
    background-color: #202023;
    text-align: left;
    position: relative;
    width: 100%;
    z-index: 100;
    overflow-y: hidden;
}
.win_form3 {
    border: 1px solid #18181a;
    width: 350px; 
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}
.win_form .win_head, .win_form3 .win_head {
    border-radius: 8px 8px 0px 0px;
}
.win_foot {
    border-top: 1px solid #101013;
    padding: 12px 15px 12px 15px;
}
.wrap_txt {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}
::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
::-webkit-scrollbar-track {
    background: #bbb;
}
::-webkit-scrollbar-thumb {
    background: #777;
}
::-webkit-scrollbar-thumb:hover {
    background: #9dcd29;
}

/* ELEMENT SPECIFIC STYLES */
#divSettings3 {
    float: left;
    position: relative;
    z-index: 998;
    width: 2000px;
}
#divVehFilter select {
    width: 232px;
}
#divVehFilter input {
    width: 220px;
}
#divVehStatus img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    display: none;
    vertical-align: middle;
}
#divVehStatus span {
    margin-left: 3px;
    display: none;
    vertical-align: middle;
}
#imgChat2 {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
}
#imgChat2:hover {
    transform: scale(1.1);
}
#lstColumns {
    width: 100%;
}
#map_canvas {
    background: #18181a;
}
#play_controls {
    background-color: #202023;
    border: 1px solid #101013;
    border-width: 1px 0px 1px 0px;
    white-space: nowrap;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 102;
}

/* THIRD-PARTY STYLES */
.gmap-control {
    margin: 10px 0px 0px -13px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
    height: 15px;
    font: normal 11px 'Montserrat';
    color: #565656;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    user-select: none;
    -webkit-user-select: none;
}
.gmap-control-active {
    background-color: #ebebeb;
    color: #000;
    font-weight: bold;
}
.grecaptcha-badge {
    display: none !important;
}
.tip_0, .tip_1, .tip_2, .tip_3, .tip_4 {
    font: bold 11px 'Montserrat';
}
.leaflet-tooltip.tip_0, .leaflet-tooltip.tip_1, .leaflet-tooltip.tip_2, .leaflet-tooltip.tip_3, .leaflet-tooltip.tip_4 {
    border: none;
    box-shadow: none;
    color: #fff;
}
.leaflet-tooltip.tip_0 {
    background-color: #0078d7;
}
.leaflet-tooltip-top.tip_0::before {
    border-top-color: #0078d7;
}
.leaflet-tooltip.tip_1 {
    background-color: #f7a213;
}
.leaflet-tooltip-top.tip_1::before {
    border-top-color: #f7a213;
}
.leaflet-tooltip.tip_2 {
    background-color: #9dcd29;
}
.leaflet-tooltip-top.tip_2::before {
    border-top-color: #9dcd29;
}
.leaflet-tooltip.tip_3 {
    background-color: #e30000;
}
.leaflet-tooltip-top.tip_3::before {
    border-top-color: #e30000;
}
.leaflet-tooltip.tip_4 {
    background-color: #fcde05;
}
.leaflet-tooltip-top.tip_4::before {
    border-top-color: #fcde05;
}
