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

.new_map {
    position: absolute;
    /* background-color: black; */
    top: 10px;
    left: 50px;
    /* width: 80%; */
    /* height: 50px; */
    background-color: #2c3b41;
    width: 65%;
    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: 50;
    border-bottom-left-radius: 0px !important;
}

.new_map div {
    float: left;
}

.map_itemset {
    width: 55%;
    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: 15%;
    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: 15%;
    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_lat2 {
    width: 15%;
    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: 100px;
    left: 50px;
    background-color: #2c3b41;
    width: 300px;
    max-width: 300px;
    height: auto;
    max-height: 500px;
    line-height: 26px;
    display: block;
    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-left: 27px;
    text-align: left;
}

.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-left: 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-left-color: rgb(151, 211, 16);
    background-position: right bottom;
    color: white;
}

.new_map_list_item.active {
    border-left-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: left;
    height: 50px;
    padding-left: 25px;
    padding-top: 10px;
    /* background: rgba(255,255,255,0.09); */
    border-bottom: 1px solid transparent;
    transition: all 1s ease;
}

.new_map_sub_item:hover {
    padding-right: 25px;
}

.new_map_sub_item.active {
    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: 410px;
    right: 60px;
    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_proc {
    position: absolute;
    top: 500px;
    right: 60px;
    background-color: #2c3b41;
    width: 20%;
    height: 110px;
    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: visible;
    padding: 20px;
}

.new_map_proc .btn-group > .btn:first-child {
    height: 35px;
}

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

.new_map_proc_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_proc_item:first-child {
    text-align: center;
    padding-right: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

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

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

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

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

#proc_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;
    left: 0;
    float: left;
    /* margin-right: 9px; */
    /* padding-top: 10px; */
    margin-top: 6px;
    margin-right: 10px;
    /* 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;
}


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

#search_s {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1e282c;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0;
    margin-left: 5px;
    padding: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 42%;
}

#search_s:hover,
#search_s:focus {
    background: #1e282c;
}

#search_s button,
#search_s input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #b8c7ce;
    font: inherit;
    outline: 0;
}

#search_s button {
    cursor: pointer;
    padding: 3px;
    color: #b8c7ce;
    font-size: 18px;
}

#search_s input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#search_s input::-webkit-input-placeholder {
    color: #b8c7ce;
}

#search_s input::-moz-placeholder {
    color: #b8c7ce;
}

#search_s input:-ms-input-placeholder {
    color: #b8c7ce;
}

#search_s input::placeholder {
    color: #b8c7ce;
}

#search_s .spinner_s {
    -webkit-animation: spinner_s 1s infinite linear;
    animation: spinner_s 1s infinite linear;
    display: none;
    padding: 3px;
    color: #b8c7ce;
    font-size: 18px;
}

#search_s.loading_s button {
    display: none;
}

#search_s.loading_s .spinner_s {
    display: block;
}

@-webkit-keyframes spinner_s {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner_s {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


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

.all_tools {
    width: 0;
    height: 550px;
    position: fixed;
    right: 0;
    top: 7%;
    background-color: #2c3b41;
    text-align: center;
    color: #b8c7ce !important;
    border-radius: 4px;
    z-index: 1000;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all 0.1s linear;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

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

.tool_item:hover:not(.tool_off) {
    color: #fff;
    background: #1e282c;
    border-right-color: rgb(151, 211, 16);
}

.tool_item.active:not(.tool_off) {
    color: #fff;
    background: #1e282c;
    border-right-color: rgb(151, 211, 16);
}

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

.tool_item:hover:last-child {
    border-bottom-left-radius: 4px;
}

.tool_off {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.2);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background-color: rgba(44, 59, 65, 0.8);
    padding-top: 10px;
    max-height: 400px;
    overflow: scroll;
}

#if_pop table {
    background-color: white;
    border: 0 !important;
}

#drag-me::before {
    content: "#" attr(id);
    font-weight: bold;
}

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

.new_map_pdm_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-left: 3px solid transparent;
    padding-left: 10px;
}

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

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

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

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

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

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

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

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


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

.button_pdm {
    position: relative;
    width: 17px;
    height: 17px;
    background: #70975B;
    top: 35%;
    /* left: 8px; */
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
    float: left;
    box-sizing: border-box;
    padding: 9px;
    margin-right: -1px;
    margin-left: 9px;
}

.button_pdm:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 50%;
    background: white;
}

.button_pdm:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 2px;
    background: white;
}

.button_pdm.clicked {
    transform: translate(-50%, -50%) rotate(360deg);
    background: grey;
}

.button_pdm.clicked:before {
    width: 0;
}


/*********************************************SEARCH***************************************************************/

#result_sm {
    width: 300px;
    height: 220px;
    max-height: 300px;
    position: absolute;
    left: 210px;
    top: 50px;
    background-color: #1e282c;
    overflow: scroll;
    border-radius: 4px;
    display: none;
}

.item_sm {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgb(151, 211, 16);
    color: #b8c7ce;
    overflow: hidden;
    font-size: 9px;
    text-align: center;
}

.item_sm:hover {
    cursor: pointer;
    color: white;
    background-color: #2c3b41;
}


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

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

.new_map_legend_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-left: 3px solid transparent;
    padding-left: 10px;
}

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

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

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

.new_map_legend {
    position: absolute;
    top: 70px;
    right: 70px;
    background-color: white;
    width: 500px;
    max-width: 500px;
    height: auto;
    max-height: 600px;
    line-height: 26px;
    display: block;
    text-align: left;
    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;
    font-size: 11px;
}

.new_map_legend_item {
    height: 50px;
    padding-top: 10px;
    padding-right: 27px;
    text-align: left;
    background-color: #2c3b41;
}

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

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

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


/**************************************************************/
.item-base {
    width:50%;
    box-sizing: border-box;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 8%;
}
.item-base>div {
    float: left;
    padding-bottom: 15%;
}

#cm_1{
    width: 100px;
    height: 78px;
    position: relative;
    border: 0px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: none;
    background: url(../img/plan.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#cm_2{
    width: 100px;
    height: 78px;
    position: relative;
    border: 0px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: none;
    background: url(../img/orto.png);
    background-size: cover;
    background-repeat: no-repeat;
}