/* Generated by less 2.5.1 */

body,
* {
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
}

@font-face {
    font-family: 'segoe';
    src: url(../fonts/segoeui.ttf);
}

@font-face {
    font-family: 'segoeb';
    src: url(../fonts/segoeuib.ttf);
}

body {
    font-family: 'segoe';
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0;
}

.dropdown-menu {
    min-width: unset;
    padding: 0;
}

.dropdown-menu button {
    width: 100%;
    margin: 0 !important;
    display: block !important;
}

.dropdown-menu.show {
    right: 10px;
    left: unset !important;
    transform: unset !important;
    top: 40px !important;
}

.dropdown-menu button:hover {
    background-color: #33c534 !important;
    color: #fff;
}

header .center {
    display: flex;
    align-items: center;
}

header .center ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header .center ul img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

header .center ul li {
    margin-right: 15px;
}

header .center ul li a {
    color: #000;
    font-size: 13px;
    font-family: 'segoeb';
}

header .center ul li a:hover {
    color: #33c534;
}

#left,
#right {
    background-color: #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    cursor: w-resize;
}

#left {
    left: unset;
    right: 0;
}

header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 18px;
    justify-content: space-between;
}

header button.mn {
    display: none;
}

header .left a.logo {
    display: inline-block;
    margin-right: 20px;
    padding: 4px;
}

header .left .title {
    display: inline-block;
    font-family: 'segoeb';
    margin-top: 8px;
}

header .right ul {
    padding: 4px;
    display: inline-block;
}

header .right ul.set {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #f5f5f5;
}

header .right ul.set li a {
    padding: 4px;
    margin: 0px 1px;
    position: relative;
}

header .right ul.set li a:after {
    content: unset;
}

header .right ul.set li a .num {
    position: absolute;
    right: -5px;
    top: 3px;
    background: #33c534;
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
}

header .right ul.menu li a {
    border-radius: 4px;
    background: #f5f5f5;
    width: 142px;
    text-align: center;
    padding: 7px;
    color: #000;
    font-size: 14px;
    font-family: 'segoeb';
    height: 36px;
    position: relative;
}

header .right ul.menu li a:hover {
    background: #33c534;
    color: #fff;
}

header .right ul.menu li a img {
    margin-right: 4px;
    width: 19px;
    height: 19px;
}

header .right ul.menu li.active a {
    background: #33c534;
    color: #fff;
}

header .right ul.menu li.active:nth-child(1) a img,
header .right ul.menu li:nth-child(1) a:hover img {
    content: url('../img/monitw.png');
}

header .right ul.menu li.active:nth-child(2) a img,
header .right ul.menu li:nth-child(2) a:hover img {
    content: url('../img/trekiw.png');
}

header .right ul.menu li.active:nth-child(3) a img,
header .right ul.menu li:nth-child(3) a:hover img {
    content: url('../img/otchetw.png');
}

header .right ul.menu li.active:nth-child(4) a img,
header .right ul.menu li:nth-child(4) a:hover img {
    content: url('../img/geozonaw.png');
}

header .right ul li {
    display: inline-block;
}

header .right ul li a {
    display: inline-block;
}

#map {
    width: 100vw;
    height: 100vh;
}

.main .minimap {
    position: absolute;
    bottom: 6vh;
    left: 280px;
    width: 20vw;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
    background-color: #fff;
    height: 141px;
    z-index: 9;
    display: none;
}

.main .minimap.active {
    display: block;
}

.main .log {
    position: fixed;
    bottom: 6vh;
    right: 440px;
    width: 40vw;
    z-index: 1009;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
    background-color: #fff;
    display: none;
}

.main .log.active {
    display: block;
}

.main .log .title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #7c7c7c;
    position: relative;
}

.main .log .title form .input {
    border: 1px solid #7c7c7c;
    padding: 2px;
    font-size: 12px;
}

.main .log .title form .input input {
    border: 0;
    width: 300px;
}

