/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#LoggupRastreio {
    margin-top: 40px;
    background: #262262;
    overflow: hidden;
    padding: 10px 0;
}
#LoggupRastreio .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#LoggupRastreio .centraliza{
    position: relative;
    max-width: 600px;
}
#LoggupRastreio form label{
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
}
#LoggupRastreio form input{
    width: 100%;
    height: 40px;
    background: none;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    text-indent: 20px;
    color: #fff;
    font-size: 16px;
}
#LoggupRastreio form input::-webkit-input-placeholder{ color: #FFFFFF; }
#LoggupRastreio form input::-moz-placeholder{
    color: #FFFFFF;
    opacity: 1; }
#LoggupRastreio form input:-ms-input-placeholder{ color: #FFFFFF; }
#LoggupRastreio form select {
    width: 100%;
    height: 40px;
    border: 1px solid #D4D4D4;
    text-indent: 10px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #262262;
    border-radius: 7px;
}
#LoggupRastreio form button {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    background: #f7921f;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
#LoggupDadosRastreio h2 {
    font-size: 26px;
}
#LoggupDadosRastreio h3 {
    font-size: 23px;
}
#LoggupDadosRastreio th {
    color:#FFFFFF;
    background:#262262 !important;
    border-bottom:4px solid #6a6e71;
    border-right: 1px solid #6a6e71;
    font-size:23px;
    font-weight: 100;
    padding:10px !important;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
}
#LoggupDadosRastreio td {
    background:#FFFFFF !important;
    padding:10px !important;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}
#LoggupDadosRastreio a {
    color: #f7921f;
}
#LoggupDadosRastreio a:hover {
    text-decoration: underline;
}
.line::before {
    width: 0 !important;
    height: 0 !important;
}
.tipo-rastreamento-pedido {
    display: none;
}

.tipo-rastreamento-notafiscal {
    width: 100%;
}
