﻿
/****INICIO GENERAL*****/

.amarillo{
    color: #FFA300;
}
.azul{
    color: #3498DB;
}
.naranja{
    color: #E67E22;
}
.verde{
    color: #2ECC71;
}
.rojo{
    color: #E74C3C;
}
.grisClaro{
    color: #525349;
}
.grisMedioClaro{
    color: #2D2D2D;
}
.grisMedio{
    color: #222222;
}
.grisOscuro{
    color: #252729;
}
    
/***FIN GENERALES***/

/***INICIO BOTONES***/
    
.bodyLogin .boton
{
    color:#FFFFFF;
    background-color:#FFA300;
    border: 1px solid #FFA300; 
    padding: 4px 10px; 
    padding-top: 10px;
    display: inline-block; 
    min-width:100px;
    }
    
.boton
{
    color:#FFA300;
    background-color:transparent;
    border: 3px solid #FFA300; 
    display: inline-block; 
    min-height: 22px;
    padding: 2px 20px;
    min-width:130px;
    }
    
    
.boton:hover
{
    background-color:#FFA300;
    color:#FFFFFF;
    }
    
.botonAgregar
{
    background-repeat:no-repeat;
    background-image:url(../images/agregar.png);
    margin-left:5px;
    margin-right:5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    }
    
.botonDesactivar
{
    background-repeat:no-repeat;
    background-image:url(../images/agregar.png);
    margin-left:5px;
    margin-right:5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    }
    
.botonActivar
{
    background-repeat:no-repeat;
    background-image:url(../images/agregar.png);
    margin-left:5px;
    margin-right:5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    }

.botonBuscar
{
    background-repeat:no-repeat;
    background-image:url(../images/buscar.png);
    margin-left:5px;
    margin-right:5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    }
    
.botonGuardar
{
    background-repeat:no-repeat;
    background-image:url(../images/aceptar_guardar.png);
    margin-left:5px;
    margin-right:5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    }
    
.botonRegresar
{
    background-repeat:no-repeat;
    background-image:url(../images/volver.png);
    margin-left:5px;
    margin-right:5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    }
    
/***FIN BOTONES***/

/***INICIO TEXTOS***/

.texto
{
    border: 1px solid #FFA300; 
    padding-bottom:4px ;
    padding-top:4px ;
    padding-left: 10px; 
    display: inline-block; 
    min-width: 160px;
    height: 34px;
    min-height: 44px;
    box-sizing: border-box;
    }
    
.aspNetDisabled
{
    border: 1px solid #CCC; 
    padding-bottom:4px ;
    padding-top:4px ;
    padding-left: 10px; 
    display: inline-block; 
    }
        
.divTexto{
    position: relative;
}

.divTexto> span:nth-child(3)
{
    display:none;
    }

.divTexto input,
.divTexto textarea{
 width: 100% !important;
 background: none;
 position: relative;
 top: 0;
 left: 0;
 z-index: 1;
 outline: 0;
 padding: 12px 0px 0px 20px;
	-webkit-transition: all 0.3s linear !important;
	   -moz-transition: all 0.3s linear !important;
	     -o-transition: all 0.3s linear !important;
	        transition: all 0.3s linear !important;
}

.divTexto input:valid,
.divTexto textarea:valid{
  background-color: transparent ;
}

.divTexto input:focus,
.divTexto textarea:focus{
  border-color:  #4EB96F;
}

.divTexto input:focus + span,
.divTexto textarea:focus + span{
  background:  #4EB96F;
  color: white;
  font-size: 11px;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
  height:16px;
  width: 100%;
}

.divTexto span {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 3px 0px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align:center;
}

.divTexto input:focus,
.divTexto textarea:focus{
  padding-top:0px;
  padding-bottom:12px;
}
.divTexto input:focus + span,
.divTexto textarea:focus + span{
  top: 100%;
  margin-top: -16px;
}

/****FIN TEXTOS*****/

/****INICIO LISTADO*****/
.controlesListado {
    vertical-align:middle;
    margin-bottom: 10px;
    width:100%;
    display:inline-block;
}

