﻿.centralizado {
    text-align: center;
}

.caixas {
    border: 2px solid #D9D9D7;
    padding: 10px 20px;
    background-color: #F2F3F6;
    border-radius: 10px;
    color: #949494;
    font-size: 14px;
    /*border-color: #D9D9D7;*/
}

#processando {
    display: none;
    /*position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -75px; 
            margin-top: -35px; 
            */
}

.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;
    }  

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    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;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
