﻿/*---------------cores
#beige #f5f5dc ivory #fffff0 linen #faf0e6 White #800000 Lime #00ff00
#gray #808080
*/
/*---------------cores
#beige #f5f5dc ivory #fffff0 linen #faf0e6 White #800000 Lime #00ff00
#gray #808080
*/
/*structure*/

html {
    float: left;
    margin: 0;
    padding: 0;
}
body {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:16px;
    clear: both;
    float: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    position:absolute;
    top:0;
    z-index:1;  
}

form {
    float: left;
    border: none; /*solid 5px Orange;*/
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color:transparent;
}
.contem1 /*contem tudo dentro do form exceto o tudo, o menu*/ {
    clear: both;
    float:left;
    text-align: center;
    background-color:#faf0e6;
    border:solid 1px gainsboro;
    padding:0;
    margin:0;
    margin-top:80px; /*para menu principal*/
    margin-bottom:80px; /*para fim da pagina*/

    /*muda no responsive*/  
    margin-left:10%;
    max-width:80%;
    min-width:80%;
}
.JFTS {
    clear: both;
    float: left;
    margin: 0;
    width: 98%;
    background-color: transparent;
    padding: 3px;
}
.JFTS h1
{
    clear:both;
    width:100%;
    background-color:transparent;
}
/*menu*/
#tudo {
    /*e a barra toda do menu*/
    float: left;
    position: fixed;
    left:0;
    top: 0;
    z-index: 255;
    color: Black;
    width: 99%;
    margin: 0;
    padding: 0;
    background-color:maroon;
}

