body {
  	padding: 0px;  
  	border:none;
} 

.content-scrollbar{  
	padding:15px;
	overflow: auto;
	height: calc(100% - 120px); 
}

/*****************************/
/* ESTILO PARA LA INFO EN EL */	 
/* 	  FORMULARIO DE LA APP	 */
/*****************************/	
.content-formulario-info-alert{
	background: #D1E7FE;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:9px;
	border-radius: 5px;	
}

.content-formulario-info-alert-label{
	color: #0253D6;	
	font-size: 11px;
	font-weight: bold;
}

/****************************************/
/* 	ESTILOS PARA LAS CELDAS DE LISTBOX	*/
/*         		PERSONALIZADO			*/
/****************************************/
.content-formulario-lisbox-titulo{ 
	font-size: 11px;
	font-weight: bold;
}

.content-formulario-lisbox-sub-titulo{ 
	color:#898989;
	font-size: 11px;
}

.content-formulario-lisbox-sub-titulo-label{
	color:#959595;
	font-size: 11px; 
}

/****************************/
/* ESTILOS PARA EL TEXTBOX  */
/***************************/
.content-formulario-textbox{
	height: 25px;
	font-size: 11px; 
} 
.content-formulario-textbox:hover{
	height:25px;
    border:1px solid #A8A8A8; 
    color: #111111; 
}
.content-formulario-textbox:focus,
.content-formulario-textbox:active {
	height:25px;
    border:1px solid #FFD500; 
    color: #111111; 
}

.content-formulario-textbox::selection{
	height:25px; 
    color: #f1f1f1; 
    background: #111111; 
}

/**************************************/
/* ESTILOS PARA EL TEXTBOX MULTILINE  */
/**************************************/
.content-formulario-textbox-multiline:hover{
	border:1px solid #A8A8A8;
    color: #111111; 
}
.content-formulario-textbox-multiline:focus,
.content-formulario-textbox-multiline:active { 
    border:1px solid #FFD500; 
    color: #111111; 
}

.content-formulario-textbox-multiline::selection{ 
    color: #f1f1f1; 
    background: #111111; 
}

/*******************************/
/*	ESTILOS PARA EL FORMULARIO */
/*	  	  DEL SISTEMA		   */
/*******************************/
.content-formulario{
	width:100%;
	border:1px solid #CBCBCB;
}

/*******************************/
/*	ESTILOS PARA EL ENCABEZADO */ 
/*  DEL FORMULARIO DEL SISTEMA */
/*******************************/
.content-formulario-header{
	background: #5A5A5A;  
	padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
}

