.Map{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    flex-wrap: nowrap;
    z-index: 100;
}

.Map .section{
    position: relative;
}

.Map .section.one{
    width: 75%;
}

/*.Map .title{*/
    /*max-width: 63%;*/
    /*margin: 0;*/
/*}*/

#map{
    width: 100%;
    height: 100%;
}

.Map .control-over-map{
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    width: 320px;
    height: 100%;
    max-height: 85%;
    display: flex;
    flex-direction: column;
}

.Map .control-over-map .box2{
    background: #FFF;
    padding: 1rem;
    box-shadow: #e4e4e4 2px 2px 20px;
    border-radius: 4px;
}

.Map .basic.button{
    background: #FFF !important;
    /*border: 1px solid #db2828;*/
    /*box-shadow: 0 0 0 2px #db2828 inset!important;*/
}

.Map .ui.basic.red.button:hover{
    background: #FFF !important;
}

.control-over-map > .flex {
    padding-top: 0.5rem;
}

.control-over-map .ui.checkbox{
    display: block;
    margin: 0 0 0.3rem 0;
}

.Map .section.two{
    width: 25%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.Map .section.two {
    padding: 1.3rem;
}

.show-connected .box{
    padding: 1rem;
    margin-bottom: 1rem;
}

.show-connected .box:hover{
    cursor: pointer;
}

.can-hover:hover{
    background: #f1f1f1;
    cursor: pointer;
}

.Map .ui.menu .item{
    border-bottom: 1px solid #e4e4e4 !important;
}

.form-change-map-node-icon img{
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 0.3rem;
    margin: 0 0.5rem 0.5rem 0;
    width: 50px;
    height: 50px;
}

.form-change-map-node-icon img:hover{
    cursor: pointer;
    border: 1px solid #797979;
}