.controlesListado article {
    margin-right:10px;
    vertical-align:middle;
    display:inline-block;
}

.controlesListado .btnBuscar {
    min-width: 36px;
}

.controlesListado .navegacionIzquierda {
    float:left;
}

.controlesListado .navegacionIzquierda div{
    float:left;
    margin-right:10px;
}

.listado {
    width:100%;
}

.listado .listadoHeader {
    color:#252729;
    font-weight:bold;
    background-color:#FFA300;
    height:37px;
    text-align:center;
}

.listado tr {
  border-left: 1px solid #bcbec0;
  border-right: 1px solid #bcbec0;
}

.listado tr:last-child {
  border-bottom: 1px solid #bcbec0;
}


.listado .listadoHeader th:first-child
{
    border-left: 1px solid transparent;
}

.listado .listadoHeader th:last-child
{
    border-right: 1px solid transparent;
}

.listado .listadoRegistros {
    background-color:#E7E8E9;
}

.listado .listadoRegistro {
    text-align:center;
    box-sizing: border-box;
}

.listado .listadoRegistroTitulo {
    text-align:left;
    padding-left:5px;
    box-sizing: border-box;
}

.listado .categoriasListado {
    text-align:left;
}

.listado .listadoRegistro textarea
{
    background-color:transparent;
    min-width:initial !important;
    width: 100%;
}

.listado .listadoRegistro textarea:active,
.listado .listadoRegistro textarea:focus,
.listado .listadoRegistro textarea:hover{
    color:#FFFFFF;
	background: #FFA300;
	border: none;	
} 

.listado .listadoRegistro input
{ 
    min-width:initial !important;
    text-align:center;  
    width: 90%;
}

.listado .listadoRegistro input:not(.presentaciones input)
{ 
    background-color:transparent;
}

.listado .listadoRegistro textarea{ 
    width: 90%;
}

.listado .listadoEditar,
.listado .listadoEditar:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    background-image:url('../images/editar.png');
    background-position: center center;
    background-repeat:no-repeat; 
    height: 30px;
    width: 30px;
    display:inline-block;
}

.listado .listadoPago,
.listado .listadoPago:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    background-image:url('../images/pagos.png');
    background-position: center center;
    background-repeat:no-repeat; 
    height: 10px;
    margin-top: 2px;
    min-width: 15px;
}


.listado .listadoPago,
.listado .listadoPago:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    background-image:url('../images/pagos.png');
    background-position: center center;
    background-repeat:no-repeat; 
    height: 10px;
    margin-top: 2px;
    min-width: 18px
}

.listado .listadoPagoCompleto,
.listado .listadoPagoCompleto:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    background-image:url('../images/pagado.png');
    background-position: center center;
    background-repeat:no-repeat; 
    height: 10px;
    margin-top: 2px;
    min-width: 18px
}

.listado .listadoVer,
.listado .listadoVer:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    background-image:url('../images/ver.png');
    background-position: center center;
    background-repeat:no-repeat; 
    height: 10px;
    margin-top: 2px;
    min-width: 15px;
}

.listado .listadoCancelar,
.listado .listadoCancelar:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    background-image:url('../images/cancelar.png');
    background-position: center center;
    background-repeat:no-repeat; 
    height: 10px;
    margin-top: 2px;
    min-width: 25px;
}

.rowHover {
    background-color: #FFE9C5 !important;
}

.listado .rowHover .listadoEditar,
.listado .rowHover .listadoEditar:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    background-image:url('../images/editar.png');
    background-position: center center;
    background-repeat:no-repeat; 
    height: 30px;
    width: 30px;
    display:inline-block;
}

.editarIconoHover
{
    text-align:center;
    padding: 1px 0;
    }

.listado .paginador
{
    height: 50px;
    }
    
.listado .paginador tr
{
    border: none !important;
    }
    
.listado .paginador span
{
    margin: 0px 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #FFA300; 
    background-color:#FFA300;
    }
    
