﻿body
{
    margin: 0;
    padding: 0px;
    font-size: 88%;
    font-family: "Segoe UI", "Segoe UI Web Regular", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
    margin: 0px;
    padding: 0px;
    color: black;
    background: #b6b7bc;
	text-align: left;
}

a
{
    text-decoration: none;
    color: #06C;
}
img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
}
fieldset {
    border-radius: 7px;
    margin-bottom: 5px;
}

legend {
    font-size: 15pt;
    color: #555;
}
ol, ul {
    list-style-type: none;
}
html, body, form, div, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0;
    padding: 0;
}

.DivPage, .DivPageLocalizarRegistro
{
    width: 960px;
    min-width: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
    padding: 8px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 5px 12px #555;
    position: relative;
}

.DivPageLocalizarRegistro
{
    width: 920px;
    min-width: 920px;
}

.cabecalho
{
     position:relative;
     height: 50px;
    top: 0px;
    left: 0px;
}

.divEsquerda
{
    /*overflow: auto;*/
    width: 960px;
    float: left;
    margin-right:10px;
    color: #009;
    font-size: medium;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: 0px;
}
.divDireita
{
    width: 380px;
    margin-right: 5px;
    right: 4px;
    position: absolute;
    text-align: right;
    left: 711px;
    top: 2px;
}
.divMenu
{
    margin-top: 10px;
    clear:left;
}

.divPrincipal
{
    margin-top: 10px;
    clear:left;
}

.divRodape
{
    margin-top: 10px;
    clear:left;
}

.Login
{
    width: 291px;
    border: 1px solid #000;
    padding: 8px;
    color: #000000;
    margin: 100px auto 100px auto;
}

.TituloPagina
{
     text-align: left;
     font-size: medium;
     padding-bottom: 6px;
     color: #2e2e2e;
     font-weight: bold;
}
.divLabelCampo
{
    /*display: block;*/
    width: 118px;
    text-align: right;
    float: left;
    margin-right: 10px;
    overflow: inherit;
    margin-bottom: 5px;
}

.divCampo
{
    float: left;
    /*overflow: hidden !important;*/
    margin-bottom: 5px;
    font-size: 15px;
    text-align: justify;
    color: #111;
}
.divCampoLinha
{
    clear: both;
    height: 25px;
    margin-bottom: 10px;
}
.divPrincipal input[type="submit"], .divPrincipal input[type="button"]
{
    margin: 5px 10px 5px 0px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #999;
    cursor: pointer;
    background-color: whiteSmoke;
    border: 1px solid #DEDEDE;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    color: #565656;
    font-size: 100%;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
}

.divPrincipal input[type="submit"]:hover, .divPrincipal input[type="button"]:hover
{
    background-color: #DFF4FF;
    border: 1px solid #C2E1EF;
    color: #369;
}



.divPrincipal input[type="submit"]:active, .divPrincipal input[type="button"]:active
{
    background-color: #b8e1f7;
    border: 1px solid #a3c5d4;
    color: #365778;
}

#CPH1_btnSalvar:hover, #CPH1_btnSalvar1:hover, #CPH1_btnExcluirSim:hover, .btnVerde:hover
{
    background-color: #E6EFC2 !important;
    border: 1px solid #C6D880 !important;
    color: #529214 !important;
}

#CPH1_btnSalvar:active, #CPH1_btnSalvar1:active, #CPH1_btnExcluirSim:active, .btnVerde:active
{
    background-color: #cce8ac !important;
    border: 1px solid #abcf7c !important;
    color: #437d0a !important;
}

#CPH1_btnExcluir:hover, #CPH1_btnExcluir1:hover, #CPH1_btnExcluirNao:hover, .btnVermelho:hover
{
    background-color: #ffc6c6 !important;
    border: 1px solid #dd9595 !important;
    color: #e10f0f !important;
}

#CPH1_btnExcluir:active, #CPH1_btnExcluir1:active,  #CPH1_btnExcluirNao:active, .btnVermelho:active
{
    background-color: #f19393 !important;
    border: 1px solid #c16a6a !important;
    color: #bb0000 !important;
}

