@import '../../../mybo/include/css.css';

html, body{
    height: 100%;
}
main{
    height: 100%;
    background: #fff;
    padding-top: 50px;
}
.map{
    height: 100%;
}

.info {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    padding: 5px 15px;
    background: rgb(106, 180, 45);
    color: #fff;
}

.logoNigi{
    background: url("../images/logoNigi.png");
    width: 154px;
    height: 36px;
    margin: 5px 30px;
}
.button-menu{
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    height: 40px;
    width: 40px;
}

.nigiloc-map-suivi-overlay{
    position: absolute;
    width: 265px;
    top: 100px;
    left: 10px;
    background: #fff;
    padding: 5px;
    font-size: 14px;
    color: #777;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 20;
    border-radius: 2px;
}

.nigiloc-map-suivi-overlay table {
    width: 100%;
    height: 66px;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.nigiloc-map-suivi-overlay table td {
    text-align: center;
    background-position: center;
    vertical-align: middle;
}

.nigiloc-map-suivi-overlay h5 {
    height: 30px;
    line-height: 30px;
    margin: 0;
    font-size: 14px;
}

.btntop {
    position: absolute;
    top: 60px;
    left: 125px;
    z-index: 20;
    width: 150px;
}

.btntop > div{
    float: left;
    height: 37px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 20;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    font-size: 11px;
    color: #666;
    font-weight: 400;
    padding: 0 5px;
}

.nigiloc-map-filters{
    padding-top: 2px !important;
}

.nigiloc-map-plus{
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.btnsuivi{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.btnsuivi.actif{
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    font-weight: bold;
    background: rgb(239, 239, 239);
    color: black;
}

.nigiloc-map-minus {
    position: absolute;
    right: 0;
    height: 30px;
    width: 50px;
    top: 0;
    line-height: 30px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}


/*** Filtres ****/

.filters {
    position: absolute;
    width: 260px;
    height: auto;
    top: 100px;
    left: 10px;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans',helvetica, arial, sans-serif;
    font-weight: 300;
    color: #777;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 10px 10px;
}

.filters h5 {
    width: 50px;
    height: 30px;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
}

.filters hr{
    margin-top: 0;
}

#quickfilter{
    width: 180px;
}

.filters select {
    height: 30px;
    width: 62px;
    margin: 5px 0;
    color: #666;
    border: 1px solid #ccc;
}

.filterbox{
    text-align: center;
}

.filters .nigiloc-map-datepicker {
    height: 30px;
    width: 75px;
    margin: 5px 0;
    color: #666;
    border: 1px solid #ccc;
    padding: 0 5px;
}

.nbpts{
    width: 155px;
}

input.nbptsmap {
    width: 40px;
    border: 1px solid #ccc;
    padding-left: 3px;
    font-size: 12px;
    z-index: 10;
    color: #666;
    margin: 0 0 0 4px;
}


