﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.list-group {
    margin-bottom: 0px !important;
}

.baseContainer {
    position: absolute;
    top: 500px;
    left: 450px;
    width: 550px;
    height: 200px;
    z-index: 10000;
    overflow-y: scroll;
    background-color: #fff;
}

.mapFiltroContainer {
    position: absolute;
    top: 150px;
    left: 10px;
    width: 250px;
    height: 40px;
    z-index: 10000;
}

.mapUserContainer {
    position: absolute;
    /*top: 150px;*/
    /*left: 10px;*/
    overflow-x: hidden;
    overflow-y: scroll;
    width: 250px;
    height: 500px;
    z-index: 10000;
    border: 1px solid #fafafa;
    background-color: #fff;
    margin:10px
}

.mapUserContainer2 {
    position: absolute;
    top: 200px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 250px;
    height: 222px;
    z-index: 10000;
    border: 1px solid #fafafa;
    background-color: #fff;
}

.listaContainer {
    position: absolute;
    top: 450px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 250px;
    height: 250px;
    z-index: 10000;
    border: 1px solid #fafafa;
    background-color: #fff;
}

.visitaContainer {
    position: absolute;
    top: 240px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 550px;
    height: 200px;
    z-index: 10000;
    border: 2px solid #c0c0c0;
    background-color: #fff;
}

.visitaRegistradaContainer {
    position: absolute;
    top: 460px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 550px;
    height: 200px;
    z-index: 10000;
    border: 2px solid #c0c0c0;
    background-color: #fff;
}

.pt-10 {
    padding-top: 10px !important;
}