.divBotoesSuperior, .divBotoesInferior
{
    background-color: #cbcbcb;
    padding-left: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.divBotoesSuperior
{
    border-top: 1px solid #000;
}

.divBotoesInferior
{
    border-bottom: 1px solid #000;
}

.divCampos
{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px;
    color: #848484;
    overflow: auto;
}

.divPesquisarTitulo
{
    background-color:#3366CC;
    font-size: small;
    color: #FFF;
    padding: 5px;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    font-weight: bold;
}
.divPesquisar
{
    background-color: #D9E7FF;
    padding:5px;
    font-size: small;
    color: #000;
    text-align: left;
}
.divCampoLinha input[type="text"]:focus, .divCampoLinha input[type="password"]:focus, .divCampoLinha select:focus, .divCampoLinha textarea:focus, .divCampoLinha input[type="text"]:hover, .divCampoLinha input[type="password"]:hover, .divCampoLinha select:hover, .divCampoLinha textarea:hover
{
    /*background-color: #fcffcb;*/
    border: 1px solid #4D7EB9;
    background-color: #E5EDF8;
}
.divCampoLinha input[type="text"], .divCampoLinha input[type="password"], .divCampoLinha textarea, .divCampoLinha select
{
    /*background-color: #fcffcb;*/
    border: 1px solid #666;
}
.CampoBloqueado:focus
{
    background-color: #e1e1e1 !important;
}
.divPanelLista
{
    padding-top: 10px;
/*    clear: both;*/
}
.divMostrando
{
    display: block;
    width: 350px;
    text-align: left;
    float: left;
    margin-right: 10px;
    /*overflow: auto;*/
    margin-top: 5px;
}
.divAlterarPagina
{
    display: block;
    text-align: center;
    margin: 0px 2px 0px 2px;
    display:inline-block;
    border-color:Gray;
    border-width:1px;
    border-style:Solid;
    padding:4px;
}
.divAlterarPagina:hover
{
    background-color: #a0affa;
}
.divPaginasAlterar
{
    display: block;
    width: 470px;
    text-align: left;
    float: left;
    /*overflow: auto;*/

}

.ListColuna td, .ListColuna th {
    font-size: 10pt;
    color: Black !important;
    border: 1px solid #000000 !important;
    background-color: LightGrey !important;
    font-weight: bold !important;
    height: 25px !important;
    text-align: center;
    cursor: auto !important;
}

.ListColuna td a, .ListColuna th a {
    color: black;
    text-decoration: none;
}

.LinhaPar
{
    background-color: #D9E7FF;
}

.TableLista tr td{
    border:1px solid #8AB6FF;
    padding: 3px;
}

.TableLista tr:hover{
    background-color: #feefe7;
}

.RemoverVisualCelula{
    background-color: #fff !important;
    border: none !important;
}

.Pointer{
    cursor:pointer;
}

.ListColuna td
{
    font-size: 10pt;
    color: Black !important;
    border: 1px solid #000000  !important;
    background-color: LightGrey  !important;
    font-weight: bold  !important;
    height: 25px !important;
    text-align: center;
    cursor: auto !important;
}
.ListColuna td a
{
    color: black;
    text-decoration: none;
}

.TableLista{
    border-width:0px;
    width:100%;
    border-collapse:collapse;
    text-align: left;
    background-color: #fff;
    font-family:Arial;
    font-size:10pt;
    height:25px;
}

.imgOpcao
{
    width: 20px;
    height: 20px;
    margin: 2px 3px 1px 3px;
}
.img24x24
{
    width: 24px;
    height: 24px;
    margin: 2px 3px 1px 3px;
}
.img20x20
{
    width: 20px;
    height: 20px;
    margin: 2px 3px 1px 3px;
}
.Image16x16
{
    width: 16px;
    height: 16px;
    margin: 2px 3px 1px 3px;
}
.UpdateProgress
{
    position:fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    text-align: center;
}

.UpdateTransparencia
{
    opacity:0.5;
    filter: alpha(opacity = 50);
    background: #fff;
}

.FundoModalPopupExtender
{
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.EstiloModalPopupExtender, .EstiloSelecioneRegistro
{
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px;
}
.EstiloSelecioneRegistro {
    min-height: 300px;
    width: 910px;
    max-height: 500px;
    overflow: auto;
    border-radius: 5px;
}

.TituloPopup
{
    font-weight: bold;
    font-size: medium;
    padding: 10px;
    text-align: center;
}
.ConteudoPopup
{
    text-align: center;
    margin: 10px;
}
.divMensagem, .divMensagemInterno
{
    text-align:center;
    margin: 5px auto 5px auto;
    width:100%;
    font-size: medium;
}
.MensagemErro
{
    border: 2px solid red;
    background-color: #FFE1E1;
    color: red;
    max-width: 94%;
    padding: 10px;
    margin: auto;
}
.MensagemOk
{
    border: 2px solid green;
    background-color: #99FF99;
    color: green;
    max-width: 94%;
    padding: 10px;
    margin: auto;
}

.ControleValidacao
{
    color: red;
    font-size: 88%;
    margin-left: 10px;
}
.ModeloPreenchimento
{
    color: gray;
    font-size: 88%;
    margin-left: 10px;
    float: left;
}
.CampoData
{
    text-align: center;
    width: 75px;
}
.CampoHora
{
    text-align: center;
    width: 40px;
}
.CampoMoeda
{
    text-align: right;
    width: 150px;
}
.CampoNumero
{
    text-align: center;
    width: 75px;
}
.divCampoSelecionar
{
    width: 820px;
    margin-right: 10px;
    float: left;
    overflow: inherit;
}
.divFecharSelecionar
{
    width: 55px;
    text-align: right;
    float: right;
    overflow: inherit;
}
.BotaoFechar
{
    width: 42px;
    height: 44px;
    display: inline-block;
    background: url(../Imagens/Fechar.gif) no-repeat;
    overflow: hidden;
    cursor: pointer;
    background-position:0 -44px;
}
.BotaoFechar:hover
{
    background-position:0 0;
}
.BotaoImprimir
{
    width: 42px;
    height: 44px;
    display: inline-block;
    background: url(../Imagens/Imprimir2.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    background-position:0 -44px;
}
.BotaoImprimir:hover
{
    background-position:0 0;
}
.CampoBloqueado
{
    background-color:#e1e1e1;
}
.Carregando
{
    background-color: #ECECEB;
    border: 1px solid gray;
    padding: 8px;
    position: fixed !important;
    left: 45% !important;
    top: 45% !important;
    z-index: 100 !important;
}
.CarregandoTexto
{
    padding: 10px;
    color: #444;
    font-size: 140%;
}
.Limpar
{
    clear: both;
}
.btnAtualizar
{
    margin: 0 0 0 10px !important;
}
.PanelAviso
{
    padding: 10px 0 10px 0;
}
.LegendaCorPreto, .LegendaCorCinza, .LegendaCorVerde, .LegendaCorAmarelo, .LegendaCorVermelho, .LegendaCorLaranja, .LegendaCorAzul, .LegendaCorMarron
{
    width: 15px;
    height: 15px;
    float: left;
}
td .LegendaCorPreto, td  .LegendaCorCinza, td  .LegendaCorVerde, td .LegendaCorAmarelo, td .LegendaCorVermelho, td .LegendaCorLaranja, td .LegendaCorAzul, td .LegendaCorMarron
{
    float: none;
}
.LegendaCorCinza
{
    background-color: #8b8b8b;
}
.LegendaCorPreto
{
    background-color: black;
}
.LegendaCorVerde
{
    background-color: green;
}
.LegendaCorAmarelo
{
    background-color: yellow;
}
.LegendaCorVermelho
{
    background-color: red;
}
.LegendaCorLaranja
{
    background-color: orange;
}
.LegendaCorAzul
{
    background-color: blue;
}
.LegendaCorMarron
{
    background-color: maroon;
}
.LegendaTexto, .LegendaTextoCampoOcultos
{
    float: left;
    margin: 3px 20px 0 5px;
    color: #848484;
    font-size: 88%;
}
.LegendaTextoImagem
{
    float: left;
    margin: 8px 20px 0 5px;
    color: #848484;
    font-size: 88%;
}

.LegendaImagem
{
    float: left;
    margin: 0 5px 0 0;
    clear: both;
}
.imgVisualizar
{
    width: 9px;
    height: 11px;
    border: 0;
}
.LimparCSS_CK
{
    clear: both;
    float: left;
    margin-bottom: 5px;
}
.CampoFiltroRelatorio
{
    border: 1px solid #000 !important;
    margin: 1px !important;
    padding-right: 20px !important;
    border-radius: 10px;
}
.ColunaRelatorio
{
    padding: 5px;
    vertical-align: top;
}
.imgLupa{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../Imagens/Lupa2.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    background-position: 0 -20px;
}
.imgLupa:hover
{
    background-position:0 0;
}
.imgExcluir2{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../Imagens/Deletar2.gif) no-repeat;
    overflow: hidden;
    cursor: pointer;
    background-position: 0 -16px;
}
.imgExcluir2:hover
{
    background-position:0 0;
}
.IconBusca, .IconBusca_AcessoCliente
{
    background-color: transparent;
    width: 12px;
    height: 13px;
    display: inline-block;
    vertical-align: text-top;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
    border: 0;
}
.IconBusca {
    background-image: url(../Imagens/Lupa.png);
}
.IconBusca_AcessoCliente {
    background-image: url(../Imagens/Lupa.png);
}
.divCampoRelatorio
{
    position: relative;
    float: left;
    font-weight: normal;
    clear: both;
}

.divCampoOculto
{
    cursor: pointer;
    width: 300px;
}
.LegendaTextoCampoOcultos
{
    text-decoration: none;
    color: #06C;
    float: left;
    clear: both;
}
.btnImage, .btnImageImprimir, .btnImageSalvar, .btnImageSalvar_AcessoCliente, .btnImageExcluir, .btnImageCancelar, .btnImageDuplicar, .btnImageAdd, .btnImagePesquisar, .btnImageNao, .btnImageSim, .btnImageAtualizar, .btnImageLogin, .btnImageBaixar, .btnImageIr, .btnImageAlterarSenha
{
    padding-left: 35px !important;
    background-repeat: no-repeat !important;
    background-position-y: 50% !important;
    background-position: 10px 50% !important;
}
.btnImageImprimir
{
    background-image: url(../Imagens/Imprimir.png) !important;
}
.btnImageSalvar
{
    background-image: url(../Imagens/Salvar.png) !important;
}
.btnImageSalvar_AcessoCliente
{
    background-image: url(../Imagens/Salvar.png) !important;
}
.btnImageExcluir
{
    background-image: url(../Imagens/Deletar.gif) !important;
}
.btnImageCancelar
{
    background-image: url(../Imagens/Cancelar.png) !important;
}
.btnImageDuplicar
{
    background-image: url(../Imagens/Duplicar.png) !important;
}
.btnImageAdd
{
    background-image: url(../Imagens/Adicionar.png) !important;
}
.btnImageIr
{
    background-image: url(../Imagens/Ir.png) !important;
}
.btnImageAlterarSenha
{
    background-image: url(../Imagens/Alterar_Senha.png) !important;
    padding-left: 50px !important;
    height: 50px;
}
.btnImagePesquisar
{
    background-image: url(../Imagens/Pesquisar.png) !important;
}
.btnImageNao
{
    background-image: url(../Imagens/Nao.png) !important;
}
.btnImageSim
{
    background-image: url(../Imagens/Sim.png) !important;
}
.btnImageAtualizar
{
    background-image: url(../Imagens/Atualizar.gif) !important;
}
.btnImageLogin
{
    background-image: url(../Imagens/Login.gif) !important;
}
.btnAmarelo:hover
{
    background-color: #fffddc !important;
    border: 1px solid #d7d928 !important;
    color: #c4bb01 !important;
}

.btnAmarelo:active
{
    background-color: #e0e56c !important;
    border: 1px solid #bbbd04 !important;
    color: #beb846 !important;
}
#imgExportarExcel{
    margin: 0px 0px 10px 10px;
}
.Hidden{
    display: none;
}

.MargenLeft10{
    margin-left: 10px;
}
.MargenLeft20{
    margin-left: 20px;
}
.MargenLeft30{
    margin-left: 30px;
}
.MargenLeft40{
    margin-left: 40px;
}
.MargenTop10{
    margin-top: 10px;
}
.MargenTop15{
    margin-top: 15px;
}
.MargenBottom10{
    margin-bottom: 10px;
}
.MargenRight10{
    margin-Right: 10px;
}
.Margen10{
    margin: 10px;
}

.TextAlignCenter{
    text-align: center;
}

.Bold{
    font-weight: bold;
}

.PaddingLeft10{
    Padding-left: 10px;
}
.PaddingTop10{
    Padding-top: 10px;
}
.PaddingBottom10{
    Padding-bottom: 10px;
}
.PaddingRight10{
    Padding-Right: 10px;
}
.Padding10{
    Padding: 10px;
}

/*Ajax tool kit*/
.ajax__tab_xp .ajax__tab_disabled span span a { cursor: default; color: #A0A0A0; }

.ajax__calendar_container TD {
    border: none !important;
    background-color: transparent !important;
    font-weight: normal !important;
    padding: 0px !important;
    height: 18px !important;
}

.LogoMaster {
    height: 45px;
    width: 194px;
    display: inline-block;
    background: url(../Imagens/LogoMasterMotos.png) no-repeat;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.LogoUsuario {
     position: absolute; right: 0px; top: 0px;
}

.CorPreto
{
    Color: black;
}

.ckAzul {
    background-color:#CCFFFF;
}

.ckAmarelo {
    background-color:#FFFFCC;
}
.ckAzul, .ckAmarelo {
    display:inline-block;
    width:300px;
    padding: 3px;
}
#DivCarregandoCEP {
    bottom: 50%;
    right: 50%;
    position: fixed;
    z-index: 100 !important;
}
#DivCarregandoCEP_Div2 {
    top: 50% !important;
    left: 50% !important;
    z-index: 100 !important;
    position: relative !important;
    background-color: #ECECEB;
    border: 1px solid gray;
    padding: 8px;    
    z-index: 100 !important;
}

.divImportacaoErro {
    color: red;
    padding-top: 15px;
}

.divImportacaoOk {
    color: green;
    padding-top: 15px;
}