
.badge-warning {
background-color: red;
font-size: 9px;
}
.badge-warning:hover {
background-color: #b21405;
}

.ico-red{
	color: red;
}
.ico-green{
	color: green;
}

 /* NUEVO BOOTSTRAP */
	.table-hypercondensed>thead>tr>th, .table-hypercondensed>tbody>tr>th, .table-hypercondensed>tfoot>tr>th, .table-hypercondensed>thead>tr>td, .table-hypercondensed>tbody>tr>td, .table-hypercondensed>tfoot>tr>td {padding: 1px;}
 
 /*nuevo checkbox*/
	 .checkDecimalesFrm{
		font-size:10px;
		font-style: oblique;
		cursor: pointer;
	}

 /* VERSION ANTIGUA - EVALUAR */
	 #_load_main_frame{
		z-index:9999999;
		position:absolute;
		background:#fff;
		width:100%;
		text-align:center;
		font-family:arial;
		font-size:16px;
		font-weight:bold;
		color:#000000;
		opacity:.50;
		filter:alpha(opacity=50);
		filter: “alpha(opacity=50)”;
	}

/*alert when only accept numbers*/
	#msg_validate_value{
		position: absolute;
		z-index : 3000;
		
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		text-shadow:#ffffff 1px 1px 1px;
		
		border:1px solid #a58e00;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		
		background: #f1e075 url(../../../img/icon/alert.png) no-repeat left;
		background-position: 2px 2px;
		padding: 3px;
		padding-left: 22px;
		margin: 0;
	}
		
/*display when field is required*/
	.msg_required{
		/*font-family: serif;
		color:#FF3F3F; 
		font-size:9px; 
		font-style:italic; 
		font-weight: normal;*/
		background:#fff url(../../../img/icon/required.png) no-repeat right;
		padding-right:16px;
	}

/*display when field is readonly*/
	.msg_readonly{
		/*font-family: serif;
		color:#d09300; 
		font-size:9px; 
		font-style:italic; 
		font-weight: normal;*/
		background:#f0f0f0 url(../../../img/icon/alert_mini.png) no-repeat right;
		padding-right:16px;
		color:#707070;
	}

/*display when write bad mail*/
	#msg_email{
		z-index:999;
		position: fixed;
		
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		text-shadow:#ffffff 1px 1px 1px;
		
		border:1px solid #d78484;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		
		background: #ffe6e6 url(../../../img/icon/mail.png) no-repeat left;
		background-position: 4px 6px;
		padding: 6px;
		padding-left: 24px;
		margin: 0;
		margin-left: 2px;
		margin-top: -12px;
		
	}
	
/*display when validate rut*/
	#msg_rut{
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		text-shadow:#ffffff 1px 1px 1px;
		
		border:1px solid #d78484;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		
		background: #ffe6e6 url(../../../img/icon/rut.png) no-repeat left;
		background-position: 2px 2px;
		padding: 3px;
		padding-left: 22px;
		margin: 0;
		margin-left: 6;
	}	
	
/*class for label of limit characters*/
	.limit_chart{
		font-family: serif;
		color:#333333; 
		font-size:11px; 
		font-style:italic; 
		font-weight: normal;
	}	
	.limit_chart b{
		font-family: arial;
		color:#333333; 
		font-size:12px; 
		font-style:italic; 
		font-weight: bold;
	}

/* time box (spinner)*/
	#time_box{
		border:1px solid #cccccc;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	
		-moz-box-shadow: 0px 0px 4px #DFDFDF;
		-webkit-box-shadow: 0px 0px 4px #DFDFDF;
		box-shadow: 0px 0px 4px #DFDFDF;
		
		overflow:hidden;
	}
	
	#time_box .time_btn{
		float:right;
		position:relative;
	}	
	
	#time_box button{
		padding:10px 4px 10px 4px;
		margin:0px;
		
		cursor:pointer;
		border:0px solid #cccccc;
		
		font-family: arial;
		color:#333333; 
		font-size:14px;
		font-weight: bold;
		
		background-color:#eee;
	}
	#time_box button:hover{
		background-color:#ccc;
	}
	#time_box input[type=text]{
		float:left;
		border:0px solid #cccccc;
		
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		
		-moz-box-shadow: 0px 0px 0px #DFDFDF;
		-webkit-box-shadow: 0px 0px 0px #DFDFDF;
		box-shadow: 0px 0px 0px #DFDFDF;
	}

/* upload */
	#upload {
		position: relative;
	
		width:220px;
		height:24px;
		overflow: hidden;

	   	border:1px solid #cccccc;
	   	background:url(../../../img/icon/attach.png) no-repeat left;
	   	background-position: 4px 4px;
	   	
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	
		-moz-box-shadow: 0px 0px 4px #DFDFDF;
		-webkit-box-shadow: 0px 0px 4px #DFDFDF;
		box-shadow: 0px 0px 4px #DFDFDF;
		
	}
	
	#upload .legend{
		position: relative;
		top: 0;
		left: 0px;
		z-index:1;
		
		padding-left:16px;

		width:500px;
		height:14px;
		overflow: hidden;

		border:0px solid #cccccc;
		
		font-family: arial;
		font-size:11px; 
		color:#999999;
		text-decoration:underline;
	}
	
	#upload b{
		font-family: arial;
		font-size:10px; 
		color:#000000;
	}
	
	#upload input{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index:2;

		width:90px;

		opacity: 0;
		-moz-opacity: 0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
	
/* saltos de linea */
.clear0{clear:both; height:0px; font-size:1px;}
.clear2{clear:both; height:2px;font-size:1px;}
.clear4{clear:both; height:4px;font-size:1px;}
.clear6{clear:both; height:6px;font-size:1px;}
.clear8{clear:both; height:8px;font-size:1px;}
.clear10{clear:both; height:10px;font-size:1px;}
.clear12{clear:both; height:12px;font-size:1px;}
	
	
#_savedata_div{
margin-bottom:8px;
margin-top:8px;
cursor: pointer;
}

#_savedata_div span{
text-decoration: underline;
font-size: 11px;
color: #203abd;
}