﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.parallax-mirror {
    z-index: 1;
}



/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.button-collapse {
    /*color: #26a69a;*/
}

.parallax-container {
    min-height: 160px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) and (min-width: 601px) {
    .parallax-container .section {
        position: absolute;
        /*top: 40%;*/
    }

    #index-banner .section {
        top: 10%;
    }

    .logo {
        background: url('../images/logo.jpg') no-repeat center left;
        background-size: 255px auto;
        display: block;
        text-indent: -9999px;
        width: 255px;
        height: auto;
        line-height: 100px;
    }

    .linha_frota {
        float: left;
        width: 100%;
    }

    .linha_cards {
        float: left;
        width: 100%;
        padding: 5px;
    }

    .video {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width : 600px) {
    .parallax-container .section {
        position: absolute;
        /*top: 40%;*/
    }

    #index-banner .section {
        top: 0;
    }

    .logo {
        background: url('../images/logo.jpg') no-repeat center left;
        background-size: 163px auto;
        display: block;
        text-indent: -9999px;
        width: 163px;
        height: auto;
    }

    .video {
        width: 80%;
        height: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .linha_frota {
        float: left;
        width: 50%;
    }

    .linha_cards {
        float: left;
        width: 50%;
        padding: 15px;
    }

    .video {
        width: 70%;
        height: 100%;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1120px) {
    .logo {
        background: url('../images/logo.jpg') no-repeat center left;
        background-size: 163px auto;
        display: block;
        text-indent: -9999px;
        width: 163px;
        height: auto;
        line-height: 100px;
    }
}

@media only screen and (min-width: 1121px) {
    .logo {
        background: url('../images/logo.jpg') no-repeat center left;
        background-size: 255px auto;
        display: block;
        text-indent: -9999px;
        width: 255px;
        height: auto;
        line-height: 100px;
    }

    .video {
        width: 50%;
        height: 100%;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.float-left {
    text-align: left;
    padding: 11.25px;
}

.cemporcento {
    width: 100%;
}

.borda-esq {
    border-left: 1px solid #ddd;
}

.borda-dir {
    border-right: 1px solid #ddd;
}

.tabela-scroll tr {
    padding: 0;
    border-radius: 0;
}

.tabela-scroll th {
    background-color: #1f397a;
    color: white;
    font-weight: normal;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 0;
}

.tabela-scroll td {
    background-color: transparent;
    border-bottom: 1px solid rgb(128, 128, 128);
    color: #444;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 0;
}

.tabela-scroll {
    overflow-x: scroll;
    border-collapse: collapse;
}

.teste ul {
    min-height: 100px;
}

.teste li {
    min-height: 100px;
    line-height: 100px;
}

.teste li a {
    min-height: 100px;
}

.teste li a:hover {
    /* text-decoration: underline; */
    background-color: #636363;
    color: white;
}

.fundo_azul {
    background-color: #1f397a;
}

.fundo_azul:hover {
    background-color: #1f397a;
}

.fundo_azul:focus {
    background-color: #1f397a;
}

.fundo_cinza {
    background-color: #636363;
}

.fundo_cinza:hover {
    background-color: #636363;
}

.fundo_cinza:focus {
    background-color: #636363;
}

@media only screen and (max-width: 993px) {
    .margem-cabecalho {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 994px) {
    .margem-cabecalho {
        margin-top: 150px;
    }
}

.login-portal {
    background-image: url('../images/cargoconsultaerastreamento.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding-top: 150px;
}

.quadro-login {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;
    flex: 1 0 auto;
    flex-direction: column;
    display: flex;
    padding-top: 20px;
    text-align: center;
}

.fundo-login {
    background-image: url('../images/cargoconsultaerastreamento.png');
    margin: 0;
    padding: 0;
    width: 100%;
    height:100vh;
    padding-top: 150px;
}

.margin-bottom-zero {
    margin-bottom: 0;
}

.margin-top-zero {
    margin-top: 0;
}

#map {
    height: 500px;
    width: 500px;
    margin: 0px;
    padding: 0px;
}

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167F92;
}

.responstable tr {
    border: 1px solid #D9E4E6;
}

.responstable tr:nth-child(odd) {
    background-color: #c7d4f7;
}

.responstable th {
    display: none;
    border: 1px solid #FFF;
    background-color: #1f397a;
    color: #FFF;
    padding: 1em;
}

.responstable th:first-child {
    display: table-cell;
    text-align: center;
}

.responstable th:nth-child(2) {
    display: table-cell;
}

.responstable th:nth-child(2) span {
    display: none;
}

.responstable th:nth-child(2):after {
    content: attr(data-th);
}

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
}

.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6;
}

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #D9E4E6;
    }
}

.responstable th, .responstable td {
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .responstable th, .responstable td {
        display: table-cell;
        padding: 1em;
    }
}


.tabela-antiga {
    font-size: 12px;
}

.tabela-antiga th {
    background-color: #cccccc;
    color: #636363;
    text-transform: uppercase;
    padding: 0;
    border: 1px solid white;
}

.tabela-antiga th a {
    color: #636363;
}

.tabela-antiga td {
    padding: 0;
    border: 1px solid white;
}

.tabela-antiga tr {
    background-color: #fff;
}

.tabela-antiga tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.tabela-antiga-topo {
    background-color: #636363;
}

.tabela-antiga-topo td {
    background-color: #636363;
}

.btn-small {
    height: 30px;
    line-height: 30px;
    padding: 0 0.8rem;
}

a.tip {
    text-decoration: none
}
a.tip:hover {
    position: relative
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 15px;
    display: block;
    z-index: 100;
    background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 450px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #444;
}

@media print {
  /* style sheet for print goes here */
  .noprint {
    visibility: hidden;
  }
}

.not-allowed-cursor {
  cursor: not-allowed;
}

.parallax img {
    display: block;
  }

.pointer {
    cursor: pointer;
}

.btn-my-primary {
    color: #fff;
    background-color: #636363;
    border-color: #636363;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-my-primary-text {
    text-transform: uppercase;
}

.btn-my-primary:hover {
    color: #fff;
    background-color: #636363;
    border-color: #636363;
}

.btn-my-primary:focus, .btn-my-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-my-primary.disabled, .btn-my-primary:disabled {
    color: #fff;
    background-color: #636363;
    border-color: #636363;
}

.btn-my-primary:not(:disabled):not(.disabled):active, .btn-my-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #636363;
    border-color: #636363;
}

    .btn-my-primary:not(:disabled):not(.disabled):active:focus, .btn-my-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-my-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
    }

.btn-my-primary:visited, .btn-my-primary:focus, .btn-my-primary:hover, .btn-my-primary:active {
    color: #fff;
    background-color: #636363;
    border-color: #636363;
}
