.ajax-loader {
    background: url(../img/loader.gif) center center no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
}

#matcher-modal .modal-body {
    height: 300px;
    padding-top: 0;
}

#matched-hotels .text-right {
    text-align: right;
}

#matcher-threshold-slider {
    width: 150px;
    float: left;
    margin: 10px 10px 0 10px;
}

#matcher-threshold-value {
    float: left;
    width: 40px;
    padding: 5px 0 0 10px;
}

.line-form {
    padding: 10px 10px 0 10px;
    margin: 0;
}

.line-form label {
    float: left;
    margin: 5px 10px 0 10px;
}


/* == Selectable Rows =============================================== */

.selectable-rows li,
.selectable-rows tr {
    cursor: pointer;
}

.selectable-rows li.selected-row,
.selectable-rows li.selected-row:hover,
.selectable-rows tr.selected-row td,
.selectable-rows tr.selected-row:hover td {
    background: #e5e5e5;
}


/* == Formsets ====================================================== */

.formset input {
    max-width: 180px;
}

/* == MAPS ========================================================== */

#map {
    height: 250px;
    left: 510px;
    position: absolute !important;
    width: 600px;
}

#map_hotels {
    height: 550px;
    left: 350px;
    width: 750px;
    position:absolute !important;
}

#map-search-list {
    height: 475px;
    overflow: auto;
    border-radius: 15px;


}

#list-map {
    border-bottom: 1px solid #000000;
    font-size: 13px;
    padding:1px;
}

a.dst {
    color: green;
}
a.htl {
    color: red;
}
