@media(max-width:600px){
	header #top input[type="submit"]{
		width: 100px;
	}
	
	header .refresh-page{
		left: 80px !important;
	}
	
	header .cerrar-pdf{
		left: 125px !important;
		/*display: none !important;*/
	}
	
	header .paginacion_izquierda{
		left: 180px !important;
	}
	
	header .paginacion_derecha{
		left: 225px !important;
	}
	
	header h1{
		text-align: right;
		margin-right: 5px;
		position: initial !important;
	}
	
	/*.row div .input6{
		width: 270px;
	}*/
	.input6{
		width: 270px !important;
	}
	
	input[type=file]{
		width: 285px;
	}
	
	nav#mobile {
		display: block;
	}
	
	nav#top {
		display: none;
	}
	
	.imprimir{
		display:none !important;
	}
	
	.whatsapp{
		left: 145px !important;
	}
	
	.selectize-dropdown [data-selectable],
	.selectize-dropdown .optgroup-header{
		padding: 10px 12px !important;
	}
	
	.content>.bloque>.filtro_clientes{
		width: 200px;
	}
	
	.row .filtro_clientes{
		width: 190px;
	}
}

@media(max-width:1280px){
	#visor-pdf{
		width: 99%;
		height: 100%;
		top: 40px;
		left: 0px;
		position: absolute !important;
		z-index: 9999;
	}
}