﻿
.ecy-map .map-dialog-inner-content {
    margin: 10px;
}

.ecy-map #button-my-maps {
    float: left;
    margin-top: 5px;
    height: 40px;
    margin-left:10px;
}

.ecy-map #button-save-map{
    margin:10px 0 0 35px;
}


.ecy-map #save-map-dialog {
    width: 415px;
    line-height: 1.5;
    background-color:white;
}

.ecy-map .save-map-dialog-text {
    
}

.ecy-map #save-map-dialog-description {
    font-size: 1rem;
}

.ecy-map #save-map-holder {
    min-height: 10px;
    max-height: 250px;
    width: 100%;
    margin: 15px 0;
    border-top: 2px solid #e6edf0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
}



.ecy-map .save-map-row {
    width:100%;
}

/*.ecy-map .save-map-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}*/

.ecy-map .save-map-link {
    float: left;
    margin: 5px 0 0 2px;
    padding: 5px 5px;
    font-size: 1rem;
    width: 285px;
    background-color: #f6f6f6;
    text-decoration: none;
    color: black !important;
    border: 2px solid #e6edf0
}

    .ecy-map .save-map-link:focus {
        background-color: #336699;
        color: white !important;
        /*border: none !important;*/
    }

    .ecy-map .save-map-link:hover {
        background-color: #336699;
        color: white !important;
        /*border: none !important;*/
    }

.ecy-map .button-delete-map{
    float:left;
    margin:11px 0 0 10px;
}

.ecy-map #textbox-save-map {
    width: 300px;
    margin: 10px 0 0 5px;
    padding: 5px 5px;
    color: #666;
}

.ecy-map #map-delete-confirmation-dialog {
    height:100%;
    width:100%;
    background-color:white;
    /*position:absolute;*/
    z-index:10;
    display:none;
    top: 0;
    left:0;

}

.ecy-map #map-delete-confirmation-dialog-inner {
    margin: 10% 10%;
    height: 80%;
    width: 80%;
}

.ecy-map #button-delete-map-confirmation-yes {
    margin-right: 20px;
}

.ecy-map .browserCacheNote {
    font-size: 1rem;
}