.popup {
    position:           fixed;
    z-index:            200;
    background:         #fff;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    border:             1px solid #bfbfbf;
}

#canvasPopup #map,
#canvasPopup #mapcanvas,
#canvasPopup #mask {
    opacity: 0;
}

.popup.padding {
    padding: 20px;
}

#mask {
    position:   fixed;
    z-index:    199;
    background: #000;
}

.popup .buttons {
    position: absolute;
    top:      -4px;
    right:    0;
    margin:   0;
}

.popup .buttons button {
    margin: 15px;
}

.popup .edit {
    background:     none repeat scroll 0 0 #eee;
    float:          left;
    min-height:     550px;
    padding-bottom: 20px;
    width:          100%;
    margin:         0;
}

.popup_map.edit {
    padding-bottom: 55px;
}

.popup .popup_form {
    width: 435px;
    float: left;
}

.popup .popup_image {
    width:        625px;
    margin-right: 20px;
    float:        left;
}

.popup .popup_form ul {
    margin-left: 20px !important;
}

.popup .edit input[type="text"], .popup .edit textarea {
    width: 250px;
}

.popup .edit form {
    float: right;
    width: 400px;
}

.popup .edit ul {
    margin: 0 0 0 75px;
}

.popup .edit ul li {
}

.popup_table img {
    margin-left: 20px;
}

.popup .edit .label {
    float: left;
    width: 100px;
}

#image {
    border:     1px solid #bfbfbf;
    max-height: 470px;
    max-width:  450px;
}

.popup_map #image{
    max-height: 240px;

}

#number {
    margin-left: 10px;
    width:       30px;
}

#yes,
#no {
    margin-left: 15px;
}

/*.radio input[type="radio"],
.status input[type="radio"] {
    margin-right: 5px;
}*/

#booked,
#approved {
    margin-left: 25px;
}

.radio {
    margin-top:   10px;
    margin-right: 10px;
}

.close {
    border: 1px solid red;
}

#delete {
    margin: 0 15px 0 0;
}

.buttons .prev {
    background-image: url("../img/slideshow/arrow_left.png");
    background-color: white;
    background-size:  cover;
    width:            20px;
    height:           20px;
    border:           none;
}

.buttons .next {
    background-image: url("../img/slideshow/arrow_right.png");
    background-color: white;
    background-size:  cover;
    width:            20px;
    height:           20px;
    border:           none;
}

.buttons .close,
#popup_close {
    background-image: url("../img/slideshow/close.png");
    background-color: white;
    background-size:  cover;
    width:            20px;
    height:           20px;
    border:           none;
}

/*----------------------------
    SLIDESHOW MAP
-----------------------------*/

#slideshowMap {
    border: 1px solid #bfbfbf;
    float:  left;
    margin: 20px 0 0 20px !important;
    height: 325px !important;
    width:  calc(100% - 40px) !important;
}

#lat,
#lon {
    width: 114px;
}

#lat {
    margin-left: 10px !important;
}

.note {
    height: inherit !important;
}

#popup_contentDiv a {
    color: #1f5b66;
}

#popup_contentDiv {
    font-size: 12px !important;

}

#message {
    padding-left: 20px;
    display:      none;
}

#message.good {
    color: #0a0;
}

#message.bad {
    color: #a00;
}