@CHARSET "UTF-8";

/** @author superpin.cl**/
/** override and extend classes for particular app use**/
/** consider for inclusion in principal css branch**/

.vin_gob {
	display: block;
	height: auto;
	list-style-image: url("http://static.mineduc.cl/img/vineta_gob.png");
}

p.speechaz {
	height: 200px;
}
p.speechaz_wide {
	height: 65px;
}
p.speechaz_wide:after {
	top: 72px;
}

p.speechaz_wide:before {
	top: 80px;
}


.texto_rojo {
    color: #EF4143;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}

.block-left select {
    width: 120px;
}

input[type="file"].wide {
	color: #656565;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 5px;
	border: 1px solid #bebebe;
	border-radius: 2px;
	min-width: 400px;
}

h3 {
	color:#696969;
	font-weight:normal;
	font-size:11px;
	margin-left: 0;
}

textarea {
    width: 540px;
    height: 100px;
}

.tab_content p.resumen {
    margin: 5px 15px;
    text-align: justify;
}

.msg.in_fieldset {
    background-color: #FFFFFF;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 2px solid;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 10px 12px;
    max-width: 820px;
    padding: 4px 10px 4px 36px;
}

label.errorValidator{
    background-image: none;
    color: #EF4143;
    display: block;
    float: right;
    margin: 0 160px 0 0;	
	text-align: right;
    width: 300px;
}

#progressbar{
	height:15px;
	width:128px;
	background:url(../images/ajax-loader.gif);
	margin: 5px auto 5px auto;
}
#loader{
	display:block;
	margin: 15px auto 5px auto;
	width:777px;
}
#loader img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.textpan{
	border: 1px dashed #bebebe;
	background: #f6f6f6;
	padding: 10px 5px 0 ;
	margin:0 15px 15px 0;
	 
}

div.tab_content div#content.cf div#table_container div.dataTables_length div.table_header_text p {
    margin: 0;
}

.inner_panel_left {
	margin: 5px 10px 5px;
	width: 400px;
	min-height: 50px;
	float: left;
}


.inner_panel_left label {
    color: #1B4B73;
    display: inline;
    float: left;
    font-size: 11px;
    padding: 3px;
    width: 150px !important; 
}

.inner_panel_left.data_line {
    width: 400px !important;
}


.editarDevolucion {
	background: url("../../resources/images/icono_editar.gif") no-repeat scroll 0 0 transparent; 
    height: 22px;
    width: 21px;
    display:inline-table;
    text-indent:-9999px;
    margin: 0 auto;
    cursor: pointer;
}
.eliminarDevolucion {
	background: url("../../resources/images/icono_trash.gif") no-repeat scroll 3px 3px transparent; 
    height: 22px;
    width: 21px;
    display:inline-table;
    text-indent:-9999px;
    margin: 0 auto;
    cursor: pointer;
}

