#map .delete-layer {
    position: absolute;
    top: 46px;
    right: 10px;
    width: 29px;
    height: 24px;
    padding-top: 4px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #b0b0b0;
    text-align: center;
    z-index: 99999999;
    cursor: pointer;
}
#map .delete-layer i {
    font-size: 20px;
    color: #464646;
}
#map .delete-layer:hover {
    opacity: .8;
}
#authordiv {
    display: none;
}
.custom-image-thumbnail {
    margin-bottom: 20px;
    max-width: 250px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}
.custom-image-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}
.custom-table-thumbnail {
    width: 60px;
}
/* job post type columns */
.fixed .column-job_status {
    width: 6%;
}
.fixed .column-job_status .job-status {
    padding: 4px;
    background-color: #ebebeb;
    border-radius: 6px;
    color: #777;
    text-align: center;
}
.fixed .column-job_status .job-status.finished {
    background-color: #0190f6;
    color: #fff;
}
.fixed .column-job_status .job-status.progress {
    background-color: #4caf50;
    color: #fff;
}
.fixed .column-job_category .job-category span:last-of-type {
    display: none;
}
.rAds {
    display: none;
}
.rAds span {
    display: none;
}
.redux-sidebar .redux-group-tab-link-li ul li .redux-group-tab-link-a i {
    top: 10px;
    font-size: 13px;
}
.redux-container .redux-main .form-table tr.no-border {
    border-bottom: 0;
}
.redux-container .redux-main .form-table tr.repeatedly {
    visibility: hidden;
    position: absolute;
    top: -99999px;
    left: -99999px;
}
.rwmb-tab-panel-home_template_tab .rwmb-image-select {
    height: auto;
}
