::-webkit-scrollbar {
    display: none;
}

.new_map {
    position: absolute;
    /* background-color: black; */
    top: 10px;
    left: 50px;
    /* width: 80%; */
    /* height: 50px; */
    background-color: #2c3b41;
    width: 60%;
    height: 52px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b8c7ce !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    border-bottom-left-radius: 0px !important;
}

.new_map div {
    float: left;
}

.map_itemset {
    width: 60%;
    height: 100%;
}

.map_itemset div {
    float: left;
}

.map_item {
    width: calc(100%/9);
    height: 100%;
    text-align: center;
    color: #b8c7ce;
    box-sizing: border-box;
    padding-top: 20px;
    line-height: 10px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}

.map_item div:not(:firstchild),
.map_item:not(span) {
    font-size: 30px;
}

.map_item:hover {
    color: #fff;
    background: #1e282c;
    border-bottom-color: rgb(151, 211, 16);
}

.map_item.active {
    color: #fff;
    background: #1e282c;
    border-bottom-color: rgb(151, 211, 16);
}

.map_item:hover:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.map_hour {
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    border-left: 3px solid rgb(151, 211, 16);
    background-color: #1e282c;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.map_lat {
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    background-color: #1e282c;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*.map_item:hover:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}*/

.map_item span {
    font-size: 8px;
    padding-top: 1px;
    font-weight: bold;
}

.item_note {
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    background: rgba(151, 211, 16, 1);
    display: inline-block;
    /* margin-right: 20px; */
    font-size: 10px;
    position: absolute;
    top: 16px;
    right: 11px;
    z-index: 10;
    color: white;
    display: none;
}

.new_map div:first-child {
    /*padding-top: 15px;*/
}

.new_map_moni {
    position: absolute;
    top: 70px;
    left: 50px;
    background-color: #2c3b41;
    width: 20%;
    height: 450px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b8c7ce !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: none;
    cursor: pointer;
    overflow: scroll;
}

.new_map_moni_item {
    height: calc(100%/9);
    padding-top: 10px;
    padding-right: 27px;
    text-align: right;
}

.new_map_moni_item:not(:first-child) {
    /* background: #ff3232; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(151, 211, 16, 0.1) 50%);
    background-size: 203% 100%;
    background-position: left bottom;
    /* margin-left: 10px; */
    transition: all 1s ease;
    /* color: white; */
    /* background-color: white; */
    border-right: 3px solid transparent;
}

.new_map_moni_item:first-child {
    text-align: center;
    padding-right: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.new_map_moni_item:not(:first-child):hover {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

.new_map_moni_item.active {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

#moni_drag .fa-minus {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
}

#close_moni {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#moni_drag i:hover {
    color: rgba(184, 199, 206, 1);
}

.item_collapse:not(#pc_collapse.item_collapse) {
    background-color: #1e282c;
    padding: 5px;
}

.item_collapse {
    background-color: #1e282c;
}

.selectpicker:focus {
    outline: 0;
}


/***************************************************************************************/

.new_map_ocrr {
    position: absolute;
    top: 70px;
    left: 50px;
    background-color: #2c3b41;
    width: 20%;
    height: 200px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b8c7ce !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: none;
    cursor: pointer;
    overflow: scroll;
}

.new_map_ocrr_item {
    height: calc(100%/4);
    padding-top: 10px;
    padding-right: 27px;
    text-align: right;
}

.new_map_ocrr_item:not(:first-child) {
    /* background: #ff3232; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(151, 211, 16, 0.1) 50%);
    background-size: 203% 100%;
    background-position: left bottom;
    /* margin-left: 10px; */
    transition: all 1s ease;
    /* color: white; */
    /* background-color: white; */
    border-right: 3px solid transparent;
}

.new_map_ocrr_item:first-child {
    text-align: center;
    padding-right: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.new_map_ocrr_item:not(:first-child):hover {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

.new_map_ocrr_item.active {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

#ocrr_drag .fa-minus {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
}

#close_ocrr {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#ocrr_drag i:hover {
    color: rgba(184, 199, 206, 1);
}

.new_lat {
    float: right;
    background: rgba(0, 0, 0, 0.7);
    width: 80%;
    height: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.video_test {
    display: block;
    width: auto;
    height: auto;
    background: black;
    position: absolute;
    top: 100px;
    left: 200px;
    border: 3px solid rgb(151, 211, 16);
    display: none;
}


/***************************************************************************************/

.new_map_list {
    position: absolute;
    top: 70px;
    left: 50px;
    background-color: #2c3b41;
    width: 20%;
    height: auto;
    max-height: 600px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b8c7ce !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: none;
    cursor: pointer;
    overflow: scroll;
}

.new_map_list_item {
    height: 50px;
    padding-top: 10px;
    padding-right: 27px;
    text-align: right;
}

.new_map_list_item:not(:first-child) {
    /* background: #ff3232; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(151, 211, 16, 0.1) 50%);
    background-size: 203% 100%;
    background-position: left bottom;
    /* margin-left: 10px; */
    transition: all 1s ease;
    /* color: white; */
    /* background-color: white; */
    border-right: 3px solid transparent;
}

.new_map_list_item:first-child {
    text-align: center;
    padding-right: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.new_map_list_item:not(:first-child):hover {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

.new_map_list_item.active {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

#list_drag .fa-minus {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
}

#close_list {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#list_drag i:hover {
    color: rgba(184, 199, 206, 1);
}

.new_map_sub_item {
    text-align: right;
    height: 50px;
    padding-right: 5px;
    padding-top: 10px;
    /* background: rgba(255,255,255,0.09); */
    border-bottom: 1px solid transparent;
    transition: all 1s ease;
}


/*.new_map_sub_item:hover {
    border-bottom-color: rgb(151, 211, 16);
    padding-right: 25px;
}*/


/*.new_map_sub_item.active {
    border-bottom-color: rgb(151, 211, 16);
    padding-right: 25px;
}*/

.new_map_sub_item_s {
    height: 50px;
    padding-top: 10px;
    text-align: left;
    padding-left: 10px;
    transition: all 1s ease;
}

.new_map_sub_item_s:hover {
    text-align: left;
    padding-left: 25px;
    color: white;
    background: rgba(151, 211, 16, 0.1);
}

.new_map_sub_item_s.active {
    text-align: left;
    padding-left: 25px;
    color: white;
    background: rgba(151, 211, 16, 0.1);
}

.new_map_sub_item_s:last-child {
    border-bottom: 1px solid rgb(151, 211, 16);
}


/***************************************************************************************/

.new_map_simula {
    position: absolute;
    top: 70px;
    left: 50px;
    background-color: #2c3b41;
    width: 20%;
    height: auto;
    max-height: 500px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b8c7ce !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: none;
    cursor: pointer;
    overflow: scroll;
}

.new_map_simula_item {
    height: 50px;
    padding-top: 10px;
    padding-right: 27px;
    text-align: right;
}

.new_map_simula_item:not(:first-child) {
    /* background: #ff3232; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(151, 211, 16, 0.1) 50%);
    background-size: 203% 100%;
    background-position: left bottom;
    /* margin-left: 10px; */
    transition: all 1s ease;
    /* color: white; */
    /* background-color: white; */
    border-right: 3px solid transparent;
}

.new_map_simula_item:first-child {
    text-align: center;
    padding-right: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.new_map_simula_item:not(:first-child):hover {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

.new_map_simula_item.active {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

#simula_drag .fa-minus {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
}

#close_simula {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#simula_drag i:hover {
    color: rgba(184, 199, 206, 1);
}


/***************************************************************************************/

.new_map_kmz {
    position: absolute;
    top: 70px;
    left: 50px;
    background-color: #2c3b41;
    width: 20%;
    height: auto;
    max-height: 500px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b8c7ce !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: none;
    cursor: pointer;
    overflow: scroll;
    padding: 20px;
}

.new_map_kmz_item {
    height: 50px;
    padding-top: 10px;
    padding-right: 27px;
    text-align: right;
}

.new_map_kmz_item:not(:first-child) {
    /* background: #ff3232; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(151, 211, 16, 0.1) 50%);
    background-size: 203% 100%;
    background-position: left bottom;
    /* margin-left: 10px; */
    transition: all 1s ease;
    /* color: white; */
    /* background-color: white; */
    border-right: 3px solid transparent;
}

.new_map_kmz_item:first-child {
    text-align: center;
    padding-right: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.new_map_kmz_item:not(:first-child):hover {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

.new_map_kmz_item.active {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

#kmz_drag .fa-minus {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
}

#close_kmz {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#kmz_drag i:hover {
    color: rgba(184, 199, 206, 1);
}


/*********************************************/


/***************************************************************************************/

.new_map_sdone {
    position: absolute;
    top: 20px;
    right: 30px;
    background-color: #2c3b41;
    width: 25%;
    height: auto;
    max-height: 500px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b8c7ce !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: none;
    cursor: pointer;
    overflow: scroll;
    padding: 20px;
    max-width: 30%;
}

.new_map_sdone_item {
    height: 50px;
    padding-top: 10px;
    padding-right: 27px;
    text-align: right;
}

.new_map_sdone_item:not(:first-child) {
    /* background: #ff3232; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(151, 211, 16, 0.1) 50%);
    background-size: 203% 100%;
    background-position: left bottom;
    /* margin-left: 10px; */
    transition: all 1s ease;
    /* color: white; */
    /* background-color: white; */
    border-right: 3px solid transparent;
}

.new_map_sdone_item:first-child {
    text-align: center;
    padding-right: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.new_map_sdone_item:not(:first-child):hover {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

.new_map_sdone_item.active {
    border-right-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

#sdone_drag .fa-minus {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
}

#close_sdone {
    color: rgba(184, 199, 206, 0.5);
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#sdone_drag i:hover {
    color: rgba(184, 199, 206, 1);
}


/*********************************************/

.full-circle {
    background-color: rgba(204, 0, 102, 0);
    border: 2px solid;
    border-color: rgb(151, 211, 16);
    height: 17px;
    width: 17px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    right: 0;
    float: right;
    margin-left: 8px;
    /* padding-top: 10px; */
    margin-top: 6px;
    margin-right: 5px;
    /* padding-top: 1px; */
    /* padding-left: 1px; */
    padding: 2px;
}

.full-circle-full {
    background-color: rgb(151, 211, 16);
    height: 9px;
    width: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: none;
}