#map.map {
    min-height: calc(100vh - 220px);
    max-height: calc(100vh - 120px);
    background: url("../images/bg_map.png") center;
    /*background: url("../images/map-background.jpg") repeat;*/
}

.ol-control-title {
    position: absolute;
    float: left;
    left: 3em;
    top: .5em;
    z-index: 1;
}

.ol-control-legend {
    position: absolute;
    float: right;
    z-index: 1;
    display: block;
    right: 1.25em;
    bottom: 2.25em;
}

.ol-control-legend .ol-control-legend-panel {
    max-height: 100%;
    overflow-y: auto;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    max-width: 350px;
}

.ol-control-legend .ol-legend-item {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
}

.layer-switcher {
    top: 0.5em;
}

.default-img {
    min-width: 100px;
    max-width: 150px;
    min-height: 100px;
    max-height: 150px;
    background: url("../images/img2.jpg") center no-repeat;
    cursor: pointer;
}

#foto-op img {
    margin: auto 10px;
}

#foto-op img:first-child {
    margin-left: 0px;
}

#foto-op img:last-child {
    margin-right: 0px;
}

.c-help            { cursor: help; }
.c-pointer         { cursor: pointer; }
.c-progress        { cursor: progress; }
.c-wait            { cursor: wait; }
.c-crosshair       { cursor: crosshair; }

/* --------------------------------------- */
/* ############### Parsley ############### */
/* --------------------------------------- */
input.parsley-error:focus,
textarea.parsley-error:focus {
    box-shadow: none !important; }

input.parsley-success:focus,
textarea.parsley-success:focus {
    box-shadow: none !important; }

.parsley-checkbox.parsley-error {
    display: inline-block;
    padding: 10px;
    border: 1px solid #dc3545; }

.parsley-checkbox.parsley-success {
    display: inline-block;
    padding: 10px;
    border: 1px solid #23BF08; }

.parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0; }
.parsley-errors-list li {
    margin: 5px 0 0; }