/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-10-2018, 04:09:19 PM
    Author     : luisito
*/
.login{
    background:rgb(5,52,22);  
}

.login #boton{
    background-color: white;
    color:rgb(5,52,22);
}
input::-webkit-input-placeholder {
  color: white;
    font-style: italic;
    
}
input::-moz-placeholder {
  color: white;
    font-style: italic;
}
input::-ms-input-placeholder { 
  color: white;
    font-style: italic;
}
header{
    background-color: rgb(5,52,22);
}
header a:hover{
    background-color: rgb(60,118,22);    
}
.menu #green:checked + label{
    display: initial;
    color: rgb(2,52,22);  
    background-color: white;
    font-weight: bold;
}
/*BIENVENIDA*/
.bienvenida #linea1{
   border: solid rgb(123, 153, 133) 1em;
}
.bienvenida #linea2{
   border: solid rgb(184, 202, 189) 1em;
}
.bienvenida label{
  background-color: rgb(46, 88, 63);
  color: white;
}
.bienvenida h1{
    color: white;
  background-color: rgb(0, 31, 0);
}

.bienvenida h2{
  color:rgb(58, 98, 73);
}
.bienvenida h3{
  color:rgba(2,52,22,0.5);
}
.bienvenida .almacenes label{  
  background-color: rgba(2,52,22,0.9);
    color: white;
}
.bienvenida .almacenes label:hover{  
  background-color: white;
    color: rgba(2,52,22,1.0);
    border:solid 1px rgba(22,52,22,0.8);

}
/*-----------------------*/
/*---------MENU----------*/
.menu #menu+label{
  border-color: rgb(107, 153, 116);   
}
.menu label,.menu #menu:checked+label{ 
  border-color: rgb(107, 153, 116);
background-color: rgb(0, 31, 0);
    color: white;
}
.menu label:hover{   
    background-color: rgb(32, 76, 44);
}
.menu #user:hover{
    background-color:rgb(0, 31, 0);
}
/*-----------------------*/

.cuerpo form{ 
    background-color:rgb(5,52,22);     
}
.cuerpo form input{
    color: white;
    border: solid 0.2em white;
}
.datos table{
    border: 0.1em solid rgba(5,52,22,0.5);
    background: rgba(5,52,22,0.05);
}
.datos .claro{
    background-color: rgba(0, 36, 7, 0.25);
}
.datos .titulo{
    background-color:rgb(5,52,22);   
    color: khaki;
}
.datos .subtitulo_1{
    /*background-color:rgb(5,52,22,0.8);*/
    background-color: rgb(47, 85, 60);
    color: white;
}
.datos .subtitulo_2{
    background-color: rgba(5,52,22,0.6);
    color: ivory;
}
tbody tr:nth-child(even){
    background-color: rgba(15, 57, 20, 0.15);
}
td, th{
     border: none;
    border-top: 0.15em solid rgba(15, 57, 20, 0.15);
}
.autorizador{
    background-color: rgba(5,52,22,0.9);
}
.autorizador input{
    color: white;
}
.autorizador #btnBusqueda{
    color: rgb(5,52,22);
}
/*estilo lista*/

.listaProductos{
    background-color:rgb(5,52,22); 
}
.listaProductos a:hover{
    background-color: yellow;
    color:  #092A35;
}
footer{
    border: 0.2em solid rgba(5,52,22,0.3);
    background-color: rgb(202, 216, 205);   
    color:rgb(5,52,22);
}