.listado .paginador a
{
    margin: 0px 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #FFA300; 
    }
    
.listado .paginador a:hover
{
    background-color:#FFA300;
    }
    
    
/****FIN LISTADO*****/

/****INICIO FORMULARIO*****/
.formulario {
    width:100%;
}

.formulario .formularioCampos {
    width:100%;
    font-size:0;
}


.formulario .formularioCampos span, 
.formulario .formularioCampos label {
    font-size:14px;
}


.formulario header{
    color:#252729;
    border: 1px solid #FFA300; 
    background-color:#FFA300;
    height:36px;
    margin-bottom:5px;
    width:100%;
}

.formulario header span{
    line-height: 36px;
    padding-left: 20px;
}


.formulario article
{
    padding-right: 10px;
    display:inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    width:50%;
}

.formulario article:nth-child(2n+2) 
{
    padding-right:0px;
    }

.formulario article:nth-child(2n+3) 
{
    padding-right:10px;
    width:50%;
}

.formulario #contentFormaPago{
    width:100%;
}

.formulario #contentFormaPago article{
    display:inline-block;
    margin-right: 0.7%;
    vertical-align: top;
    width:50%;
}

.formulario article input,
.formulario article select 
{
      width: 100%;
      box-sizing: border-box;
      height: 44px;
}

.formulario article [type="checkbox"]
{
    width: 30px;
    top: 20px;
    }
    
.formulario .navegacion {
    float:left;
    margin-bottom:10px;
}

.formulario .navegacion div{
    float:left;
    margin-left:10px;
}


.formulario .navegacionDerecha {
    float:right;
    margin-bottom:10px;
}

.formulario .navegacionDerecha div{
    float:right;
    margin-left:10px;
}

/****FIN FORMULARIO*****/

/****INICIO LOGIN*****/

.bodyLogin
{
    background-color:#252729;
    }

.login {
    display:table;
    height:100%;
    text-align:center;
    width: 100%;
}

.login > div 
{
    display: table-cell;
    vertical-align: middle;
}

.login img
{
    width:100%;
}

.login .navegacion 
{
    height: 80px;
    margin-top:40px;
    width:100%;
    float: none;
    text-align: inherit;
}

.login .navegacion input 
{
      width: 200px;
      min-width: 325px;
        box-sizing: border-box;
}

.login .imagenLogin
{
    background-repeat:no-repeat;
    background-image:url(../images/usuario.png);
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 1;
    }
    
.login .contrasenia
{
    background-repeat:no-repeat;
    background-image:url(../images/contrasenia.png);
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 1;
    }

.login .campoLogin
{
    border-color:#FFFFFF;
    background-color:inherit;
    padding: 0px 60px !important;
    height:50px;
    }
    

.login .botonLogin
{
    background-color: transparent;
    background-repeat:no-repeat;
    background-image:url(../images/btn_enter_login.png);
    border: none;
    position: absolute;
    min-width: 26px !important;
    width: 26px !important;
    height: 26px;
    margin-top: 13px;
    margin-left: 290px;
    }

.login .effectsTransferCorazon {
  }
  
.login .ocultar {
    width:0;
  }
  
.efectoMoverUsuario {
    background: transparent url(../images/usuario.png) no-repeat;
    width: 27px;
    height: 30px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    z-index:2;
  }
  
.efectoMoverContrasenia {
    background: transparent url(../images/contrasenia.png) no-repeat;
    width: 27px;
    height: 30px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    z-index:2;
  }
  
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/****FIN LOGIN*****/

/****INICIO*****/

.tituloInicio
{
    text-align:left;
    width:100%;
    font-size:24px;
    }
    
/****FIN INICIO*****/

/****INICIO BANNERS*****/


.contenedorBanner {
    position: relative;
    display: block;
    height:407px;
    width: 1119px;
}


.contenedorBanner img{
    height:407px;
    width: 1119px;
}

.contenedorBanner cite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    vertical-align:middle;
}


/****FIN BANNERS*****/



.miCuentaPedidos
{
     width:100%;
     margin-top:10px;
    }

