html {
    font-family: sans-serif;
}

.map {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/* FORM */
.form-horizontal .control-label {
    text-align: left;
    font-size: 12px;
}

/* TOOLTIP */
.tooltip > .tooltip-inner {
    background-color: #000;
    color: #FFFFFF;
    border: 1px solid grey;
    font-size: 14px;
    max-width: 500px;
}

/* MODAL DIALOG */
.modal-body {
    z-index: 9999 !important;
    overflow-y: scroll;
}

#limitationControl div {
    width:350px !important
}