.element-number {
    color: #000;
    font-size: 9px;
    text-align: center;
}

.bx-wrapper {
    float: left !important;
    width: 100%
}

body.plagiste.adminplagistedashboard #sea {
    max-width: initial  !important
}

#grid {
    padding: 0
}

#sea {
    align-items: center;
    background-color: #E3EEFF;
    border-bottom: 4px solid #CFBCFC;
    color: #fff;
    display: flex;
    font-size: 80%;
    font-weight: bolder;
    height: 30px;
    justify-content: center;
}

.dropzone {
    background-color: #FDFAF4;
    /* border: dashed 4px #aaa; */
    /* border-radius: 4px; */
    /* margin: 10px auto 30px; */
    border-bottom: 4px solid #fcf5e8;
    height: 100%;
    margin: 0 auto 10px;
    /* padding: 10px; */
    transition: background-color 0.3s;
    width: 100%
}

.drop-active {
    border-color: #aaa;
}

.drop-target {
    background-color: #fcf5e8;
    /* border-color: #fff; */
    /* border-style: solid; */
}

.drag-drop {
    display: inline-block;
    min-width: max-content;
    /* min-width: max-content; */
    /* padding: 2em 0.5em; */
    /* margin: 1rem 0 0 1rem; */
    margin: 0;
    /* reset margin: NR */

    color: #fff;
    /* background-color: #29e; */
    /* border: solid 2px #fff; */

    touch-action: none;
    transform: translate(0px, 0px);

    transition: background-color 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.drag-drop.transat,
.drag-drop.bed {
    min-width: 23px;
}

.drag-drop.can-drop {
    /* color: #000; */
    /* background-color: #4e4; */
}

.drag-drop.transat.original {
    margin-top: 0;
}

.drag-drop.bed.original {
    margin-top: 0;
}

.drag-drop.pool.original {
    margin-top: 0;
}

/* .drag-drop.pool:not(.original) img {
    height: 120px !important
} */

.drag-drop.bar:not(.original) img,
.drag-drop.resto:not(.original) img {
    width: 140px !important
}

.drag-drop.bar.original,
.drag-drop.resto.original {
    margin-top: 0;
    height: auto;
}

.drag-drop.tree.original {
    margin-top: 0;
}

.adminbeachmapedit .zone-limit,
.adminbeachmapedit .legend {
    font-size: 90%
}

.legend {
    position: absolute; 
}

.legend-1 {
    left: 0;
    top: 30px;
}

.legend-2 {
    left: 0;
    bottom: -20px
}

.legend-3 {
    left: 230px;
    bottom: -20px;
}
@media(max-width: 767px) {
    .legend {
        line-height: 1.5;
        max-width: 50%;
    }
}

.resizable {
    overflow: hidden;
    touch-action: none;
    /* This makes things *much* easier */
    box-sizing: border-box;
}

/* .mappopup #sea, 
body.plagiste .mappopup #sea, 
body.plagiste .mappopup .bx-wrapper {
    max-width: 100% !important;
    width: 100% !important;
} */
.mappopup .original {
    display: none
}

.mappopup .bx-wrapper {
    max-width: initial !important;
    width: 100% !important
}

.mappopup #reserve {
    position: absolute;
    width: 100% !important;
}

.mappopup .bx-wrapper {
    background: none;
    box-shadow: none;
    margin-bottom: 0
}

/* front > map > transat */
.mappopup .transat {
    background-image: url(../img/beach/map/transat.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.mappopup .transat.unavailable {
    background-image: url(../img/beach/map/transat-unavailable.png?1);
}

.mappopup .transat.selected {
    background-image: url(../img/beach/map/transat-selected.png?1);
}

.mappopup .transat.booked {
    background-image: url(../img/beach/map/transat.png?1);
}
.mappopup .bed.booked:after,
.mappopup .transat.booked:after {
    content: "✔️";
    display: block;
    color: forestgreen;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6.75px;
    margin-top: -11.51px;
}

body.plagiste .bed.incomplete:before,
body.plagiste .transat.incomplete:before {
    background: url(../img/exclamation_mark_icon.png) no-repeat center center;
    background-size: 100%;
    content: " ";
    display: block;
    position: absolute;
    margin-left: -5px;
    height: 10px;
    left: 50%;
    top: -13px;
    width: 10px;
}

.mappopup .bed .element-number,
.mappopup .transat .element-number {
    position: absolute;
    left: 0;
    bottom: -15px;
    text-align: center;
    width: 100%;
}

/*front > map > bed */
.mappopup .bed {
    background: url(../img/beach/map/bed.png) no-repeat center center;
    background-size: 100%
}

.mappopup .bed.unavailable {
    background-image: url(../img/beach/map/bed-unavailable.png?1);
}

.mappopup .bed.selected {
    background-image: url(../img/beach/map/bed-selected.png?1);
}

.mappopup .bed.booked {
    background-image: url(../img/beach/map/bed.png?1);
}

#reserve .btn-remove {
    display: none;
}

#reserve > div {
    min-height: 420px
}

.drag-drop {
    z-index: 9
}

.drag-drop .btn-remove {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: -6px;
    right: -1px;
    z-index: 10;
}

.drag-drop.pontoon-element .btn-remove {
    top: -7px;
    right: -4px
}

.drag-drop.pool-element .btn-remove {
    top: -6px;
    right: -3px
}

.drag-drop.tree .btn-remove {
    top: 0;
    right: 0
}

#grid .slide-right {
    font-size: 3em;
    position: fixed;
    left: 800px;
    top: 50%;
    z-index: 101;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -12.5px;
}

.zone-limit {
    border: 0;
    border-left: 1px dashed #EDBF64;
    color: #EDBF64;
    font-size: 90%;
    height: 100%;
    position: absolute;
    padding-left: 5px;
    width: 60px;
}

.zone-limit.first-zone {
    border: 0
}

.zone-limit-1 {
    left: 800px
}

.zone-limit-2 {
    left: 1600px
}
/* front > map > bxslider */
/* .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-position: 0 -32px !important;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: -43px -32px !important;
} */
@media(max-width: 500px) {
    #grid {
        zoom: unset !important;
    }
    .tabres-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mappopup .tabres-bottom .map-help {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.mappopup .tabres-bottom .tableresl-list::before {
    min-width: 21px;
    max-width: 21px;
    min-height: 21px;
    max-height: 21px;
    margin-right: 10px;
}

.mappopup .tabres-bottom .tableresl-list {
    margin: 0;
    font-size: 11px;
}
}