﻿/* 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;
    }
}
.caixas {
    border: 2px solid #D9D9D7;
    padding: 10px 20px;
    background-color: #F2F3F6;
    border-radius: 10px;
    color: #949494;
    font-size: 14px;
    /*border-color: #D9D9D7;*/
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

    .tg td {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 10px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }

    .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }

    .tg .tg-z6qf {
        font-size: 11px;
        text-align: right;
        vertical-align: top
    }

    .tg .tg-lnuw {
        font-weight: bold;
        font-size: 11px;
        text-align: right;
        vertical-align: top;
        width: 100px;
    }

    .tg .tg-zqbh {
        font-weight: bold;
        font-size: 11px;
        background-color: #bbdaff;
        text-align: center;
        vertical-align: top;
    }

    .tg .tg-q19q {
        font-size: 11px;
        vertical-align: top;
        text-align: right;
    }

    .tg .tg-ip53 {
        font-weight: bold;
        font-size: 11px;
        background-color: #343434;
        color: #ffffff;
        text-align: center;
        vertical-align: top;
        border-style: solid;
        border-width: 1px;
    }

/* Leading Time */

.tlt {
    border-collapse: collapse;
    border-spacing: 0;
}

    .tlt td {
        font-family: Arial, sans-serif;
        font-size: 10px;
        padding: 4px 4px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }

    .tlt th {
        font-family: Arial, sans-serif;
        background-color: #337ab7;
        color: white;
        font-size: 10px;
        text-align: center;
        font-weight: bold;
        padding: 4px 4px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
    }

.rodape {
    font-family: Arial, sans-serif;
    background-color: #337ab7;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 4px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}

.gridmapa {
    border-collapse: collapse;
    border-spacing: 0;
}
.gridmapa td {
    font-family: Arial, sans-serif;
    font-size: 10px;
    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: 10px;
    text-align: center;
    font-weight: bold;
    padding: 4px 4px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}    