/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.LoggupWidget {
    background: #ea533b;
}

.Loggup {
    background: #ea533b;
    overflow: hidden;
    padding: 10px 0;
}

.Loggup p {
    margin: 0 !important;
}

.Loggup input {
    height: 30px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
}

.Loggup button {
    height: 30px;
    background: #fff;
    border: none;
    color: #ea533b;
    border-radius: 10px !important;
    padding: 0 15px;
}

.Loggup label {
    line-height: 30px;
    margin-bottom: 0;
}

#LoggupRastreio .container:before,
#LoggupDadosRastreio .container:before {
    display: none !important;
}

#LoggupDadosRastreio {
    padding: 30px 0 60px 0;
}

#LoggupDadosRastreio table {
    width: 100%;
    margin-bottom: 30px;
}

/*** Table Styles **/
#LoggupDadosRastreio .table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

#LoggupDadosRastreio th {
    color: #D5DDE5;;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

#LoggupDadosRastreio th:first-child {
    border-top-left-radius: 3px;
}

#LoggupDadosRastreio th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

#LoggupDadosRastreio tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

#LoggupDadosRastreio tr:first-child {
    border-top: none;
}

#LoggupDadosRastreio tr:last-child {
    border-bottom: none;
}

#LoggupDadosRastreio tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

#LoggupDadosRastreio tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

#LoggupDadosRastreio td {
    background: #EBEBEB;
    padding: 20px;
    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 td:last-child {
    border-right: 0;
}

#LoggupDadosRastreio th.text-left {
    text-align: left;
}

#LoggupDadosRastreio th.text-center {
    text-align: center;
}

#LoggupDadosRastreio th.text-right {
    text-align: right;
}

#LoggupDadosRastreio td.text-left {
    text-align: left;
}

#LoggupDadosRastreio td.text-center {
    text-align: center;
}

#LoggupDadosRastreio td.text-right {
    text-align: right;
}

.tecnologiaLoggup {
    text-align: center;
    margin-top: 15px;
}

.tecnologiaLoggup a {
    color: #fff;
}

#LoggupRastreioWidget .fl {
    float: left;
}

#LoggupRastreioWidget .fl-ml {
    float: left;
    margin-left: 30px;
}

#LoggupRastreioWidget .fl-ml-wd {
    float: left;
    margin-left: 30px;
    width: 100px;
}

#LoggupRastreioWidget .cl-bh {
    clear: both;
}

@media (max-width: 760px) {
    .Loggup input {
        margin-bottom: 5px;
    }
}
