/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */		
	@media print {
		.noMostrarPrint {
    		display:none;                
    		}

    }
		/* Reportes pedidos */
    #reporte {


    	font-family: Arial,"Times New Roman", Times, serif; font-size: 11px;
    }	

     #reporteh {


        font-family: Arial;font-size: 16px;text-align:left;font-weight: bold;
        
    }   


    #separador{

    	margin: 0px 0px 0px 0px;padding:0px;
    }

    table.pedido {

    	width:100%;margin: 0px 0px 0px 0px;padding:0px;border-spacing: 0px 0px;border: 0px;
    }

	/* Create the blue navigation bar */
	.navbarfb {
	  /*background-color: #3b5998;*/
	  background-color: transparent;
	  font-size: 22px;

	  padding: 5px 10px;
	}

	/* Define how each icon button should look like */
	.buttonfb {
		color: gray;
		cursor: default!important;
		display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
		position: relative; /* All 'absolute'ly positioned elements are relative to this one */
		padding: 2px 5px; /* Add some padding so it looks nice */
		border-radius: 2px;
		display: inline-block;
		padding: 2px;
		text-align: center;
		text-decoration: none!important;
	}

	/* Make the badge float in the top right corner of the button */
	.button__badge {
	  background-color: #fa3e3e;
	  border-radius: 2px;
	  color: white;
	 
	  padding: 1px 3px;
	  font-size: 10px;
	  
	  position: absolute; /* Position the badge within the relatively positioned button */
	  top: 0;
	  right: 0;
	}

	.ajaxLoading {  
	  cursor: progress !important;  
	}

	.vistoProceso0{
		text-decoration: none!important;
	}
	.vistoProceso1{
		text-decoration: none!important;
	}
	.vistoProceso2{
		text-decoration: none!important;
	}
	.vistoProceso3{
		text-decoration: none!important;
	}
	
	.LogoMarcaAgua{
		background-image:  url("../img/logo.png");
		background-color: transparent;
		background-position: right;
		background-repeat: no-repeat;
	}
	
	.OverFlow-x{
		overflow-x:auto;
	}