
/*Fundo do site*/
body{
    height: 90%;
    overflow-x:hidden;
    padding:0px;
    outline:none;
    list-style:none;
    font: 300 16px sans-serif ;
    background-color: #ffffff;
 
}

/*Fundo da tela de login*/
.bodylog{
    margin-top: 0px;
    padding:0px;
    outline:none;
    list-style:none;
    font: 300 16px sans-serif ;
	
    background-color:  #868686;
}

.bodygeral{
    margin-top: 0px;
     outline:none;
 }


/*Fundo da div do login */
#login{
    
    width:420px;
    margin: 70px auto 0px auto;
    font-size: 80%;
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    position:relative;
    border-radius: 10px;
    border: thin solid #FFFFFF;
    box-shadow: 0 2px 16px  #000000;
    height: 250px;
	background-color: #ffffff;
}

/*Fundo da div da tela de entrada */
#loginentrada{
    
    width:420px;
    margin: 70px auto 0px auto;
    font-size: 80%;
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    position:relative;
    border-radius: 10px;
    border: thin solid #FFFFFF;
    box-shadow: 0 2px 16px  #000000;
    height: 250px;
	background-color: #ffffff;
}


/*cabeçalho do site*/
#topo{
    margin:0 0 0 0;

    font-size: 80%;
    text-decoration-color: #FFFFFF;
    width: Auto;
    height: 110px;

}


#rodape{

    width: 100%;
    height: 85px;
    border: thin solid #040001;
   
    alignment-adjust:central;
}




/*Menu horizontal*/
#menu{
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px; 
    padding-top: 0px;
    font-size: 80%;
    alignment-adjust: central;
    width: auto;

    height: 30px;
        border-radius: 3px;
    box-shadow: 0 2px 16px #000000;
    
}

#SUBmenu{
    margin-top: 4px;
    margin-left: 0px;
    margin-right: 12px; 
    padding-top: 0px;
    font-size: 80%;

    width: 150px;

    height:auto;
    border: thin solid #040001;
    border-radius: 6px;
    box-shadow: 0 2px 16px #000000;
    
}
#SUBmenucliente{
    margin-top: 4px;
    margin-left: 0px;
    margin-right: 12px; 
    padding-top: 0px;
    font-size: 80%;

    width: 220px;

    height:auto;
    border: thin solid #040001;
    border-radius: 6px;
    box-shadow: 0 2px 16px #000000;
    
}

/*configuração da logo no cabeçalho*/
.imglogo{
    
    margin-top: 3px;
    margin-left: 0px;
	margin-right: 10px;
}

/* Configuração das telas de cadastro */
#cadastro{

background-color: #ffffff;
        width: 98%;
        height: auto;
        margin: 5px 5px 5px 5px;
        padding-top: 15px;
        padding-left: 0px;
        padding-bottom: 0px;
        position: static;
        border-radius: 6px;
        box-shadow: 0 2px 16px #000000;
        top: 0px;
}

#cadloja{

        width: 100%;
        margin: 10px 10px 10px auto;
        padding-top: 10px;
        padding-left: 0px;
        padding-bottom: 10px;
        overflow: hidden;
        position: static;
        border-radius: 6px;
        border: thin solid #30fc0e;
        box-shadow: 0 2px 16px #30848f;
        top: 10px;
}



#login.label{
    padding-top: 5px;
    display: block;
}

.txt:focus{

    border-radius: 6px;
    box-shadow: 0 7px 10px ;
    -webkit-box-shadow: 0 7px 10px ;
    -moz-box-shadow: 0 7px 10px;
}

.botao:focus{
    background-color: #30fc0e;
    border: thin solid #ffffff;
    box-shadow: 0 20px 16px #280408;
    -webkit-box-shadow: 0 7px 16px #280408;
    -moz-box-shadow: 0 7px 16px #280408;
}

.botao:focused{
    background-color: #9e59e5;
    border: thin solid #ffffff;
    box-shadow: 0 2px 16px #280408;
    -webkit-box-shadow: 0 2px 16px #280408;
    -moz-box-shadow: 0 2px 16px #280408;
}

.sb{
   
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    height: 40px;
    width:97%;
    position: relative;
    cursor: pointer;
}

#btncadastra{
    width: 97%;
    height: 20px;
    background-color: activeborder;
    border: thin solid #9e59e5;
}

.sb:hover{
    text-decoration-color: #f00000;
    background: #ACD6F5;
}



.bradius{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.fleft{
    float: left;    
}

.fright{
    float: right;
}

.sb,sb:hover{
    
}

.botao,botao:focus{
    background-color: #fff9aa;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.message{
    border: thin solid #30fc0e;
    height: 40px;
    width: 98%;
    background-color: #ffffff;
}

.botao:focus{
    
    box-shadow: 0 20px 16px  #30fc0e;
}

.botao{
    margin-top: 0px;
    background-color: #5F9EA0;
    
    padding-right: 3px;
    width:145px;
    text-decoration-color: #a14142;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 45px;
}


a:link, a:visited{
    text-decoration: none;
    color:#ffffff;
}

a:hover{
	
    font-style: italic; 
    color: #000000;
}

a:active{
    text-transform: fullwidth;
}


.tmenu{
text-align: center;

}

.menusub{
    text-align: center;
    padding: 5px;
   height: 100%;; 
}

.ivendas{
    font-family: arial;
    font-style: italic;

}

#lista{
    margin: 0px auto 0px auto;    
    alignment-adjust: central;

    width:90%;
    position: static;
    
    border: thin solid #040001;
    border-radius: 6px;
    box-shadow: 0 2px 16px  #000000;
    bottom: auto;
    height: 50%;
    overflow-y: scroll;
}

.cadacomodar{
	background-color: #ffffff;
     
    width:98%;
    margin-left: 5px;
}

#listag{
    margin: 0px 30px 0px 10px;
    alignment-adjust: central;
  //  height: 50%;
    width: 98%;
    
    border-radius: 6px;
    
}

#listav{
    text-decoration-color:#FFFFFF;
}

.cabecalho{
    background-color: #dbe7e1;
}

.dprincipal{
//    alignment-adjust:central;
    height:100%;
    width: 100%;
}

.drodape{
	
    position:absolute;
    bottom:0;
    width:100%;height:5px;
	border:none;
}

.iprincipal{
    margin-top: 0px;
    margin-left:0;
    margin-right:0;
    width:90%;
    
	background-color: #FFFFFF;
}
.irodape{
    margin-top: 0px;
    margin-left:0;
    margin-right:0;
    width:80%;
    height:15px;
	
}
.tcheck{
    height: 100%;
    
}


.msglogin{
     border: thin solid #140000;
     margin: 0px 0px 0px 0px;
     position: static;
     padding-top: 0px;
    padding-right: 0px;
    text-decoration-color: #040001;
    background-color: #fff9aa;
    border-color:#fff9aa;
    box-shadow: 0px 3px 0px #040001;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 35px;
}

.msgtopo{
     border:none;
//     margin: 0px 30px 0px 30px;
margin-top: -10px;
     width:100%;
     height: 100px;
     position: static;
    
    text-decoration-color: #ffffff;
    
   
}

.menuloja{

    width: auto;
    height: auto;
    margin-left: 15px;
    
    position:absolute;
}