﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.caixas {
    border: 2px solid #D9D9D7;
    padding: 10px 20px;
    background-color: #F2F3F6;
    border-radius: 10px;
    color: #949494;
    font-size: 14px;
    /*border-color: #D9D9D7;*/
}
.btn-black {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

    .btn-black:hover {
        background: 0 0;
        border: 1px solid #000
    }

.gridmapa {
    border-collapse: collapse;
    border-spacing: 0;
}

    .gridmapa td {
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding: 4px 4px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }

    .gridmapa th {
        font-family: Arial, sans-serif;
        background-color: #337ab7;
        color: white;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        padding: 4px 4px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }    
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