.logoSmall {
    position: absolute;
    top: 0;
    left:0;
    visibility: visible;
    float: left;
    width: 64px;
    height: 64px;
    background-color: transparent;
    background-image: url(../imagens/LOGOSSAV.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
}
.itemPaiDoMenuPopup, .itemPaiDoMenuPopupAfastarDoLogo /*e o 'botao todo do menu'*/
{
    float:left;
    text-align:left;
    
    margin:0;
    padding:0;
    margin-right:2px;
    overflow:hidden;
    cursor:pointer;
    font-weight:bold;
    background-color:maroon;
    }
    .itemPaiDoMenuPopupAfastarDoLogo {
        margin-left: 10%; 
    }
    .itemPaiDoMenuPopup:hover, .itemPaiDoMenuPopup:focus, .itemPaiDoMenuPopupAfastarDoLogo:hover, .itemPaiDoMenuPopupAfastarDoLogo:focus
    {
        background-color:orange;
        font-style:italic;
        color:maroon;
    }
.botoesDoMenuPrincipal /*esta dentro do itemPaiDoMenuPopup*/
{
    
    float:left;
    height:50px;
    margin:0;
    margin-left:12px;
    margin-right:14px;
    margin-top:12px;
    color:wheat;
    background-color:transparent;
    border:none;
    padding:0; 
}

.botoesDoMenuPrincipal:hover, .botoesDoMenuPrincipal:focus {
    color: maroon;
    text-decoration: none;
    cursor: pointer;
    text-align:left;
}
.BotaoLogout
{
    color: wheat;
    
    text-decoration: none;
    cursor: pointer;
    text-align:left;
    margin-top:12px;
    border:none;
    font-size:16px;

    font-weight:bold;
    background-color:maroon;

}
.BotaoLogout:hover, .BotaoLogout:focus
    {
        background-color:orange;
        font-style:italic;
        color:maroon;
    }

.invisivel
{
    visibility:hidden;
    max-height:0;
    margin-left:0;
}
/*fim structure*/
/*elements*/
/* h1 h2 h3 tem no default, comuns e responsive*/
input[type=text] {
    border: 1px solid #cdcdcd;

    background-color: white;
    margin:2px;
    width:100px;
    height:auto;
    padding:5px;
    }
    input[type=checkbox]
    {
        min-height:2em;
        min-width:1.5em;
    }
    input[type=password] {
        border: 1px solid #cdcdcd;
        background-color: white;
        margin:2px;
        width:auto;
        height:auto;         
        padding:5px;
    }
    h1 {
        clear: both;
        float: left;
        font-size: 20px;
        text-align: left;
        margin:0;     
    }

    h2 {
        clear: both;
        float: left;
        font-size: 18px;
        margin-left: 13px;
        text-align: left;
         margin:0;
    }

    h3 {
        clear: both;
        float: left;
        font-size: 16px;
        margin-left: 16px;
        text-align: left;
         margin:0;
    }
    /*fim h1 h2 h3*/
/*comuns*/
.DivNomeCompletoDaCotacao 
{
    clear:both;
    float:left;
    text-align:left;
    margin:0;
    padding:0;
    margin-right:2px;
    overflow:hidden;
    cursor:pointer;
    font-weight:bold;
    background-color:maroon;
    color:wheat;
    padding-left:2px;
    min-width:100%; /*10% do anexo ou imgem*/
}
.DivNomeCompletoDaCotacao:hover, .DivNomeCompletoDaCotacao:focus
{
    background-color:orange;
    font-style:italic;
    color:maroon;
}
.DivNomeCompletoDaCotacao p
{
    float:left;
    margin:0;
    padding:0;
    margin-right:1em;
    padding-right:3px;
    
}
.LabelCodigoUnicoDoCliente
{
    float:left;
    background-color:transparent;
    margin:0;
    
    font-weight:bold;
    color:maroon;
}
.LabelCodigoUnicoDoCliente:hover, .LabelCodigoUnicoDoCliente:active
{
    background-color:orange;
    font-style:oblique;
    cursor:pointer;
    padding-right:1em;
}
.LabelRazaoSocial
{
    float:left;  
    margin:2px;
    visibility:hidden;  
}
.LabelUsuario
{
    float:left; 
    margin:2px;
    visibility:hidden;   
}
.LabelAutor
{
    float:left;
    margin:1%;
    visibility:hidden;
    width:0;
    height:0; 
}
.LabelDataDaPublicacao {
    float:left;
    visibility:hidden;
    width:0;
}
/*mais comuns*/
.oDataDaAtualizacao {
    float:left;
    text-align: left;
    width:100%;
    padding:0;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    
    font-size:smaller;
    font-style:oblique;
    font-weight:normal;
}
.oDataDaAtualizacao p
{   
    background-color: transparent;
    margin-right:1em;
    margin:0;
    padding:0;
    padding-right:3px;
    font-size:smaller;
    font-style:oblique;
    font-weight:normal; 
}
.oCheckBoxDeleteCotacoes
{
    float:left;
    color:maroon;
   
    font-weight:normal;
    margin:2px;
    max-height:4em;
    padding:0;
    border-radius:80%;
    cursor:pointer;   
}
.oDivForDelete {
   
    float:left;
    text-align:left;
    color:maroon;
    margin:0;
    padding:0;
    background-color:transparent;
    width:100%;
    
}

.DivVaiDeletar /*´'button excluir selecionadas...etc....*/
{
    clear:both;
    float:left;
    text-align:left;
    background-color:ButtonFace;
    color:ButtonText;
    font-weight:normal;
    padding:2px;
    border:solid 1px;
    min-height:2em;
    max-height:2em;
    border-radius:5%;
    margin:2px;
    width:96%;
}

.DivVaiDeletar:hover, .DivVaiDeletar:focus {
    color: maroon;
    text-decoration: none;
    background-color:orange;
    font-style:italic;
    cursor:pointer;
}

.ExcluirSelecionadasContem
{
    clear:both;
    float:left;
    margin:0;
    padding:0;
    width:100%;
    background-color:transparent;
}
.ExcluirSelecionadas /*´'button excluir selecionadas...etc....*/
{
    clear:none;
    float:left;
    text-align:left;
    background-color:ButtonFace;
    color:ButtonText;
    font-weight:normal;
    padding:2px;
    border:solid 1px;
    min-height:2em;
    max-height:2em;
    border-radius:5%;
    margin:2px;
    width:auto;
}

.ExcluirSelecionadas:hover, .ExcluirSelecionadas:focus {
    color: maroon;
    text-decoration: none;
    background-color:orange;
    font-style:italic;
    cursor:pointer;
}
.equipamentoscotacaoes
{
    float:left;
    width:98%;
    text-align:center;
    border:none;
    margin:1px;
    height:6.5em;
    
    font-weight:bold;
    overflow:hidden;
    background-color:orange;
}
.equipamentoscotacaoes p{
   width:auto;
}
.ListaDeClientes
{
    clear:both;
    float:left;background-color:fuchsia;

}
