﻿* {
    box-sizing: border-box;
}
body, html {
    height: 100%;
    margin: 0;
}
body {
    font-family: Arial,Verdana,Tahoma,sans-serif,Geneva,Helvetica;
    background-color:white;
}
.quadrologin {
    float: left;
    padding: 5px;
}
.TextSenha {
    display: table-cell;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 1% 1% 1% 10%;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: 1px solid white;
    background: rgba(0,0,0,0.3);
    color: white;
}
.modalloaderbarra {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(60, 60, 60, 0.8);
    z-index:100;
}
.loaderbarra {
    display: block;
    margin: 250px auto 0;
    width: 70px;
    height: 50px;
}
.loaderbarra div {
    /*background-color: #1ab188;*/
    background-color: #bb0a30;
    height: 100%;
    width: 10px;
    display: inline-block;
    -webkit-animation: heightChange 1s infinite ease-in-out;
    animation: heightChange 1s infinite ease-in-out;
}
@keyframes myMove {
    0% {
        top: 0;
    }

    25% {
        top: 200px;
    }

    50% {
        top: 100px;
    }

    75% {
        top: 200px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes heightChange {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes heightChange {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
    }
}
.loaderbarra .barra2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loaderbarra .barra3 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loaderbarra .barra4 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.loaderbarra .barra5 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.posicaoform {
    position: absolute;
    top: 75px;
    width: 100%;
    background-color:white;
}
.divtituloform {
    display: block;
    float: left;
    padding: 7px;
    width: 100%;
    background-color: #245269;
    color: white;
    font-size: 14px;
    padding-right:10px;
    border:none;
}
.icontituloform {
    float: left;
}
.iconfecharform {
    float: right;
    cursor: pointer;
}
.iconfecharform:hover {
    color: #1ab188;
}
.divtituloedicao {
    display: block;
    float: left;
    padding: 5px;
    width: 100%;
    background-color: #245269;
    color: white;
    font-size: 14px;
    padding-right: 10px;
    border: none;
}
.icontituloedicao {
    float: left;
}
.iconfecharedicao {
    float: right;
    cursor: pointer;
}
.iconfecharedicao:hover {
    color: #1ab188;
}
.divsubtitulo {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    border: none;
    background-color: #296282;
    color: white;
}
.botoesmenugrade {
    width: 120px;
    height: 36px;
    background-color: #245269;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.9;
}

.botoesmenugrade:hover {
    color: #1ab188;
    opacity: 1;
}

.sticky {
    position: fixed;
    top: 110px;
    width: 100%;
}
.tabelaedicao {
    border-collapse: collapse;
    width: 100%;
}

.tabelaedicao Tr:nth-child(even) {
    background-color: #ddd;
}
.cabecalhotabelaedicao {
    font-size: 14px;
    background-color: #4f4e4e;
    color: white;
    height: 30px;
    top: 75px;
}
.linhastabelaedicao {
    font-size: 14px;
    background-color: #f2f2f2;
    color: black;
    height:50px;
}
.campostabelaedicao {
    padding: 5px;
    font-weight:normal;
}
.botoestabelaedicao {
    padding: 8px;
    font-size: 23px;
    color: #1ab188;
    cursor: pointer;
    text-decoration: none;
}
.botoestabelaedicao:hover {
    text-decoration: none;
    color: #296282;
}
.botaoeditar {
    color: orange;
}
.botaoexcluir {
    color: red;
}

input {
    font-size: 14px;
}
.barraprincipal {
    display:block;
    width: 100%;
    float: left;
    color: black;
    /*font-size: 8px;*/
    /*font-weight: bold;*/
    background-color: white;
    position: fixed;
    top: 0;
    border-bottom: 3px solid black;
    z-index: 99;
    margin:0;
    padding:0;
}

.iconmenu {
    display:block;
    float:left;
    font-size: 30px;
    color: #454d55;
    padding:17px 10px 0 0;
}

.iconmenu:hover {
    color: #bb0a30;
    cursor: pointer;
}

.imglogo {
    display: block;
    float: left;
    padding: 1px;
}
.logotipo {
    display:block;
    float: left;
    width: 60%;
    padding:5px;
}
.identificacao {
    display:block;
    float: left;
    width: 40%;
    font-weight: 600;
    text-align: right;
    padding:15px 10px 10px 5px;
}
.nomeusuario {
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #454d55;
    /*padding: 20px 20px 0 10px;*/
    padding:50px 10px 0 0;
    /*color: #454d55;*/
    color: black;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a, .dropdown-btn {
    width:100%;
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    text-align:left;
    color: #818181; 
    display: block;
    cursor: pointer;
    transition: 0.3s;
    background: none;
    border: none;
    outline: none;
}
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}
.dropdown-container {
    display: none;
    /*background-color: #262626;*/
    padding-left: 20px;
    /*border-bottom: 1px solid #818181;*/
    border-bottom: 1px solid #bb0a30;
}
.active {
    border-bottom: 1px solid #bb0a30;
}
.fa-caret-down {
    float: right;
    padding-right: 8px;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    text-align:right;
}
.sidenav .iconopcoes {
    width: 20px;
    /*height: 24px;*/
    color: #bb0a30;
    font-size: 16px;
}
.GalVe {
    padding: 1px;
    float: left;
}
.MoldGalVe {
    border: 1px solid #ccc;
}
.MoldGalVe:hover {
    border: 1px solid #777;
    cursor: pointer;
}
.ImgGalVe {
    width: 100%;
    height: auto;
}
.DescVeGal {
    padding: 10px;
    text-align: center;
    color: black;
}
.tab_containerAntigo {
    display: block;
    float: left;
    width: 100%;
    /*padding:5px;*/
    background-color: white;
    /*position: fixed;*/
    /*top: 80px;*/
}
.tab_container {
    display: block;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.labeltab {
    display: block;
    font-weight: 700;
    font-size: 14px;
    float: left;
    height: 50px;
    padding-top: 18px;
    color: #296282;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    /*border-top: 1px solid #296282;*/
    /*border-bottom: 1px solid #ddd;*/
    border: 1px solid #ddd;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-bottom: 0;
}

.labeltab1 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: left;
    height: 50px;
    padding-top: 18px;
    color: #296282;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-bottom: 0;
}

.tabselecionada {
    background: #fff;
    border-top: 3px solid #1ab188;
    border-bottom: none;
    color: #296282;
}
.labeltab:hover {
    font-size: 16px;
}
.labeltab1:hover {
    font-size: 18px;
}


.tamanhoquadroedicao {
    width: 450px
}
.divbotoesedicao {
    width: 50%;
}
.divprincipal {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    position: absolute;
    top: 160px;
    z-index: 0;
}

.ImgVeicSelecionado {
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 10px;
    height:100%;
}
.QuadroImgVeiculo {
    width: 100%;
    height: auto;
}
.EspecVeicRevisao {
    width: 50%;
    float: left;
    padding: 10px;
    margin-top: 10px;
}
.quadro {
    float: left;
    padding:5px;
}
.labeledicao {
    font-weight: bold;
}
.camposedicao {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding:5px;
}
.campovalor {
    text-align: right;
}
.quadroedicao {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(60, 60, 60, 0.8);
}

.quadroedicao-content {
    display: block;
    background-color: #fefefe;
    margin-right: auto;
    margin-left: auto;
}
.botaoalerta {
    background-color: #ff6a00;
}
.botaosalvar, .botaocancelar, .botaoalerta {
    width: 120px;
    border: none;
    color: #ffffff;
    padding: 14px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.9;
}
.botaosalvar {
    background-color: #4CAF50;
}
.botaocancelar {
    background-color: #f44336;
}
.botaosalvar:hover, .botaocancelar:hover, .botaoalerta:hover {
    opacity: 1;
}
.w10 {
    width: 10%;
}
.w15 {
    width: 15%;
}
.w20 {
    width: 20%;
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w33 {
    width: 33.33%;
}
.w35 {
    width: 35%;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w50 {
    width: 50%;
}
.w55 {
    width: 55%;
}
.w60 {
    width: 60%;
}
.w65 {
    width: 65%;
}
.w70 {
    width: 70%;
}
.w75 {
    width: 75%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}

.botoesdirecao {
    width: 150px;
    border: none;
    color: #ffffff;
    padding: 14px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    opacity: 0.9;
}
.botaoavancar {
    background-color: #4f4e4e;
    /*background-color: #555B60;*/
    /*background-color: #262626;*/
    /*background-color: #04AA6D;*/
    /*background-color: #bb0a30;*/
    /*float: right;*/
}
.botaoretornar {
    /*background-color: #ff6a00;*/
    background-color: #bb0a30;
    float: left;
}
.botoesdirecao:hover {
    opacity: 1;
}

.GradeTabela {
    border-collapse: collapse;
    border:none;
    background-color: white;
    width: 100%;
}

.cabecalhograde {
    font-size: 14px;
    background-color: #296282;
    color: white;
    font-weight: bold;
    height: 30px;
}

.cabecalhogradeorcamento {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    height: 30px;
}
.linhasgrade {
    font-size: 14px;
    background-color: #f2f2f2;
    color: black;
    height:50px;
}

.linhasgradeobrigatorios {
    font-size: 16px;
    border-bottom:1px solid #ccc;
    color: red;
    padding:5px;
}
.linhasgraderecomendados {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: darkblue
}
.linhasgradeadicionais {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: black;
}
.colselecionar {
    padding-left: 5px;
    padding-right:5px;
    font-size: 25px;
    color: #bb0a30;
    cursor: pointer;
}
.colinfo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    color: #454d55;
}
.camposgrade {
    /*padding-right: 5px;*/
    /*padding-left:5px;*/
    padding:5px;
}

.linhasgradepagamento {
    font-size: 16px;
    font-weight:bold;
    color: black;
}
.colimgopcaopagamento {
    text-align: center;
    font-size: 25px;
    width: 30px;
    cursor: pointer;
    color: #bb0a30;
}
.imagemopcaopagamento {
    font-size: 18px;
    text-decoration: none;
}
.aviso {
    visibility: hidden;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 20px;
    position: fixed;
    z-index: 99;
    bottom: 0;
    font-size: 17px;
}

.exibiraviso {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
.quadromensagem {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(60, 60, 60, 0.8);
    /*padding-top: 30px;*/
}

.quadromensagem-content {
    display: block;
    background-color: #fefefe;
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    padding: 16px;
}

.quadromensagem-container {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    border-radius: 5px;
}
.quadromensagem-fechar {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #f1f1f1;
}
.quadromensagem-fechar:hover,
.quadromensagem-fechar:focus {
    color: #f44336;
    cursor: pointer;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.btncancelarconfexclusao, .btnexcluirconfexclusao, .btnexecutarconfirmacao, .btncancelarconfirmacao {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    float: left;
    width: 50%;
    font-size:14px;
}
.btncancelarconfexclusao:hover, .btnexcluirconfexclusao:hover, .btnexecutarconfirmacao:hover, .btncancelarconfirmacao:hover {
    opacity: 1;
}
.btncancelarconfexclusao, .btncancelarconfirmacao {
    background-color: #ccc;
    color: black;
}
.btnexcluirconfexclusao, .btnexecutarconfirmacao {
    background-color: #f44336;
}
.linhabranco {
    display: block;
    float: left;
    width: 100%;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        /*bottom: 30px;*/
        bottom: 0;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        /*bottom: 30px;*/
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        /*bottom: 30px;*/
        bottom: 1px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        /*bottom: 30px;*/
        bottom: 1px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.quadroinfoproduto {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(60, 60, 60, 0.8);
}
.quadroinfoproduto-content {
    display: block;
    width: 100%;
    margin-top: 6%;
    margin-right: auto;
    margin-left: auto;
}
.imginfo {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width:50%;
    padding: 1px;
    cursor:zoom-in;
}

.QuadroProdutos {
    display: block;
    float: left;
    padding: 2px;
}
.QuadroProdutosMoldura {
    /*display:block;*/
    /*float:left;*/
    border: 1px solid #ccc;
    padding:2px;
}
.QuadroProdutosMoldura:hover {
    /*border: 1px solid #777;*/
    /*border-color: #bb0a30;*/
    border-color: black;
}
.QuadroProdutosImagem {
    width: 100%;
    height: auto;
    display: table;
}
.QuadroProdutosProduto {
    padding: 5px;
    border: none;
    width: 100%;
    font-size: 18px;
    text-align: center;
    background-color: #4f4e4e;
    /*background-color: #58595b;*/
    color: white;
}
.QuadroProdutosDescricao {
    padding-left: 3px;
    /*font-size: 16px;*/
    height: 50px;
}
.QuadroProdutosPreco {
    text-align: left;
    padding-left: 3px;
}
.QuadroProdutosAdicionar {
    /*display: block;*/
    /*float: left;*/
    width: 100%;
    /*height: 38px;*/
    border: solid 1px #ccc;
    color: white;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    padding: 8px;
    background-color: #4CAF50;
}
.camposfiltros {
    width:100%;
    /*height: 30px;*/
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    font-weight: normal;
    border-radius: 5px;
}
.combosfiltros {
    height: 35px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
}
.botoesfiltros {
    width: 120px;
    height: 36px;
    background-color: #245269;
    border: none;
    color: white;
    padding: 5px;
    margin:0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    opacity: 0.9;
}
.botoesfiltros:hover {
    color: #1ab188;
    opacity: 1;
}

.gradedados {
    border-collapse: collapse;
    width: 100%;
}
.cabecalhograde {
    font-size: 14px;
    /*background-color: #296282;*/
    background-color:#4f4e4e;
    color: white;
    font-weight: bold;
    height: 30px;
}
.gradedados Tr:nth-child(even) {
    background-color: #ddd;
}
.botoesgradedados {
    padding: 8px;
    font-size: 18px;
    /*color: #f2f2f2;*/
    /*color: #296282;*/
    color: #1ab188;
    cursor: pointer;
    text-decoration: none;
}
.botoesgradedados:hover {
    text-decoration: none;
    color: #296282;
}
.linhasgradedados {
    /*background-color: #245269;*/
    /*color: #f2f2f2;*/
    font-size: 14px;
    background-color: #f2f2f2;
    color: black;
}
.camposgradedados {
    padding: 5px;
}

@media only screen and (max-width: 900px) {
    .QuadroImgVeiculo {
        width: 100%;
    }
}
@media only screen and (max-width: 820px) {
    .divprincipal {
        top: 180px;
    }
}
@media only screen and (max-width: 800px) {
    .ImgVeicSelecionado, .EspecVeicRevisao, .quadrologin, .camposfiltros, .combosfiltros {
        width: 100%;
    }
/*    .botoesfiltros {
        margin-top: 5px;
    }*/
}
@media only screen and (max-width: 750px) {
    .divprincipal {
        top: 230px;
    }
}
@media only screen and (max-width: 700px) {
    .labeltab span {
        display: none;
    }
    .quadro {
        width: 100%;
        float: left;
    }
    .ocultar {
        display: none;
    }
    .identificacao,.logotipo {
        width:100%;
        height:auto;
        text-align:left;
    }
    .divprincipal {
        top: 250px;
    }
    .posicaoform {
        top:145px;
    }
    .cabecalhotabelaedicao {
        top: 100px;
    }
}
@media screen and (max-width: 450px) {
    .tamanhoquadroedicao {
        width: 100%;
    }

    .divbotoesedicao {
        width: 100%;
    }

    .botaosalvar {
        width: 100%;
    }

    .botaocancelar {
        width: 100%;
    }
}



@media only screen and (min-width: 500px) {
    .GalVe {
        width: 100%;
    }

    .QuadroProdutos {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .GalVe {
        width: 50%;
    }

    .QuadroProdutos {
        width: 50%;
    }
}

@media only screen and (min-width: 700px) {
    .GalVe {
        width: 33.33%;
    }
}

@media only screen and (min-width: 800px) {
    .GalVe {
        width: 25%;
    }

    .QuadroProdutos {
        width: 33.33%;
    }
}

@media only screen and (min-width: 900px) {
    .GalVe {
        width: 20%;
    }

    .QuadroProdutos {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .QuadroProdutos {
        width: 20%;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

