/*
	Default styles
*/
.rf-msgs {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.rf-msg-det {
	color: #FF0000;
	font-size: 10px;
}

.rf-pick td {
	padding: 3px;
}

.aui-panel-margin {
	margin: 3px;
}

.close-popup {
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.rf-p-hdr {
	background: none;
}

/* Container */
.popupwith {
	width: 950px;
	/*height: 500px;*/
	padding: 30px;
	background-color: #FFF;
	font: "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

.separator {
	background-color: #BFBFBF;
	height: 5px;
	border-style: dashed;
}

/** Header **/
.rf-pp-hdr {
	background: none;
}

/** Header content **/
.rf-pp-hdr-cnt {
	font: "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	background-color: #FFF;
}

/** Content scroller **/
.rf-pp-cnt-scrlr {
	
}

/** Content scroller **/
.rf-pp-cnt {
	font: 14px "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	max-height: 550px;
	overflow: auto;
}

/** Shadow **/
.rf-pp-shdw {
	display: none;
}

.modalSAI .formButton {
	background: url(../img/botonsaidegradado.png) repeat-x !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	text-decoration: none;
	padding: 8px 16px !important;
	text-align: center;
	text-shadow: none;
}

.modalSAI .formButton:hover {
	background: url(../img/botonsaidegradado-hover.png) repeat-x !important;
	color: #FFF;
}

.modalSAI .formButtonbn {
	background: url(../img/botonsaibn.png) repeat-x !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	text-decoration: none;
	padding: 8px 16px !important;
	text-align: center;
	text-shadow: none;
}

.modalSAI .formButtonbn:hover {
	background: url(../img/botonsaibn-hover.png) repeat-x !important;
	color: #FFF;
}

.modalSAI .lacasita {
	background: url(../img/go-home.png) no-repeat;
}

.modalSAI p {
	font: "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
}

.bloque1 {
	margin-right: 20px;
}

.detectCanvas {
	background-color: #FFFFCC;
	border: medium solid #7FE599;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: justify;
	width: 696px;
	color: #000000;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bloque2 {
	margin-right: 20px;
}

.centered {
	text-align: center;
	border-width: 0px;
	border: none;
}

.rf-p .centered {
	text-align: center;
	border-width: 0px;
	border: none;
}

.formulario {
	font: "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
}

.formulario .rf-p-hdr {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	background: none;
	background-color: transparent;
}

.formulario .rf-p {
	border: none;
}

.formulario table {
	font: "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
}

.formInput {
	margin-left: 15px;
	font: "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
	border: 1px solid #CCC;
}

.formInputArea {
	font: "Open Sans", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
	border: 1px solid #CCC;
	width: 400px;
	height: 250px;
}

/* Estilos gif loader */
.ajax-loader {
	background: transparent url(../img/icons/ajax-loader.gif) no-repeat
		scroll center;
	position: fixed;
	top: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #D0D0D0;
	border-style: none;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 999;
}

legend {
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

fieldset {
	border: 1px dashed #DDD;
	padding: 5px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.title {
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: left;
	width: 200px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.derecha {
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	width: 50%;
}

.derecha-100 {
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
}

.izquierda {
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}

.titleGrande {
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: left;
	width: 230px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.title2 {
	padding-bottom: 5px;
	padding-right: 5px;
	width: 250px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.titleR {
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	width: 250px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.field {
	padding-bottom: 5px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.fieldR {
	padding-bottom: 5px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 250px;
}

/* ESTILOS PARA EL IFRAME DE LA SAI */
div#capa_acceso_tarea_iframe {
	display: none;
	height: 400px;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	width: 900px;
	z-index: 6;
}

.ventana-modal-ventana {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #6E6E6E;
	height: 100%;
	width: 100%;
}

.ventana-modal-barra {
	border-bottom: 2px solid #6E6E6E;
	text-align: right;
	width: 100%;
}

.ventana-modal-cerrar {
	color: #003399;
	cursor: pointer;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.cell-padding5 {
	padding: 5px;
}

/* INICIO ESTILOS JSCR */
.tabla_derecha table, .tabla_derecha td, .tabla_derecha .rf-edt-c,
	.tabla_derecha .rf-edt-c-extCol1, .tabla_derecha .rf-edt-c-extCol2 {
	margin-bottom: 0px;
	border: 0;
}

.tabla_derecha .rf-edt-c, .tabla_derecha .rf-edt-c-extCol1,
	.tabla_derecha .rf-edt-c-extCol2 {
	border-bottom: 1px solid #C4C0C9;
}

div.rf-edt .rf-edt-c-extCol1, div.rf-edt .rf-edt-c-extCol2 {
	width: auto !important;
}

.tabla_derecha table {
	width: 100%;
}

.tabla_derecha .rf-edt {
	border-bottom: 0;
}

.sin-rabito {
	margin-bottom: 0px;
}

div.rf-edt-c-extCol1, div.rf-edt-c-extCol2 {
	/*     width: 250px; */
	width: auto;
}

.tabla_derecha div.rf-edt-cnt {
	display: block;
	width: auto !important;
}

.rf-edt-c-cnt input {
	margin-right: 10px;
}

.rf-edt-c-cnt a {
	font-size: 12px;
	text-decoration: none;
}

.rf-edt-c-cnt a:hover {
	font-size: 12px;
	text-decoration: underline;
}

div.rf-edt-ftr {
	display: none;
}

div.rf-edt-b {
	/*     height: 277px; */
	max-height: 300px;
	overflow: auto;
	width: 100%;
}

div.rf-edt-c {
	height: 24px;
}

div.rf-edt-tbl-hdr {
	background: url(../img/botonsaidegradado.png) repeat-x;
}

.letraSAI {
	color: #333333;
	font-family: Arial;
	font-size: 13px;
}

.margen {
	margin-top: 4px;
}

.top-column {
	vertical-align: top;
}

/*Estilos para el nuevo ingreso de sai (ingreso-sai-v3)*/
.ingreso-sai-v3 .ui-button-text-only .ui-button-text {
	padding: 0;
}

.ingreso-sai-v3 .ui-button .ui-button-text {
	display: block;
	line-height: 0;
	padding: 8px 16px;
}

.portlet-content .ingreso-sai-v3 ul, .journal-content-article .ingreso-sai-v3 ul,
	.portlet-content .ingreso-sai-v3 ul li, .journal-content-article .ingreso-sai-v3 ul li
	{
	list-style: disc outside !important;
	/*     margin: 0 0 5px; */
}

.ingreso-sai-v3 ul, .ingreso-sai-v3 ul, .ingreso-sai-v3 ul li,
	.ingreso-sai-v3 ul li {
	list-style: disc outside !important;
}

.prime-portlet .ui-datalist-content {
	border: 0px solid #AAAAAA !important;
}

.prime-portlet .ui-datalist-content ul, .prime-portlet .ui-datalist-content li
	{
	margin: 0;
	list-style: none outside !important;
}

.prime-portlet .uploadButtons .ui-icon {
	display: none !important;
}

.prime-portlet .uploadButtons .fileupload-content .start .ui-icon,
	.prime-portlet .uploadButtons .fileupload-content .cancel .ui-icon {
	display: block !important;
}

.prime-portlet .fileupload-content .files {
	font-size: 12px !important;
}

.prime-portlet .preview canvas {
	display: none !important;
}

.prime-portlet .ui-progressbar {
	font-size: 5px !important;
}

.prime-portlet .uploadButtons .ui-button .ui-button-text {
	font-size: 12px !important;
	line-height: 5px !important;
}

/* Lo duplicamos para ver si es detectado */
.dor_selectTitle {
	color: #fff;
	font-size: 15px;
	background: #4FA7D4;
	padding: 5px;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: -moz-available;
	font-weight: bold;
	width: 100%;
}

.dor_selecTitle_P {
	margin-top: 10px;
	margin-bottom: 1rem;
}

.estilo_etiq_idioma {
	font-size: 14px;
	font-weight: bold;
	margin-right: 7px;
	vertical-align: middle;
}

.estilo_div_espera {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #000;
}

.estilo_dlg_espera {
	position: fixed;
	background-color: #ffffff;
	width: 400px;
	height: 165px;
	left: 520px;
	top: 310px;
	visibility: visible;
	z-index: 1004;
}
/* FIN ESTILOS JSCR */
#resultBusq {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}