.content-formulario-header-label{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

/*******************************/
/*	ESTILOS PARA EL CONTENIDO  */ 
/*  DEL FORMULARIO DEL SISTEMA */
/*******************************/
.content-formulario-body{
	padding: 7px;
	background: #fff;
}

.content-formulario-body-header{
	background: #fff;
}

.content-formulario-body-header-factura{
	border: 1px solid #DADADA;
	padding: 5px;
}


/*******************************/
/*	  ESTILOS PARA LOS ICONOS  */ 
/*  DEL FORMULARIO DEL SISTEMA */
/*******************************/
.content-formulario-body-icon{
	text-decoration: none;
  	font-size: 11px;
  	line-height: 20px;            
  	color: #343434; 
}

.content-formulario-body-icon:hover,
.content-formulario-body-icon:active {
	text-decoration: none;
  	font-size: 11px; 
  	color: #343434; 
    outline:none !important;
}

/****************************************/
/*	ESTILO PARA EL TITULO DE LA IMAGEN	*/
/****************************************/
.content-formulario-body-imagen-titulo{ 
	font-size: 13px;
	font-weight:bold; 
	color:#4D4D4D;
}


/*******************************/
/*	  ESTILOS PARA LOS LABELS  */ 
/*  DEL FORMULARIO DEL SISTEMA */
/*******************************/
.content-formulario-body-label{
	font-size: 11px;
	color: #343434; 
	font-weight: bold;
}

/******************************/
/* 	ESTILOS PARA LA FOTO DEL  */
/*   FORMULARIO DEL SISTEMA	  */
/******************************/
.content-formulario-body-foto{ 
	width:100%; 
	height:233px;			
	border:1px solid #D4D4D4;
}

.content-formulario-body-foto-archivo{
	width:100%;			
	background:#f9f9f9;
	height:30px;
	position: relative;
	border-bottom:1px solid #cfcfcf; 
}

.content-formulario-body-foto-archivo-circle{
	width:150px; 
	height:150px;
	border-radius:50%;
	border:1px solid #f9f9f9;
} 

/******************************/
/* ESTILO PARA EL TITULO DE   */
/*	       LA LISTA			  */
/******************************/
.content-formulario-body-lista-header{
	background: #868686;
	padding: 5px;
	text-align: center;
	align-content: center;
	margin-top:5px;
	margin-bottom: 5px; 
	border-radius: 5px;
}

.content-formulario-body-lista-header-label{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}	


/*********************************/
/* ESTILOS PARA EL CONTENIDO DE  */	
/* SUBTOTAL , IVA , TOTAL ,ETC   */
/*********************************/
.content-formulario-body-lista-detalle{
	border: 1px solid #E6E6E6;
	padding: 7px; 
}

.content-formulario-body-lista-detalle-valores{
	width:100%;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	padding: 10px;
	border-radius: 5px; 
}

.content-formulario-body-lista-detalle-valores-subtotal{
	color:#111111;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-formulario-body-lista-detalle-valores-subtotal-label{
	color:#D3B623;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-formulario-body-lista-detalle-valores-iva{
	color:#111111;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-formulario-body-lista-detalle-valores-iva-label{
	color:#8A8A8A;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-formulario-body-lista-detalle-valores-descuento{
	color:#111111;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-formulario-body-lista-detalle-valores-descuento-label{
	color:#DE2E26;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-formulario-body-lista-detalle-valores-total{
	color:#111111;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-formulario-body-lista-detalle-valores-total-label{
	color:#1D981F;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
}
 

/******************************/
/* ESTILO PARA EL FOOTER DEL  */ 
/* 	FORMULARIO DEL SISTEMA	  */
/******************************/
.content-formulario-footer{
	text-align: right;
	border-top:1px solid #CBCBCB;
	padding: 10px;
}

/******************************/
/* ESTILO PARA EL CONTENEDOR  */ 
/* 		 DE LOS BOTONES	  	  */
/******************************/
.content-formulario-button{
	text-align: right;
	/*border:1px solid #CBCBCB;*/
	padding: 0px;
	margin-bottom: 5px;
}


/**************************************/
/* ESTILO PARA CONTENEDOR DE BUSQUEDA */
/**************************************/
.content-formulario-busqueda{
	background:#5A5A5A;
	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
	border:1px solid #cfcfcf; 
}

.content-formulario-busqueda-label{
	font-size: 11px;
	font-weight:bold; 
	color: #fff; 
}

.content-formulario-busqueda-body{
	background:#fff;
	width:100%;
	padding:5px;
	border-bottom:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}


/************************************/
/* ESTILOS PARA LOS DATOS GENERALES */
/************************************/ 
.content-formulario-general{
	background:#F7F7F7;
	padding:5px;
	border:1px solid #cfcfcf; 
}

.content-formulario-general-label{
	font-size: 13px;
	font-weight:bold; 
	color: #525252; 
}

.content-formulario-general-body{
	background:#fff;
	width:100%;
	padding:10px;
	border-bottom:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}


/*******************************/
/* ESTILO PARA EL ANCHO Y ALTO */ 
/*******************************/
.content-seccion-list{
	width: 100%;
	height: 100%;
} 


/***************************/
/*	ESTILO PARA LE BOTON   */ 
/*	DE AGREGAR CLIENTE 	   */
/***************************/
 
.content-formulario-button-nuevo-client{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#02A80C; 
	padding:5px;
}



.content-formulario-button-nuevo-client:hover{
	width: auto; 
	height:auto;
	background: #02A80C;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#ffffff; 
	padding: 5px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-nuevo-client:active,
.content-formulario-button-nuevo-client:focus{	 
	border:1px solid #02A80C;
	border-radius:20px;
	background: #02A80C;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-nuevo-client[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 5px; 
}

/***************************/
/*	ESTILO PARA LE BOTON   */ 
/*	DE EDITAR CLIENTE 	   */
/***************************/
 
.content-formulario-button-editar-client{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#1F56CD; 
	padding:5px;
}

.content-formulario-button-editar-client:hover{
	width: auto; 
	height:auto;
	background: #1F56CD;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#ffffff; 
	padding: 5px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-editar-client:active,
.content-formulario-button-editar-client:focus{	 
	border:1px solid #1F56CD;
	border-radius:20px;
	background: #1F56CD;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-editar-client[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 5px; 
}	  	  


/*******************************/
/*   ESTILO DEL BOTON NUEVO    */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-nuevo{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#02A80C; 
	padding: 7px;
}

.content-formulario-button-rapido{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #0260a8;
	border-radius:20px;
	color:#0260a8; 
	padding: 7px;
}

.content-formulario-button-nuevo:hover{
	width: auto; 
	height:auto;
	background: #02A80C;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-nuevo:active,
.content-formulario-button-nuevo:focus{	 
	border:1px solid #02A80C;
	border-radius:20px;
	background: #02A80C;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-nuevo[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	


/*******************************/
/*   ESTILO DEL BOTON EDITAR   */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-editar{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#1F56CD; 
	padding: 7px;
}

.content-formulario-button-editar:hover{
	width: auto; 
	height:auto;
	background: #1F56CD;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-editar:active,
.content-formulario-button-editar:focus{	 
	border:1px solid #1F56CD;
	border-radius:20px;
	background: #1F56CD;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-editar[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	


/*******************************/
/*   ESTILO DEL BOTON ELIMINAR   */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-eliminar{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #E20B0B;
	border-radius:20px;
	color:#E20B0B; 
	padding: 7px;
}

.content-formulario-button-eliminar:hover{
	width: auto; 
	height:auto;
	background: #E20B0B;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #E20B0B;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-eliminar:active,
.content-formulario-button-eliminar:focus{	 
	border:1px solid #E20B0B;
	border-radius:20px;
	background: #E20B0B;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-eliminar[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	



/*******************************/
/* ESTILO DEL BOTON CONSULTAR  */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-consultar{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#1F56CD; 
	padding: 7px;
}

.content-formulario-button-consultar:hover{
	width: auto; 
	height:auto;
	background: #1F56CD;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-consultar:active,
.content-formulario-button-consultar:focus{	 
	border:1px solid #1F56CD;
	border-radius:20px;
	background: #1F56CD;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-consultar[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}

/*******************************/
/*   ESTILO DEL BOTON GRABAR   */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-grabar{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#02A80C; 
	padding: 7px;
}

.content-formulario-button-grabar:hover{
	width: auto; 
	height:auto;
	background: #02A80C;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #02A80C;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-grabar:active,
.content-formulario-button-grabar:focus{	 
	border:1px solid #02A80C;
	border-radius:20px;
	background: #02A80C;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-grabar[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	


/*******************************/
/*   ESTILO DEL BOTON SALIR   */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-salir{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #E20B0B;
	border-radius:20px;
	color:#E20B0B; 
	padding: 7px;
}

.content-formulario-button-salir:hover{
	width: auto; 
	height:auto;
	background: #E20B0B;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #E20B0B;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-salir:active,
.content-formulario-button-salir:focus{	 
	border:1px solid #E20B0B;
	border-radius:20px;
	background: #E20B0B;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-salir[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	

/*******************************/
/* ESTILO DEL BOTON SUBIR FOTO */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-upload{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#1F56CD; 
	padding: 7px;
}

.content-formulario-button-upload:hover{
	width: auto; 
	height:auto;
	background: #1F56CD;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #1F56CD;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-upload:active,
.content-formulario-button-upload:focus{	 
	border:1px solid #1F56CD;
	border-radius:20px;
	background: #1F56CD;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-upload[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	

/*********************************/
/* ESTILO DEL BOTON IMPRIMIR PDF */
/* DEL FORMULARIO DEL SISTEMA    */
/*********************************/
.content-formulario-button-PDF{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #ED2E34;
	border-radius:20px;
	color:#ED2E34; 
	padding: 7px;
}

.content-formulario-button-PDF:hover{
	width: auto; 
	height:auto;
	background: #ffffff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #ED2E34;
	border-radius:20px;
	color:#ED2E34; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-PDF:active,
.content-formulario-button-PDF:focus{	 
	border:1px solid #ED2E34;
	border-radius:20px;
	background: #ffffff;
	color:#ED2E34; 
    outline:none !important;	 
}

.content-formulario-button-PDF[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}


/*********************************/
/* ESTILO DEL BOTON IMPRIMIR XLS */
/* DEL FORMULARIO DEL SISTEMA    */
/*********************************/
.content-formulario-button-XLS{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #0F9406;
	border-radius:20px;
	color:#0F9406; 
	padding: 7px;
}

.content-formulario-button-XLS:hover{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #0F9406;
	border-radius:20px;
	color:#0F9406; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-XLS:active,
.content-formulario-button-XLS:focus{	 
	border:1px solid #0F9406;
	border-radius:20px;
	background: #fff;
	color:#0F9406; 
    outline:none !important;	 
}

.content-formulario-button-XLS[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}

/*******************************/
/*  ESTILO DEL BOTON IMPRIMIR  */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-print{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #3A3A3A;
	border-radius:20px;
	color:#3A3A3A; 
	padding: 7px;
}

.content-formulario-button-print:hover{
	width: auto; 
	height:auto;
	background: #3A3A3A;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #3A3A3A;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-print:active,
.content-formulario-button-print:focus{	 
	border:1px solid #3A3A3A;
	border-radius:20px;
	background: #3A3A3A;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-print[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}

/*******************************/
/*   ESTILO DEL BOTON GENERAR  */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-generar{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #455D6F;
	border-radius:20px;
	color:#455D6F; 
	padding: 7px;
}

.content-formulario-button-generar:hover{
	width: auto; 
	height:auto;
	background: #455D6F;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #455D6F;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-generar:active,
.content-formulario-button-generar:focus{	 
	border:1px solid #455D6F;
	border-radius:20px;
	background: #455D6F;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-generar[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	

/***********************************/
/*   ESTILO DEL BOTON PARAMETRICA  */
/*    DEL FORMULARIO DEL SISTEMA   */
/***********************************/
.content-formulario-button-parametrica{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #3578AB;
	border-radius:20px;
	color:#3578AB; 
	padding: 7px;
}

.content-formulario-button-parametrica:hover{
	width: auto; 
	height:auto;
	background: #3578AB;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #3578AB;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-parametrica:active,
.content-formulario-button-parametrica:focus{	 
	border:1px solid #3578AB;
	border-radius:20px;
	background: #3578AB;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-parametrica[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}	

/*******************************/
/*  ESTILO DEL BOTON CERRAR    */
/* DEL FORMULARIO DEL SISTEMA  */
/*******************************/
.content-formulario-button-cerrar{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #A77001;
	border-radius:20px;
	color:#A77001; 
	padding: 7px;
}

.content-formulario-button-cerrar:hover{
	width: auto; 
	height:auto;
	background: #A77001;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #A77001;
	border-radius:20px;
	color:#ffffff; 
	padding: 7px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-formulario-button-cerrar:active,
.content-formulario-button-cerrar:focus{	 
	border:1px solid #A77001;
	border-radius:20px;
	background: #A77001;
	color:#fff; 
    outline:none !important;	 
}

.content-formulario-button-cerrar[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;  
	padding: 7px; 
}


/********************************/
/*  ESTILO DEL BOTON RETENCION  */
/* DEL FORMULARIO DEL SISTEMA   */
/********************************/
.content-formulario-button-retencion{
	width: auto; 
	height:auto;
	background: #fff;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #7862D3;
	border-radius:20px;
	color:#7862D3;
	padding: 7px;
}

.content-formulario-button-retencion:hover{
	width: auto; 
	height:auto;
	background: #7862D3;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #7862D3;
	border-radius:20px;
	color:#ffffff;
	padding: 7px;
	text-decoration: none;
    outline:none !important;
    cursor: pointer;
}	

.content-formulario-button-retencion:active,
.content-formulario-button-retencion:focus{	 
	border:1px solid #7862D3;
	border-radius:20px;
	background: #7862D3;
	color:#fff;
    outline:none !important;
}

.content-formulario-button-retencion[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:20px;
	color:#afafaf;
	padding: 7px;
}

/************************/
/* ESTILO DE SCROLL BAR */
/************************/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #697281;
  border: 0px none #ffffff;
  border-radius: 0px;
}