.main .log .title button.more {
    background: unset;
    border: 0;
    padding: 2px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.main .log .title button.more:after {
    content: unset;
}

.main .log .title button.more img {
    width: 15px;
    height: 15px;
}

.main .log_body {
    padding: 8px;
    height: 100px;
    overflow: auto;
}

.main .log_body .item {
    font-size: 14px;
    margin-bottom: 3px;
}

.main .infot {
    width: 333px;
    background-color: #fff;
    padding-bottom: 30px;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
    position: absolute;
    top: 20vh;
    right: 440px;
    display: none;
    z-index: 9;
}

.main .infot.active {
    display: block;
}

.main .infot .body {
    padding: 15px;
}

.main .infot .body .place {
    font-size: 9px;
    margin-bottom: 5px;
}

.main .infot .body ul.coor {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.main .infot .body ul.coor li {
    padding: 4px 6px;
    font-weight: bold;
    border: 1px solid #000;
}

.main .infot .body ul.stat {
    display: block;
    margin-top: 10px;
}

.main .infot .body ul.stat li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 4px;
}

.main .infot .title {
    font-size: 15px;
    font-family: 'segoeb';
    padding: 14px;
    border-bottom: 1px solid #000;
}

.main .infot .title img {
    margin-right: 4px;
    width: 20px;
}

.main .infot .title .time {
    float: right;
    font-size: 11px;
    font-family: 'segoe';
    padding-top: 4px;
}

aside {
    position: absolute;
    height: 100vh;
    min-height: 100vh !important;
    padding: 80px 15px;
    background: #fff;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    left: 0;
    top: 0;
    z-index: 1001;
    overflow: auto;
}

aside.ui-resizable {
    position: absolute;
}

aside ul.conf {
    position: absolute;
    left: 0;
    padding: 0px 10px;
    text-align: right;
    top: 65px;
}

aside ul.conf li {
    display: inline-block;
}

aside ul.conf li button {
    display: inline-block;
    background: unset;
    border: 0;
    margin: 0px 4px;
}

aside ul.conf li button.active {
    color: #33c534;
}

aside::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.04);
    background-color: #F5F5F5;
}

aside::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

aside::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}

aside .filter {
    display: block;
    min-width: 260px;
    overflow: auto;
}

aside .filter .input {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 12px;
    margin: 10px 0px;
}

aside .filter .input label {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 2px 8px;
    cursor: pointer;
    margin: 0px 4px;
    font-size: 14px;
}

aside .filter .input select,
aside .filter .input input {
    border: 1px solid #D9D9D9;
    width: auto;
}

aside .filter .input select[type=checkbox],
aside .filter .input input[type=checkbox] {
    display: none;
}

aside .filter .input select[type=checkbox]:checked+label,
aside .filter .input input[type=checkbox]:checked+label {
    background: #33c534;
    color: #fff;
    border-color: #33c534;
}

aside .filter .input select {
    min-width: 89px;
    margin: 0px 3px;
}

aside .filter .input input.search {
    width: 89px;
    font-size: 13px;
    padding: 3px;
}

aside .filter .input button {
    border: 0;
    padding: 3px;
    font-size: 14px;
}

aside .filter .input button.do {
    background: #33c534;
    color: #fff;
}

aside.right {
    right: unset;
    left: 0;
    /* transform: translate(0, 0) !important; */
    padding-left: 0px;
    padding-right: 0;
    border-left: 3px double #dcdcdc;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
    overflow: auto;
    transition: opacity ease .3s;
}

aside.right .right_adap {
    display: none;
}

aside.right .right_adap.main_r {
    display: block;
    min-width: 260px;
}

.search-select {
    width: 210px;
}

.search-select .my__input-container {
    margin: 0;
}

.search-select .my__indicator {
    padding: 4px 8px;
}

.search-select .my__control {
    min-height: 30px;
}

