#image_edit {
    position: absolute;
    display: none;
    width: auto;
    border: 1px black solid;
    padding: 5px;
    background-color: white;
}
#image_edit #result {
    background: rgba(255,255,255,0.9);
    position: absolute;
    width: 100%;
    margin: -5px 0 0 -5px;
    height: 100%;
    text-align: center;
    line-height: 21;
    display: none;
}
#legend, #legendC {
    width: 50%;
    max-height: 350px;
    overflow: auto;
    position: absolute;
    background-color: white;
    display:none;
}
div.legend_edit {
    display: block !important;
    position: relative !important;
    max-height: 500px !important;
    width: auto !important;
}
.legend_edit .l_image {
    width: 70px !important;
}
.legend_edit .legend {
    min-height: 60px;
    clear: both;
}
.legend {
    padding: 5px;
    line-height: 17px;
    border-bottom: 1px dashed #777;   
}   
.legend:hover {
    background-color: #f5f5f5;
}
.legend div {
    cursor: pointer;
}
.hook-map {
    float: left;
    margin: 0 5px 5px 0;
    display: none;
} 
.legend_edit .hook-map {
    display: block !important;
}
#search_legends {
    margin-bottom: 0;
}
#legend .search, #legendC .search {
    background-color: #e5e5e5;
    padding: 3px;
    margin-bottom: 10px;
}
.legend .l_image {
    width: 49px;
    float: left;
    margin-top: 2px;
    margin-right: 7px;
    border: 1px solid #777777;
}
.legend .l_name {
    font-weight: bold;
}
.legend .l_description {
    font-size: 13px;
}
.legend .l_description br {
    display: none;
}
.legend .edit textarea {
    height: 100px;
}
#map-container {
    display: none;
    border: 1px solid #777;
    padding: 5px;
    background-color: white;
    margin-top: 0px;
    width: 444px;
    float: left;
    margin-left: -30px;
    margin-right: 10px;
    z-index: 999999999!important;
}
#map-container .left {
    float: left;
}
#map-container .right {
    float: right;
    cursor: pointer;
}
.on-editing td {
    background-color: rgba(255, 242, 0, 0.17) !important;
}
.level-link textarea {
    position: absolute;
    margin-top: 19px;
    margin-left: 19px;
}
.abs {
    position: absolute;
    margin-top: 27px;
    margin-left: -25px;
}
.icon-info.active {
    background-color: #67C6E2;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 20px;
}
.desc-selector {
    margin-left: 5px;
}
.ui-tooltip {
    display: none !important;
}

.hidden{
    visibility: visible !important;
}
.legend .edit {
    margin-left: 110px;
}
#level_name {
    float: left;
    padding-right: 7px;
}
.save-link-container {
    white-space: nowrap;
}
.save-link-container .btn {
    min-width: 8px;
}
.callToAction-options {
    position: absolute;
    background-color: white;
    border: 1px solid lightgray;
    margin-top: -9px;
}
.callToAction-options div {
    border-bottom: 1px dotted lightgray;
    padding: 4px 11px;
}
.callToAction-options div:last-child {
    border: none;
}
.callToAction-options div:hover {
    background-color: #ccc;
}
th > img {
    min-width: 23px;
}
.circle-inputs {
    cursor: pointer;
    text-align: center !important;
    margin-top: 10px;
    display: none;
}
.circle-inputs input {
    width: 60px;
}
#map-container label {
    display: inline;
}