﻿
/*FORMULARIOS*/
@media screen and (max-width: 800px) {
    .formulario article, 
    .formulario .navegacion 
    {
        width: 100% !important;
     }
     
     .formulario #contentFormaPago article
     {
        width: 100%;
         }
         
    .formulario article
    {
        padding-right:0px !important;
        }
        
    .formulario article:nth-child(2n+2) 
    {
        text-align: left;
        padding-right:0px !important;
        }
        
}

/*REPORTES*/
@media screen and (max-width: 900px) {
    #contenedorReporte
    {
        display: none;}
}

@media screen and (min-width: 901px) 
{
        
    #contenedorMensajeReporteMovil
    {
        display: none;}
}

@media screen and (min-width: 700px)  and (max-width: 1500px) {

    /*LISTADOS*/
    .hidden-1500
    {
        display:none;
        }
}

@media screen and (min-width: 700px)  and (max-width: 1230px) {

    /*LISTADOS*/
    .hidden-1230
    {
        display:none;
        }
}

@media screen and (min-width: 700px)  and (max-width: 900px) {

    /*LISTADOS*/
    .hidden-900
    {
        display:none;
        }
}


@media only screen and (max-width: 700px) {
	
	/* Force table to not be like tables anymore */
	.gdvListado table, 
	.gdvListado thead, 
	.gdvListado tbody, 
	.gdvListado th, 
	.gdvListado td, 
	.gdvListado tr { 
		display: inline-block; 
		width:100% 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.gdvListado thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.gdvListado tr { border: 1px solid #ccc; width:100% }
 
	.gdvListado td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		white-space: normal;
		text-align:left;
	}
	
	/*Caso especial emisor de comprobantes*/
	#contenedorComprobantesEditor .gdvListado td { 
		padding-left: 36%;
		text-align:center; 
		width: 50%; 
	}
 
	.gdvListado td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.gdvListado td:before { content: attr(data-title); }

    .gdvListado .listadoHeader {
        display:none;
    }
    
    .contenido {
        width: auto;
    }   
    
    .listado .paginador
    {
        height:auto;
        }
        
    .listado .paginador > td
    {
        padding-left:0px;
        height:auto;
        }
        
    .listado .paginador table td
    {
        margin-top: 10px;
        height:34px;
        }
        
        
    .controlesListado input:not([type="checkbox"]):not([type="radio"]),
    .controlesListado  a, 
    .controlesListado select, 
    .controlesListado textarea
    {
        height:40px;
        }
        
        
    .controlesListado *
    {
        width: 100%;
        margin-bottom: 2px;
        box-sizing: border-box !important;
        }
        
    .boton
    {
        width: 100%;
        margin-bottom: 2px;
        box-sizing: border-box;
        }
    
    .navegacion
    {
        width:100%
        }
        
    .seccion_titulo
    {
        width:100%
        }
}


@media only screen and (max-width: 650px){
	#seccion_menu > div:nth-child(1){width: 55px}
	#seccion_menu > div:nth-child(2){margin: 0 55px}
	#seccion_menu > div:nth-child(3){width: 55px}
    #seccion_menu > div:nth-child(3) > div:not(.boton_movil){display: none !important}
    #seccion_menu > div:nth-child(1) > a:not(.boton_movil){display: none !important}

	.contenido{padding: 10px}
	.margen_20{margin: 10px 0}
	.margen_abajo20{margin-bottom: 10px}
	.forma_cuerpo{padding: 0}
	.dos_columnas{width: 100%}

        
    .controlesListado .navegacion 
    {
        width: 100%;
        box-sizing: border-box;
        }
            
}
@media only screen and (max-width: 290px)
{
    .footer_principal
    {
        padding-top: 0px;
        }
}