aside.right ul.list.right_adap {
    display: block;
    min-width: 260px;
    overflow: auto;
}

aside ul.list {
    padding-left: 2px;
    padding-right: 2px;
    display: block;
    min-width: 260px;
}

aside ul.list.nop {
    padding-left: 0;
    padding-right: 0;
}

aside ul.list li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-bottom: 1px solid #7d7d7d;
    padding: 0px 5px;
    position: relative;
    align-items: center;
}

aside ul.list li .list_l {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}

aside ul.list li .list_r {
    flex-wrap: nowrap;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

aside ul.list li .list_r button {
    margin: 0px 6px;
}

aside ul.list li .name {
    font-size: 14px;
    padding: 10px;
}

aside ul.list li .r {
    position: absolute;
    right: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    top: 0;
    bottom: 0;
}

aside ul.list li .input input[type=checkbox] {
    display: none;
}

aside ul.list li .input input[type=checkbox]:checked+label:before {
    content: '\f00c';
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

aside ul.list li .input label {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #7d7d7d;
    background-color: #fff;
    margin: 0;
    margin-top: 11px;
    margin-right: 3px;
}

aside ul.list li .input+label img {
    margin-top: 6px;
    margin-right: 3px;
    display: inline-block;
    margin-left: 2px;
    width: 20px;
}

aside ul.list li .title {
    font-family: 'segoeb';
    padding: 5px 5px;
}

aside ul.list li button {
    background: unset;
    border: 0;
    margin: 0px 5px;
    display: inline-block;
}

aside ul.list li button img {
    width: 15px;
    height: auto;
}

aside ul.list li button.dropdown-toggle:after {
    content: unset;
}

aside ul.list li button.status,
aside ul.list li button.location,
aside ul.list li button.signal,
aside ul.list li button.show,
aside ul.list li button.setting {
    margin-left: auto;
}

aside .left_box {
    padding: 5px 10px;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    min-width: 260px;
    overflow: auto;
}

aside .left_box .export {
    font-size: 12px;
}

aside .left_box .export form select {
    display: block;
    width: 100%;
}

aside .left_box .export form input[type=submit] {
    background: #33c534;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    width: auto;
}

aside .left_box .export form .input label {
    padding: 2px 0px;
    border: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

aside .left_box .export form .input label input[type=checkbox] {
    display: inline-block;
    width: auto;
    float: left;
    margin-top: 2px;
    margin-right: 3px;
}

aside .left_box .title {
    font-size: 12px;
    font-family: 'segoeb';
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

aside .left_box .statis {
    font-size: 12px;
}

aside .left_box .statis table {
    width: 100%;
}

aside .left_box form {
    margin: 11px 0px;
}

aside .left_box form .right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

aside .left_box form .right input {
    background: unset;
    font-size: 12px;
    padding: 5px 8px;
    border: 0px;
}

aside .left_box form .right input[type=reset] {
    background: #fff;
    border: 1px solid #d9d9d9;
    text-align: center;
    margin-right: 5px;
}

aside .left_box form .right button[type=submit] {
    color: #fff;
    background: #33c534;
    border-color: #33c534;
    font-size: 12px;
    padding: 5px 8px;
    border: 0px;
}

aside .left_box form .right input[type=submit] {
    color: #fff;
    background: #33c534;
    border-color: #33c534;
}

aside .left_box form .input {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 12px;
    margin: 10px 0px;
    align-items: center;
}

aside .left_box form .input label:not(.not) {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 5px 8px;
    cursor: pointer;
}

aside .left_box form .input select,
.filters .input select,
aside .left_box form .input input:not(.not) {
    border: 1px solid #D9D9D9;
    width: 147px;
}

.flex-grow-1 {
    flex-grow: 1;
}

aside .left_box form .input select[type=checkbox],
aside .left_box form .input input:not(.not)[type=checkbox] {
    display: none;
}

aside .left_box form .input select[type=checkbox]:checked+label,
aside .left_box form .input input[type=checkbox]:checked+label {
    background: #33c534;
    color: #fff;
    border-color: #33c534;
}

aside.left {
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
    border-right: 3px double #dcdcdc;
}

aside.left ul.mobile {
    display: none;
}

aside ul.menu {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

aside ul.menu.adap {
    display: none;
}

aside ul.menu li {
    display: block;
}

aside ul.menu li a {
    color: #000;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
    font-family: 'segoeb';
    position: relative;
    padding-left: 30px;
}

aside ul.menu li a:hover {
    color: #33c534;
}

aside ul.menu li a img {
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    margin-right: 7px;
    width: 23px;
    height: auto;
}

.adap {
    display: none !important;
}

footer {
    padding: 11px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1002;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.56);
}

.leaflet-container {
    height: 100vh;
    width: 100%;
}

.leaflet-left {
    left: 202px;
}

.leaflet-top {
    top: 43px;
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotate 1s linear 0s infinite forwards normal;
    animation: rotate 1s linear 0s infinite forwards normal;
}

.leaflet-div-icon {
    background: transparent !important;
    border: 0 !important;
}

.leaflet-div-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0% 0% !important;
    transition: transform linear 0.5s;
}

.img-filter {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
}

.custom-marker-player {
    background-size: contain !important;
    transition: all linear .3s;
}

.leaflet-div-icon {
    background: transparent !important;
    border: 0;
}

.custom-marker-player.default {
    background-size: 70% 100% !important;
    margin-top: -17.5px;
}

.leaflet-react-track-player {
    width: 680px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ccc;
}

.tp-buttons {
    float: left;
    height: 50px;
    padding: 10px 15px;
    box-sizing: border-box;
    position: absolute;
}

.tp_button {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    cursor: pointer;
}

.tp_button.play {
    background-image: url("/img/icon/play.svg") !important;
}

.tp_button.pause {
    background-image: url("/img/icon/pause.svg") !important;
    background-size: 50%;
}

.tp_button.stop {
    background-image: url("/img/icon/stop.svg") !important;
    background-size: 50%;
}

.tp_button.prev {
    background-image: url("/img/icon/prev.svg") !important;
}

.tp_button.next {
    background-image: url("/img/icon/next.svg") !important;
}

.tp_button.speed {
    background-image: url("/img/icon/speed.svg") !important;
}

.tp_button.stream {
    background-image: url("/img/icon/stream.svg") !important;
}

.tp_button:last-child {
    margin-right: 0;
}

.tp_button:disabled {
    opacity: .3;
}

.tp_track-line {
    width: 460px;
    height: 50px;
    padding: 20px 20px 20px 10px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 220px;
}

.tp_track-points {
    width: 100%;
    height: 5px;
    position: relative;
}

.tp_track-points_item {
    width: 1px;
    height: 5px;
    background: #000;
    position: absolute;
    top: 0;
}

.tp_track-line_line {
    width: 100%;
    height: 10px;
    background-color: #cccccc;
    position: relative;
    overflow: hidden;
}

.tp_track-line_active {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: deepskyblue;
}

.tp-speed {
    position: absolute;
    width: 28px;
    height: 85px;
    border: 1px solid #ccc;
    top: -76px;
    background: #fff;
    right: 25px;
}

.tp-speed-item {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 17px;
    height: 17px;
    border: 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.tp-speed-item:last-child {
    border-bottom: 0;
}

.tp-speed-item.active {
    background: #81d681;
}

.leaflet-bottom.leaflet-left {
    left: 183px !important;
    bottom: 47px !important;
}

.fs-12 {
    font-size: 12px !important;
}

/* .tp_button.stop, .tp_button.next, .tp_button.prev {
    display: none;
} */

section.messages {
    position: fixed;
    bottom: 0;
    height: 40vh;
    right: 203px;
    left: 353px;
    background-color: #f5f5f5;
    z-index: 1000;
    padding: 0px;
    overflow-y: scroll;
}

/* .tp_track-line {
    display: none;
}

.leaflet-control.leaflet-react-track-player {
    width: 105px;
} */

.h-0 {
    height: 0 !important;
}

.ui-front {
    z-index: 1111 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 !important;
    position: absolute !important;
    top: 12px !important;
    right: 6px !important;
    font-size: 11px !important;
}

.ui-dialog .ui-dialog-buttonpane {
    height: 0 !important;
    padding: 0 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.map .leaflet-left {
    right: 0px !important;
    left: unset !important;
}

.leaflet-left .leaflet-control {
    margin-left: 3px !important;
}

.map .leaflet-top {
    top: 80px !important;
}

.dashboard {
    padding: 93px 415px 10px 335px;
}

.leaflet-editing-icon {
    border: 3px solid #81ABE7 !important;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden !important;
}

.minimap-header {
    border: 1px solid #ddd;
    background: #ddd url(../img/soft-bg.png) 50% 50% repeat-x;
    color: #444;
    font-weight: bold;
    padding: 0.4em 1em;
    cursor: move;
    position: relative;
}

.minimap-header .minimap-close:before {
    content: '\f00d';
    font: normal normal normal 15px/1 FontAwesome;
    color: #000;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}

.minimap-header .minimap-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

@media (max-width: 768px) {
    .dashboard {
        padding: 100px 15px 0;
    }
}

.cluster-popup {
    max-height: 300px;
    overflow-y: scroll;
    font-size: 12px;
    padding: 5px;
}

.cluster-popup::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.cluster-popup::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cluster-popup::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.cluster-popup::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cluster-popup ul {
    margin: 0;
    padding: 0;
}

.cluster-popup li {
    border-bottom: 1px solid #333333;
    padding: 5px;
    font-size: 12px;
}

.modal.show {
    display: block;
}

.leaflet-container .leaflet-control-attribution {
    display: none;
}

.map-marker-label {
    text-shadow: 1px 1px #8AB4F8;
}
/* .gmnoprint {
    left: 333px !important;
} */

.modal .modal-header .close {
    float: none;
}

.modal-dialog {
    margin-top: 60px !important;
}

.my-popup .leaflet-popup-content {
    margin: 0;
}

.my-popup .leaflet-popup-content-wrapper {
    border-radius: 0;
}

div.map {
    height: calc(100vh - 59px);
    margin-top: 59px;
}

.leaflet-container {
    height: 100%;
}

.leaflet-popup-content {
    margin: 10px;
}

img.no-coords {
    filter: opacity(0.2);
}

.car-name-on-map {
    font-size: 11px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 45px;
    width: 150px;
    height: 18px;
    margin-left: 50%;
    transform: translate(calc(-50%), calc(-50%));
    text-align: center;
}

.leaflet-routing-container {
    display: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

.gps_ring {
    border: 3px solid red;
    -webkit-border-radius: 40px;
    height: 35px;
    width: 35px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    transform: rotate(9deg) translateY(-50%) translateX(-50%);
}

.closer {
    font-size: 20px;
    color: #33c534;
    position: absolute;
    z-index: 1002;
    top: 65px;
    background-color: #fff;
    right: 0px;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
    padding: 0 7px;
}

.simulator-control {
    display: flex;
    margin-bottom: 15px;
}

.simulator-control p {
    font-size: 12px;
}

.simulator-control button {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simulator-control button img {
    width: 60%;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@media (min-width: 1024px) {
    /* aside.right {
        display: block !important;
    } */
}

@media (max-width: 1367px) and (min-width: 1360px) {
    header .left .title {
        font-size: 14px;
    }

    .main .minimap {
        position: absolute;
        bottom: 6vh;
        left: 280px;
        width: 16vw;
        z-index: 9;
        box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
        background-color: #fff;
        height: 141px;
    }

    .main .log {
        position: absolute;
        bottom: 6vh;
        right: 440px;
        width: 30vw;
    }
}

@media (min-width: 1025px) {
    aside.left {
        display: none;
    }
}

@media (max-width: 1024px) {
    .adap {
        display: block !important;
    }

    aside.right ul.list.nop {
        padding-top: 0;
    }

    header {
        z-index: 1002;
    }

    header .right ul.menu {
        display: none;
    }

    header button.mn {
        display: inline-block;
        border: 0;
        padding: 0px;
        height: 23px;
        margin-top: 0px;
        width: 25px;
        position: relative;
        top: 0;
        background-color: unset;
    }

    header button.mn.active i {
        background: #fff;
    }

    header button.mn.active i:before,
    header button.mn.active i:after {
        background: #33c534;
        transform: rotate(45deg);
        top: -1px;
    }

    header button.mn.active i:after {
        transform: rotate(-45deg);
    }

    header button.mn i {
        width: 25px;
        height: 2px;
        background: #33c534;
        display: block;
        position: relative;
        transition: ease .5s;
        border: 0;
    }

    header button.mn i:before,
    header button.mn i:after {
        transition: ease .5s;
        right: 0;
        content: '';
        height: 2px;
        width: 25px;
        position: absolute;
        top: -7px;
        background: #33c534;
    }

    header button.mn i:after {
        top: 7px;
    }

    /* 
  button.closer {
    display: inline-block;
    border: 0;
    padding: 0px;
    height: 23px;
    margin-top: 0px;
    width: 25px;
    position: relative;
    top: 6px;
    right: 0;
    background-color: unset;
  }
  button.closer.active i {
    background: #fff;
  }
  button.closer.active i:before, button.closer.active i:after {
    background: #33c534;
    transform: rotate(45deg);
    top: -1px;
  }
  button.closer.active i:after {
    transform: rotate(-45deg);
  }
  button.closer i {
    width: 25px;
    height: 2px;
    background: #33c534;
    display: block;
    position: relative;
    transition: ease .5s;
    border: 0;
  }
  button.closer i:before, button.closer i:after {
    transition: ease .5s;
    right: 0;
    content: '';
    height: 2px;
    width: 25px;
    position: absolute;
    top: -7px;
    background: #33c534;
  }
  button.closer i:after {
    top: 7px;
  } */


    header .left .title {
        display: inline-block;
        font-family: 'segoeb';
        margin-top: 0px;
        width: 200px;
        font-size: 14px;
        padding-top: 0px;
        height: inherit;
        position: relative;
        top: 5px;
    }

    .main .minimap {
        left: 10px;
    }

    .main .log {
        bottom: 6vh;
        right: 10px;
        width: 60vw;
    }

    .main .infot {
        right: 10px;
    }

    .right_slid {
        width: 0px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        transition: ease .5s;
        white-space: nowrap;
    }

    .right_slid.active {
        width: 260x;
    }

    aside {
        z-index: 1001;
    }

    aside.right {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        transition: ease .5s;
        white-space: nowrap;
        z-index: 1000;
    }

    aside.right.close {
        transform: translateX(100%);
    }

    aside.right .adap {
        padding-top: 60px;
        padding-bottom: 60px;
        height: 100vh;
        overflow: auto;
    }

    aside.right .right_adap.main_r.active,
    aside.right ul.list.right_adap.active,
    aside.right .right_adap.active {
        width: 260px;
        display: block;
    }

    aside.right .left_box {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    aside.right ul.list {
        /* padding-top: 60px;
    padding-bottom: 60px; */
    }

    aside.right ul.list li .title {
        width: 100px;
        overflow: hidden;
    }

    aside.left {
        /* width: 0px; */
        overflow: hidden;
        /* padding-left: 0; */
        /* padding-right: 0; */
        transition: ease .5s;
        white-space: nowrap;
        transform: translateX(-100%);
    }

    header .center {
        display: none;
    }



    aside.left.open {
        transform: translateX(0%);
    }

    aside.left ul.menu {
        padding-left: 0;
    }

    aside.left.active {
        padding-left: 18px;
        padding-right: 18px;
        width: 182px;
    }

    aside ul.menu.adap {
        display: block;
    }

    aside ul.menu li a {
        font-size: 13px;
    }

    /* .for-desk {
    display: none!important;
  } */
}

@media (max-width: 768px) {
    section.messages {
        right: 0;
        left: 0;
        font-size: 12px;
        padding: 5px;
    }

    .main .log {
        bottom: 43px;
        right: 0;
        width: 100%;
    }

    .main .minimap {
        bottom: 184px;
        left: 0;
        width: 40vw;
    }

    aside ul.menu.adap {
        padding-left: 0;
    }

}

@media (max-width: 600px) {
    div.map {
        height: calc(100vh - 49px);
        margin-top: 49px;
    }

    .mobile {
        display: block !important;
    }

    aside ul.conf {
        position: fixed;
        bottom: unset;
        top: 100px;
        left: unset;
        width: 30px;
        background-color: #fff;
        right: 0px;
        box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 26%);
        padding: 4px 7px;
        z-index: 1066;
    }

    aside ul.conf li button {
        margin: 0px;
    }

    .main .infot {
        z-index: 89;
    }

    aside.right {
        max-width: unset;
        left: 0;
    }

    aside.right .right_adap.main_r.active,
    aside.right ul.list.right_adap.active,
    aside.right .right_adap.active {
        width: 100%;
    }

    header button.mn.back i:before {
        background: #33c534;
        transform: rotate(37deg);
        top: 6px;
        width: 20px;
    }

    header button.mn.back i:after {
        background: #33c534;
        transform: rotate(-37deg);
        top: -6px;
        width: 20px;
    }

    aside.right.active {
        width: 100%;
        max-width: unset;
    }

    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    header {
        padding: 0px 10px;
    }

    header .right ul.set {
        display: none;
    }

    header .left a.logo {
        margin-right: 0;
    }

    header .left a.logo img {
        width: 40px;
    }

    header .left .title {
        width: 139px;
        font-size: 14px;
        line-height: 14px;
    }

    .main .log .title form .input input {
        border: 0;
        width: 255px;
    }

    .main .log_body .item {
        font-size: 12px;
        margin-bottom: 3px;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 3px;
    }

    .main .log .title button.more {
        background: unset;
        border: 0;
        padding: 0px;
        margin: 0;
        position: relative;
        top: -1px;
    }

    .main .minimap,
    .main .log,
    .main .infot {
        padding-bottom: 0px;
        box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
        position: absolute;
        top: unset;
        right: 0;
        width: 100%;
        bottom: 0;
    }

    .main .minimap {
        bottom: 80px;
        left: 0;
        right: 0;
    }

    .main .infot {
        display: none;
    }

    aside.left ul.mobile {
        position: absolute;
        display: block;
        bottom: 60px;
        left: 10px;
    }

    aside.left ul.mobile.set li {
        display: inline-block;
    }

    aside.left ul.mobile.set li a {
        padding: 4px;
        margin: 0px 1px;
        position: relative;
    }

    aside.left ul.mobile.set li a .num {
        position: absolute;
        right: -5px;
        top: 3px;
        background: #33c534;
        color: #fff;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        font-size: 10px;
        text-align: center;
        display: inline-block;
    }

    aside.right {
        background-color: #fff;
        overflow-y: scroll;
        padding-bottom: 90px;
    }

    aside.right ul.list {
        /* padding-top: 60px;
    padding-bottom: 60px; */
    }
}

@media (max-width: 450px) {
    aside.right ul.list li .title {
        width: 62vw;
        user-select: none;
    }

    aside ul.list li {
        justify-content: flex-end !important;
        flex-wrap: wrap;
    }

    aside.right {
        right: 60px;
    }
}