.miCuentaPedidos .contenedorImagen
{
    display:inline-block;
    margin-right:20px;
    }

.miCuentaPedidos .contenedorDescripcion
{
    display: inline-block;
    text-align: left;
    width: 100%;
    vertical-align: top;
    max-width: 430px;
    }
    
    
#updPedidos #contenedorProductos #contenedorTotales
{
    float:right;
    width:210px;
    }
      
#updPedidos #contenedorProductos #contenedorTotales article
{
    width:100%;
    }
    
#updPedidos #contenedorProductos #contenedorTotales div
{
    margin:2px 0;
    width:49%;
    display:inline-block;
    }
    
#updPedidos #contenedorProductos #contenedorTotales div:first-child
{
    text-align:left;
    }
    
#updPedidos #contenedorProductos #contenedorTotales div:last-child
{
    text-align:right;
    }
    
#contenedorPaginado
{
    margin:20px 0;
    }
    
#contenedorPaginado span
{
    color:#802528;
    font-size:36px
    }
    
#contenedorPaginado a
{
    color: #252729;
    font-size:24px;
    }
  
  .listoEstadisticasTop 
  {
      width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
      }  
      
  .listoEstadisticasTop .listadoEstadisticas
{
    width:100%;
    }
    
  .listoEstadisticasTop .listadoEstadisticas div
{
    display:inline-block;
    width:10%;
    }
    
  .listoEstadisticasTop .listadoEstadisticas div:nth-child(2)
{
    width:75%;
    }
    
    
#contenedorTotalesEstadisticas 
{
    width:300px;
    float: right;
    }
    
#contenedorTotalesEstadisticas article
{
    padding-right:0;
    width:300px;
    }
    
#contenedorTotalesEstadisticas article:nth-child(2n+3) 
{
    padding-right:0;
    }
    
#contenedorTotalesEstadisticas article div
{
    display:inline-block;
    float: left;
    }
    
#contenedorTotalesEstadisticas article div:nth-child(2) {
    float:right;
}


.totalesCobrar
{
    vertical-align:top;
    width:30%;
    text-align:left;
    float:left;
    }
    
.totalesCobrar article
{
    text-align:left !important;
    width:100% !important
    }
    
.totalesCobrar .titulo
{
    text-align:center !important;
    }
    
.totalesCobrar .subtitulo div
{
    display:inline-block;
    }
    
.formasPago
{
    text-align: left;
    max-width: 450px;
    margin-left: 50px;
    }
    
.formasPago select
{
    width:55% !important;
    text-align:left;   
}
   
.formasPago input
{
    width:20% !important;
    min-width:20% !important;
}

.filtroMultinea
{
    max-height: 34px;
    max-width: 180px;
    vertical-align: top;
    overflow-y: hidden;
    }
    
/*******SELECT AUTOCOMPLETADO********/

.chosen-container
{
    border: 1px solid #FFA300;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 10px;
    display: inline-block;
    min-width: 160px;
    height: 34px;
    min-height: 44px;
    font-size: 14px;
    }
    
  
.formulario .chosen-container
{
    width: 100% !important;  
}
    
.chosen-container-active.chosen-with-drop .chosen-single {
     border: none; 
    -moz-border-radius-bottomright: 0;
     border-bottom-right-radius: 0; 
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; 
    background-image:none; 
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    box-shadow:none;
}
.chosen-container-active .chosen-single {
     border: none;
     box-shadow: none;
}

.chosen-container-single .chosen-search input[type="text"] {
    box-sizing: border-box;
}

.chosen-container-single .chosen-single span {
    color: #5B5B59;
    font-size: 14px;
    font-family: OpenSansLight;
    text-align:left;
}

.chosen-container .chosen-results li.active-result {
    text-align: left;
}

.easy-autocomplete {
    display: inline-block;
    vertical-align: top;
    width:100%;
}

.easy-autocomplete-Padre {
    min-width: 160px;
    display: inline-block;
    vertical-align: top;
}

.oculto {
    display:none;
}